Searched refs:radeon_draw_buffer (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common.h23 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb);
H A Dradeon_common.c178 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb) function in typeref:typename:void
338 radeon_draw_buffer(ctx, ctx->DrawBuffer);
355 radeon_draw_buffer(ctx, ctx->DrawBuffer);
383 radeon_draw_buffer(ctx, radeon->glCtx.DrawBuffer);
H A Dradeon_screen.h192 #define radeon_draw_buffer r200_radeon_draw_buffer macro
H A Dradeon_common_context.c339 radeon_draw_buffer(&radeon->glCtx, radeon->glCtx.DrawBuffer);
643 radeon_draw_buffer(&radeon->glCtx, drfb);
H A Dradeon_fbo.c709 radeon_draw_buffer(ctx, fb);
730 radeon_draw_buffer(ctx, fb);
819 radeon_draw_buffer(ctx, fb);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common.h23 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb);
H A Dradeon_common.c177 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb) function in typeref:typename:void
337 radeon_draw_buffer(ctx, ctx->DrawBuffer);
354 radeon_draw_buffer(ctx, ctx->DrawBuffer);
382 radeon_draw_buffer(ctx, radeon->glCtx.DrawBuffer);
H A Dradeon_screen.h182 #define radeon_draw_buffer r200_radeon_draw_buffer macro
H A Dradeon_common_context.c340 radeon_draw_buffer(&radeon->glCtx, radeon->glCtx.DrawBuffer);
644 radeon_draw_buffer(&radeon->glCtx, drfb);
H A Dradeon_fbo.c709 radeon_draw_buffer(ctx, fb);
730 radeon_draw_buffer(ctx, fb);
819 radeon_draw_buffer(ctx, fb);

Completed in 20 milliseconds