Lines Matching refs:m_testCtx
91 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) in GetCurrentContextCase()
98 TestLog& log = m_testCtx.getLog(); in executeForContext()
116 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Unexpected EGL_NO_CONTEXT"); in executeForContext()
121 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid context"); in executeForContext()
133 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) in GetCurrentSurfaceCase()
140 TestLog& log = m_testCtx.getLog(); in executeForContext()
163 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid surface"); in executeForContext()
175 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) in GetCurrentDisplayCase()
182 TestLog& log = m_testCtx.getLog(); in executeForContext()
199 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Unexpected EGL_NO_DISPLAY"); in executeForContext()
204 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid display"); in executeForContext()
216 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) in QueryContextCase()
232 TestLog& log = m_testCtx.getLog(); in executeForContext()
246 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid config ID"); in executeForContext()
258 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid client API type"); in executeForContext()
271 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid client API version"); in executeForContext()
283 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid render buffer"); in executeForContext()
288 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid render buffer"); in executeForContext()
293 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid render buffer"); in executeForContext()
314 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); in init()
321 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
333 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid default value"); in iterate()
338 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid default value"); in iterate()
355 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid return value"); in iterate()
393 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple API tests"); in init()
401 …tcu::TestCaseGroup* getCurrentContextGroup = new tcu::TestCaseGroup(m_testCtx, "get_current_contex… in init()
409 …tcu::TestCaseGroup* getCurrentSurfaceGroup = new tcu::TestCaseGroup(m_testCtx, "get_current_surfac… in init()
417 …tcu::TestCaseGroup* getCurrentDisplayGroup = new tcu::TestCaseGroup(m_testCtx, "get_current_displa… in init()
425 …tcu::TestCaseGroup* queryContextGroup = new tcu::TestCaseGroup(m_testCtx, "query_context", "eglQue… in init()