Searched refs:m_KeyCachingState (Results 1 – 1 of 1) sorted by relevance
450 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