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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dswapchain9.c928 BOOL *pending_presentation_temp; local in function:NineSwapChain9_Present
988 pending_presentation_temp = This->pending_presentation[next_buffer];
990 This->pending_presentation[0] = pending_presentation_temp;
1044 pending_presentation_temp = This->pending_presentation[0];
1048 This->pending_presentation[This->num_back_buffers - 1] = pending_presentation_temp;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dswapchain9.c951 BOOL *pending_presentation_temp; local in function:NineSwapChain9_Present
1011 pending_presentation_temp = This->pending_presentation[next_buffer];
1013 This->pending_presentation[0] = pending_presentation_temp;
1067 pending_presentation_temp = This->pending_presentation[0];
1071 This->pending_presentation[This->num_back_buffers - 1] = pending_presentation_temp;

Completed in 5 milliseconds