Lines Matching refs:m_testCtx
93 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
96 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
97 m_testCtx.getLog() in iterate()
106 if (result.verifyValidity(m_testCtx) && result < m_limit) in iterate()
108 m_testCtx.getLog() in iterate()
113 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Too low implementation limit"); in iterate()
138 m_testCtx.getLog() in iterate()
145 m_testCtx.getLog() in iterate()
150 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in iterate()
154 m_testCtx.getLog() in iterate()
159 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Required extension not supported"); in iterate()
209 …tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "limits", "Implementation limi… in init()
246 …tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "extensions", "Required extens… in init()
259 …gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContex… in init()
260 …tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "shaders", "Shader tests"); in init()
264 …tcu::TestCaseGroup* const groupES31 = new tcu::TestCaseGroup(m_testCtx, "es31", "GLSL ES 3.1 Sh… in init()
271 …tcu::TestCaseGroup* const groupES32 = new tcu::TestCaseGroup(m_testCtx, "es32", "GLSL ES 3.2 Sh… in init()