OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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_wide_point.c
213
draw->
suspend_flushing
= TRUE;
215
draw->
suspend_flushing
= FALSE;
290
draw->
suspend_flushing
= TRUE;
292
draw->
suspend_flushing
= FALSE;
draw_pipe_pstipple.c
507
draw->
suspend_flushing
= TRUE;
509
draw->
suspend_flushing
= FALSE;
551
draw->
suspend_flushing
= TRUE;
554
draw->
suspend_flushing
= FALSE;
573
draw->
suspend_flushing
= TRUE;
580
draw->
suspend_flushing
= FALSE;
draw_pipe_aaline.c
535
draw->
suspend_flushing
= TRUE;
537
draw->
suspend_flushing
= FALSE;
714
draw->
suspend_flushing
= TRUE;
722
draw->
suspend_flushing
= FALSE;
741
draw->
suspend_flushing
= TRUE;
754
draw->
suspend_flushing
= FALSE;
draw_pipe_aapoint.c
558
draw->
suspend_flushing
= TRUE;
560
draw->
suspend_flushing
= FALSE;
722
draw->
suspend_flushing
= TRUE;
728
draw->
suspend_flushing
= FALSE;
747
draw->
suspend_flushing
= TRUE;
755
draw->
suspend_flushing
= FALSE;
draw_private.h
209
boolean
suspend_flushing
; /**< internally set */
member in struct:draw_context
draw_context.c
241
if (!draw->
suspend_flushing
) {
632
if (!draw->
suspend_flushing
)
Completed in 8497 milliseconds