Searched refs:draw_buffer (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | buffers.c | 268 draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb, in draw_buffer() function 318 draw_buffer(ctx, ctx->DrawBuffer, buffer, "glDrawBuffer"); in _mesa_DrawBuffer() 337 draw_buffer(ctx, fb, buf, "glNamedFramebufferDrawBuffer"); in _mesa_NamedFramebufferDrawBuffer()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_context.c | 301 draw_buffer(softpipe->draw, in softpipe_create_context() 306 draw_buffer(softpipe->draw, in softpipe_create_context()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_context.h | 164 draw_buffer(struct draw_context *draw,
|
D | draw_context.c | 758 draw_buffer(struct draw_context *draw, in draw_buffer() function
|