Searched refs:ColorDrawBuffer (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | buffers.c | 418 fb->ColorDrawBuffer[0] = buffers[0]; in _mesa_drawbuffers() 440 fb->ColorDrawBuffer[buf] = buffers[buf]; in _mesa_drawbuffers() 453 fb->ColorDrawBuffer[buf] = GL_NONE; in _mesa_drawbuffers() 459 if (ctx->Color.DrawBuffer[buf] != fb->ColorDrawBuffer[buf]) { in _mesa_drawbuffers() 461 ctx->Color.DrawBuffer[buf] = fb->ColorDrawBuffer[buf]; in _mesa_drawbuffers()
|
D | framebuffer.c | 141 fb->ColorDrawBuffer[0] = GL_BACK; in _mesa_initialize_window_framebuffer() 148 fb->ColorDrawBuffer[0] = GL_FRONT; in _mesa_initialize_window_framebuffer() 176 fb->ColorDrawBuffer[0] = GL_COLOR_ATTACHMENT0_EXT; in _mesa_initialize_user_framebuffer() 700 if (fb->ColorDrawBuffer[0] != ctx->Color.DrawBuffer[0]) { in update_framebuffer()
|
D | drawpix.c | 62 _mesa_lookup_enum_by_nr(ctx->DrawBuffer->ColorDrawBuffer[0]), in _mesa_DrawPixels() 205 _mesa_lookup_enum_by_nr(ctx->DrawBuffer->ColorDrawBuffer[0]), in _mesa_CopyPixels()
|
D | get.c | 734 { GL_DRAW_BUFFER0_ARB, BUFFER_ENUM(ColorDrawBuffer[0]), NO_EXTRA }, 735 { GL_DRAW_BUFFER1_ARB, BUFFER_ENUM(ColorDrawBuffer[1]), 737 { GL_DRAW_BUFFER2_ARB, BUFFER_ENUM(ColorDrawBuffer[2]), 739 { GL_DRAW_BUFFER3_ARB, BUFFER_ENUM(ColorDrawBuffer[3]), 741 { GL_DRAW_BUFFER4_ARB, BUFFER_ENUM(ColorDrawBuffer[4]), 743 { GL_DRAW_BUFFER5_ARB, BUFFER_ENUM(ColorDrawBuffer[5]), 745 { GL_DRAW_BUFFER6_ARB, BUFFER_ENUM(ColorDrawBuffer[6]), 747 { GL_DRAW_BUFFER7_ARB, BUFFER_ENUM(ColorDrawBuffer[7]), 849 { GL_DRAW_BUFFER, BUFFER_ENUM(ColorDrawBuffer[0]), NO_EXTRA },
|
D | debug.c | 481 ctx->DrawBuffer->ColorDrawBuffer[0]); in _mesa_dump_color_buffer()
|
D | fbobject.c | 826 if (fb->ColorDrawBuffer[j] != GL_NONE) { in _mesa_test_framebuffer_completeness() 828 = _mesa_get_attachment(ctx, fb, fb->ColorDrawBuffer[j]); in _mesa_test_framebuffer_completeness()
|
D | mtypes.h | 2713 GLenum ColorDrawBuffer[MAX_DRAW_BUFFERS]; member
|
D | attrib.c | 240 attr->DrawBuffer[i] = ctx->DrawBuffer->ColorDrawBuffer[i]; in _mesa_PushAttrib()
|