Lines Matching refs:m_testCtx

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