Lines Matching defs:newBufferCount
142 unsigned i, oldBufferCount, newBufferCount;
220 newBufferCount = NineSwapChain9_GetBackBufferCountForParams(This, pParams);
295 if (newBufferCount != oldBufferCount) {
296 for (i = newBufferCount; i < oldBufferCount;
300 for (i = oldBufferCount; i < newBufferCount; ++i) {
305 This->num_back_buffers = newBufferCount;
307 for (i = 0; i < newBufferCount; ++i) {