Searched refs:_glfw_dlsym (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/glfw/src/ |
D | egl_context.c | 240 GLFWglproc proc = (GLFWglproc) _glfw_dlsym(window->context.egl.client, in getProcAddressEGL() 319 _glfw_dlsym(_glfw.egl.handle, "eglGetConfigAttrib"); in _glfwInitEGL() 321 _glfw_dlsym(_glfw.egl.handle, "eglGetConfigs"); in _glfwInitEGL() 323 _glfw_dlsym(_glfw.egl.handle, "eglGetDisplay"); in _glfwInitEGL() 325 _glfw_dlsym(_glfw.egl.handle, "eglGetError"); in _glfwInitEGL() 327 _glfw_dlsym(_glfw.egl.handle, "eglInitialize"); in _glfwInitEGL() 329 _glfw_dlsym(_glfw.egl.handle, "eglTerminate"); in _glfwInitEGL() 331 _glfw_dlsym(_glfw.egl.handle, "eglBindAPI"); in _glfwInitEGL() 333 _glfw_dlsym(_glfw.egl.handle, "eglCreateContext"); in _glfwInitEGL() 335 _glfw_dlsym(_glfw.egl.handle, "eglDestroySurface"); in _glfwInitEGL() [all …]
|
D | vulkan.c | 60 _glfw_dlsym(_glfw.vk.handle, "vkGetInstanceProcAddr"); in _glfwInitVulkan() 245 proc = (GLFWvkproc) _glfw_dlsym(_glfw.vk.handle, procname); in glfwGetInstanceProcAddress()
|
D | mir_platform.h | 58 #define _glfw_dlsym(handle, name) dlsym(handle, name) macro
|
D | cocoa_platform.h | 48 #define _glfw_dlsym(handle, name) dlsym(handle, name) macro
|
D | wl_platform.h | 59 #define _glfw_dlsym(handle, name) dlsym(handle, name) macro
|
D | x11_platform.h | 95 #define _glfw_dlsym(handle, name) dlsym(handle, name) macro
|
D | win32_platform.h | 215 #define _glfw_dlsym(handle, name) GetProcAddress((HMODULE) handle, name) macro
|