Home
last modified time | relevance | path

Searched refs:expectB (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboApiTests.cpp68 static void checkEitherError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expectA, GLenum expectB) in checkEitherError() argument
71 bool isOk = (result == expectA || result == expectB); in checkEitherError()
73 testCtx.getLog() << TestLog::Message << "// " << (isOk ? "Pass" : "Fail") << ", expected " << glu::getErrorStr(expectA) << " or " << glu::getErrorStr(expectB) << TestLog::EndMessage; in checkEitherError()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboApiTest.cpp73 static void checkEitherError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expectA, GLenum expectB) in checkEitherError() argument
76 bool isOk = (result == expectA || result == expectB); in checkEitherError()
78 testCtx.getLog() << TestLog::Message << "// " << (isOk ? "Pass" : "Fail") << ", expected " << glu::getErrorStr(expectA) << " or " << glu::getErrorStr(expectB) << TestLog::EndMessage; in checkEitherError()

Completed in 5 milliseconds