Searched refs:pDestroySurface (Results 1 – 1 of 1) sorted by relevance
71 DdDestroySurface(LPDDHAL_DESTROYSURFACEDATA pDestroySurface) in DdDestroySurface() argument76 if (pDestroySurface->lpDDSurface->hDDSurface) in DdDestroySurface()79 RealDestroy = !(pDestroySurface->lpDDSurface->dwFlags & DDRAWISURF_DRIVERMANAGED) || in DdDestroySurface()80 !(pDestroySurface->lpDDSurface->dwFlags & DDRAWISURF_INVALID); in DdDestroySurface()83 … Return = NtGdiDdDestroySurface((HANDLE)pDestroySurface->lpDDSurface->hDDSurface, RealDestroy); in DdDestroySurface()1347 DdDestroyD3DBuffer(LPDDHAL_DESTROYSURFACEDATA pDestroySurface) in DdDestroyD3DBuffer() argument1350 if ( pDestroySurface->lpDDSurface->hDDSurface) in DdDestroyD3DBuffer()1353 retValue = NtGdiDdDestroyD3DBuffer((HANDLE)pDestroySurface->lpDDSurface->hDDSurface); in DdDestroyD3DBuffer()