Home
last modified time | relevance | path

Searched refs:m_ctxInfo (Results 1 – 18 of 18) 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.cpp256 const glu::ContextInfo& m_ctxInfo; member in deqp::gles2::Functional::Incomplete2DSizeCase
264 , m_ctxInfo (ctxInfo) in Incomplete2DSizeCase()
309 if (isExtensionSupported(m_ctxInfo, s_relaxingExtensions[ndx])) in createTexture()
436 const glu::ContextInfo& m_ctxInfo; member in deqp::gles2::Functional::Incomplete2DWrapModeCase
444 , m_ctxInfo (ctxInfo) in Incomplete2DWrapModeCase()
471 if (isExtensionSupported(m_ctxInfo, extension)) in createTexture()
781 const glu::ContextInfo& m_ctxInfo; member in deqp::gles2::Functional::IncompleteCubeWrapModeCase
789 , m_ctxInfo (ctxInfo) in IncompleteCubeWrapModeCase()
817 if (isExtensionSupported(m_ctxInfo, extension)) in createTexture()
Des2fShaderReturnTests.cpp135 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init()
Des2fShaderBuiltinVarTests.cpp89 if (m_ctxInfo.isExtensionSupported("GL_EXT_draw_buffers") || in getRefValue()
90 m_ctxInfo.isExtensionSupported("GL_NV_draw_buffers")) in getRefValue()
91 return m_ctxInfo.getInt(GL_MAX_DRAW_BUFFERS); in getRefValue()
98 return m_ctxInfo.getInt(m_paramName); in getRefValue()
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()
Des2fShaderStructTests.cpp110 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init()
127 !m_ctxInfo.isFragmentHighPrecisionSupported()) in init()
135 …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()
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.hpp288 const glu::ContextInfo& m_ctxInfo; member in deqp::ShaderRenderCase
DglcShaderRenderCase.cpp400 , m_ctxInfo(ctxInfo) in ShaderRenderCase()
414 , m_ctxInfo(ctxInfo) in ShaderRenderCase()