diff options
author | Sven Gothel <[email protected]> | 2008-07-06 04:52:04 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-06 04:52:04 +0000 |
commit | 5f2014d884f84f2bbb401be12c75c0f9a181a8ae (patch) | |
tree | db9f993960ebdb26194fb6a775b7d3461dc5eb2a /make/egl.cfg | |
parent | 2ceaa939dc54837de23a6055a20ade0b9a2f7c2c (diff) |
Simplifying ForceProcAddressGen and LocalProcAddressCallingConvention,
while adding the generic function name '__ALL__'.
This action applies to all generated functions then,
hence it lowers the maintenance of the gluegen cfg files.
Example:
ForceProcAddressGen __ALL__
LocalProcAddressCallingConvention __ALL__ GL_APIENTRY
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1713 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/egl.cfg')
-rwxr-xr-x | make/egl.cfg | 35 |
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 |