|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | Drv_Opengl_Info |
Macros | |
| #define | OPENGL_GETINFO_DRVNAME 0 |
| #define | DRV_LOAD(x) |
Typedefs | |
| typedef struct Drv_Opengl_Info * | pDrv_Opengl_Info |
Enumerations | |
| enum | CUSTOM_DRIVER_STATE { OGL_CD_NOT_QUERIED , OGL_CD_NONE , OGL_CD_ROSSWI , OGL_CD_CUSTOM_ICD } |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (opengl32) | |
| static void APIENTRY | wglSetCurrentValue (PVOID value) |
| static PVOID APIENTRY | wglGetCurrentValue () |
| static DHGLRC APIENTRY | wglGetDHGLRC (struct wgl_context *context) |
| INT APIENTRY | GdiDescribePixelFormat (HDC hdc, INT ipfd, UINT cjpfd, PPIXELFORMATDESCRIPTOR ppfd) |
| BOOL APIENTRY | GdiSetPixelFormat (HDC hdc, INT ipfd) |
| BOOL APIENTRY | GdiSwapBuffers (HDC hdc) |
| struct ICD_Data * | IntGetIcdData (HDC hdc) |
| void | IntDeleteAllICDs (void) |
Variables | |
| static CRITICAL_SECTION | icdload_cs = {NULL, -1, 0, 0, 0, 0} |
| static struct ICD_Data * | ICD_Data_List = NULL |
| static const WCHAR | OpenGLDrivers_Key [] = L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\OpenGLDrivers" |
| static const WCHAR | CustomDrivers_Key [] = L"SOFTWARE\\ReactOS\\OpenGL" |
| static Drv_Opengl_Info | CustomDrvInfo |
| static CUSTOM_DRIVER_STATE | CustomDriverState = OGL_CD_NOT_QUERIED |
| typedef struct Drv_Opengl_Info * pDrv_Opengl_Info |
| Enumerator | |
|---|---|
| OGL_CD_NOT_QUERIED | |
| OGL_CD_NONE | |
| OGL_CD_ROSSWI | |
| OGL_CD_CUSTOM_ICD | |
Referenced by IntGetIcdData().
Referenced by IntGetIcdData().
Referenced by IntGetIcdData().
Definition at line 62 of file icdload.c.
Referenced by get_dc_data_ex(), and wglDescribePixelFormat().
|
static |
Definition at line 51 of file icdload.c.
Referenced by IntGetIcdData().
Definition at line 41 of file icdload.c.
Referenced by IntGetIcdData().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | opengl32 | ) |
Definition at line 37 of file icdload.c.
Referenced by IntGetIcdData().
|
static |
Definition at line 39 of file icdload.c.
Referenced by IntGetIcdData().
|
static |
Definition at line 38 of file icdload.c.
Referenced by IntGetIcdData().
Definition at line 35 of file icdload.c.
Referenced by IntDeleteAllICDs(), and IntGetIcdData().
|
static |
Definition at line 34 of file icdload.c.
Referenced by IntDeleteAllICDs(), and IntGetIcdData().
|
static |
Definition at line 36 of file icdload.c.
Referenced by IntGetIcdData().