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

  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 59 virtual glu::ContextType getType (void) const { return m_ctxType; }
67 const glu::ContextType m_ctxType;
tcuNullRenderContext.cpp 602 : m_ctxType (renderCfg.type)
606 m_context = new Context(m_ctxType);

Completed in 3991 milliseconds