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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 162 draw->suspend_flushing = TRUE;
164 draw->suspend_flushing = FALSE;
182 draw->suspend_flushing = TRUE;
184 draw->suspend_flushing = FALSE;
draw_pipe_pstipple.c 168 draw->suspend_flushing = TRUE;
170 draw->suspend_flushing = FALSE;
212 draw->suspend_flushing = TRUE;
220 draw->suspend_flushing = FALSE;
239 draw->suspend_flushing = TRUE;
250 draw->suspend_flushing = FALSE;
draw_pipe_wide_point.c 217 draw->suspend_flushing = TRUE;
219 draw->suspend_flushing = FALSE;
295 draw->suspend_flushing = TRUE;
297 draw->suspend_flushing = FALSE;
draw_pipe_aaline.c 509 draw->suspend_flushing = TRUE;
511 draw->suspend_flushing = FALSE;
683 draw->suspend_flushing = TRUE;
695 draw->suspend_flushing = FALSE;
714 draw->suspend_flushing = TRUE;
730 draw->suspend_flushing = FALSE;
draw_pipe_aapoint.c 422 draw->suspend_flushing = TRUE;
424 draw->suspend_flushing = FALSE;
565 draw->suspend_flushing = TRUE;
571 draw->suspend_flushing = FALSE;
590 draw->suspend_flushing = TRUE;
598 draw->suspend_flushing = FALSE;
draw_private.h 227 boolean suspend_flushing; /**< internally set */ member in struct:draw_context
draw_context.c 308 if (!draw->suspend_flushing) {
807 if (!draw->suspend_flushing)

Completed in 137 milliseconds