Lines Matching refs:hglrc
7805 HGLRC, HGLRC, UINT)
7811 HGLRC WINAPI wglCreateContext(HDC hdc)
7820 return (HGLRC)context;
7823 HGLRC WINAPI wglCreateLayerContext(HDC, int)
7829 BOOL WINAPI wglDeleteContext(HGLRC context)
7885 HGLRC WINAPI wglGetCurrentContext(VOID)
7888 return (HGLRC)gl::getContext();
8167 BOOL WINAPI wglMakeCurrent(HDC hdc, HGLRC hglrc)
8171 if(hdc && hglrc)
8174 gl::makeCurrent((gl::Context*)hglrc, display, display->getPrimarySurface());
8206 BOOL WINAPI wglShareLists(HGLRC, HGLRC)