Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/CommandCache/
Ddemo_CommandCache.cpp65 m_CopyCommandBuffer(GL_TRUE), m_StateMask(0), in CommandCache()
105 m_CopyCommandBuffer = copyCommandBuffer; in Initialize()
214 if (! m_CopyCommandBuffer ) in EndSave()
313 m_CommandRequestBeginId, m_CommandRequestSize, m_StateMask, m_CopyCommandBuffer); in Append()
342 if ( m_CopyCommandBuffer ) in Print()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/CommandCache/
Ddemo_CommandCache.h139 GLboolean m_CopyCommandBuffer; variable