Lines Matching refs:bindFramebuffer
187 context.bindFramebuffer(GL_FRAMEBUFFER, fbo); in textureLevelsTest()
207 context.bindFramebuffer(GL_FRAMEBUFFER, fbo); in textureLevelsWithRenderToMipmapTest()
220 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in validTex2DAttachmentsTest()
240 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in validTexCubeAttachmentsTest()
260 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in validRboAttachmentsTest()
291 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in invalidTex2DAttachmentTest()
308 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in invalidTexCubeAttachmentTest()
324 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in invalidRboAttachmentTest()
340 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachNamesTest()
385 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryEmptyFboTest()
410 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in es3AttachmentQueryEmptyFboTest()
429 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryTex2DTest()
442 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryTexCubeTest()
456 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryRboTest()
476 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTex2DAttachedToBoundFboTest()
492 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTexCubeAttachedToBoundFboTest()
508 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteRboAttachedToBoundFboTest()
525 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTex2DAttachedToNotBoundFboTest()
534 ctx.bindFramebuffer(GL_FRAMEBUFFER, 0); in deleteTex2DAttachedToNotBoundFboTest()
538 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTex2DAttachedToNotBoundFboTest()
546 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTexCubeAttachedToNotBoundFboTest()
555 ctx.bindFramebuffer(GL_FRAMEBUFFER, 0); in deleteTexCubeAttachedToNotBoundFboTest()
559 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTexCubeAttachedToNotBoundFboTest()
567 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteRboAttachedToNotBoundFboTest()
577 ctx.bindFramebuffer(GL_FRAMEBUFFER, 0); in deleteRboAttachedToNotBoundFboTest()
581 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteRboAttachedToNotBoundFboTest()