Searched refs:checkEitherError (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboApiTests.cpp | 68 static void checkEitherError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expectA, GLenum… in checkEitherError() function 339 checkEitherError(testCtx, ctx, GL_INVALID_ENUM, GL_INVALID_OPERATION); in attachmentQueryDefaultFboTest() 341 checkEitherError(testCtx, ctx, GL_INVALID_ENUM, GL_INVALID_OPERATION); in attachmentQueryDefaultFboTest() 343 checkEitherError(testCtx, ctx, GL_INVALID_ENUM, GL_INVALID_OPERATION); in attachmentQueryDefaultFboTest() 345 checkEitherError(testCtx, ctx, GL_INVALID_ENUM, GL_INVALID_OPERATION); in attachmentQueryDefaultFboTest()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFboApiTest.cpp | 73 static void checkEitherError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expectA, GLenum… in checkEitherError() function 364 checkEitherError(testCtx, ctx, GL_INVALID_ENUM, GL_INVALID_OPERATION); in attachmentQueryDefaultFboTest() 366 checkEitherError(testCtx, ctx, GL_INVALID_ENUM, GL_INVALID_OPERATION); in attachmentQueryDefaultFboTest() 368 checkEitherError(testCtx, ctx, GL_INVALID_ENUM, GL_INVALID_OPERATION); in attachmentQueryDefaultFboTest() 370 checkEitherError(testCtx, ctx, GL_INVALID_ENUM, GL_INVALID_OPERATION); in attachmentQueryDefaultFboTest()
|