Home
last modified time | relevance | path

Searched refs:SharedAnimCache (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_SharedAnimCache.h34 class SharedAnimCache : public GfxObject
70 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
Dgfx_AnimEvaluator.h271 void SetSharedCacheBuffer(SharedAnimCache* cache) in SetSharedCacheBuffer()
351 SharedAnimCache* m_SharedCache;