Home
last modified time | relevance | path

Searched refs:_glfw_dlsym (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/glfw/src/
Degl_context.c240 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 …]
Dvulkan.c60 _glfw_dlsym(_glfw.vk.handle, "vkGetInstanceProcAddr"); in _glfwInitVulkan()
245 proc = (GLFWvkproc) _glfw_dlsym(_glfw.vk.handle, procname); in glfwGetInstanceProcAddress()
Dmir_platform.h58 #define _glfw_dlsym(handle, name) dlsym(handle, name) macro
Dcocoa_platform.h48 #define _glfw_dlsym(handle, name) dlsym(handle, name) macro
Dwl_platform.h59 #define _glfw_dlsym(handle, name) dlsym(handle, name) macro
Dx11_platform.h95 #define _glfw_dlsym(handle, name) dlsym(handle, name) macro
Dwin32_platform.h215 #define _glfw_dlsym(handle, name) GetProcAddress((HMODULE) handle, name) macro