com.jogamp.opengl.impl.x11.glx
Class X11OnscreenGLXContext

java.lang.Object
  extended by javax.media.opengl.GLContext
      extended by com.jogamp.opengl.impl.GLContextImpl
          extended by com.jogamp.opengl.impl.x11.glx.X11GLXContext
              extended by com.jogamp.opengl.impl.x11.glx.X11OnscreenGLXContext

public class X11OnscreenGLXContext
extends X11GLXContext


Field Summary
 
Fields inherited from class com.jogamp.opengl.impl.x11.glx.X11GLXContext
isDirect
 
Fields inherited from class com.jogamp.opengl.impl.GLContextImpl
currentSwapInterval, DEBUG, drawable, drawableRead, extensionAvailability, gl, lock, VERBOSE
 
Fields inherited from class javax.media.opengl.GLContext
CONTEXT_CURRENT, CONTEXT_CURRENT_NEW, CONTEXT_NOT_CURRENT, contextHandle, CTX_IS_ARB_CREATED, CTX_OPTION_ANY, CTX_OPTION_DEBUG, CTX_OPTION_FORWARD, CTX_PROFILE_COMPAT, CTX_PROFILE_CORE, CTX_PROFILE_ES, ctxMajorVersion, ctxMinorVersion, ctxOptions, ctxVersionString, GL_VERSIONS, mappedVersionsAvailable, mappedVersionsAvailableLock, mappedVersionsAvailableSet
 
Constructor Summary
X11OnscreenGLXContext(X11OnscreenGLXDrawable drawable, GLContext shareWith)
           
 
Method Summary
protected  boolean createImpl()
           
 
Methods inherited from class com.jogamp.opengl.impl.x11.glx.X11GLXContext
bindPbufferToTexture, copyImpl, createContext, createContextARBImpl, destroyContextARBImpl, destroyImpl, getExtensionNameMap, getFunctionNameMap, getGLXExt, getGLXExtProcAddressTable, getOffscreenContextPixelDataType, getOffscreenContextReadBuffer, getPlatformExtensionsString, getPlatformExtProcAddressTable, getPlatformGLExtensions, glAllocateMemoryNV, glXMakeContextCurrent, isExtensionAvailable, makeCurrentImpl, offscreenImageNeedsVerticalFlip, releaseImpl, releasePbufferFromTexture, setSwapIntervalImpl, toString, updateGLProcAddressTable
 
Methods inherited from class com.jogamp.opengl.impl.GLContextImpl
copy, createContextARB, createGL, destroy, getBufferSizeTracker, getBufferStateTracker, getDrawableImpl, getFloatingPointMode, getGL, getGLDrawable, getGLDrawableRead, getGLExtensions, getGLProcAddressTable, getGLStateTracker, getSwapInterval, getThreadName, hasWaiters, isExtensionCacheInitialized, isFunctionAvailable, isSynchronized, makeCurrent, makeCurrentLocking, mapToRealGLExtensionName, mapToRealGLFunctionName, release, resetProcAddressTable, setBufferSizeTracker, setContextVersion, setGL, setGLDrawableRead, setGLFunctionAvailability, setSwapInterval, setSynchronized, update
 
Methods inherited from class javax.media.opengl.GLContext
append, compose8bit, composed8BitToString, decrementGLVersion, getAttachedObject, getAttachedObject, getComposed8bit, getCurrent, getCurrentGL, getGLVersion, getGLVersion, getGLVersionAvailable, getGLVersionAvailable, getGLVersionMajor, getGLVersionMinor, getHandle, getMaxMajor, getMaxMinor, hasGLSL, isCreated, isCreatedWithARBMethod, isCurrent, isGL2, isGL2Available, isGL2ES1, isGL2ES2, isGL2GL3, isGL3, isGL3Available, isGL3bc, isGL3bcAvailable, isGL4, isGL4Available, isGL4bc, isGL4bcAvailable, isGLCompatibilityProfile, isGLCoreProfile, isGLEmbeddedProfile, isGLES, isGLES1, isGLES2, isGLForwardCompatible, isGLVersionAvailable, isValidGLVersion, mapVersionAvailable, putAttachedObject, putAttachedObject, setCurrent, toHexString, toHexString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

X11OnscreenGLXContext

public X11OnscreenGLXContext(X11OnscreenGLXDrawable drawable,
                             GLContext shareWith)
Method Detail

createImpl

protected boolean createImpl()
Specified by:
createImpl in class GLContextImpl


Copyright 2010 JogAmp Community.