Lines Matching refs:sglr
24 * All gl calls are passed thru sglr::Context class. Reasons:
59 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect)
68 static void checkEitherError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expectA, GLenum expectB)
124 static void checkFboAttachmentParam (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum attachment, GLenum pname, GLint expectedValue)
143 static void textureLevelsTest (tcu::TestContext& testCtx, sglr::Context& context)
170 static void validTex2DAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context)
190 static void validTexCubeAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context)
223 static void validRboAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context)
244 static void attachToDefaultFramebufferTest (tcu::TestContext& testCtx, sglr::Context& context)
261 static void invalidTex2DAttachmentTest (tcu::TestContext& testCtx, sglr::Context& context)
278 static void invalidTexCubeAttachmentTest (tcu::TestContext& testCtx, sglr::Context& context)
294 static void invalidRboAttachmentTest (tcu::TestContext& testCtx, sglr::Context& context)
310 static void attachNamesTest (tcu::TestContext& testCtx, sglr::Context& context)
334 static void attachmentQueryDefaultFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
348 static void attachmentQueryEmptyFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
372 static void attachmentQueryTex2DTest (tcu::TestContext& testCtx, sglr::Context& ctx)
385 static void attachmentQueryTexCubeTest (tcu::TestContext& testCtx, sglr::Context& ctx)
398 static void attachmentQueryRboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
415 static void deleteTex2DAttachedToBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
431 static void deleteTexCubeAttachedToBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
447 static void deleteRboAttachedToBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
463 static void deleteTex2DAttachedToNotBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
484 static void deleteTexCubeAttachedToNotBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
505 static void deleteRboAttachedToNotBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
529 typedef void (*TestFunc) (tcu::TestContext& testCtx, sglr::Context& context);
565 sglr::GLContext context(m_context.getRenderContext(), log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(0, 0, m_context.getRenderContext().getRenderTarget().getWidth(), m_context.getRenderContext().getRenderTarget().getHeight()));