Lines Matching refs:bindFramebuffer
163 context.bindFramebuffer(GL_FRAMEBUFFER, fbo); in textureLevelsTest()
183 context.bindFramebuffer(GL_FRAMEBUFFER, fbo); in textureLevelsWithRenderToMipmapTest()
196 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in validTex2DAttachmentsTest()
232 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in validTexCubeAttachmentsTest()
256 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in validRboAttachmentsTest()
287 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in invalidTex2DAttachmentTest()
304 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in invalidTexCubeAttachmentTest()
320 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in invalidRboAttachmentTest()
336 context.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachNamesTest()
381 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryEmptyFboTest()
398 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryTex2DTest()
411 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryTexCubeTest()
424 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in attachmentQueryRboTest()
441 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTex2DAttachedToBoundFboTest()
457 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTexCubeAttachedToBoundFboTest()
473 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteRboAttachedToBoundFboTest()
489 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTex2DAttachedToNotBoundFboTest()
498 ctx.bindFramebuffer(GL_FRAMEBUFFER, 0); in deleteTex2DAttachedToNotBoundFboTest()
502 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTex2DAttachedToNotBoundFboTest()
510 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTexCubeAttachedToNotBoundFboTest()
519 ctx.bindFramebuffer(GL_FRAMEBUFFER, 0); in deleteTexCubeAttachedToNotBoundFboTest()
523 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteTexCubeAttachedToNotBoundFboTest()
531 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteRboAttachedToNotBoundFboTest()
540 ctx.bindFramebuffer(GL_FRAMEBUFFER, 0); in deleteRboAttachedToNotBoundFboTest()
544 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1); in deleteRboAttachedToNotBoundFboTest()