Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dbuffers.c793 fb->ColorDrawBuffer[0] = buffers[0]; in _mesa_drawbuffers()
815 fb->ColorDrawBuffer[buf] = buffers[buf]; in _mesa_drawbuffers()
828 fb->ColorDrawBuffer[buf] = GL_NONE; in _mesa_drawbuffers()
834 if (ctx->Color.DrawBuffer[buf] != fb->ColorDrawBuffer[buf]) { in _mesa_drawbuffers()
836 ctx->Color.DrawBuffer[buf] = fb->ColorDrawBuffer[buf]; in _mesa_drawbuffers()
Ddraw_validate.c124 if (ctx->DrawBuffer->ColorDrawBuffer[0] == GL_FRONT_AND_BACK) in _mesa_update_valid_to_render_state()
128 if (ctx->DrawBuffer->ColorDrawBuffer[i] != GL_NONE) in _mesa_update_valid_to_render_state()
Dframebuffer.c126 fb->ColorDrawBuffer[0] = GL_BACK; in _mesa_initialize_window_framebuffer()
133 fb->ColorDrawBuffer[0] = GL_FRONT; in _mesa_initialize_window_framebuffer()
169 fb->ColorDrawBuffer[0] = GL_COLOR_ATTACHMENT0_EXT; in _mesa_initialize_user_framebuffer()
653 if (fb->ColorDrawBuffer[0] != ctx->Color.DrawBuffer[0]) { in update_framebuffer()
Ddrawpix.c63 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]), in _mesa_DrawPixels()
212 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]), in _mesa_CopyPixels()
Dclear.c282 switch (ctx->DrawBuffer->ColorDrawBuffer[drawbuffer]) { in make_color_buffer_mask()
Ddebug.c485 ctx->DrawBuffer->ColorDrawBuffer[0]); in _mesa_dump_color_buffer()
Dfbobject.c1659 if (fb->ColorDrawBuffer[j] != GL_NONE) { in _mesa_test_framebuffer_completeness()
1661 = get_attachment(ctx, fb, fb->ColorDrawBuffer[j], NULL); in _mesa_test_framebuffer_completeness()
5239 *param = fb->ColorDrawBuffer[0]; in _mesa_GetFramebufferParameterivEXT()
5247 if (buffer < ARRAY_SIZE(fb->ColorDrawBuffer)) in _mesa_GetFramebufferParameterivEXT()
5248 *param = fb->ColorDrawBuffer[buffer]; in _mesa_GetFramebufferParameterivEXT()
Dmtypes.h2714 GLenum16 ColorDrawBuffer[MAX_DRAW_BUFFERS]; member
Dattrib.c122 head->Color.DrawBuffer[i] = ctx->DrawBuffer->ColorDrawBuffer[i]; in _mesa_PushAttrib()