Blender V2.61 - r43446
|
Public Attributes | |
struct ImGlobalTile * | next |
struct ImGlobalTile * | prev |
ImBuf * | ibuf |
int | tx |
int | ty |
int | refcount |
volatile int | loading |
Definition at line 56 of file cache.c.
Referenced by imb_global_cache_get_tile(), imb_global_cache_tile_load(), imb_global_cache_tile_unload(), imb_global_tile_cmp(), imb_global_tile_hash(), imb_thread_cache_get_tile(), and imb_tile_cache_tile_free().
volatile int ImGlobalTile::loading |
Definition at line 59 of file cache.c.
Referenced by imb_global_cache_get_tile(), and imb_tile_cache_tile_free().
struct ImGlobalTile* ImGlobalTile::next |
Definition at line 54 of file cache.c.
Referenced by imb_tile_cache_exit().
struct ImGlobalTile * ImGlobalTile::prev |
Definition at line 54 of file cache.c.
Referenced by imb_global_cache_get_tile().
Definition at line 58 of file cache.c.
Referenced by imb_global_cache_get_tile(), and IMB_tiles_to_rect().
int ImGlobalTile::tx |
Definition at line 57 of file cache.c.
Referenced by imb_global_cache_get_tile(), imb_global_cache_tile_load(), imb_global_cache_tile_unload(), imb_global_tile_cmp(), imb_global_tile_hash(), imb_thread_cache_get_tile(), and imb_tile_cache_tile_free().
int ImGlobalTile::ty |
Definition at line 57 of file cache.c.
Referenced by imb_global_cache_get_tile(), imb_global_cache_tile_load(), imb_global_cache_tile_unload(), imb_global_tile_cmp(), imb_global_tile_hash(), imb_thread_cache_get_tile(), and imb_tile_cache_tile_free().