Home
last modified time | relevance | path

Searched refs:m_ctxInfo (Results 1 – 16 of 16) sorted by relevance

/external/deqp/modules/gles2/
Dtes2CapabilityTests.cpp110 const glu::ContextInfo& m_ctxInfo; member in deqp::gles2::ExtensionCase
116 , m_ctxInfo (ctxInfo) in ExtensionCase()
123 …bool isSupported = std::find(m_ctxInfo.getExtensions().begin(), m_ctxInfo.getExtensions().end(), m… in iterate()
/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.hpp68 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } in getContextInfo()
82 const glu::ContextInfo& m_ctxInfo; member in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
Des31fNegativeTestShared.cpp59 , m_ctxInfo (ctxInfo) in NegativeTestContext()
/external/deqp/modules/gles2/functional/
Des2fShaderDiscardTests.cpp108 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init()
118 …m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/bric… in init()
Des2fTextureCompletenessTests.cpp247 const glu::ContextInfo& m_ctxInfo; member in deqp::gles2::Functional::Incomplete2DSizeCase
255 , m_ctxInfo (ctxInfo) in Incomplete2DSizeCase()
302 if (isExtensionSupported(m_ctxInfo, s_relaxingExtensions[ndx])) in createTexture()
433 const glu::ContextInfo& m_ctxInfo; member in deqp::gles2::Functional::Incomplete2DWrapModeCase
441 , m_ctxInfo (ctxInfo) in Incomplete2DWrapModeCase()
470 if (isExtensionSupported(m_ctxInfo, extension)) in createTexture()
790 const glu::ContextInfo& m_ctxInfo; member in deqp::gles2::Functional::IncompleteCubeWrapModeCase
798 , m_ctxInfo (ctxInfo) in IncompleteCubeWrapModeCase()
828 if (isExtensionSupported(m_ctxInfo, extension)) in createTexture()
Des2fShaderReturnTests.cpp135 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init()
Des2fShaderLoopTests.cpp244 isSupported = m_isVertexCase ? m_ctxInfo.isVertexUniformLoopSupported() in init()
245 : m_ctxInfo.isFragmentUniformLoopSupported(); in init()
247 isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() in init()
248 : m_ctxInfo.isFragmentDynamicLoopSupported(); in init()
Des2fShaderBuiltinVarTests.cpp89 if (m_ctxInfo.isExtensionSupported("GL_EXT_draw_buffers")) in getRefValue()
90 return m_ctxInfo.getInt(GL_MAX_DRAW_BUFFERS); in getRefValue()
97 return m_ctxInfo.getInt(m_paramName); in getRefValue()
Des2fShaderStructTests.cpp109 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init()
130 …m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/bric… in init()
Des2fShaderIndexingTests.cpp177 …(!(m_requirements & REQUIREMENT_VERTEX_UNIFORM_LOOPS) || m_ctxInfo.isVertexUniformLoopSupported())… in init()
178 …(!(m_requirements & REQUIREMENT_FRAGMENT_UNIFORM_LOOPS) || m_ctxInfo.isFragmentUniformLoopSupporte… in init()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.hpp66 const glu::ContextInfo& m_ctxInfo; member in deqp::gls::FragOpInteractionCase
DglsShaderRenderCase.hpp242 const glu::ContextInfo& m_ctxInfo; member in deqp::gls::ShaderRenderCase
DglsShaderRenderCase.cpp349 , m_ctxInfo (ctxInfo) in ShaderRenderCase()
361 , m_ctxInfo (ctxInfo) in ShaderRenderCase()
DglsFragOpInteractionCase.cpp440 , m_ctxInfo (ctxInfo) in FragOpInteractionCase()
/external/deqp/modules/gles3/functional/
Des3fShaderDiscardTests.cpp97 …m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/bric… in init()
Des3fShaderStructTests.cpp96 …m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/bric… in init()