From 5f2014d884f84f2bbb401be12c75c0f9a181a8ae Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 6 Jul 2008 04:52:04 +0000 Subject: 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 --- make/egl.cfg | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) (limited to 'make/egl.cfg') 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 -- cgit v1.2.3