Home
last modified time | relevance | path

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

/reactos/win32ss/reactx/dxg/
H A Dd3d.c47 DD_SURFACE_MORE *pDdSurfMore, in intDdCreateSurfaceOrBuffer() argument
84pDdSurfMore = (DD_SURFACE_MORE *)EngAllocMem(FL_ZERO_MEMORY, pDdCreateSurfaceData->dwSCnt * sizeof… in intDdCreateSurfaceOrBuffer()
95 pCurSurfMore = &pDdSurfMore[CurSurf]; in intDdCreateSurfaceOrBuffer()
120 DD_SURFACE_MORE *pDdSurfMore, in DxDdCreateD3DBuffer() argument
124 …ceOrBuffer(hDirectDrawLocal, pDdSurfList, a3, pDdSurfGlob, pDdSurfLoc, pDdSurfMore, pDdCreateSurfa… in DxDdCreateD3DBuffer()
H A Dddraw.c588 …wLocal, PDD_SURFACE_GLOBAL pDdSurfGlob, PDD_SURFACE_LOCAL pDdSurfLoc, PDD_SURFACE_MORE pDdSurfMore) in intDdCreateNewSurfaceObject() argument
632 pSurface->ddsSurfaceMore.ddsCapsEx.dwCaps2 = pDdSurfMore->ddsCapsEx.dwCaps2; in intDdCreateNewSurfaceObject()
633 pSurface->ddsSurfaceMore.ddsCapsEx.dwCaps3 = pDdSurfMore->ddsCapsEx.dwCaps3; in intDdCreateNewSurfaceObject()
634 pSurface->ddsSurfaceMore.ddsCapsEx.dwCaps4 = pDdSurfMore->ddsCapsEx.dwCaps4; in intDdCreateNewSurfaceObject()
635 pSurface->ddsSurfaceMore.dwSurfaceHandle = pDdSurfMore->dwSurfaceHandle; in intDdCreateNewSurfaceObject()
H A Ddxg_int.h201 … DD_SURFACE_MORE *pDdSurfMore, DD_CREATESURFACEDATA *pDdCreateSurfaceData, PVOID Address);
214 … PDD_SURFACE_GLOBAL pDdSurfGlob, PDD_SURFACE_LOCAL pDdSurfLoc, PDD_SURFACE_MORE pDdSurfMore);