• Home
  • Raw
  • Download

Lines Matching refs:m_testCtx

121 	tcu::TestLog&	log		= m_testCtx.getLog();  in checkCommonAttributes()
132 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Config ID mismatch"); in checkCommonAttributes()
144 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid surface size"); in checkCommonAttributes()
156 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid surface resolution"); in checkCommonAttributes()
167 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid pixel aspect ratio"); in checkCommonAttributes()
178 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid render buffer"); in checkCommonAttributes()
189 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid multisample resolve"); in checkCommonAttributes()
195 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid multisample resolve"); in checkCommonAttributes()
206 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid swap behavior"); in checkCommonAttributes()
212 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid swap behavior"); in checkCommonAttributes()
223 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid alpha format"); in checkCommonAttributes()
229 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid alpha format"); in checkCommonAttributes()
240 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid color space"); in checkCommonAttributes()
246 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid color space"); in checkCommonAttributes()
255 tcu::TestLog& log = m_testCtx.getLog(); in checkNonPbufferAttributes()
281 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Illegal error condition"); in checkNonPbufferAttributes()
290 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Illegal modification of return value"); in checkNonPbufferAttributes()
306 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig()
309 …eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()… in executeForConfig()
317 … DE_NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()… in executeForConfig()
337 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig()
340 …eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()… in executeForConfig()
368 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig()
385 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid maximum pbuffer size"); in executeForConfig()
413 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid largest pbuffer"); in executeForConfig()
424 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid texture format"); in executeForConfig()
435 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid texture target"); in executeForConfig()
446 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid mipmap texture"); in executeForConfig()
470 tcu::TestLog& log = m_testCtx.getLog(); in testAttributes()
494 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid default mipmap level"); in testAttributes()
500m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "EGL_MIPMAP_LEVEL query modified result for non-pbuff… in testAttributes()
512 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Illegal error condition"); in testAttributes()
530 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid default multisample resolve"); in testAttributes()
542 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Failed to set multisample resolve"); in testAttributes()
562 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Failed to set swap behavior"); in testAttributes()
579 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig()
582 …eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()… in executeForConfig()
590 … DE_NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()… in executeForConfig()
608 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig()
611 …eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()… in executeForConfig()
637 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig()
654 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid maximum pbuffer size"); in executeForConfig()
691 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple queries"); in init()
696 tcu::TestCaseGroup* windowGroup = new tcu::TestCaseGroup(m_testCtx, "window", "Window surfaces"); in init()
711 tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "pixmap", "Pixmap surfaces"); in init()
726 …tcu::TestCaseGroup* pbufferGroup = new tcu::TestCaseGroup(m_testCtx, "pbuffer", "Pbuffer surfaces"… in init()
742 …tcu::TestCaseGroup* setAttributeGroup = new tcu::TestCaseGroup(m_testCtx, "set_attribute", "Settin… in init()
747 tcu::TestCaseGroup* windowGroup = new tcu::TestCaseGroup(m_testCtx, "window", "Window surfaces"); in init()
762 tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "pixmap", "Pixmap surfaces"); in init()
777 …tcu::TestCaseGroup* pbufferGroup = new tcu::TestCaseGroup(m_testCtx, "pbuffer", "Pbuffer surfaces"… in init()