Searched refs:ColorDrawBuffer (Results 1 – 10 of 10) sorted by relevance
797 fb->ColorDrawBuffer[0] = buffers[0]; in _mesa_drawbuffers()819 fb->ColorDrawBuffer[buf] = buffers[buf]; in _mesa_drawbuffers()832 fb->ColorDrawBuffer[buf] = GL_NONE; in _mesa_drawbuffers()838 if (ctx->Color.DrawBuffer[buf] != fb->ColorDrawBuffer[buf]) { in _mesa_drawbuffers()840 ctx->Color.DrawBuffer[buf] = fb->ColorDrawBuffer[buf]; in _mesa_drawbuffers()
60 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]), in _mesa_DrawPixels()204 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]), in _mesa_CopyPixels()
145 fb->ColorDrawBuffer[0] = GL_BACK; in _mesa_initialize_window_framebuffer()152 fb->ColorDrawBuffer[0] = GL_FRONT; in _mesa_initialize_window_framebuffer()188 fb->ColorDrawBuffer[0] = GL_COLOR_ATTACHMENT0_EXT; in _mesa_initialize_user_framebuffer()624 if (fb->ColorDrawBuffer[0] != ctx->Color.DrawBuffer[0]) { in update_framebuffer()
77 if (ctx->DrawBuffer->ColorDrawBuffer[0] == GL_FRONT_AND_BACK) { in check_blend_func_error()85 if (ctx->DrawBuffer->ColorDrawBuffer[i] != GL_NONE) { in check_blend_func_error()
470 ctx->DrawBuffer->ColorDrawBuffer[0]); in _mesa_dump_color_buffer()
279 switch (ctx->DrawBuffer->ColorDrawBuffer[drawbuffer]) { in make_color_buffer_mask()
1454 if (fb->ColorDrawBuffer[j] != GL_NONE) { in _mesa_test_framebuffer_completeness()1456 = get_attachment(ctx, fb, fb->ColorDrawBuffer[j], NULL); in _mesa_test_framebuffer_completeness()4910 *param = fb->ColorDrawBuffer[0]; in _mesa_GetFramebufferParameterivEXT()4918 if (buffer < ARRAY_SIZE(fb->ColorDrawBuffer)) in _mesa_GetFramebufferParameterivEXT()4919 *param = fb->ColorDrawBuffer[buffer]; in _mesa_GetFramebufferParameterivEXT()
302 attr->DrawBuffer[i] = ctx->DrawBuffer->ColorDrawBuffer[i]; in _mesa_PushAttrib()
3600 GLenum16 ColorDrawBuffer[MAX_DRAW_BUFFERS]; member
826 memcpy(save->ColorDrawBuffers, fb->ColorDrawBuffer, in _mesa_meta_begin()