Lines Matching refs:instance
392 return (GLFWglproc) _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, procname);
412 if (_glfw.wgl.instance)
415 _glfw.wgl.instance = _glfwPlatformLoadModule("opengl32.dll");
416 if (!_glfw.wgl.instance)
424 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglCreateContext");
426 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglDeleteContext");
428 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglGetProcAddress");
430 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglGetCurrentDC");
432 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglGetCurrentContext");
434 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglMakeCurrent");
436 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglShareLists");
528 if (_glfw.wgl.instance)
529 _glfwPlatformFreeModule(_glfw.wgl.instance);