HomeSort by: relevance | last modified time | path
    Searched refs:ColorDrawBuffer (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
draw_validate.c 124 if (ctx->DrawBuffer->ColorDrawBuffer[0] == GL_FRONT_AND_BACK)
128 if (ctx->DrawBuffer->ColorDrawBuffer[i] != GL_NONE)
buffers.c 268 * state var _and_ the FB's ColorDrawBuffer state.
269 * In the later case, we update the FB's ColorDrawBuffer state only.
273 * ColorDrawBuffer state to match the context. This is handled in
790 fb->ColorDrawBuffer[0] = buffers[0];
812 fb->ColorDrawBuffer[buf] = buffers[buf];
825 fb->ColorDrawBuffer[buf] = GL_NONE;
831 if (ctx->Color.DrawBuffer[buf] != fb->ColorDrawBuffer[buf]) {
833 ctx->Color.DrawBuffer[buf] = fb->ColorDrawBuffer[buf];
framebuffer.c 126 fb->ColorDrawBuffer[0] = GL_BACK;
133 fb->ColorDrawBuffer[0] = GL_FRONT;
169 fb->ColorDrawBuffer[0] = GL_COLOR_ATTACHMENT0_EXT;
607 if (fb->ColorDrawBuffer[0] != ctx->Color.DrawBuffer[0]) {
drawpix.c 61 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]),
210 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]),
clear.c 283 switch (ctx->DrawBuffer->ColorDrawBuffer[drawbuffer]) {
debug.c 470 ctx->DrawBuffer->ColorDrawBuffer[0]);
fbobject.c 1477 if (fb->ColorDrawBuffer[j] != GL_NONE) {
1479 = get_attachment(ctx, fb, fb->ColorDrawBuffer[j], NULL);
4956 *param = fb->ColorDrawBuffer[0];
4964 if (buffer < ARRAY_SIZE(fb->ColorDrawBuffer))
4965 *param = fb->ColorDrawBuffer[buffer];
attrib.c 121 head->Color.DrawBuffer[i] = ctx->DrawBuffer->ColorDrawBuffer[i];
mtypes.h 3676 GLenum16 ColorDrawBuffer[MAX_DRAW_BUFFERS];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
drawpix.c 59 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]),
203 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]),
buffers.c 273 * state var _and_ the FB's ColorDrawBuffer state.
274 * In the later case, we update the FB's ColorDrawBuffer state only.
278 * ColorDrawBuffer state to match the context. This is handled in
758 fb->ColorDrawBuffer[0] = buffers[0];
780 fb->ColorDrawBuffer[buf] = buffers[buf];
793 fb->ColorDrawBuffer[buf] = GL_NONE;
799 if (ctx->Color.DrawBuffer[buf] != fb->ColorDrawBuffer[buf]) {
801 ctx->Color.DrawBuffer[buf] = fb->ColorDrawBuffer[buf];
framebuffer.c 144 fb->ColorDrawBuffer[0] = GL_BACK;
151 fb->ColorDrawBuffer[0] = GL_FRONT;
187 fb->ColorDrawBuffer[0] = GL_COLOR_ATTACHMENT0_EXT;
626 if (fb->ColorDrawBuffer[0] != ctx->Color.DrawBuffer[0]) {
draw_validate.c 76 if (ctx->DrawBuffer->ColorDrawBuffer[0] == GL_FRONT_AND_BACK) {
84 if (ctx->DrawBuffer->ColorDrawBuffer[i] != GL_NONE) {
clear.c 279 switch (ctx->DrawBuffer->ColorDrawBuffer[drawbuffer]) {
debug.c 473 ctx->DrawBuffer->ColorDrawBuffer[0]);
fbobject.c 1326 if (fb->ColorDrawBuffer[j] != GL_NONE) {
1328 = get_attachment(ctx, fb, fb->ColorDrawBuffer[j], NULL);
attrib.c 300 attr->DrawBuffer[i] = ctx->DrawBuffer->ColorDrawBuffer[i];
mtypes.h 3540 GLenum16 ColorDrawBuffer[MAX_DRAW_BUFFERS];
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 211 { GL_DRAW_BUFFER0_ARB, BUFFER_ENUM16(ColorDrawBuffer[0]), NO_EXTRA },
212 { GL_DRAW_BUFFER1_ARB, BUFFER_ENUM16(ColorDrawBuffer[1]), extra_valid_draw_buffer },
213 { GL_DRAW_BUFFER2_ARB, BUFFER_ENUM16(ColorDrawBuffer[2]), extra_valid_draw_buffer },
214 { GL_DRAW_BUFFER3_ARB, BUFFER_ENUM16(ColorDrawBuffer[3]), extra_valid_draw_buffer },
215 { GL_DRAW_BUFFER4_ARB, BUFFER_ENUM16(ColorDrawBuffer[4]), extra_valid_draw_buffer },
216 { GL_DRAW_BUFFER5_ARB, BUFFER_ENUM16(ColorDrawBuffer[5]), extra_valid_draw_buffer },
217 { GL_DRAW_BUFFER6_ARB, BUFFER_ENUM16(ColorDrawBuffer[6]), extra_valid_draw_buffer },
218 { GL_DRAW_BUFFER7_ARB, BUFFER_ENUM16(ColorDrawBuffer[7]), extra_valid_draw_buffer },
460 { GL_DRAW_BUFFER, BUFFER_ENUM16(ColorDrawBuffer[0]), NO_EXTRA },
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 208 { GL_DRAW_BUFFER0_ARB, BUFFER_ENUM16(ColorDrawBuffer[0]), NO_EXTRA },
209 { GL_DRAW_BUFFER1_ARB, BUFFER_ENUM16(ColorDrawBuffer[1]), extra_valid_draw_buffer },
210 { GL_DRAW_BUFFER2_ARB, BUFFER_ENUM16(ColorDrawBuffer[2]), extra_valid_draw_buffer },
211 { GL_DRAW_BUFFER3_ARB, BUFFER_ENUM16(ColorDrawBuffer[3]), extra_valid_draw_buffer },
212 { GL_DRAW_BUFFER4_ARB, BUFFER_ENUM16(ColorDrawBuffer[4]), extra_valid_draw_buffer },
213 { GL_DRAW_BUFFER5_ARB, BUFFER_ENUM16(ColorDrawBuffer[5]), extra_valid_draw_buffer },
214 { GL_DRAW_BUFFER6_ARB, BUFFER_ENUM16(ColorDrawBuffer[6]), extra_valid_draw_buffer },
215 { GL_DRAW_BUFFER7_ARB, BUFFER_ENUM16(ColorDrawBuffer[7]), extra_valid_draw_buffer },
452 { GL_DRAW_BUFFER, BUFFER_ENUM16(ColorDrawBuffer[0]), NO_EXTRA },
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta.c 827 memcpy(save->ColorDrawBuffers, fb->ColorDrawBuffer,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta.c 814 memcpy(save->ColorDrawBuffers, fb->ColorDrawBuffer,

Completed in 70 milliseconds