Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderQueue.h448 if (this->m_KeyCachingState == UNUSE_CACHED_KEY || in EnqueueElement()
577 this->m_KeyCachingState = (cacheEnabled) ? USE_CACHED_KEY : UNUSE_CACHED_KEY;
713 m_KeyCachingState(UNUSE_CACHED_KEY) {} in BasicRenderQueue()
722 m_KeyCachingState(UNUSE_CACHED_KEY) {} in BasicRenderQueue()
761 KeyCachingState m_KeyCachingState; variable