Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/misc/
H A Dgdientry.c71 DdDestroySurface(LPDDHAL_DESTROYSURFACEDATA pDestroySurface) in DdDestroySurface() argument
76 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() argument
1350 if ( pDestroySurface->lpDDSurface->hDDSurface) in DdDestroyD3DBuffer()
1353 retValue = NtGdiDdDestroyD3DBuffer((HANDLE)pDestroySurface->lpDDSurface->hDDSurface); in DdDestroyD3DBuffer()