Home
last modified time | relevance | path

Searched refs:error_sstream (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp725 std::stringstream error_sstream; in executeTestCases() local
727 error_sstream << getFunctionName(test_case.function_type) << " call failed"; in executeTestCases()
728 TCU_FAIL(error_sstream.str().c_str()); in executeTestCases()
2557 std::stringstream error_sstream;
2559 error_sstream << "Invalid error code generated by " << getFunctionName(FUNCTION_GL_DRAW_ELEMENTS_BASE_VERTEX);
2565 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, error_sstream.str().c_str());
2577 std::stringstream error_sstream;
2579 error_sstream << "Invalid error code generated by "
2586 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, error_sstream.str().c_str());
2598 std::stringstream error_sstream;
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateAttachmentTests.cpp437 std::stringstream error_sstream; in iterate() local
438 error_sstream << "out of scissor box should be 0" in iterate()
452 std::stringstream error_sstream; in iterate() local
453 error_sstream << "inside of scissor box should not be 0" in iterate()
481 std::stringstream error_sstream; in iterate() local
483 error_sstream << "The draw ID is " << drawID << "Shading Rate is" << shadingRate in iterate()
486 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, error_sstream.str().c_str()); in iterate()
H A DesextcFragmentShadingRateBasic.cpp305 std::stringstream error_sstream; in iterate() local
307 error_sstream << "The draw ID is " << drawID << "Shading Rate is" << shadingRate << ", But we expect " in iterate()
310 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, error_sstream.str().c_str()); in iterate()
H A DesextcFragmentShadingRateCombinedTests.cpp501 std::stringstream error_sstream; in iterate() local
503 error_sstream << "The draw ID is " << drawID << "The primitive ID is " << primID in iterate()
507 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, error_sstream.str().c_str()); in iterate()

Completed in 6 milliseconds