#include <glw_win.h>
Public Attributes | |
HINSTANCE | hInstance |
void * | wndproc |
HDC | hDC |
HWND | hWnd |
HGLRC | hGLRC |
HINSTANCE | hinstOpenGL |
qboolean | minidriver |
qboolean | allowdisplaydepthchange |
qboolean | mcd_accelerated |
FILE * | log_fp |
qboolean glwstate_t::allowdisplaydepthchange |
Definition at line 39 of file glw_win.h.
Referenced by GLimp_BeginFrame(), and GLimp_Init().
HDC glwstate_t::hDC |
Definition at line 32 of file glw_win.h.
Referenced by GLimp_EndFrame(), GLimp_InitGL(), and GLimp_Shutdown().
HGLRC glwstate_t::hGLRC |
Definition at line 34 of file glw_win.h.
Referenced by GLimp_InitGL(), and GLimp_Shutdown().
HINSTANCE glwstate_t::hInstance |
Definition at line 29 of file glw_win.h.
Referenced by GLimp_Init(), GLimp_Shutdown(), and VID_CreateWindow().
HINSTANCE glwstate_t::hinstOpenGL |
Definition at line 36 of file glw_win.h.
Referenced by QGL_Init(), and QGL_Shutdown().
HWND glwstate_t::hWnd |
Definition at line 33 of file glw_win.h.
Referenced by GLimp_AppActivate(), GLimp_InitGL(), GLimp_SetMode(), GLimp_Shutdown(), and VID_CreateWindow().
FILE* glwstate_t::log_fp |
Definition at line 42 of file glw_win.h.
Referenced by GLimp_EnableLogging(), GLimp_LogNewFrame(), GLimp_Shutdown(), logAccum(), logAlphaFunc(), logAreTexturesResident(), logArrayElement(), logBegin(), logBindTexture(), logBitmap(), logBlendFunc(), logCallList(), logCallLists(), logClear(), logClearAccum(), logClearColor(), logClearDepth(), logClearIndex(), logClearStencil(), logClipPlane(), logColor3b(), logColor3bv(), logColor3d(), logColor3dv(), logColor3f(), logColor3fv(), logColor3i(), logColor3iv(), logColor3s(), logColor3sv(), logColor3ub(), logColor3ubv(), logColor4f(), logColor4fv(), logDisable(), logEnable(), logHint(), logPolygonMode(), logTexEnvf(), logTexEnvi(), logTexParameterf(), and logTexParameteri().
qboolean glwstate_t::mcd_accelerated |
Definition at line 40 of file glw_win.h.
Referenced by GLimp_InitGL(), and VerifyDriver().
qboolean glwstate_t::minidriver |
Definition at line 38 of file glw_win.h.
Referenced by GLimp_InitGL().
void* glwstate_t::wndproc |
Definition at line 30 of file glw_win.h.
Referenced by GLimp_Init(), and VID_CreateWindow().