Lines Matching refs:m_testCtx
94 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in init()
105 tcu::TestLog& log = m_testCtx.getLog(); in checkGetConfigsBounds()
140 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Too many configs returned"); in checkGetConfigsBounds()
146 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Buffer overflow"); in checkGetConfigsBounds()
151 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Incorrect size"); in checkGetConfigsBounds()
158 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
182 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "No configs"); in iterate()
229 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in init()
240 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
271 TestLog& log = m_testCtx.getLog(); in getValue()
301 TestLog& log = m_testCtx.getLog(); in checkColorBufferType()
304 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid value"); in checkColorBufferType()
312 TestLog& log = m_testCtx.getLog(); in checkCaveat()
315 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid value"); in checkCaveat()
323 TestLog& log = m_testCtx.getLog(); in checkTransparentType()
326 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid value"); in checkTransparentType()
334 TestLog& log = m_testCtx.getLog(); in checkBoolean()
337 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid value"); in checkBoolean()
348 TestLog& log = m_testCtx.getLog(); in checkInteger()
351 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid value"); in checkInteger()
361 TestLog& log = m_testCtx.getLog(); in checkSurfaceTypeMask()
364 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid value"); in checkSurfaceTypeMask()
400 TestLog& log = m_testCtx.getLog(); in executeTest()
437 TestLog& log = m_testCtx.getLog(); in executeTest()
451 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid alpha size"); in executeTest()
459 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid luminance size"); in executeTest()
465 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid color component size"); in executeTest()
471 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid buffer size"); in executeTest()
479 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid luminance size"); in executeTest()
485 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid color component size"); in executeTest()
491 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid buffer size"); in executeTest()
507 TestLog& log = m_testCtx.getLog(); in executeTest()
525 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid transparent color value"); in executeTest()
544 …tcu::TestCaseGroup* getConfigsGroup = new tcu::TestCaseGroup(m_testCtx, "get_configs", "eglGetConf… in init()
588 …tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "get_config_attrib", "eglGetCo… in init()
599 …tcu::TestCaseGroup* constraintsGroup = new tcu::TestCaseGroup(m_testCtx, "constraints", "Attribute… in init()