Searched refs:_mesa_update_draw_buffer_bounds (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | framebuffer.h | 105 _mesa_update_draw_buffer_bounds(struct gl_context *ctx,
|
D | accum.c | 77 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in _mesa_clear_accum_buffer() 409 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in accum()
|
D | framebuffer.c | 304 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in _mesa_resize_framebuffer() 385 _mesa_update_draw_buffer_bounds(struct gl_context *ctx, in _mesa_update_draw_buffer_bounds() function
|
D | blit.c | 363 _mesa_update_draw_buffer_bounds(ctx, drawFb); in blit_framebuffer()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.c | 69 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in i915InvalidateState()
|
D | intel_context.c | 329 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in intelInvalidateState()
|
D | i915_vtbl.c | 722 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in i915_update_draw_buffer()
|
D | i830_vtbl.c | 735 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in i830_update_draw_buffer()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_clear.c | 243 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in clear_with_quad()
|
D | st_cb_drawpixels.c | 1326 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in st_DrawPixels() 1730 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in st_CopyPixels()
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 462 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in nouveau_update_state()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 203 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in radeon_draw_buffer()
|
D | r200_state.c | 2196 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in r200ValidateState() 2267 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in r200InvalidateState()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 203 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in radeon_draw_buffer()
|
D | radeon_state.c | 1976 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in radeonValidateState() 2031 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in radeonInvalidateState()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 696 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in xmesa_update_state()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 213 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in brw_update_state()
|