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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dswapchain9.c188 unsigned i, oldBufferCount, newBufferCount; local in function:NineSwapChain9_Resize
266 newBufferCount = NineSwapChain9_GetBackBufferCountForParams(This, pParams);
341 if (newBufferCount != oldBufferCount) {
342 for (i = newBufferCount; i < oldBufferCount;
346 for (i = oldBufferCount; i < newBufferCount; ++i) {
351 This->num_back_buffers = newBufferCount;
353 for (i = 0; i < newBufferCount; ++i) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dswapchain9.c188 unsigned i, oldBufferCount, newBufferCount; local in function:NineSwapChain9_Resize
266 newBufferCount = NineSwapChain9_GetBackBufferCountForParams(This, pParams);
341 if (newBufferCount != oldBufferCount) {
342 for (i = newBufferCount; i < oldBufferCount;
346 for (i = oldBufferCount; i < newBufferCount; ++i) {
351 This->num_back_buffers = newBufferCount;
353 for (i = 0; i < newBufferCount; ++i) {

Completed in 7 milliseconds