Lines Matching refs:_glfwPlatformGetModuleSymbol
232 return _glfwPlatformGetModuleSymbol(_glfw.glx.handle, procname);
293 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXGetFBConfigs");
295 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXGetFBConfigAttrib");
297 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXGetClientString");
299 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXQueryExtension");
301 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXQueryVersion");
303 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXDestroyContext");
305 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXMakeCurrent");
307 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXSwapBuffers");
309 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXQueryExtensionsString");
311 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXCreateNewContext");
313 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXCreateWindow");
315 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXDestroyWindow");
317 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXGetVisualFromFBConfig");
340 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXGetProcAddress");
342 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXGetProcAddressARB");