Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_AnimObject.h1380 if (!m_IsCacheExternal && m_CacheBuf != NULL) in ChangeAnim()
1382 os::SafeFree(m_CacheBuf, &GetAllocator()); in ChangeAnim()
1388 m_CacheBuf = GetAllocator().Alloc(GetCacheBufferSizeNeeded()); in ChangeAnim()
1389 NW_NULL_ASSERT(m_CacheBuf); in ChangeAnim()
1449 virtual const void* GetCacheBuffer() const { return m_CacheBuf; } in GetCacheBuffer()
1460 m_CacheBuf = buf; in SetCacheBuffer()
1489 if (!m_IsCacheExternal && m_CacheBuf != NULL) in ~AnimEvaluator()
1491 GetAllocator().Free(m_CacheBuf); in ~AnimEvaluator()
1527 void* m_CacheBuf; variable
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_AnimObject.cpp380 u8* cachePtr = reinterpret_cast<u8*>(m_CacheBuf); in SetCacheBufferPointers()
395 m_CacheBuf(NULL) in AnimEvaluator()
446 m_CacheBuf = GetAllocator().Alloc(GetCacheBufferSizeNeeded()); in Initialize()
447 if (m_CacheBuf == NULL) in Initialize()
478 if (m_CacheBuf != NULL && !m_IsCacheDirty) in GetResult()
530 if (m_CacheBuf != NULL && m_IsCacheDirty) in UpdateCacheNonVirtual()