Lines Matching refs:BackBufferWidth

5985             swapchain->presentParms.BackBufferWidth = back_impl->currentDesc.Width;
6521 surface->currentDesc.Width = pPresentationParameters->BackBufferWidth;
6526 surface->pow2Width = pPresentationParameters->BackBufferWidth;
6530 while (surface->pow2Width < pPresentationParameters->BackBufferWidth) surface->pow2Width <<= 1;
6545 if(surface->pow2Width != pPresentationParameters->BackBufferWidth ||
6580 if(!pp->BackBufferWidth) return TRUE;
6590 if(m.Width == pp->BackBufferWidth && m.Height == pp->BackBufferHeight) {
6750 WARN("Requested mode: %d, %d\n", pPresentationParameters->BackBufferWidth,
6764 TRACE("BackBufferWidth = %d\n", pPresentationParameters->BackBufferWidth);
6804 pPresentationParameters->BackBufferWidth,
6841 mode.Width = pPresentationParameters->BackBufferWidth;
6848 if(pPresentationParameters->BackBufferWidth != 0 && pPresentationParameters->BackBufferHeight != 0 &&
6849 (pPresentationParameters->BackBufferWidth != swapchain->presentParms.BackBufferWidth ||
6857 swapchain->presentParms.BackBufferWidth = pPresentationParameters->BackBufferWidth;
6894 swapchain_setup_fullscreen_window(swapchain, pPresentationParameters->BackBufferWidth,
6900 pPresentationParameters->BackBufferWidth, pPresentationParameters->BackBufferHeight,
6921 swapchain_setup_fullscreen_window(swapchain, pPresentationParameters->BackBufferWidth,
6952 else if(swapchain->presentParms.BackBufferWidth != client_rect.right ||
6956 swapchain->presentParms.BackBufferWidth,
7651 *width = swapchain->presentParms.BackBufferWidth;