Searched refs:suspend_flushing (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c151 draw->suspend_flushing = TRUE;
153 draw->suspend_flushing = FALSE;
171 draw->suspend_flushing = TRUE;
173 draw->suspend_flushing = FALSE;
H A Ddraw_pipe_wide_point.c217 draw->suspend_flushing = TRUE;
219 draw->suspend_flushing = FALSE;
288 draw->suspend_flushing = TRUE;
290 draw->suspend_flushing = FALSE;
H A Ddraw_pipe_pstipple.c168 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;
H A Ddraw_pipe_aaline.c335 draw->suspend_flushing = TRUE;
337 draw->suspend_flushing = FALSE;
497 draw->suspend_flushing = TRUE;
503 draw->suspend_flushing = FALSE;
522 draw->suspend_flushing = TRUE;
530 draw->suspend_flushing = FALSE;
H A Ddraw_pipe_aapoint.c422 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;
H A Ddraw_private.h227 boolean suspend_flushing; /**< internally set */ member in struct:draw_context
H A Ddraw_context.c307 if (!draw->suspend_flushing) {
803 if (!draw->suspend_flushing)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c151 draw->suspend_flushing = TRUE;
153 draw->suspend_flushing = FALSE;
171 draw->suspend_flushing = TRUE;
173 draw->suspend_flushing = FALSE;
H A Ddraw_pipe_wide_point.c217 draw->suspend_flushing = TRUE;
219 draw->suspend_flushing = FALSE;
288 draw->suspend_flushing = TRUE;
290 draw->suspend_flushing = FALSE;
H A Ddraw_pipe_pstipple.c178 draw->suspend_flushing = TRUE;
180 draw->suspend_flushing = FALSE;
222 draw->suspend_flushing = TRUE;
231 draw->suspend_flushing = FALSE;
250 draw->suspend_flushing = TRUE;
261 draw->suspend_flushing = FALSE;
H A Ddraw_pipe_aaline.c357 draw->suspend_flushing = TRUE;
359 draw->suspend_flushing = FALSE;
519 draw->suspend_flushing = TRUE;
525 draw->suspend_flushing = FALSE;
544 draw->suspend_flushing = TRUE;
552 draw->suspend_flushing = FALSE;
H A Ddraw_pipe_aapoint.c452 draw->suspend_flushing = TRUE;
454 draw->suspend_flushing = FALSE;
595 draw->suspend_flushing = TRUE;
601 draw->suspend_flushing = FALSE;
620 draw->suspend_flushing = TRUE;
628 draw->suspend_flushing = FALSE;
H A Ddraw_private.h275 boolean suspend_flushing; /**< internally set */ member in struct:draw_context
H A Ddraw_context.c320 if (!draw->suspend_flushing) {
922 if (!draw->suspend_flushing)

Completed in 17 milliseconds