Searched refs:blit_fb_ids (Results 1 – 1 of 1) sorted by relevance
644 GLuint blit_fb_ids[2]; member6275 if (sub->blit_fb_ids[0]) in vrend_destroy_sub_context()6276 glDeleteFramebuffers(2, sub->blit_fb_ids); in vrend_destroy_sub_context()8717 glBindFramebuffer(GL_FRAMEBUFFER, ctx->sub->blit_fb_ids[0]); in vrend_renderer_resource_copy_region()8725 glBindFramebuffer(GL_FRAMEBUFFER, ctx->sub->blit_fb_ids[1]); in vrend_renderer_resource_copy_region()8729 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, ctx->sub->blit_fb_ids[1]); in vrend_renderer_resource_copy_region()8731 glBindFramebuffer(GL_READ_FRAMEBUFFER, ctx->sub->blit_fb_ids[0]); in vrend_renderer_resource_copy_region()8760 glBindFramebuffer(GL_READ_FRAMEBUFFER, ctx->sub->blit_fb_ids[0]); in vrend_renderer_resource_copy_region()8763 glBindFramebuffer(GL_READ_FRAMEBUFFER, ctx->sub->blit_fb_ids[1]); in vrend_renderer_resource_copy_region()8985 intermediate_fbo = ctx->sub->blit_fb_ids[0]; in vrend_renderer_blit_int()[all …]