com.jogamp.opengl.impl.macosx.cgl
Class MacOSXCGLDrawable

java.lang.Object
  extended by com.jogamp.opengl.impl.GLDrawableImpl
      extended by com.jogamp.opengl.impl.macosx.cgl.MacOSXCGLDrawable
All Implemented Interfaces:
GLDrawable
Direct Known Subclasses:
MacOSXOnscreenCGLDrawable, MacOSXPbufferCGLDrawable

public abstract class MacOSXCGLDrawable
extends GLDrawableImpl


Field Summary
static int CGL_MODE
           
static int NSOPENGL_MODE
           
 
Fields inherited from class com.jogamp.opengl.impl.GLDrawableImpl
DEBUG, factory, realized, requestedCapabilities, surface
 
Constructor Summary
MacOSXCGLDrawable(GLDrawableFactory factory, NativeSurface comp, boolean realized)
           
 
Method Summary
 GLDynamicLookupHelper getGLDynamicLookupHelper()
          Returns the DynamicLookupHelper
abstract  int getOpenGLMode()
           
protected static String getThreadName()
           
abstract  void setOpenGLMode(int mode)
           
protected  void setRealizedImpl()
           
 
Methods inherited from class com.jogamp.opengl.impl.GLDrawableImpl
destroy, destroyHandle, destroyImpl, getChosenGLCapabilities, getFactory, getFactoryImpl, getGLProfile, getHandle, getHeight, getNativeSurface, getRequestedGLCapabilities, getWidth, isRealized, isSurfaceLocked, lockSurface, setRealized, swapBuffers, swapBuffersImpl, toHexString, toString, unlockSurface, updateHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.media.opengl.GLDrawable
createContext
 

Field Detail

NSOPENGL_MODE

public static final int NSOPENGL_MODE
See Also:
Constant Field Values

CGL_MODE

public static final int CGL_MODE
See Also:
Constant Field Values
Constructor Detail

MacOSXCGLDrawable

public MacOSXCGLDrawable(GLDrawableFactory factory,
                         NativeSurface comp,
                         boolean realized)
Method Detail

setRealizedImpl

protected void setRealizedImpl()
Specified by:
setRealizedImpl in class GLDrawableImpl

getGLDynamicLookupHelper

public GLDynamicLookupHelper getGLDynamicLookupHelper()
Description copied from class: GLDrawableImpl
Returns the DynamicLookupHelper

Specified by:
getGLDynamicLookupHelper in class GLDrawableImpl

getThreadName

protected static String getThreadName()

setOpenGLMode

public abstract void setOpenGLMode(int mode)

getOpenGLMode

public abstract int getOpenGLMode()


Copyright 2010 JogAmp Community.