HomeSort by relevance Sort by last modified time
    Searched refs:m_ctxType (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/opengl/
gluDummyRenderContext.hpp 50 explicit DummyRenderContext (ContextType ctxType = ContextType()) : m_ctxType(ctxType) {}
52 virtual ContextType getType (void) const { return m_ctxType; }
58 const ContextType m_ctxType;
  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 59 virtual glu::ContextType getType (void) const { return m_ctxType; }
69 const glu::ContextType m_ctxType;
tcuNullRenderContext.cpp 755 : m_ctxType (renderCfg.type)
759 m_context = new Context(m_ctxType);
  /external/deqp/external/openglcts/modules/common/
glcConfigListCase.hpp 43 glu::ApiType m_ctxType;
glcConfigListCase.cpp 114 : TestCase(testCtx, name, description), m_ctxType(type)
127 getDefaultConfigList(m_testCtx.getPlatform(), m_ctxType, configs);

Completed in 6581 milliseconds