Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderQueue.h450 if (this->m_KeyCachingState == UNUSE_CACHED_KEY || in EnqueueElement()
579 this->m_KeyCachingState = (cacheEnabled) ? USE_CACHED_KEY : UNUSE_CACHED_KEY;
715 m_KeyCachingState(UNUSE_CACHED_KEY) {} in BasicRenderQueue()
724 m_KeyCachingState(UNUSE_CACHED_KEY) {} in BasicRenderQueue()
763 KeyCachingState m_KeyCachingState; variable