Home
last modified time | relevance | path

Searched refs:draw_buffer (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dbuffers.c268 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/
Dsp_context.c301 draw_buffer(softpipe->draw, in softpipe_create_context()
306 draw_buffer(softpipe->draw, in softpipe_create_context()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h164 draw_buffer(struct draw_context *draw,
Ddraw_context.c758 draw_buffer(struct draw_context *draw, in draw_buffer() function