Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dbuffers.c418 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()
Dframebuffer.c141 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()
Ddrawpix.c62 _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()
Dget.c734 { 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 },
Ddebug.c481 ctx->DrawBuffer->ColorDrawBuffer[0]); in _mesa_dump_color_buffer()
Dfbobject.c826 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()
Dmtypes.h2713 GLenum ColorDrawBuffer[MAX_DRAW_BUFFERS]; member
Dattrib.c240 attr->DrawBuffer[i] = ctx->DrawBuffer->ColorDrawBuffer[i]; in _mesa_PushAttrib()