Searched refs:blit_fb_ids (Results 1 – 1 of 1) sorted by relevance
507 GLuint blit_fb_ids[2]; member5229 if (sub->blit_fb_ids[0]) in vrend_destroy_sub_context()5230 glDeleteFramebuffers(2, sub->blit_fb_ids); in vrend_destroy_sub_context()7054 glBindFramebuffer(GL_FRAMEBUFFER_EXT, ctx->sub->blit_fb_ids[0]); in vrend_renderer_resource_copy_region()7060 glBindFramebuffer(GL_FRAMEBUFFER_EXT, ctx->sub->blit_fb_ids[1]); in vrend_renderer_resource_copy_region()7064 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, ctx->sub->blit_fb_ids[1]); in vrend_renderer_resource_copy_region()7066 glBindFramebuffer(GL_READ_FRAMEBUFFER, ctx->sub->blit_fb_ids[0]); in vrend_renderer_resource_copy_region()7238 intermediate_fbo = ctx->sub->blit_fb_ids[0]; in vrend_renderer_blit_int()7242 glBindFramebuffer(GL_FRAMEBUFFER_EXT, ctx->sub->blit_fb_ids[0]); in vrend_renderer_blit_int()7249 glBindFramebuffer(GL_FRAMEBUFFER_EXT, ctx->sub->blit_fb_ids[1]); in vrend_renderer_blit_int()[all …]