Macros | |
#define | GUARDSIZE 4 |
#define | SIZE_ALIGN (sizeof (surfcache_t *) - 1) |
Functions | |
surfcache_t * | D_CacheSurface (msurface_t *surface, int miplevel) |
void | D_FlushCaches (void) |
void | D_InitCaches (void *buffer, int size) |
void * | D_SurfaceCacheAddress (void) |
int | D_SurfaceCacheForRes (int width, int height) |
Variables | |
surfcache_t * | sc_rover |
float | surfscale |
#define GUARDSIZE 4 |
#define SIZE_ALIGN (sizeof (surfcache_t *) - 1) |
surfcache_t* D_CacheSurface | ( | msurface_t * | surface, |
int | miplevel | ||
) |
void D_FlushCaches | ( | void | ) |
void D_InitCaches | ( | void * | buffer, |
int | size | ||
) |
void* D_SurfaceCacheAddress | ( | void | ) |
surfcache_t* sc_rover |
float surfscale |