Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_AnimObject.h1361 if (!m_IsCacheExternal && m_CacheBuf != NULL) in ChangeAnim()
1363 os::SafeFree(m_CacheBuf, &GetAllocator()); in ChangeAnim()
1369 m_CacheBuf = GetAllocator().Alloc(GetCacheBufferSizeNeeded()); in ChangeAnim()
1370 NW_NULL_ASSERT(m_CacheBuf); in ChangeAnim()
1427 virtual const void* GetCacheBuffer() const { return m_CacheBuf; } in GetCacheBuffer()
1438 m_CacheBuf = buf; in SetCacheBuffer()
1467 if (!m_IsCacheExternal && m_CacheBuf != NULL) in ~AnimEvaluator()
1469 GetAllocator().Free(m_CacheBuf); in ~AnimEvaluator()
1505 void* m_CacheBuf; variable
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_AnimObject.cpp381 u8* cachePtr = reinterpret_cast<u8*>(m_CacheBuf); in SetCacheBufferPointers()
396 m_CacheBuf(NULL) in AnimEvaluator()
447 m_CacheBuf = GetAllocator().Alloc(GetCacheBufferSizeNeeded()); in Initialize()
448 if (m_CacheBuf == NULL) in Initialize()
479 if (m_CacheBuf != NULL && !m_IsCacheDirty) in GetResult()
531 if (m_CacheBuf != NULL && m_IsCacheDirty) in UpdateCache()