Lines Matching refs:bindFramebuffer
183 context.bindFramebuffer(GL_FRAMEBUFFER, fbo); in textureLevelsTest()
208 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in validTex2DAttachmentsTest()
228 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in validTexCubeAttachmentsTest()
248 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in validRboAttachmentsTest()
279 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in invalidTex2DAttachmentTest()
296 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in invalidTexCubeAttachmentTest()
312 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in invalidRboAttachmentTest()
328 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachNamesTest()
373 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryEmptyFboTest()
392 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryTex2DTest()
405 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryTexCubeTest()
419 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryRboTest()
439 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTex2DAttachedToBoundFboTest()
455 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTexCubeAttachedToBoundFboTest()
471 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteRboAttachedToBoundFboTest()
488 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTex2DAttachedToNotBoundFboTest()
497 ctx.bindFramebuffer(GL_FRAMEBUFFER, 0); in deleteTex2DAttachedToNotBoundFboTest()
501 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTex2DAttachedToNotBoundFboTest()
509 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTexCubeAttachedToNotBoundFboTest()
518 ctx.bindFramebuffer(GL_FRAMEBUFFER, 0); in deleteTexCubeAttachedToNotBoundFboTest()
522 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTexCubeAttachedToNotBoundFboTest()
530 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteRboAttachedToNotBoundFboTest()
540 ctx.bindFramebuffer(GL_FRAMEBUFFER, 0); in deleteRboAttachedToNotBoundFboTest()
544 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteRboAttachedToNotBoundFboTest()