Lines Matching refs:m_testCtx
61 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid string");
67 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid string");
101 m_testCtx.getLog() << TestLog::Message << "// ERROR: MINOR_VERSION is " << stateVersionMinor << TestLog::EndMessage;
102 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid version.");
148 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid string");
170 m_testCtx.getLog() << TestLog::Message << "// ERROR: NUM_EXTENSIONS is " << numExtensions << "; got " << extensions.size() << " extensions" << TestLog::EndMessage;
171 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
172 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got non-consistent number of extensions");
183 m_testCtx.getLog() << TestLog::Message << "// ERROR: extension " << extension << " found with GetStringi was not found in glGetString(GL_EXTENSIONS)" << TestLog::EndMessage;
184 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
185 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Extension query methods are not consistent.");
203 m_testCtx.getLog() << TestLog::Message << "// ERROR: extension \"" << extensions[ndx] << "\" found with GetString was not found with GetStringi(GL_EXTENSIONS, ind)" << TestLog::EndMessage;
205 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
206 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Extension query methods are not consistent.");