Searched refs:_ColorDrawBuffers (Results 1 – 12 of 12) sorted by relevance
549 fb->_ColorDrawBuffers[0] = NULL; in update_color_draw_buffers()554 fb->_ColorDrawBuffers[output] = fb->Attachment[buf].Renderbuffer; in update_color_draw_buffers()557 fb->_ColorDrawBuffers[output] = NULL; in update_color_draw_buffers()
202 colorDrawRb = drawFb->_ColorDrawBuffers[i]; in validate_color_buffer()530 struct gl_renderbuffer *dstRb = drawFB->_ColorDrawBuffers[i]; in do_blit_framebuffer()834 colorDrawRb = drawFb->_ColorDrawBuffers[i]; in blit_framebuffer()
304 struct gl_renderbuffer *colorRb = fb->_ColorDrawBuffers[buffer]; in accum_return()
472 (void *) ctx->DrawBuffer->_ColorDrawBuffers[0], in _mesa_dump_color_buffer()
121 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[idx]; in color_buffer_writes_enabled()
2759 struct gl_renderbuffer *_ColorDrawBuffers[MAX_DRAW_BUFFERS]; member
996 ctx->DrawBuffer->_ColorDrawBuffers[0]; in find_custom_value()
146 rb = fb->_ColorDrawBuffers[i]; in st_update_framebuffer_state()
270 ctx->DrawBuffer->_ColorDrawBuffers[i]; in st_update_blend()
1582 rbDraw = ctx->DrawBuffer->_ColorDrawBuffers[0]; in blit_copy_pixels()
152 - st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULL
1406 - intel: Fix segfaults from trying to use \_ColorDrawBuffers in FBO