# This .cfg file provides common options used by the desktop OpenGL # implementation on all platforms. # Inform the glue code generator of the association between #defines # and functions and the extensions in which they are defined GLHeader GL/gl.h GLHeader GL/glext.h # There are no PBOs in the embedded OpenGL variants right now BufferObjectKind UnpackPixel glBitmap BufferObjectKind UnpackPixel glColorTable BufferObjectKind UnpackPixel glColorSubTable BufferObjectKind UnpackPixel glCompressedTexImage1D BufferObjectKind UnpackPixel glCompressedTexImage1DARB BufferObjectKind UnpackPixel glCompressedTexImage2D BufferObjectKind UnpackPixel glCompressedTexImage2DARB BufferObjectKind UnpackPixel glCompressedTexImage3D BufferObjectKind UnpackPixel glCompressedTexImage3DARB BufferObjectKind UnpackPixel glCompressedTexSubImage1D BufferObjectKind UnpackPixel glCompressedTexSubImage1DARB BufferObjectKind UnpackPixel glCompressedTexSubImage2D BufferObjectKind UnpackPixel glCompressedTexSubImage2DARB BufferObjectKind UnpackPixel glCompressedTexSubImage3D BufferObjectKind UnpackPixel glCompressedTexSubImage3DARB BufferObjectKind UnpackPixel glConvolutionFilter1D BufferObjectKind UnpackPixel glConvolutionFilter2D BufferObjectKind UnpackPixel glDrawPixels BufferObjectKind UnpackPixel glPixelMapfv BufferObjectKind UnpackPixel glPixelMapuiv BufferObjectKind UnpackPixel glPixelMapusv BufferObjectKind UnpackPixel glPolygonStipple BufferObjectKind UnpackPixel glSeparableFilter2D BufferObjectKind UnpackPixel glTexImage1D BufferObjectKind UnpackPixel glTexImage2D BufferObjectKind UnpackPixel glTexImage3D BufferObjectKind UnpackPixel glTexSubImage1D BufferObjectKind UnpackPixel glTexSubImage2D BufferObjectKind UnpackPixel glTexSubImage3D BufferObjectKind PackPixel glGetColorTable BufferObjectKind PackPixel glGetCompressedTexImage BufferObjectKind PackPixel glGetCompressedTexImageARB BufferObjectKind PackPixel glGetConvolutionFilter BufferObjectKind PackPixel glGetHistogram BufferObjectKind PackPixel glGetMinmax BufferObjectKind PackPixel glGetPixelMapfv BufferObjectKind PackPixel glGetPixelMapuiv BufferObjectKind PackPixel glGetPixelMapusv BufferObjectKind PackPixel glGetPolygonStipple BufferObjectKind PackPixel glGetSeparableFilter BufferObjectKind PackPixel glGetTexImage BufferObjectKind PackPixel glReadPixels #Include gl-desktop-tracker.cfg # # Directives needed when processing wglext.h on Windows and other platforms # Opaque boolean BOOL ReturnsString wglGetExtensionsStringARB ReturnsString wglGetExtensionsStringEXT Opaque long HANDLE Opaque long HBITMAP Opaque long HDC Opaque long HGDIOBJ Opaque long HGLRC Opaque long HPBUFFERARB Opaque long HPBUFFEREXT Opaque boolean BOOL Opaque long PROC Opaque long void ** # # Directives needed when processing cglext.h on MacOSX and other platforms # Opaque long CGContextRef Opaque long void ** # Implement the first argument to cglGetProcAddress as String instead # of byte[] ArgumentIsString cglGetProcAddress 0 # # Directives needed when processing glxext.h on X11 and other platforms # Opaque long __GLXextFuncPtr Opaque boolean Bool Opaque long Display * Opaque long GLXContext Opaque long Visual * # Ignore the empty Display and Visual data structures (though made # opaque, the references from XVisualInfo and elsewhere are still # traversed) Ignore Display Ignore Visual # Implement the first argument to glXGetProcAddress as String instead # of byte[] ArgumentIsString glXGetProcAddress 0 ArgumentIsString glXGetProcAddressARB 0 ReturnsString glXQueryExtensionsString ReturnsString glXQueryServerString ReturnsString glXGetClientString TemporaryCVariableDeclaration glXChooseFBConfig int count; TemporaryCVariableAssignment glXChooseFBConfig count = _ptr3[0]; ReturnValueLength glXChooseFBConfig count TemporaryCVariableDeclaration glXChooseFBConfigSGIX int count; TemporaryCVariableAssignment glXChooseFBConfigSGIX count = _ptr3[0]; ReturnValueLength glXChooseFBConfigSGIX count TemporaryCVariableDeclaration glXGetFBConfigs int count; TemporaryCVariableAssignment glXGetFBConfigs count = _ptr2[0]; ReturnValueLength glXGetFBConfigs count # Right now the implementations for these don't work on the embedded # OpenGL variants (FIXME) JavaEpilogue glBufferData bufferSizeTracker.setBufferSize(bufferStateTracker, {0}, this, {1}); JavaEpilogue glBufferDataARB bufferSizeTracker.setBufferSize(bufferStateTracker, {0}, this, {1});