/external/deqp/modules/gles2/ |
D | tes2CapabilityTests.cpp | 110 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/ |
D | es31fNegativeTestShared.hpp | 68 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } in getContextInfo() 82 const glu::ContextInfo& m_ctxInfo; member in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
|
D | es31fNegativeTestShared.cpp | 59 , m_ctxInfo (ctxInfo) in NegativeTestContext()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderDiscardTests.cpp | 108 …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()
|
D | es2fTextureCompletenessTests.cpp | 247 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()
|
D | es2fShaderReturnTests.cpp | 135 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init()
|
D | es2fShaderLoopTests.cpp | 244 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()
|
D | es2fShaderBuiltinVarTests.cpp | 89 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()
|
D | es2fShaderStructTests.cpp | 109 …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()
|
D | es2fShaderIndexingTests.cpp | 177 …(!(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/ |
D | glsFragOpInteractionCase.hpp | 66 const glu::ContextInfo& m_ctxInfo; member in deqp::gls::FragOpInteractionCase
|
D | glsShaderRenderCase.hpp | 242 const glu::ContextInfo& m_ctxInfo; member in deqp::gls::ShaderRenderCase
|
D | glsShaderRenderCase.cpp | 349 , m_ctxInfo (ctxInfo) in ShaderRenderCase() 361 , m_ctxInfo (ctxInfo) in ShaderRenderCase()
|
D | glsFragOpInteractionCase.cpp | 440 , m_ctxInfo (ctxInfo) in FragOpInteractionCase()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDiscardTests.cpp | 97 …m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/bric… in init()
|
D | es3fShaderStructTests.cpp | 96 …m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/bric… in init()
|