Searched refs:SharedAnimCache (Results 1 – 2 of 2) sorted by relevance
34 class SharedAnimCache : public GfxObject70 SharedAnimCache* Create(os::IAllocator* allocator) in Create()72 void* memory = allocator->Alloc(sizeof(SharedAnimCache)); in Create()78 SharedAnimCache* result = new(memory) SharedAnimCache(allocator); in Create()84 result->~SharedAnimCache(); in Create()99 virtual ~SharedAnimCache() in ~SharedAnimCache()134 explicit SharedAnimCache(os::IAllocator* allocator) in SharedAnimCache() function
271 void SetSharedCacheBuffer(SharedAnimCache* cache) in SetSharedCacheBuffer()351 SharedAnimCache* m_SharedCache;