ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | USE_GL_FUNC(func, w, x, y, z) if(!strcmp(name, "gl" #func)) return NULL; |
Variables | |
static CRITICAL_SECTION | dc_data_cs = {NULL, -1, 0, 0, 0, 0} |
static struct wgl_dc_data * | dc_data_list = NULL |
LIST_ENTRY | ContextListHead |
struct wgl_context * get_context | ( | HGLRC | hglrc | ) |
Definition at line 102 of file wgl.c.
Referenced by wglCopyContext(), wglDeleteContext(), wglGetProcAddress(), wglMakeCurrent(), and wglShareLists().
|
static |
Definition at line 92 of file wgl.c.
Referenced by wglCreateContext(), wglCreateLayerContext(), wglDescribeLayerPlane(), wglGetLayerPaletteEntries(), wglGetPixelFormat(), wglMakeCurrent(), wglRealizeLayerPalette(), wglSetLayerPaletteEntries(), wglSetPixelFormat(), and wglSwapBuffers().
|
static |
Definition at line 22 of file wgl.c.
Referenced by get_dc_data(), and wglDescribePixelFormat().
Definition at line 931 of file wgl.c.
Referenced by DllMain().
void release_dc_data | ( | struct wgl_dc_data * | dc_data | ) |
Definition at line 97 of file wgl.c.
Referenced by wglCreateLayerContext(), wglDescribePixelFormat(), wglGetPixelFormat(), and wglMakeCurrent().
void APIENTRY set_api_table | ( | const GLCLTPROCTABLE * | table | ) |
Definition at line 645 of file wgl.c.
Referenced by wglMakeCurrent().
INT WINAPI wglChoosePixelFormat | ( | HDC | hdc, |
const PIXELFORMATDESCRIPTOR * | ppfd | ||
) |
Definition at line 174 of file wgl.c.
Definition at line 358 of file wgl.c.
Definition at line 383 of file wgl.c.
Referenced by context_create(), InitGL(), InitOGLWindow(), OnCreate(), ScreenSaverProc(), START_TEST(), test_bitmap_rendering(), test_deletecontext(), test_destroy(), test_destroy_read(), test_make_current_read(), test_makecurrent(), test_message_window(), test_minimized(), test_opengl3(), test_setpixelformat(), test_sharelists(), test_swap_control(), test_window_dc(), and wined3d_caps_gl_ctx_create().
Definition at line 449 of file wgl.c.
Definition at line 514 of file wgl.c.
Referenced by context_create(), context_destroy_gl_resources(), IntDeleteAllContexts(), OnDestroy(), ScreenSaverProc(), START_TEST(), test_bitmap_rendering(), test_deletecontext(), test_destroy(), test_destroy_read(), test_message_window(), test_minimized(), test_opengl3(), test_sharelists(), test_swap_control(), test_window_dc(), wgl_thread(), wglDeleteContext(), wined3d_caps_gl_ctx_create(), wined3d_caps_gl_ctx_create_attribs(), and wined3d_caps_gl_ctx_destroy().
BOOL WINAPI wglDescribeLayerPlane | ( | HDC | hdc, |
int | iPixelFormat, | ||
int | iLayerPlane, | ||
UINT | nBytes, | ||
LPLAYERPLANEDESCRIPTOR | plpd | ||
) |
Definition at line 123 of file wgl.c.
Referenced by wglChoosePixelFormat().
Definition at line 574 of file wgl.c.
Referenced by context_destroy_gl_resources(), context_enter(), context_set_current(), test_deletecontext(), test_destroy(), test_destroy_read(), test_getprocaddress(), test_makecurrent(), test_swap_control(), and wined3d_caps_gl_ctx_create().
Definition at line 579 of file wgl.c.
Referenced by context_destroy_gl_resources(), context_enter(), wined3d_adapter_init_gl_caps(), and wined3d_caps_gl_ctx_create().
int WINAPI wglGetLayerPaletteEntries | ( | HDC | hdc, |
int | iLayerPlane, | ||
int | iStart, | ||
int | cEntries, | ||
COLORREF * | pcr | ||
) |
Definition at line 629 of file wgl.c.
Referenced by test_getprocaddress(), and wined3d_caps_gl_ctx_create_attribs().
Definition at line 650 of file wgl.c.
Referenced by context_destroy_gl_resources(), context_restore_gl_context(), context_set_current(), context_set_gl_context(), DllMain(), InitGL(), InitOGLWindow(), OnCreate(), OnDestroy(), ScreenSaverProc(), START_TEST(), test_bitmap_rendering(), test_deletecontext(), test_destroy(), test_destroy_read(), test_getprocaddress(), test_make_current_read(), test_makecurrent(), test_message_window(), test_minimized(), test_opengl3(), test_sharelists(), test_swap_control(), test_window_dc(), wgl_thread(), wglDeleteContext(), wined3d_caps_gl_ctx_create(), wined3d_caps_gl_ctx_create_attribs(), and wined3d_caps_gl_ctx_destroy().
int WINAPI wglSetLayerPaletteEntries | ( | HDC | hdc, |
int | iLayerPlane, | ||
int | iStart, | ||
int | cEntries, | ||
const COLORREF * | pcr | ||
) |
Definition at line 812 of file wgl.c.
Definition at line 872 of file wgl.c.
Referenced by context_create(), and test_sharelists().
BOOL WINAPI DECLSPEC_HOTPATCH wglSwapBuffers | ( | HDC | hdc | ) |
WINE_DEFAULT_DEBUG_CHANNEL | ( | wgl | ) |
LIST_ENTRY ContextListHead |
Definition at line 17 of file wgl.c.
Referenced by DllMain(), IntDeleteAllContexts(), and wglCreateContext().
|
static |
Definition at line 14 of file wgl.c.
Referenced by get_dc_data_ex().
|
static |
Definition at line 15 of file wgl.c.
Referenced by get_dc_data_ex().