Searched refs:radeon_draw_buffer (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 199 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb) in radeon_draw_buffer() function 365 radeon_draw_buffer(ctx, ctx->DrawBuffer); in radeonDrawBuffer() 388 radeon_draw_buffer(ctx, ctx->DrawBuffer); in radeonReadBuffer() 416 radeon_draw_buffer(ctx, radeon->glCtx.DrawBuffer); in radeon_viewport()
|
D | radeon_common.h | 23 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb);
|
D | radeon_screen.h | 131 #define radeon_draw_buffer r200_radeon_draw_buffer macro
|
D | radeon_common_context.c | 339 radeon_draw_buffer(&radeon->glCtx, radeon->glCtx.DrawBuffer); in radeon_prepare_render() 643 radeon_draw_buffer(&radeon->glCtx, drfb); in radeonMakeCurrent()
|
D | radeon_fbo.c | 705 radeon_draw_buffer(ctx, fb); in radeon_bind_framebuffer() 726 radeon_draw_buffer(ctx, fb); in radeon_framebuffer_renderbuffer() 815 radeon_draw_buffer(ctx, fb); in radeon_render_texture()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 199 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb) in radeon_draw_buffer() function 365 radeon_draw_buffer(ctx, ctx->DrawBuffer); in radeonDrawBuffer() 388 radeon_draw_buffer(ctx, ctx->DrawBuffer); in radeonReadBuffer() 416 radeon_draw_buffer(ctx, radeon->glCtx.DrawBuffer); in radeon_viewport()
|
D | radeon_common.h | 23 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb);
|
D | radeon_screen.h | 131 #define radeon_draw_buffer r200_radeon_draw_buffer macro
|
D | radeon_common_context.c | 339 radeon_draw_buffer(&radeon->glCtx, radeon->glCtx.DrawBuffer); in radeon_prepare_render() 643 radeon_draw_buffer(&radeon->glCtx, drfb); in radeonMakeCurrent()
|
D | radeon_fbo.c | 705 radeon_draw_buffer(ctx, fb); in radeon_bind_framebuffer() 726 radeon_draw_buffer(ctx, fb); in radeon_framebuffer_renderbuffer() 815 radeon_draw_buffer(ctx, fb); in radeon_render_texture()
|