Searched refs:m_KeyCachingState (Results 1 – 1 of 1) sorted by relevance
442 if (this->m_KeyCachingState == UNUSE_CACHED_KEY || in EnqueueElement()562 this->m_KeyCachingState = (cacheEnabled) ? USE_CACHED_KEY : UNUSE_CACHED_KEY;731 m_KeyCachingState(UNUSE_CACHED_KEY) {} in BasicRenderQueue()740 m_KeyCachingState(UNUSE_CACHED_KEY) {} in BasicRenderQueue()779 KeyCachingState m_KeyCachingState; variable