HomeSort by relevance Sort by last modified time
    Searched refs:rast_handle (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 181 if (draw->rast_handle) {
183 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
draw_pipe_wide_point.c 294 if (draw->rast_handle) {
296 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
draw_context.h 89 * The rast_handle is used to pass the driver specific representation
104 void *rast_handle );
draw_private.h 249 void *rast_handle; member in struct:draw_context
draw_pipe_aapoint.c 594 if (draw->rast_handle) {
595 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
draw_context.c 306 void *rast_handle )
312 draw->rast_handle = rast_handle;
draw_pipe_aaline.c 726 if (draw->rast_handle) {
727 pipe->bind_rasterizer_state(pipe, draw->rast_handle);

Completed in 72 milliseconds