Searched refs:still_draw (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dswapchain9.c887 BOOL still_draw = FALSE; local in function:present
890 still_draw = !This->screen->fence_finish(This->screen, NULL, fence, 0);
893 if (still_draw)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dswapchain9.c908 BOOL still_draw = FALSE; local in function:present
911 still_draw = !This->screen->fence_finish(This->screen, NULL, fence, 0);
914 if (still_draw)

Completed in 5 milliseconds