Searched refs:pDdSurfMore (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/reactx/dxg/ |
H A D | d3d.c | 47 DD_SURFACE_MORE *pDdSurfMore, in intDdCreateSurfaceOrBuffer() argument 84 …pDdSurfMore = (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 D | ddraw.c | 588 …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 D | dxg_int.h | 201 … DD_SURFACE_MORE *pDdSurfMore, DD_CREATESURFACEDATA *pDdCreateSurfaceData, PVOID Address); 214 … PDD_SURFACE_GLOBAL pDdSurfGlob, PDD_SURFACE_LOCAL pDdSurfLoc, PDD_SURFACE_MORE pDdSurfMore);
|