Searched refs:m_ctxInfo (Results 1 - 18 of 18) sorted by relevance

/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
H A Des31fNegativeTestShared.cpp59 , m_ctxInfo (ctxInfo)
/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/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
H A DglsShaderRenderCase.cpp349 , m_ctxInfo (ctxInfo)
361 , m_ctxInfo (ctxInfo)
H A DglsFragOpInteractionCase.cpp440 , m_ctxInfo (ctxInfo)
/external/deqp/modules/gles2/functional/
H A Des2fShaderDiscardTests.cpp108 const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isFragmentDynamicLoopSupported();
118 m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/brick.png");
H A Des2fShaderReturnTests.cpp135 const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isFragmentDynamicLoopSupported();
H A Des2fTextureCompletenessTests.cpp256 const glu::ContextInfo& m_ctxInfo; member in class:deqp::gles2::Functional::Incomplete2DSizeCase
264 , m_ctxInfo (ctxInfo)
309 if (isExtensionSupported(m_ctxInfo, s_relaxingExtensions[ndx]))
436 const glu::ContextInfo& m_ctxInfo; member in class:deqp::gles2::Functional::Incomplete2DWrapModeCase
444 , m_ctxInfo (ctxInfo)
471 if (isExtensionSupported(m_ctxInfo, extension))
781 const glu::ContextInfo& m_ctxInfo; member in class:deqp::gles2::Functional::IncompleteCubeWrapModeCase
789 , m_ctxInfo (ctxInfo)
817 if (isExtensionSupported(m_ctxInfo, extension))
H A Des2fShaderBuiltinVarTests.cpp89 if (m_ctxInfo.isExtensionSupported("GL_EXT_draw_buffers") ||
90 m_ctxInfo.isExtensionSupported("GL_NV_draw_buffers"))
91 return m_ctxInfo.getInt(GL_MAX_DRAW_BUFFERS);
98 return m_ctxInfo.getInt(m_paramName);
H A Des2fShaderLoopTests.cpp244 isSupported = m_isVertexCase ? m_ctxInfo.isVertexUniformLoopSupported()
245 : m_ctxInfo.isFragmentUniformLoopSupported();
247 isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported()
248 : m_ctxInfo.isFragmentDynamicLoopSupported();
H A Des2fShaderStructTests.cpp109 const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isFragmentDynamicLoopSupported();
130 m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/brick.png");
H A Des2fShaderIndexingTests.cpp177 (!(m_requirements & REQUIREMENT_VERTEX_UNIFORM_LOOPS) || m_ctxInfo.isVertexUniformLoopSupported()) &&
178 (!(m_requirements & REQUIREMENT_FRAGMENT_UNIFORM_LOOPS) || m_ctxInfo.isFragmentUniformLoopSupported());
/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.hpp288 const glu::ContextInfo& m_ctxInfo; member in class:deqp::ShaderRenderCase
H A DglcShaderRenderCase.cpp400 , m_ctxInfo(ctxInfo)
414 , m_ctxInfo(ctxInfo)
/external/deqp/modules/gles3/functional/
H A Des3fShaderDiscardTests.cpp97 m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/brick.png");
H A Des3fShaderStructTests.cpp96 m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/brick.png");

Completed in 410 milliseconds