/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_surface.c | 36 sp->pipe.clear_render_target = util_clear_render_target;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_clear.h | 49 pipe->clear_render_target(pipe, ps, color, 0, 0, ps->width, ps->height);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_surface.c | 179 lp->pipe.clear_render_target = util_clear_render_target;
|
/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_surface.c | 321 i915->base.clear_render_target = i915_clear_render_target_blitter; 325 i915->base.clear_render_target = i915_clear_render_target_render;
|
/external/mesa3d/src/gallium/drivers/nv30/ |
H A D | nv30_clear.c | 224 pipe->clear_render_target = nv30_clear_render_target;
|
/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 328 void (*clear_render_target)(struct pipe_context *pipe, member in struct:pipe_context
|
/external/mesa3d/src/gallium/drivers/noop/ |
H A D | noop_pipe.c | 268 ctx->clear_render_target = noop_clear_render_target;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
H A D | dxgi_native.cpp | 1209 pipe->clear_render_target(pipe, dst_surface, &black, rect.left, rect.top, blit_x, dst_h); 1211 pipe->clear_render_target(pipe, dst_surface, &black, rect.left, rect.top, dst_w, blit_y); 1230 pipe->clear_render_target(pipe, dst_surface, &black, rect.left + blit_x + blit_w, rect.top, dst_w - blit_x - blit_w, dst_h); 1232 pipe->clear_render_target(pipe, dst_surface, &black, rect.left, rect.top + blit_y + blit_h, dst_w, dst_h - blit_y - blit_h);
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
H A D | surface.c | 366 pipe->clear_render_target(pipe, surfaces[i], &c, 0, 0,
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | r600_blit.c | 380 rctx->context.clear_render_target = r600_clear_render_target;
|
/external/mesa3d/src/gallium/drivers/galahad/ |
H A D | glhd_context.c | 753 pipe->clear_render_target(pipe, 1059 GLHD_PIPE_INIT(clear_render_target);
|
/external/mesa3d/src/gallium/drivers/identity/ |
H A D | id_context.c | 664 pipe->clear_render_target(pipe, 927 id_pipe->base.clear_render_target = identity_clear_render_target;
|
/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_blit.c | 592 r300->context.clear_render_target = r300_clear_render_target;
|
H A D | r300_render.c | 1293 r300->context.clear_render_target(pipe,
|
/external/mesa3d/src/gallium/drivers/rbug/ |
H A D | rbug_context.c | 905 pipe->clear_render_target(pipe, 1213 rb_pipe->base.clear_render_target = rbug_clear_render_target;
|
/external/mesa3d/src/gallium/drivers/trace/ |
H A D | tr_context.c | 1270 trace_dump_call_begin("pipe_context", "clear_render_target"); 1280 pipe->clear_render_target(pipe, dst, color, dstx, dsty, width, height); 1641 TR_CTX_INIT(clear_render_target);
|
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_blit.c | 793 rctx->context.clear_render_target = r600_clear_render_target;
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor.c | 697 // We clear the dirty area anyway, no need for clear_render_target 1007 c->pipe->clear_render_target(c->pipe, dst_surface, &s->clear_color,
|
/external/mesa3d/src/gallium/drivers/nv50/ |
H A D | nv50_surface.c | 987 pipe->clear_render_target = nv50_clear_render_target;
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
H A D | nvc0_surface.c | 1080 pipe->clear_render_target = nvc0_clear_render_target;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
H A D | d3d11_context.h | 1627 pipe->clear_render_target(pipe, view->object, &cc, 0, 0, view->object->width, view->object->height);
|