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