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 289 if (draw->rast_handle) {
291 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
draw_context.h 81 * The rast_handle is used to pass the driver specific representation
96 void *rast_handle );
draw_context.c 239 void *rast_handle )
245 draw->rast_handle = rast_handle;
draw_private.h 228 void *rast_handle; member in struct:draw_context
draw_pipe_aaline.c 750 if (draw->rast_handle) {
751 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
draw_pipe_aapoint.c 751 if (draw->rast_handle) {
752 pipe->bind_rasterizer_state(pipe, draw->rast_handle);

Completed in 1240 milliseconds