Home
last modified time | relevance | path

Searched refs:colorDrawRb (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dblit.c246 const struct gl_renderbuffer *colorDrawRb = NULL; in _mesa_blit_framebuffer() local
260 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() local
509 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 …]