Lines Matching refs:wgl
325 #define wglSwapIntervalEXT _glfw.wgl.SwapIntervalEXT
326 #define wglGetPixelFormatAttribivARB _glfw.wgl.GetPixelFormatAttribivARB
327 #define wglGetExtensionsStringEXT _glfw.wgl.GetExtensionsStringEXT
328 #define wglGetExtensionsStringARB _glfw.wgl.GetExtensionsStringARB
329 #define wglCreateContextAttribsARB _glfw.wgl.CreateContextAttribsARB
339 #define wglCreateContext _glfw.wgl.CreateContext
340 #define wglDeleteContext _glfw.wgl.DeleteContext
341 #define wglGetProcAddress _glfw.wgl.GetProcAddress
342 #define wglGetCurrentDC _glfw.wgl.GetCurrentDC
343 #define wglGetCurrentContext _glfw.wgl.GetCurrentContext
344 #define wglMakeCurrent _glfw.wgl.MakeCurrent
345 #define wglShareLists _glfw.wgl.ShareLists
366 #define GLFW_WGL_CONTEXT_STATE _GLFWcontextWGL wgl;
367 #define GLFW_WGL_LIBRARY_CONTEXT_STATE _GLFWlibraryWGL wgl;