Searched refs:draw_fbo_format_info (Results 1 – 1 of 1) sorted by relevance
5150 FboFormatInfo draw_fbo_format_info; in s_glBlitFramebuffer() local5153 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &draw_fbo_format_info); in s_glBlitFramebuffer()5163 draw_fbo_format_info.type == FBO_ATTACHMENT_TEXTURE) { in s_glBlitFramebuffer()5169 draw_fbo_format_info.tex_type), in s_glBlitFramebuffer()5176 … state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, &draw_fbo_format_info); in s_glBlitFramebuffer()5179 draw_fbo_format_info.type == FBO_ATTACHMENT_RENDERBUFFER) { in s_glBlitFramebuffer()5185 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()5192 …tate->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, &draw_fbo_format_info); in s_glBlitFramebuffer()5195 draw_fbo_format_info.type == FBO_ATTACHMENT_RENDERBUFFER) { in s_glBlitFramebuffer()5201 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()[all …]