/external/deqp/modules/gles31/functional/ |
es31fNegativeTestShared.hpp | 68 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } 82 const glu::ContextInfo& m_ctxInfo;
|
es31fNegativeTestShared.cpp | 59 , m_ctxInfo (ctxInfo)
|
/external/deqp/modules/gles2/ |
tes2CapabilityTests.cpp | 110 const glu::ContextInfo& m_ctxInfo; 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/ |
glsFragOpInteractionCase.hpp | 66 const glu::ContextInfo& m_ctxInfo;
|
glsShaderRenderCase.hpp | 242 const glu::ContextInfo& m_ctxInfo;
|
glsShaderRenderCase.cpp | 349 , m_ctxInfo (ctxInfo) 361 , m_ctxInfo (ctxInfo)
|
glsFragOpInteractionCase.cpp | 440 , m_ctxInfo (ctxInfo)
|
/external/deqp/modules/gles2/functional/ |
es2fShaderDiscardTests.cpp | 108 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");
|
es2fShaderReturnTests.cpp | 135 const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isFragmentDynamicLoopSupported();
|
es2fTextureCompletenessTests.cpp | 247 const glu::ContextInfo& m_ctxInfo; 255 , m_ctxInfo (ctxInfo) 302 if (isExtensionSupported(m_ctxInfo, s_relaxingExtensions[ndx])) 433 const glu::ContextInfo& m_ctxInfo; 441 , m_ctxInfo (ctxInfo) 470 if (isExtensionSupported(m_ctxInfo, extension)) 790 const glu::ContextInfo& m_ctxInfo; 798 , m_ctxInfo (ctxInfo) 828 if (isExtensionSupported(m_ctxInfo, extension)) [all...] |
es2fShaderLoopTests.cpp | 244 isSupported = m_isVertexCase ? m_ctxInfo.isVertexUniformLoopSupported() 245 : m_ctxInfo.isFragmentUniformLoopSupported(); 247 isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() 248 : m_ctxInfo.isFragmentDynamicLoopSupported(); [all...] |
es2fShaderBuiltinVarTests.cpp | 89 if (m_ctxInfo.isExtensionSupported("GL_EXT_draw_buffers")) 90 return m_ctxInfo.getInt(GL_MAX_DRAW_BUFFERS); 97 return m_ctxInfo.getInt(m_paramName);
|
es2fShaderStructTests.cpp | 109 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"); [all...] |
es2fShaderIndexingTests.cpp | 177 (!(m_requirements & REQUIREMENT_VERTEX_UNIFORM_LOOPS) || m_ctxInfo.isVertexUniformLoopSupported()) && 178 (!(m_requirements & REQUIREMENT_FRAGMENT_UNIFORM_LOOPS) || m_ctxInfo.isFragmentUniformLoopSupported()); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderDiscardTests.cpp | 97 m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/brick.png");
|
es3fShaderStructTests.cpp | 96 m_brickTexture = glu::Texture2D::create(m_renderCtx, m_ctxInfo, m_testCtx.getArchive(), "data/brick.png"); [all...] |