ReactOS 0.4.16-dev-937-g7afcd2a
|
#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 85 of file opengl32.h.
ULONG wgl_dc_data::flags |
Definition at line 94 of file opengl32.h.
Referenced by sw_call_window_proc(), and sw_SetContext().
HDC wgl_dc_data::hdc |
Definition at line 91 of file opengl32.h.
Referenced by sw_SetContext().
HWND wgl_dc_data::hwnd |
Definition at line 90 of file opengl32.h.
Referenced by sw_call_window_proc(), and sw_SetContext().
Definition at line 100 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 101 of file opengl32.h.
Referenced by wglDescribeLayerPlane(), wglDescribePixelFormat(), and wglSetPixelFormat().
INT wgl_dc_data::nb_sw_formats |
Definition at line 104 of file opengl32.h.
Referenced by wglDescribePixelFormat(), and wglSetPixelFormat().
struct wgl_dc_data* wgl_dc_data::next |
Definition at line 108 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 97 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 105 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 92 of file opengl32.h.