Searched refs:msgStr (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluDefs.cpp | 74 std::ostringstream msgStr; in checkError() local 76 msgStr << msg << ": "; in checkError() 78 msgStr << "glGetError() returned " << getErrorStr(err); in checkError() 81 throw OutOfMemoryError(msgStr.str().c_str(), DE_NULL, file, line); in checkError() 83 throw Error(err, msgStr.str().c_str(), DE_NULL, file, line); in checkError()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDefs.cpp | 98 std::ostringstream msgStr; in checkResult() local 100 msgStr << msg << ": "; in checkResult() 102 msgStr << getResultStr(result); in checkResult() 105 throw OutOfMemoryError(result, msgStr.str().c_str(), DE_NULL, file, line); in checkResult() 107 throw ERROR(result, msgStr.str().c_str(), DE_NULL, file, line); in checkResult()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cFramebufferNoAttachmentsTests.cpp | 44 std::ostringstream msgStr; in checkErrorEqualsExpected() local 45 msgStr << "glGetError() returned " << glu::getErrorStr(err) << ", expected " << glu::getErrorStr(expected); in checkErrorEqualsExpected() 48 msgStr << " in '" << msg << "'"; in checkErrorEqualsExpected() 51 throw glu::OutOfMemoryError(msgStr.str().c_str(), "", file, line); in checkErrorEqualsExpected() 53 throw glu::Error(err, msgStr.str().c_str(), "", file, line); in checkErrorEqualsExpected() 120 std::ostringstream msgStr; in expect_fbo_status() local 121 msgStr << "Error before glCheckFramebufferStatus() for '" << fail_message << "'\n"; in expect_fbo_status() 131 std::ostringstream msgStr; in expect_fbo_status() local 132 msgStr << "Error after glCheckFramebufferStatus() for '" << fail_message << "'\n"; in expect_fbo_status()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestLog.cpp | 201 void TestLog::writeMessage (const char* msgStr) in writeMessage() argument 205 if (qpTestLog_writeText(m_log, DE_NULL, DE_NULL, QP_KEY_TAG_NONE, msgStr) == DE_FALSE) in writeMessage()
|
Completed in 4 milliseconds