Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dframebuffer.c549 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()
Dblit.c202 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()
Daccum.c304 struct gl_renderbuffer *colorRb = fb->_ColorDrawBuffers[buffer]; in accum_return()
Ddebug.c472 (void *) ctx->DrawBuffer->_ColorDrawBuffers[0], in _mesa_dump_color_buffer()
Dclear.c121 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[idx]; in color_buffer_writes_enabled()
Dmtypes.h2759 struct gl_renderbuffer *_ColorDrawBuffers[MAX_DRAW_BUFFERS]; member
Dget.c996 ctx->DrawBuffer->_ColorDrawBuffers[0]; in find_custom_value()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_framebuffer.c146 rb = fb->_ColorDrawBuffers[i]; in st_update_framebuffer_state()
Dst_atom_blend.c270 ctx->DrawBuffer->_ColorDrawBuffers[i]; in st_update_blend()
Dst_cb_drawpixels.c1582 rbDraw = ctx->DrawBuffer->_ColorDrawBuffers[0]; in blit_copy_pixels()
/third_party/mesa3d/docs/relnotes/
D7.10.2.rst152 - st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULL
D7.10.rst1406 - intel: Fix segfaults from trying to use \_ColorDrawBuffers in FBO