Lines Matching full:primary

91  * Create the primary surface and attach the clipper.
103 winDebug("winCreatePrimarySurfaceShadowDDNL - Creating primary surface\n"); in winCreatePrimarySurfaceShadowDDNL()
105 /* Describe the primary surface */ in winCreatePrimarySurfaceShadowDDNL()
111 /* Create the primary surface */ in winCreatePrimarySurfaceShadowDDNL()
121 "primary surface: DDERR_NOEXCLUSIVEMODE\n"); in winCreatePrimarySurfaceShadowDDNL()
125 "primary surface: %08x\n", (unsigned int) ddrval); in winCreatePrimarySurfaceShadowDDNL()
131 winDebug("winCreatePrimarySurfaceShadowDDNL - Created primary surface\n"); in winCreatePrimarySurfaceShadowDDNL()
134 /* Attach our clipper to our primary surface handle */ in winCreatePrimarySurfaceShadowDDNL()
138 ErrorF("winCreatePrimarySurfaceShadowDDNL - Primary attach clipper " in winCreatePrimarySurfaceShadowDDNL()
144 winDebug("winCreatePrimarySurfaceShadowDDNL - Attached clipper to primary " in winCreatePrimarySurfaceShadowDDNL()
153 * Detach the clipper and release the primary surface.
164 /* Release the primary surface and clipper, if they exist */ in winReleasePrimarySurfaceShadowDDNL()
167 * Detach the clipper from the primary surface. in winReleasePrimarySurfaceShadowDDNL()
174 /* Release the primary surface */ in winReleasePrimarySurfaceShadowDDNL()
179 winDebug("winReleasePrimarySurfaceShadowDDNL - Released primary surface\n"); in winReleasePrimarySurfaceShadowDDNL()
186 * a primary surface object so we can blit to the display.
188 * Install a DirectDraw clipper on our primary surface object
385 /* Create the primary surface */ in winAllocateFBShadowDDNL()
392 /* Get primary surface's pixel format */ in winAllocateFBShadowDDNL()
398 ErrorF("winAllocateFBShadowDDNL - Could not get primary " in winAllocateFBShadowDDNL()
404 winDebug("winAllocateFBShadowDDNL - Primary masks: %08x %08x %08x " in winAllocateFBShadowDDNL()
488 … /* Detach the clipper from the primary surface and release the primary surface, if there is one */ in winFreeFBShadowDDNL()
860 /* Quite common case. The primary surface was lost (maybe because of depth in winBltExposedRegionsShadowDDNL()
861 * change). Try to create a new primary surface. Bail out if this fails */ in winBltExposedRegionsShadowDDNL()
896 /* Try to regain the primary surface and blit again if we've lost it */ in winBltExposedRegionsShadowDDNL()
906 "IDirectDrawSurface4_Blt reported that the primary " in winBltExposedRegionsShadowDDNL()
970 /* Primary surface was lost, restore it */ in winActivateAppShadowDDNL()
1046 /* Install the DirectDraw palette on the primary surface */ in winInstallColormapShadowDDNL()
1157 /* Pop the palette out of the primary surface */ in winDestroyColormapShadowDDNL()