Lines Matching refs:winAllocateFBPrimaryDD
45 winAllocateFBPrimaryDD (ScreenPtr pScreen);
68 winAllocateFBPrimaryDD (ScreenPtr pScreen)
78 ErrorF ("winAllocateFBPrimaryDD\n");
89 FatalError ("winAllocateFBPrimaryDD - Could not start DirectDraw\n");
103 ErrorF ("winAllocateFBPrimaryDD - Created and initialized DD\n");
114 FatalError ("winAllocateFBPrimaryDD - Could not set "
125 FatalError ("winAllocateFBPrimaryDD - Could not set "
135 FatalError ("winAllocateFBPrimaryDD - Could not set "
151 FatalError ("winAllocateFBPrimaryDD - Could not create primary "
154 ErrorF ("winAllocateFBPrimaryDD - Created primary\n");
160 FatalError ("winAllocateFBPrimaryDD - Could not allocate surface "
187 FatalError ("winAllocateFBPrimaryDD - Could not create shadow "
190 ErrorF ("winAllocateFBPrimaryDD - Created offscreen\n");
196 FatalError ("winAllocateFBPrimaryDD - Could not allocate surface "
201 ErrorF ("winAllocateFBPrimaryDD - Locking primary\n");
210 FatalError ("winAllocateFBPrimaryDD - Could not lock "
213 ErrorF ("winAllocateFBPrimaryDD - Locked primary\n");
217 FatalError ("winAllocateFBPrimaryDD - Color format other than RGB\n");
231 ErrorF ("winAllocateFBPrimaryDD - Returning\n");
273 return winAllocateFBPrimaryDD(pScreen);
649 pScreenPriv->pwinAllocateFB = winAllocateFBPrimaryDD;