Home | History | Annotate | Download | only in functional

Lines Matching refs:sglr

63 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect)
117 static void checkFboAttachmentParam (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum attachment, GLenum pname, GLint expectedValue)
136 static void notSupportedTest (tcu::TestContext& testCtx, sglr::Context& context)
143 static void textureLevelsTest (tcu::TestContext& testCtx, sglr::Context& context)
163 static void textureLevelsWithRenderToMipmapTest (tcu::TestContext& testCtx, sglr::Context& context)
183 static void validTex2DAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context)
203 static void validTexCubeAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context)
236 static void validRboAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context)
257 static void attachToDefaultFramebufferTest (tcu::TestContext& testCtx, sglr::Context& context)
274 static void invalidTex2DAttachmentTest (tcu::TestContext& testCtx, sglr::Context& context)
291 static void invalidTexCubeAttachmentTest (tcu::TestContext& testCtx, sglr::Context& context)
307 static void invalidRboAttachmentTest (tcu::TestContext& testCtx, sglr::Context& context)
323 static void attachNamesTest (tcu::TestContext& testCtx, sglr::Context& context)
347 static void attachmentQueryDefaultFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
361 static void attachmentQueryEmptyFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
385 static void attachmentQueryTex2DTest (tcu::TestContext& testCtx, sglr::Context& ctx)
398 static void attachmentQueryTexCubeTest (tcu::TestContext& testCtx, sglr::Context& ctx)
411 static void attachmentQueryRboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
428 static void deleteTex2DAttachedToBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
444 static void deleteTexCubeAttachedToBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
460 static void deleteRboAttachedToBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
476 static void deleteTex2DAttachedToNotBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
497 static void deleteTexCubeAttachedToNotBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
518 static void deleteRboAttachedToNotBoundFboTest (tcu::TestContext& testCtx, sglr::Context& ctx)
542 typedef void (*TestFunc) (tcu::TestContext& testCtx, sglr::Context& context);
577 sglr::GLContext context(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(0, 0, m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight()));