Searched refs:blit_fb_ids (Results 1 – 1 of 1) sorted by relevance
677 GLuint blit_fb_ids[2]; member6480 if (sub->blit_fb_ids[0]) in vrend_destroy_sub_context()6481 glDeleteFramebuffers(2, sub->blit_fb_ids); in vrend_destroy_sub_context()8952 glBindFramebuffer(GL_FRAMEBUFFER, ctx->sub->blit_fb_ids[0]); in vrend_renderer_resource_copy_region()8960 glBindFramebuffer(GL_FRAMEBUFFER, ctx->sub->blit_fb_ids[1]); in vrend_renderer_resource_copy_region()8964 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, ctx->sub->blit_fb_ids[1]); in vrend_renderer_resource_copy_region()8966 glBindFramebuffer(GL_READ_FRAMEBUFFER, ctx->sub->blit_fb_ids[0]); in vrend_renderer_resource_copy_region()8995 glBindFramebuffer(GL_READ_FRAMEBUFFER, ctx->sub->blit_fb_ids[0]); in vrend_renderer_resource_copy_region()8998 glBindFramebuffer(GL_READ_FRAMEBUFFER, ctx->sub->blit_fb_ids[1]); in vrend_renderer_resource_copy_region()9257 intermediate_fbo = ctx->sub->blit_fb_ids[0]; in vrend_renderer_blit_int()[all …]