aboutsummaryrefslogtreecommitdiffstats
path: root/make/egl.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/egl.cfg')
-rwxr-xr-xmake/egl.cfg35
1 files changed, 1 insertions, 34 deletions
diff --git a/make/egl.cfg b/make/egl.cfg
index 96b70f1ab..7e9f3db4f 100755
--- a/make/egl.cfg
+++ b/make/egl.cfg
@@ -33,40 +33,7 @@ Opaque long __EGLFuncPtr
# Force all of the methods to be emitted using dynamic linking so we
# don't need to link against any emulation library on the desktop or
# depend on the presence of an import library for a particular device
-ForceProcAddressGen eglGetError
-ForceProcAddressGen eglGetDisplay
-ForceProcAddressGen eglInitialize
-ForceProcAddressGen eglTerminate
-ForceProcAddressGen eglQueryString
-ForceProcAddressGen eglGetConfigs
-ForceProcAddressGen eglChooseConfig
-ForceProcAddressGen eglGetConfigAttrib
-ForceProcAddressGen eglCreateWindowSurface
-ForceProcAddressGen eglCreatePbufferSurface
-ForceProcAddressGen eglCreatePixmapSurface
-ForceProcAddressGen eglDestroySurface
-ForceProcAddressGen eglQuerySurface
-ForceProcAddressGen eglBindAPI
-ForceProcAddressGen eglQueryAPI
-ForceProcAddressGen eglWaitClient
-ForceProcAddressGen eglReleaseThread
-ForceProcAddressGen eglCreatePbufferFromClientBuffer
-ForceProcAddressGen eglSurfaceAttrib
-ForceProcAddressGen eglBindTexImage
-ForceProcAddressGen eglReleaseTexImage
-ForceProcAddressGen eglSwapInterval
-ForceProcAddressGen eglCreateContext
-ForceProcAddressGen eglDestroyContext
-ForceProcAddressGen eglMakeCurrent
-ForceProcAddressGen eglGetCurrentContext
-ForceProcAddressGen eglGetCurrentSurface
-ForceProcAddressGen eglGetCurrentDisplay
-ForceProcAddressGen eglQueryContext
-ForceProcAddressGen eglWaitGL
-ForceProcAddressGen eglWaitNative
-ForceProcAddressGen eglSwapBuffers
-ForceProcAddressGen eglCopyBuffers
-ForceProcAddressGen eglGetProcAddress
+ForceProcAddressGen __ALL__
# Treat all of the EGL types as opaque longs
# Opaque long EGLConfig