Home
last modified time | relevance | path

Searched refs:_glfwPlatformGetModuleSymbol (Results 1 - 11 of 11) sorted by relevance

/third_party/glfw/src/
H A Dx11_init.c615 _glfwPlatformGetModuleSymbol(_glfw.x11.vidmode.handle, "XF86VidModeQueryExtension"); in initExtensions()
617 _glfwPlatformGetModuleSymbol(_glfw.x11.vidmode.handle, "XF86VidModeGetGammaRamp"); in initExtensions()
619 _glfwPlatformGetModuleSymbol(_glfw.x11.vidmode.handle, "XF86VidModeSetGammaRamp"); in initExtensions()
621 _glfwPlatformGetModuleSymbol(_glfw.x11.vidmode.handle, "XF86VidModeGetGammaRampSize"); in initExtensions()
639 _glfwPlatformGetModuleSymbol(_glfw.x11.xi.handle, "XIQueryVersion"); in initExtensions()
641 _glfwPlatformGetModuleSymbol(_glfw.x11.xi.handle, "XISelectEvents"); in initExtensions()
671 _glfwPlatformGetModuleSymbol(_glfw.x11.randr.handle, "XRRAllocGamma"); in initExtensions()
673 _glfwPlatformGetModuleSymbol(_glfw.x11.randr.handle, "XRRFreeGamma"); in initExtensions()
675 _glfwPlatformGetModuleSymbol(_glfw.x11.randr.handle, "XRRFreeCrtcInfo"); in initExtensions()
677 _glfwPlatformGetModuleSymbol(_glf in initExtensions()
[all...]
H A Dwl_init.c534 _glfwPlatformGetModuleSymbol(module, "wl_display_connect"); in _glfwConnectWayland()
573 _glfwPlatformGetModuleSymbol(_glfw.wl.client.handle, "wl_display_flush"); in _glfwInitWayland()
575 _glfwPlatformGetModuleSymbol(_glfw.wl.client.handle, "wl_display_cancel_read"); in _glfwInitWayland()
577 _glfwPlatformGetModuleSymbol(_glfw.wl.client.handle, "wl_display_dispatch_pending"); in _glfwInitWayland()
579 _glfwPlatformGetModuleSymbol(_glfw.wl.client.handle, "wl_display_read_events"); in _glfwInitWayland()
581 _glfwPlatformGetModuleSymbol(_glfw.wl.client.handle, "wl_display_disconnect"); in _glfwInitWayland()
583 _glfwPlatformGetModuleSymbol(_glfw.wl.client.handle, "wl_display_roundtrip"); in _glfwInitWayland()
585 _glfwPlatformGetModuleSymbol(_glfw.wl.client.handle, "wl_display_get_fd"); in _glfwInitWayland()
587 _glfwPlatformGetModuleSymbol(_glfw.wl.client.handle, "wl_display_prepare_read"); in _glfwInitWayland()
589 _glfwPlatformGetModuleSymbol(_glf in _glfwInitWayland()
[all...]
H A Dglx_context.c232 return _glfwPlatformGetModuleSymbol(_glfw.glx.handle, procname); in getProcAddressGLX()
293 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXGetFBConfigs"); in _glfwInitGLX()
295 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXGetFBConfigAttrib"); in _glfwInitGLX()
297 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXGetClientString"); in _glfwInitGLX()
299 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXQueryExtension"); in _glfwInitGLX()
301 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXQueryVersion"); in _glfwInitGLX()
303 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXDestroyContext"); in _glfwInitGLX()
305 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXMakeCurrent"); in _glfwInitGLX()
307 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXSwapBuffers"); in _glfwInitGLX()
309 _glfwPlatformGetModuleSymbol(_glf in _glfwInitGLX()
[all...]
H A Degl_context.c321 _glfwPlatformGetModuleSymbol(window->context.egl.client, procname); in getProcAddressEGL()
406 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglGetConfigAttrib"); in _glfwInitEGL()
408 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglGetConfigs"); in _glfwInitEGL()
410 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglGetDisplay"); in _glfwInitEGL()
412 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglGetError"); in _glfwInitEGL()
414 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglInitialize"); in _glfwInitEGL()
416 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglTerminate"); in _glfwInitEGL()
418 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglBindAPI"); in _glfwInitEGL()
420 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglCreateContext"); in _glfwInitEGL()
422 _glfwPlatformGetModuleSymbol(_glf in _glfwInitEGL()
[all...]
H A Dwin32_init.c93 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "SetProcessDPIAware"); in loadLibraries()
95 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "ChangeWindowMessageFilterEx"); in loadLibraries()
97 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "EnableNonClientDpiScaling"); in loadLibraries()
99 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "SetProcessDpiAwarenessContext"); in loadLibraries()
101 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "GetDpiForWindow"); in loadLibraries()
103 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "AdjustWindowRectExForDpi"); in loadLibraries()
105 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "GetSystemMetricsForDpi"); in loadLibraries()
111 _glfwPlatformGetModuleSymbol(_glfw.win32.dinput8.instance, "DirectInput8Create"); in loadLibraries()
132 _glfwPlatformGetModuleSymbol(_glfw.win32.xinput.instance, "XInputGetCapabilities"); in loadLibraries()
134 _glfwPlatformGetModuleSymbol(_glf in loadLibraries()
[all...]
H A Dosmesa_context.c150 _glfwPlatformGetModuleSymbol(_glfw.osmesa.handle, "OSMesaCreateContextExt"); in _glfwInitOSMesa()
152 _glfwPlatformGetModuleSymbol(_glfw.osmesa.handle, "OSMesaCreateContextAttribs"); in _glfwInitOSMesa()
154 _glfwPlatformGetModuleSymbol(_glfw.osmesa.handle, "OSMesaDestroyContext"); in _glfwInitOSMesa()
156 _glfwPlatformGetModuleSymbol(_glfw.osmesa.handle, "OSMesaMakeCurrent"); in _glfwInitOSMesa()
158 _glfwPlatformGetModuleSymbol(_glfw.osmesa.handle, "OSMesaGetColorBuffer"); in _glfwInitOSMesa()
160 _glfwPlatformGetModuleSymbol(_glfw.osmesa.handle, "OSMesaGetDepthBuffer"); in _glfwInitOSMesa()
162 _glfwPlatformGetModuleSymbol(_glfw.osmesa.handle, "OSMesaGetProcAddress"); in _glfwInitOSMesa()
H A Dwgl_context.c392 return (GLFWglproc) _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, procname); in getProcAddressWGL()
424 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglCreateContext"); in _glfwInitWGL()
426 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglDeleteContext"); in _glfwInitWGL()
428 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglGetProcAddress"); in _glfwInitWGL()
430 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglGetCurrentDC"); in _glfwInitWGL()
432 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglGetCurrentContext"); in _glfwInitWGL()
434 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglMakeCurrent"); in _glfwInitWGL()
436 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglShareLists"); in _glfwInitWGL()
H A Dposix_module.c47 GLFWproc _glfwPlatformGetModuleSymbol(void* module, const char* name) in _glfwPlatformGetModuleSymbol() function
H A Dwin32_module.c45 GLFWproc _glfwPlatformGetModuleSymbol(void* module, const char* name) in _glfwPlatformGetModuleSymbol() function
H A Dvulkan.c78 _glfwPlatformGetModuleSymbol(_glfw.vk.handle, "vkGetInstanceProcAddr"); in _glfwInitVulkan()
267 proc = (GLFWvkproc) _glfwPlatformGetModuleSymbol(_glfw.vk.handle, procname); in glfwGetInstanceProcAddress()
H A Dinternal.h914 GLFWproc _glfwPlatformGetModuleSymbol(void* module, const char* name);

Completed in 12 milliseconds