Lines Matching refs:result
2013 m_testCtx.getLog() << TestLog::ImageSet("Compare result", "Result of rendering")
2020 m_testCtx.getLog() << TestLog::ImageSet("Compare result", "Result of rendering")
4248 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
4251 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_INTEGER);
4255 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_BOOLEAN);
4256 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_INTEGER64);
4257 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_FLOAT);
4260 result.setTestContextResult(m_testCtx);
4287 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
4291 queryState(result, gl, QUERY_INTEGER, GL_LAYER_PROVOKING_VERTEX, state);
4332 result.fail("got unexpected provoking vertex value");
4337 verifyStateInteger(result, gl, GL_LAYER_PROVOKING_VERTEX, state.getIntAccess(), QUERY_BOOLEAN);
4338 verifyStateInteger(result, gl, GL_LAYER_PROVOKING_VERTEX, state.getIntAccess(), QUERY_INTEGER64);
4339 verifyStateInteger(result, gl, GL_LAYER_PROVOKING_VERTEX, state.getIntAccess(), QUERY_FLOAT);
4343 result.setTestContextResult(m_testCtx);
4602 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
4616 if (!state.verifyValidity(result))
4618 result.setTestContextResult(m_testCtx);
4624 result.fail("Minimum value = " + de::toString(m_limit) + ", got " + de::toString(state.get()));
4625 result.setTestContextResult(m_testCtx);
4634 verifyStateInteger(result, gl, m_apiName, limit, QUERY_BOOLEAN);
4635 verifyStateInteger(result, gl, m_apiName, limit, QUERY_INTEGER64);
4636 verifyStateInteger(result, gl, m_apiName, limit, QUERY_FLOAT);
4679 result.fail("Shader build failed");
4680 result.setTestContextResult(m_testCtx);
4687 result.setTestContextResult(m_testCtx);
4823 GLU_EXPECT_NO_ERROR(gl.getError(), "get query result");
4838 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong result for GL_PRIMITIVES_GENERATED");
4841 << "Got unexpected result for GL_PRIMITIVES_GENERATED. Expected " << expectedGenerated << ", got " << primitivesGenerated
4975 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
4982 verifyStateQueryInteger(result, gl, GL_PRIMITIVES_GENERATED, GL_CURRENT_QUERY, 0, QUERY_QUERY);
4985 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "glGenQueries");
4988 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "beginQuery");
4990 verifyStateQueryInteger(result, gl, GL_PRIMITIVES_GENERATED, GL_CURRENT_QUERY, (int)query, QUERY_QUERY);
4993 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "endQuery");
4996 result.setTestContextResult(m_testCtx);
5386 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
5396 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "glGetIntegerv");
5400 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "glGetIntegerv");
5404 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "glGetIntegerv");
5406 if (maxUniformBlocks.verifyValidity(result) && maxUniformBlockSize.verifyValidity(result) && maxUniformComponents.verifyValidity(result))
5409 verifyStateIntegerMin(result, gl, GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS, limit, QUERY_INTEGER);
5413 verifyStateIntegerMin(result, gl, GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS, limit, QUERY_BOOLEAN);
5414 verifyStateIntegerMin(result, gl, GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS, limit, QUERY_INTEGER64);
5415 verifyStateIntegerMin(result, gl, GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS, limit, QUERY_FLOAT);
5419 result.setTestContextResult(m_testCtx);
6041 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Feedback result validation failed");