Lines Matching refs:_glfwPlatformGetModuleSymbol
321 _glfwPlatformGetModuleSymbol(window->context.egl.client, procname);
406 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglGetConfigAttrib");
408 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglGetConfigs");
410 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglGetDisplay");
412 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglGetError");
414 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglInitialize");
416 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglTerminate");
418 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglBindAPI");
420 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglCreateContext");
422 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglDestroySurface");
424 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglDestroyContext");
426 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglCreateWindowSurface");
428 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglCreatePbufferSurface");
430 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglMakeCurrent");
432 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglSwapBuffers");
434 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglSwapInterval");
436 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglQueryString");
438 _glfwPlatformGetModuleSymbol(_glfw.egl.handle, "eglGetProcAddress");