Searched refs:colorDrawRb (Results 1 – 1 of 1) sorted by relevance
246 const struct gl_renderbuffer *colorDrawRb = NULL; in _mesa_blit_framebuffer() local260 colorDrawRb = drawFb->_ColorDrawBuffers[i]; in _mesa_blit_framebuffer()261 if (!colorDrawRb) in _mesa_blit_framebuffer()274 if (_mesa_is_gles3(ctx) && (colorDrawRb == colorReadRb)) { in _mesa_blit_framebuffer()282 colorDrawRb->Format)) { in _mesa_blit_framebuffer()299 !compatible_resolve_formats(colorReadRb, colorDrawRb)) { in _mesa_blit_framebuffer()482 const struct gl_renderbuffer *colorDrawRb = NULL; in _mesa_blit_framebuffer() local509 colorDrawRb = drawFb->_ColorDrawBuffers[i]; in _mesa_blit_framebuffer()510 if (!colorDrawRb) in _mesa_blit_framebuffer()513 att = find_attachment(drawFb, colorDrawRb); in _mesa_blit_framebuffer()[all …]