|
Class Summary |
| Debug |
Helper routines for logging and debugging. |
| FunctionAvailabilityCache |
A utility object intended to be used by implementations to act as a cache
of which OpenGL functions are currently available on both the host machine
and display. |
| GLBufferSizeTracker |
Tracks as closely as possible the sizes of allocated OpenGL buffer
objects. |
| GLBufferStateTracker |
Tracks as closely as possible which OpenGL buffer object is bound
to which binding target in the current OpenGL context. |
| GLContextImpl |
|
| GLContextLock |
Implements the makeCurrent / release locking behavior of the
GLContext class. |
| GLContextShareSet |
Provides a mechanism by which OpenGL contexts can share textures
and display lists in the face of multithreading and asynchronous
context creation as is inherent in the AWT and Swing. |
| GLDrawableFactoryImpl |
Extends GLDrawableFactory with a few methods for handling
typically software-accelerated offscreen rendering (Device
Independent Bitmaps on Windows, pixmaps on X11). |
| GLDrawableHelper |
Encapsulates the implementation of most of the GLAutoDrawable's
methods to be able to share it between GLCanvas and GLJPanel. |
| GLDrawableImpl |
|
| GLImpl |
|
| GLObjectTracker |
Tracks the creation of server-side OpenGL objects which can be
shared between contexts. |
| GLPbufferImpl |
Platform-independent class exposing pbuffer functionality to
applications. |
| GLProcAddressTable |
This table is a cache of pointers to the dynamically-linkable C
functions this autogenerated Java binding has exposed. |
| GLUProcAddressTable |
This table is a cache of pointers to the dynamically-linkable C
functions this autogenerated Java binding has exposed. |
| GLUquadricImpl |
GLUquadricImpl.java
Created 22-dec-2003 (originally Quadric.java) |
| GLWorkerThread |
Singleton thread upon which all OpenGL work is performed by
default. |
| InternalBufferUtils |
Utility routines available only to the JOGL implementation. |
| Java2D |
Defines integration with the Java2D OpenGL pipeline. |
| JAWT |
|
| JAWT_DrawingSurface |
|
| JAWT_DrawingSurfaceInfo |
|
| JAWT_Rectangle |
|
| JAWTFactory |
|
| NativeLibLoader |
|
| Project |
Project.java
Created 11-jan-2004 |
| StaticGLInfo |
|