/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_rasterizer.c | 74 pipe->bind_rasterizer_state = softpipe_bind_rasterizer_state;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_rasterizer.c | 74 pipe->bind_rasterizer_state = softpipe_bind_rasterizer_state;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_context.h | 84 * pipe::bind_rasterizer_state method. 87 * bind_rasterizer_state you should always call it before binding
|
draw_pipe_wide_line.c | 163 pipe->bind_rasterizer_state(pipe, r); 183 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
|
draw_pipe_wide_point.c | 214 pipe->bind_rasterizer_state(pipe, r); 291 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_context.h | 84 * pipe::bind_rasterizer_state method. 87 * bind_rasterizer_state you should always call it before binding
|
draw_pipe_wide_line.c | 163 pipe->bind_rasterizer_state(pipe, r); 183 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
|
draw_pipe_wide_point.c | 214 pipe->bind_rasterizer_state(pipe, r); 291 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_rasterizer.c | 147 llvmpipe->pipe.bind_rasterizer_state = llvmpipe_bind_rasterizer_state;
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
tri.c | 131 info.ctx->bind_rasterizer_state(info.ctx, handle);
|
quad-tex.c | 193 info.ctx->bind_rasterizer_state(info.ctx, handle);
|
shader-leak.c | 256 ctx->bind_rasterizer_state(ctx, handle);
|
graw_util.h | 180 info->ctx->bind_rasterizer_state(info->ctx, handle);
|
tri-gs.c | 261 ctx->bind_rasterizer_state(ctx, handle);
|
tri-instanced.c | 312 ctx->bind_rasterizer_state(ctx, handle);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_rasterizer.c | 147 llvmpipe->pipe.bind_rasterizer_state = llvmpipe_bind_rasterizer_state;
|
/external/mesa3d/src/gallium/tests/graw/ |
tri.c | 131 info.ctx->bind_rasterizer_state(info.ctx, handle);
|
quad-tex.c | 193 info.ctx->bind_rasterizer_state(info.ctx, handle);
|
shader-leak.c | 256 ctx->bind_rasterizer_state(ctx, handle);
|
graw_util.h | 180 info->ctx->bind_rasterizer_state(info->ctx, handle);
|
tri-gs.c | 261 ctx->bind_rasterizer_state(ctx, handle);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_pipe_rasterizer.c | 258 svga->pipe.bind_rasterizer_state = svga_bind_rasterizer_state;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_rasterizer.c | 258 svga->pipe.bind_rasterizer_state = svga_bind_rasterizer_state;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/ |
noop_state.c | 296 ctx->bind_rasterizer_state = noop_bind_state;
|
/external/mesa3d/src/gallium/drivers/noop/ |
noop_state.c | 296 ctx->bind_rasterizer_state = noop_bind_state;
|