|
ReactOS 0.4.16-dev-2293-g4d8327b
|
#include <opengl32.h>

Public Attributes | |
| union { | |
| HWND hwnd | |
| HDC hdc | |
| HANDLE u | |
| } | owner |
| ULONG | flags |
| INT | pixelformat |
| struct ICD_Data * | icd_data |
| INT | nb_icd_formats |
| INT | nb_sw_formats |
| void * | sw_data |
| struct wgl_dc_data * | next |
Definition at line 47 of file opengl32.h.
| ULONG wgl_dc_data::flags |
Definition at line 56 of file opengl32.h.
Referenced by sw_call_window_proc(), and sw_SetContext().
| HDC wgl_dc_data::hdc |
Definition at line 53 of file opengl32.h.
Referenced by sw_SetContext().
| HWND wgl_dc_data::hwnd |
Definition at line 52 of file opengl32.h.
Referenced by sw_call_window_proc(), and sw_SetContext().
Definition at line 62 of file opengl32.h.
Referenced by wglCreateContext(), wglCreateLayerContext(), wglDescribeLayerPlane(), wglDescribePixelFormat(), wglGetLayerPaletteEntries(), wglMakeCurrent(), wglRealizeLayerPalette(), wglSetLayerPaletteEntries(), wglSetPixelFormat(), and wglSwapBuffers().
| INT wgl_dc_data::nb_icd_formats |
Definition at line 63 of file opengl32.h.
Referenced by wglDescribeLayerPlane(), wglDescribePixelFormat(), and wglSetPixelFormat().
| INT wgl_dc_data::nb_sw_formats |
Definition at line 66 of file opengl32.h.
Referenced by wglDescribePixelFormat(), and wglSetPixelFormat().
| struct wgl_dc_data* wgl_dc_data::next |
Definition at line 70 of file opengl32.h.
| union { ... } wgl_dc_data::owner |
Referenced by sw_call_window_proc(), and sw_SetContext().
| INT wgl_dc_data::pixelformat |
Definition at line 59 of file opengl32.h.
Referenced by wglCreateContext(), wglCreateLayerContext(), wglGetLayerPaletteEntries(), wglGetPixelFormat(), wglMakeCurrent(), wglRealizeLayerPalette(), wglSetLayerPaletteEntries(), wglSetPixelFormat(), and wglSwapBuffers().
| void* wgl_dc_data::sw_data |
Definition at line 67 of file opengl32.h.
Referenced by sw_call_window_proc(), sw_CreateContext(), sw_SetContext(), sw_SetPixelFormat(), and sw_SwapBuffers().
| HANDLE wgl_dc_data::u |
Definition at line 54 of file opengl32.h.