|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dxg_int.h>
Go to the source code of this file.
Definition at line 258 of file ddraw.c.
| HANDLE NTAPI DxDdCreateSurfaceObject | ( | HANDLE | hDirectDrawLocal, |
| HANDLE | hSurface, | ||
| PDD_SURFACE_LOCAL | puSurfaceLocal, | ||
| PDD_SURFACE_MORE | puSurfaceMore, | ||
| PDD_SURFACE_GLOBAL | puSurfaceGlobal, | ||
| BOOL | bComplete | ||
| ) |
Definition at line 647 of file ddraw.c.
Definition at line 504 of file ddraw.c.
| DWORD NTAPI DxDdGetDriverInfo | ( | HANDLE | DdHandle, |
| PDD_GETDRIVERINFODATA | drvInfoData | ||
| ) |
Definition at line 309 of file ddraw.c.
| BOOL NTAPI DxDdQueryDirectDrawObject | ( | HANDLE | DdHandle, |
| DD_HALINFO * | pDdHalInfo, | ||
| DWORD * | pCallBackFlags, | ||
| LPD3DNTHAL_CALLBACKS | pd3dNtHalCallbacks, | ||
| LPD3DNTHAL_GLOBALDRIVERDATA | pd3dNtGlobalDriverData, | ||
| PDD_D3DBUFCALLBACKS | pd3dBufCallbacks, | ||
| LPDDSURFACEDESC | pTextureFormats, | ||
| DWORD * | p8, | ||
| VIDEOMEMORY * | p9, | ||
| DWORD * | pdwNumFourCC, | ||
| DWORD * | pdwFourCC | ||
| ) |
Definition at line 424 of file ddraw.c.
Definition at line 541 of file ddraw.c.
Definition at line 210 of file ddraw.c.
Referenced by DxDdCreateDirectDrawObject().
| PEDD_SURFACE NTAPI intDdCreateNewSurfaceObject | ( | PEDD_DIRECTDRAW_LOCAL | peDdL, |
| HANDLE | hDirectDrawLocal, | ||
| PDD_SURFACE_GLOBAL | pDdSurfGlob, | ||
| PDD_SURFACE_LOCAL | pDdSurfLoc, | ||
| PDD_SURFACE_MORE | pDdSurfMore | ||
| ) |
Definition at line 588 of file ddraw.c.
Referenced by DxDdCreateSurfaceObject(), and intDdCreateSurfaceOrBuffer().
| VOID intDdEnableDriver | ( | PEDD_DIRECTDRAW_GLOBAL | peDdGl | ) |
Definition at line 131 of file ddraw.c.
Referenced by DxDdEnableDirectDraw().
| VOID intDdGetAllDriverInfo | ( | PEDD_DIRECTDRAW_GLOBAL | peDdGl | ) |
Definition at line 85 of file ddraw.c.
Referenced by intDdEnableDriver().
| BOOL intDdGetDriverInfo | ( | PEDD_DIRECTDRAW_GLOBAL | peDdGl, |
| GUID | guid, | ||
| PVOID | callbackStruct, | ||
| ULONG | callbackSize, | ||
| ULONG * | returnSize | ||
| ) |
Definition at line 42 of file ddraw.c.
Referenced by DxDdGetDriverInfo(), and intDdGetAllDriverInfo().