| addGLDebugListener(GLDebugListener listener) | com.jogamp.opengl.GLContext | |
| append(final StringBuilder sb) | com.jogamp.opengl.GLContext | |
| attachObject(final String name, final Object obj) | com.jogamp.opengl.GLContext | |
| bindSwapBarrier(final int group, final int barrier) | com.jogamp.opengl.GLContext | |
| bindSwapBarrierImpl(final int group, final int barrier) | com.jogamp.opengl.GLContext | protected |
| clipGLVersion(final int ctxProfile, final int major[], final int minor[]) | com.jogamp.opengl.GLContext | static |
| composeBits(final int a8, final int b8, final int c16) | com.jogamp.opengl.GLContext | protectedstatic |
| CONTEXT_CURRENT | com.jogamp.opengl.GLContext | static |
| CONTEXT_CURRENT_NEW | com.jogamp.opengl.GLContext | static |
| CONTEXT_NOT_CURRENT | com.jogamp.opengl.GLContext | static |
| contextHandle | com.jogamp.opengl.GLContext | protected |
| copy(GLContext source, int mask) | com.jogamp.opengl.GLContext | |
| CTX_IMPL_ACCEL_SOFT | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_IMPL_CACHE_MASK | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_IMPL_ES2_COMPAT | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_IMPL_ES31_COMPAT | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_IMPL_ES32_COMPAT | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_IMPL_ES3_COMPAT | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_IMPL_FBO | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_IMPL_FP32_COMPAT_API | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_IMPL_FULL_MASK | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_IS_ARB_CREATED | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_OPTION_DEBUG | com.jogamp.opengl.GLContext | static |
| CTX_OPTION_FORWARD | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_PROFILE_COMPAT | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_PROFILE_CORE | com.jogamp.opengl.GLContext | protectedstatic |
| CTX_PROFILE_ES | com.jogamp.opengl.GLContext | protectedstatic |
| ctxGLSLVersion | com.jogamp.opengl.GLContext | protected |
| ctxOptions | com.jogamp.opengl.GLContext | protected |
| ctxVendorVersion | com.jogamp.opengl.GLContext | protected |
| ctxVersion | com.jogamp.opengl.GLContext | protected |
| ctxVersionString | com.jogamp.opengl.GLContext | protected |
| currentSwapGroup | com.jogamp.opengl.GLContext | protected |
| DEBUG | com.jogamp.opengl.GLContext | static |
| DEBUG_GL | com.jogamp.opengl.GLContext | static |
| DEBUG_TRACE_SWITCH | com.jogamp.opengl.GLContext | static |
| decomposeBits(final int bits32, final int[] ctp) | com.jogamp.opengl.GLContext | protectedstatic |
| decrementGLVersion(final int ctxProfile, final int major[], final int minor[]) | com.jogamp.opengl.GLContext | static |
| destroy() | com.jogamp.opengl.GLContext | |
| detachObject(final String name) | com.jogamp.opengl.GLContext | |
| deviceVersionAvailable | com.jogamp.opengl.GLContext | protectedstatic |
| drawableRetargeted | com.jogamp.opengl.GLContext | protected |
| dumpAvailableGLVersions(StringBuilder sb) | com.jogamp.opengl.GLContext | protectedstatic |
| enableGLDebugMessage(boolean enable) | com.jogamp.opengl.GLContext | |
| ES_VERSIONS | com.jogamp.opengl.GLContext | static |
| getAttachedObject(final String name) | com.jogamp.opengl.GLContext | |
| getAvailableContextProperties(final AbstractGraphicsDevice device, final GLProfile glp) | com.jogamp.opengl.GLContext | protectedstatic |
| getAvailableGLProfile(final AbstractGraphicsDevice device, final int reqMajor, final int reqProfile) | com.jogamp.opengl.GLContext | protectedstatic |
| getAvailableGLVersion(final AbstractGraphicsDevice device, final int reqMajor, final int reqProfile) | com.jogamp.opengl.GLContext | protectedstatic |
| getAvailableGLVersion(final AbstractGraphicsDevice device, final int reqMajor, final int reqProfile, final int[] major, final int minor[], final int ctp[]) | com.jogamp.opengl.GLContext | protectedstatic |
| getAvailableGLVersionAsString(final AbstractGraphicsDevice device, final int major, final int profile) | com.jogamp.opengl.GLContext | protectedstatic |
| getAvailableGLVersionsSet(final AbstractGraphicsDevice device) | com.jogamp.opengl.GLContext | protectedstatic |
| getBoundFramebuffer(int target) | com.jogamp.opengl.GLContext | |
| getContextCreationFlags() | com.jogamp.opengl.GLContext | |
| getCreatedShares() | com.jogamp.opengl.GLContext | |
| getCTPFromBits(final int bits32) | com.jogamp.opengl.GLContext | protectedstatic |
| getCurrent() | com.jogamp.opengl.GLContext | static |
| getCurrentGL() | com.jogamp.opengl.GLContext | static |
| getDefaultDrawBuffer() | com.jogamp.opengl.GLContext | |
| getDefaultDrawFramebuffer() | com.jogamp.opengl.GLContext | |
| getDefaultPixelDataFormat() | com.jogamp.opengl.GLContext | |
| getDefaultPixelDataType() | com.jogamp.opengl.GLContext | |
| getDefaultReadBuffer() | com.jogamp.opengl.GLContext | |
| getDefaultReadFramebuffer() | com.jogamp.opengl.GLContext | |
| getDefaultVAO() | com.jogamp.opengl.GLContext | |
| getDestroyedShares() | com.jogamp.opengl.GLContext | |
| getDeviceVersionAvailableKey(final AbstractGraphicsDevice device, final int major, final int profile) | com.jogamp.opengl.GLContext | protectedstatic |
| getDynamicLibraryBundle() | com.jogamp.opengl.GLContext | |
| getGL() | com.jogamp.opengl.GLContext | |
| getGLDebugMessageExtension() | com.jogamp.opengl.GLContext | |
| getGLDrawable() | com.jogamp.opengl.GLContext | |
| getGLExtensionCount() | com.jogamp.opengl.GLContext | |
| getGLExtensionsString() | com.jogamp.opengl.GLContext | |
| getGLProfile(final int major, final int minor, final int ctp) | com.jogamp.opengl.GLContext | protectedstatic |
| getGLProfile(final StringBuilder sb, final int ctp) | com.jogamp.opengl.GLContext | protectedstatic |
| getGLReadDrawable() | com.jogamp.opengl.GLContext | |
| getGLSLVersionString() | com.jogamp.opengl.GLContext | |
| getGLVendorVersionNumber() | com.jogamp.opengl.GLContext | |
| getGLVersion() | com.jogamp.opengl.GLContext | |
| getGLVersion(final StringBuilder sb, final VersionNumber version, final int ctp, final String gl_version) | com.jogamp.opengl.GLContext | protectedstatic |
| getGLVersion(final StringBuilder sb, final int major, final int minor, final int ctp, final String gl_version) | com.jogamp.opengl.GLContext | protectedstatic |
| getGLVersion(final int major, final int minor, final int ctp, final String gl_version) | com.jogamp.opengl.GLContext | protectedstatic |
| getGLVersionNumber() | com.jogamp.opengl.GLContext | |
| getHandle() | com.jogamp.opengl.GLContext | |
| getMaxMajor(final int ctxProfile) | com.jogamp.opengl.GLContext | static |
| getMaxMinor(final int ctxProfile, final int major) | com.jogamp.opengl.GLContext | static |
| getMaxRenderbufferSamples() | com.jogamp.opengl.GLContext | |
| getPlatformExtensionCount() | com.jogamp.opengl.GLContext | |
| getPlatformExtensionsString() | com.jogamp.opengl.GLContext | |
| getRendererQuirks() | com.jogamp.opengl.GLContext | |
| getRequestMajorAndCompat(final GLProfile glp, final int[] reqMajorCTP) | com.jogamp.opengl.GLContext | protectedstatic |
| getRootGL() | com.jogamp.opengl.GLContext | |
| getSharedMaster() | com.jogamp.opengl.GLContext | |
| getStaticGLSLVersionNumber(final int glMajorVersion, final int glMinorVersion, final int ctxOptions) | com.jogamp.opengl.GLContext | protectedstatic |
| getSwapGroup() | com.jogamp.opengl.GLContext | |
| getSwapInterval() | com.jogamp.opengl.GLContext | |
| getThreadName() | com.jogamp.opengl.GLContext | protectedstatic |
| GL_VERSIONS | com.jogamp.opengl.GLContext | static |
| GLContext() | com.jogamp.opengl.GLContext | protected |
| glDebugMessageControl(int source, int type, int severity, int count, IntBuffer ids, boolean enabled) | com.jogamp.opengl.GLContext | |
| glDebugMessageControl(int source, int type, int severity, int count, int[] ids, int ids_offset, boolean enabled) | com.jogamp.opengl.GLContext | |
| glDebugMessageInsert(int source, int type, int id, int severity, String buf) | com.jogamp.opengl.GLContext | |
| glRendererQuirks | com.jogamp.opengl.GLContext | protected |
| hasBasicFBOSupport() | com.jogamp.opengl.GLContext | |
| hasFP32CompatAPI() | com.jogamp.opengl.GLContext | |
| hasFullFBOSupport() | com.jogamp.opengl.GLContext | |
| hasGLSL() | com.jogamp.opengl.GLContext | |
| hasNoDefaultVAO() | com.jogamp.opengl.GLContext | |
| hasRendererQuirk(final int quirk) | com.jogamp.opengl.GLContext | |
| isCPUDataSourcingAvail() | com.jogamp.opengl.GLContext | |
| isCreated() | com.jogamp.opengl.GLContext | |
| isCreatedWithARBMethod() | com.jogamp.opengl.GLContext | |
| isCurrent() | com.jogamp.opengl.GLContext | |
| isExtensionAvailable(String glExtensionName) | com.jogamp.opengl.GLContext | |
| isFBOAvailable(final AbstractGraphicsDevice device, final GLProfile glp) | com.jogamp.opengl.GLContext | static |
| isFunctionAvailable(String glFunctionName) | com.jogamp.opengl.GLContext | |
| isGL2() | com.jogamp.opengl.GLContext | |
| isGL2Available(final AbstractGraphicsDevice device, final boolean isHardware[]) | com.jogamp.opengl.GLContext | static |
| isGL2ES1() | com.jogamp.opengl.GLContext | |
| isGL2ES2() | com.jogamp.opengl.GLContext | |
| isGL2ES3() | com.jogamp.opengl.GLContext | |
| isGL2GL3() | com.jogamp.opengl.GLContext | |
| isGL3() | com.jogamp.opengl.GLContext | |
| isGL3Available(final AbstractGraphicsDevice device, final boolean isHardware[]) | com.jogamp.opengl.GLContext | static |
| isGL3bc() | com.jogamp.opengl.GLContext | |
| isGL3bcAvailable(final AbstractGraphicsDevice device, final boolean isHardware[]) | com.jogamp.opengl.GLContext | static |
| isGL3core() | com.jogamp.opengl.GLContext | |
| isGL3ES3() | com.jogamp.opengl.GLContext | |
| isGL4() | com.jogamp.opengl.GLContext | |
| isGL4Available(final AbstractGraphicsDevice device, final boolean isHardware[]) | com.jogamp.opengl.GLContext | static |
| isGL4bc() | com.jogamp.opengl.GLContext | |
| isGL4bcAvailable(final AbstractGraphicsDevice device, final boolean isHardware[]) | com.jogamp.opengl.GLContext | static |
| isGL4core() | com.jogamp.opengl.GLContext | |
| isGL4ES3() | com.jogamp.opengl.GLContext | |
| isGLCompatibilityProfile() | com.jogamp.opengl.GLContext | |
| isGLcore() | com.jogamp.opengl.GLContext | |
| isGLCoreProfile() | com.jogamp.opengl.GLContext | |
| isGLDebugEnabled() | com.jogamp.opengl.GLContext | |
| isGLDebugMessageEnabled() | com.jogamp.opengl.GLContext | |
| isGLDebugSynchronous() | com.jogamp.opengl.GLContext | |
| isGLES() | com.jogamp.opengl.GLContext | |
| isGLES1() | com.jogamp.opengl.GLContext | |
| isGLES1Available(final AbstractGraphicsDevice device, final boolean isHardware[]) | com.jogamp.opengl.GLContext | static |
| isGLES2() | com.jogamp.opengl.GLContext | |
| isGLES2Available(final AbstractGraphicsDevice device, final boolean isHardware[]) | com.jogamp.opengl.GLContext | static |
| isGLES2Compatible() | com.jogamp.opengl.GLContext | |
| isGLES3() | com.jogamp.opengl.GLContext | |
| isGLES31Compatible() | com.jogamp.opengl.GLContext | |
| isGLES31CompatibleAvailable(final AbstractGraphicsDevice device) | com.jogamp.opengl.GLContext | static |
| isGLES32Compatible() | com.jogamp.opengl.GLContext | |
| isGLES32CompatibleAvailable(final AbstractGraphicsDevice device) | com.jogamp.opengl.GLContext | static |
| isGLES3Available(final AbstractGraphicsDevice device, final boolean isHardware[]) | com.jogamp.opengl.GLContext | static |
| isGLES3Compatible() | com.jogamp.opengl.GLContext | |
| isGLES3CompatibleAvailable(final AbstractGraphicsDevice device) | com.jogamp.opengl.GLContext | static |
| isGLESProfile() | com.jogamp.opengl.GLContext | |
| isGLForwardCompatible() | com.jogamp.opengl.GLContext | |
| isGLReadDrawableAvailable() | com.jogamp.opengl.GLContext | |
| isGLVersionAvailable(final AbstractGraphicsDevice device, final int reqMajor, final int reqProfile, final boolean isHardware[]) | com.jogamp.opengl.GLContext | protectedstatic |
| isHardwareRasterizer() | com.jogamp.opengl.GLContext | |
| isHardwareRasterizer(final AbstractGraphicsDevice device, final GLProfile glp) | com.jogamp.opengl.GLContext | static |
| isNPOTTextureAvailable() | com.jogamp.opengl.GLContext | |
| isShared() | com.jogamp.opengl.GLContext | |
| isTextureFormatBGRA8888Available() | com.jogamp.opengl.GLContext | |
| isValidGLVersion(final int ctxProfile, final int major, final int minor) | com.jogamp.opengl.GLContext | static |
| joinSwapGroup(final int group) | com.jogamp.opengl.GLContext | |
| joinSwapGroupImpl(final int group) | com.jogamp.opengl.GLContext | protected |
| lock | com.jogamp.opengl.GLContext | protected |
| makeCurrent() | com.jogamp.opengl.GLContext | |
| makeCurrentResultToString(final int res) | com.jogamp.opengl.GLContext | static |
| PROFILE_ALIASING | com.jogamp.opengl.GLContext | static |
| queryMaxSwapGroups(final int[] maxGroups, final int maxGroups_offset, final int[] maxBarriers, final int maxBarriers_offset) | com.jogamp.opengl.GLContext | |
| queryMaxSwapGroupsImpl(final int[] maxGroups, final int maxGroups_offset, final int[] maxBarriers, final int maxBarriers_offset) | com.jogamp.opengl.GLContext | protected |
| release() | com.jogamp.opengl.GLContext | |
| removeGLDebugListener(GLDebugListener listener) | com.jogamp.opengl.GLContext | |
| resetStates(final boolean isInit) | com.jogamp.opengl.GLContext | protected |
| setAvailableGLVersionsSet(final AbstractGraphicsDevice device, final boolean set) | com.jogamp.opengl.GLContext | protectedstatic |
| setContextCreationFlags(int flags) | com.jogamp.opengl.GLContext | |
| setCurrent(final GLContext cur) | com.jogamp.opengl.GLContext | protectedstatic |
| setDefaultSwapInterval() | com.jogamp.opengl.GLContext | protected |
| setGL(GL gl) | com.jogamp.opengl.GLContext | |
| setGLDebugSynchronous(boolean synchronous) | com.jogamp.opengl.GLContext | |
| setGLDrawable(GLDrawable readWrite, boolean setWriteOnly) | com.jogamp.opengl.GLContext | |
| setGLReadDrawable(GLDrawable read) | com.jogamp.opengl.GLContext | |
| setSwapInterval(final int interval) | com.jogamp.opengl.GLContext | |
| setSwapIntervalImpl(final int interval) | com.jogamp.opengl.GLContext | protected |
| shutdown() | com.jogamp.opengl.GLContext | protectedstatic |
| toHexString(final int hex) | com.jogamp.opengl.GLContext | protectedstatic |
| toHexString(final long hex) | com.jogamp.opengl.GLContext | protectedstatic |
| toString() | com.jogamp.opengl.GLContext | |
| TRACE_GL | com.jogamp.opengl.GLContext | static |
| TRACE_SWITCH | com.jogamp.opengl.GLContext | static |
| validateCurrent() | com.jogamp.opengl.GLContext | |
| validateProfileBits(final int bits, final String argName) | com.jogamp.opengl.GLContext | protectedstatic |
| Version1_0 | com.jogamp.opengl.GLContext | static |
| Version1_1 | com.jogamp.opengl.GLContext | static |
| Version1_10 | com.jogamp.opengl.GLContext | static |
| Version1_2 | com.jogamp.opengl.GLContext | static |
| Version1_20 | com.jogamp.opengl.GLContext | static |
| Version1_30 | com.jogamp.opengl.GLContext | static |
| Version1_4 | com.jogamp.opengl.GLContext | static |
| Version1_40 | com.jogamp.opengl.GLContext | static |
| Version1_5 | com.jogamp.opengl.GLContext | static |
| Version1_50 | com.jogamp.opengl.GLContext | static |
| Version3_0 | com.jogamp.opengl.GLContext | static |
| Version3_1 | com.jogamp.opengl.GLContext | static |
| Version3_2 | com.jogamp.opengl.GLContext | static |
| Version4_3 | com.jogamp.opengl.GLContext | static |
| Version8_0 | com.jogamp.opengl.GLContext | protectedstatic |