|
Blender
V2.93
|
Public Attributes | |
| Main * | bmain |
| struct GHash * | hash |
| ThreadMutex | iterator_mutex |
| struct BLI_mempool * | keys_pool |
| struct BLI_mempool * | items_pool |
| struct SeqCacheKey * | last_key |
| SeqDiskCache * | disk_cache |
Definition at line 143 of file image_cache.c.
| Main* SeqCache::bmain |
Definition at line 144 of file image_cache.c.
Referenced by seq_cache_cleanup_sequence(), and seq_cache_create().
| SeqDiskCache* SeqCache::disk_cache |
Definition at line 150 of file image_cache.c.
Referenced by seq_cache_cleanup_sequence(), seq_cache_destruct(), seq_cache_get(), seq_cache_put(), seq_disk_cache_create(), and seq_disk_cache_invalidate().
| struct GHash* SeqCache::hash |
Definition at line 145 of file image_cache.c.
Referenced by SEQ_cache_cleanup(), seq_cache_cleanup_sequence(), seq_cache_create(), seq_cache_destruct(), seq_cache_free_temp_cache(), seq_cache_get_ex(), seq_cache_get_item_for_removal(), SEQ_cache_iterate(), seq_cache_put_ex(), and seq_cache_recycle_linked().
| struct BLI_mempool* SeqCache::items_pool |
Definition at line 148 of file image_cache.c.
Referenced by seq_cache_create(), seq_cache_destruct(), seq_cache_put_ex(), and seq_cache_valfree().
| ThreadMutex SeqCache::iterator_mutex |
Definition at line 146 of file image_cache.c.
Referenced by seq_cache_create(), seq_cache_destruct(), seq_cache_lock(), and seq_cache_unlock().
| struct BLI_mempool* SeqCache::keys_pool |
Definition at line 147 of file image_cache.c.
Referenced by seq_cache_allocate_key(), seq_cache_create(), seq_cache_destruct(), and seq_cache_keyfree().
| struct SeqCacheKey* SeqCache::last_key |
Definition at line 149 of file image_cache.c.
Referenced by SEQ_cache_cleanup(), seq_cache_cleanup_sequence(), seq_cache_create(), SEQ_cache_iterate(), seq_cache_put_ex(), and seq_cache_put_if_possible().