Searched defs:m_ctxInfo (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.hpp66 const glu::ContextInfo& m_ctxInfo; member in class:deqp::gls::FragOpInteractionCase
H A DglsShaderRenderCase.hpp242 const glu::ContextInfo& m_ctxInfo; member in class:deqp::gls::ShaderRenderCase
/external/deqp/modules/gles31/functional/
H A Des31fNegativeTestShared.hpp68 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; }
82 const glu::ContextInfo& m_ctxInfo; member in class:deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
/external/deqp/modules/gles2/
H A Dtes2CapabilityTests.cpp110 const glu::ContextInfo& m_ctxInfo; member in class:deqp::gles2::ExtensionCase
116 , m_ctxInfo (ctxInfo)
123 bool isSupported = std::find(m_ctxInfo.getExtensions().begin(), m_ctxInfo.getExtensions().end(), m_extName) != m_ctxInfo.getExtensions().end();
/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp247 const glu::ContextInfo& m_ctxInfo; member in class:deqp::gles2::Functional::Incomplete2DSizeCase
255 , m_ctxInfo (ctxInfo)
302 if (isExtensionSupported(m_ctxInfo, s_relaxingExtensions[ndx]))
433 const glu::ContextInfo& m_ctxInfo; member in class:deqp::gles2::Functional::Incomplete2DWrapModeCase
441 , m_ctxInfo (ctxInfo)
470 if (isExtensionSupported(m_ctxInfo, extension))
790 const glu::ContextInfo& m_ctxInfo; member in class:deqp::gles2::Functional::IncompleteCubeWrapModeCase
798 , m_ctxInfo (ctxInfo)
828 if (isExtensionSupported(m_ctxInfo, extension))

Completed in 132 milliseconds