Lines Matching refs:pddsdPrimary
74 DDSURFACEDESC *pddsdPrimary = NULL;
157 pddsdPrimary = pScreenPriv->pddsdPrimary
159 if (pddsdPrimary == NULL)
162 ZeroMemory (pddsdPrimary, sizeof (*pddsdPrimary));
163 pddsdPrimary->dwSize = sizeof (*pddsdPrimary);
206 pddsdPrimary,
209 if (ddrval != DD_OK || pddsdPrimary->lpSurface == NULL)
216 if (!(pddsdPrimary->ddpfPixelFormat.dwFlags & DDPF_RGB))
220 pScreenInfo->dwStride = (pddsdPrimary->u1.lPitch * 8)
224 pScreenInfo->pfb = pddsdPrimary->lpSurface;
227 pScreenPriv->dwRedMask = pddsdPrimary->ddpfPixelFormat.u2.dwRBitMask;
228 pScreenPriv->dwGreenMask = pddsdPrimary->ddpfPixelFormat.u3.dwGBitMask;
229 pScreenPriv->dwBlueMask = pddsdPrimary->ddpfPixelFormat.u4.dwBBitMask;
518 pScreenPriv->pddsdPrimary,
522 || pScreenPriv->pddsdPrimary->lpSurface == NULL)
528 pScreenPriv->pddsdPrimary->lpSurface);
626 || pScreenPriv->pddsdPrimary->lpSurface == NULL)