Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dbuffers.c797 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()
Ddrawpix.c60 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]), in _mesa_DrawPixels()
204 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]), in _mesa_CopyPixels()
Dframebuffer.c145 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()
Ddraw_validate.c77 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()
Ddebug.c470 ctx->DrawBuffer->ColorDrawBuffer[0]); in _mesa_dump_color_buffer()
Dclear.c279 switch (ctx->DrawBuffer->ColorDrawBuffer[drawbuffer]) { in make_color_buffer_mask()
Dfbobject.c1454 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()
Dattrib.c302 attr->DrawBuffer[i] = ctx->DrawBuffer->ColorDrawBuffer[i]; in _mesa_PushAttrib()
Dmtypes.h3600 GLenum16 ColorDrawBuffer[MAX_DRAW_BUFFERS]; member
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c826 memcpy(save->ColorDrawBuffers, fb->ColorDrawBuffer, in _mesa_meta_begin()