Lines Matching refs:winAllocateFBShadowGDI
50 winAllocateFBShadowGDI (ScreenPtr pScreen);
337 winAllocateFBShadowGDI (ScreenPtr pScreen)
348 ErrorF ("winAllocateFBShadowGDI - Creating DIB with width: %d height: %d "
361 winW32Error (2, "winAllocateFBShadowGDI - CreateDIBSection failed:");
367 winDebug ("winAllocateFBShadowGDI - Shadow buffer allocated\n");
378 winDebug ("winAllocateFBShadowGDI - Dibsection width: %d height: %d "
390 winDebug ("winAllocateFBShadowGDI - Attempting a shadow blit\n");
403 winDebug ("winAllocateFBShadowGDI - Shadow blit success\n");
408 winW32Error (2, "winAllocateFBShadowGDI - Shadow blit failure\n");
431 winDebug ("winAllocateFBShadowGDI - Created shadow stride: %d\n",
613 return winAllocateFBShadowGDI(pScreen);
1227 pScreenPriv->pwinAllocateFB = winAllocateFBShadowGDI;