Home
last modified time | relevance | path

Searched refs:ddsdShadow (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadddnl.c198 DDSURFACEDESC2 ddsdShadow; in winAllocateFBShadowDDNL() local
421 ZeroMemory(&ddsdShadow, sizeof(ddsdShadow)); in winAllocateFBShadowDDNL()
422 ddsdShadow.dwSize = sizeof(ddsdShadow); in winAllocateFBShadowDDNL()
423 ddsdShadow.dwFlags = DDSD_CAPS | DDSD_HEIGHT | DDSD_WIDTH in winAllocateFBShadowDDNL()
425 ddsdShadow.ddsCaps.dwCaps = DDSCAPS_OFFSCREENPLAIN | DDSCAPS_SYSTEMMEMORY; in winAllocateFBShadowDDNL()
426 ddsdShadow.dwHeight = pScreenInfo->dwHeight; in winAllocateFBShadowDDNL()
427 ddsdShadow.dwWidth = pScreenInfo->dwWidth; in winAllocateFBShadowDDNL()
428 ddsdShadow.u1.lPitch = pScreenInfo->dwPaddedWidth; in winAllocateFBShadowDDNL()
429 ddsdShadow.lpSurface = lpSurface; in winAllocateFBShadowDDNL()
430 ddsdShadow.u4.ddpfPixelFormat = ddpfPrimary; in winAllocateFBShadowDDNL()
[all …]