- get(AbstractGraphicsDevice, String) - Static method in class javax.media.opengl.GLProfile
-
Returns a GLProfile object.
- get(String) - Static method in class javax.media.opengl.GLProfile
-
Uses the default device
- get(AbstractGraphicsDevice, String[], boolean) - Static method in class javax.media.opengl.GLProfile
-
Returns the first profile from the given list,
where an implementation is available.
- get(String[], boolean) - Static method in class javax.media.opengl.GLProfile
-
Uses the default device
- getAccumAlphaBits() - Method in class javax.media.opengl.GLCapabilities
-
- getAccumAlphaBits() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns the number of bits for the accumulation
buffer's alpha component.
- getAccumBlueBits() - Method in class javax.media.opengl.GLCapabilities
-
- getAccumBlueBits() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns the number of bits for the accumulation
buffer's blue component.
- getAccumGreenBits() - Method in class javax.media.opengl.GLCapabilities
-
- getAccumGreenBits() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns the number of bits for the accumulation
buffer's green component.
- getAccumRedBits() - Method in class javax.media.opengl.GLCapabilities
-
- getAccumRedBits() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns the number of bits for the accumulation
buffer's red component.
- getAnimator() - Method in class javax.media.opengl.awt.GLCanvas
-
- getAnimator() - Method in class javax.media.opengl.awt.GLJPanel
-
- getAnimator() - Method in interface javax.media.opengl.GLAutoDrawable
-
- getAttachedObject(String) - Method in class javax.media.opengl.GLContext
-
Returns the attached user object for the given name to this GLContext.
- getAutoSwapBufferMode() - Method in class javax.media.opengl.awt.GLCanvas
-
- getAutoSwapBufferMode() - Method in class javax.media.opengl.awt.GLJPanel
-
- getAutoSwapBufferMode() - Method in interface javax.media.opengl.GLAutoDrawable
-
Indicates whether automatic buffer swapping is enabled for this
drawable.
- getAvailableCapabilities(AbstractGraphicsDevice) - Method in class javax.media.opengl.GLDrawableFactory
-
Returns an array of available GLCapabilities for the device.
The list is sorted by the native ID, ascending.
The chosen GLProfile statement in the result may not refer to the maximum available profile
due to implementation constraints, ie using the shared resource.
- getBoundBuffer(int) - Method in class javax.media.opengl.DebugGL4bc
-
- getBoundBuffer(int) - Method in class javax.media.opengl.DebugGLES1
-
- getBoundBuffer(int) - Method in class javax.media.opengl.DebugGLES3
-
- getBoundBuffer(int) - Method in interface javax.media.opengl.GLBase
-
- getBoundBuffer(int) - Method in class javax.media.opengl.TraceGL4bc
-
- getBoundBuffer(int) - Method in class javax.media.opengl.TraceGLES1
-
- getBoundBuffer(int) - Method in class javax.media.opengl.TraceGLES3
-
- getBoundFramebuffer(int) - Method in class javax.media.opengl.DebugGL4bc
-
- getBoundFramebuffer(int) - Method in class javax.media.opengl.DebugGLES1
-
- getBoundFramebuffer(int) - Method in class javax.media.opengl.DebugGLES3
-
- getBoundFramebuffer(int) - Method in interface javax.media.opengl.GLBase
-
- getBoundFramebuffer(int) - Method in class javax.media.opengl.GLContext
-
- getBoundFramebuffer(int) - Method in class javax.media.opengl.TraceGL4bc
-
- getBoundFramebuffer(int) - Method in class javax.media.opengl.TraceGLES1
-
- getBoundFramebuffer(int) - Method in class javax.media.opengl.TraceGLES3
-
- getBuffer() - Method in interface javax.media.opengl.GLArrayData
-
The Buffer holding the data, may be null if a GPU buffer without client bound data
- getBuffer() - Method in class javax.media.opengl.GLUniformData
-
- getBufferStorage(int) - Method in class javax.media.opengl.DebugGL4bc
-
- getBufferStorage(int) - Method in class javax.media.opengl.DebugGLES1
-
- getBufferStorage(int) - Method in class javax.media.opengl.DebugGLES3
-
- getBufferStorage(int) - Method in interface javax.media.opengl.GLBase
-
- getBufferStorage(int) - Method in class javax.media.opengl.TraceGL4bc
-
- getBufferStorage(int) - Method in class javax.media.opengl.TraceGLES1
-
- getBufferStorage(int) - Method in class javax.media.opengl.TraceGLES3
-
- getChosenGLCapabilities() - Method in class javax.media.opengl.awt.GLCanvas
-
- getChosenGLCapabilities() - Method in class javax.media.opengl.awt.GLJPanel
-
- getChosenGLCapabilities() - Method in interface javax.media.opengl.GLDrawable
-
Fetches the
GLCapabilitiesImmutable
corresponding to the chosen
OpenGL capabilities (pixel format / visual / GLProfile) for this drawable.
- getColorbuffer(int) - Method in interface javax.media.opengl.GLFBODrawable
-
Returns the named FBObject.Colorbuffer
instance.
- getComponentCount() - Method in interface javax.media.opengl.GLArrayData
-
The number of components per element
- getComponentSizeInBytes() - Method in interface javax.media.opengl.GLArrayData
-
The component's size in bytes
- getComponentType() - Method in interface javax.media.opengl.GLArrayData
-
The component's GL data type, ie.
- getContext() - Method in class javax.media.opengl.awt.GLCanvas
-
- getContext() - Method in class javax.media.opengl.awt.GLJPanel
-
- getContext() - Method in class javax.media.opengl.DebugGL4bc
-
- getContext() - Method in class javax.media.opengl.DebugGLES1
-
- getContext() - Method in class javax.media.opengl.DebugGLES3
-
- getContext() - Method in interface javax.media.opengl.GLAutoDrawable
-
Returns the context associated with this drawable.
- getContext() - Method in interface javax.media.opengl.GLBase
-
Returns the GLContext associated which this GL object.
- getContext() - Method in class javax.media.opengl.TraceGL4bc
-
- getContext() - Method in class javax.media.opengl.TraceGLES1
-
- getContext() - Method in class javax.media.opengl.TraceGLES3
-
- getContextCreationFlags() - Method in class javax.media.opengl.awt.GLCanvas
-
- getContextCreationFlags() - Method in class javax.media.opengl.awt.GLJPanel
-
- getContextCreationFlags() - Method in interface javax.media.opengl.GLAutoDrawable
-
- getContextCreationFlags() - Method in class javax.media.opengl.GLContext
-
- getCreatedShares() - Method in class javax.media.opengl.GLContext
-
Returns a new list of created GLContext shared with this GLContext.
- getCurrent() - Static method in class javax.media.opengl.GLContext
-
Returns this thread current context.
- getCurrentGL() - Static method in class javax.media.opengl.GLContext
-
Returns the GL object bound to this thread current context.
- getCurrentGL() - Static method in class javax.media.opengl.glu.GLU
-
- getCurrentGL2() - Static method in class javax.media.opengl.glu.gl2.GLUgl2
-
- getCurrentGL2ES1() - Static method in class javax.media.opengl.glu.gl2es1.GLUgl2es1
-
- getCurrentSurfaceScale(int[]) - Method in class javax.media.opengl.awt.GLCanvas
-
- getCurrentSurfaceScale(int[]) - Method in class javax.media.opengl.awt.GLJPanel
-
- getCustomPixelBufferProvider() - Method in class javax.media.opengl.awt.GLJPanel
-
- getDbgId() - Method in class javax.media.opengl.GLDebugMessage
-
- getDbgMsg() - Method in class javax.media.opengl.GLDebugMessage
-
- getDbgSeverity() - Method in class javax.media.opengl.GLDebugMessage
-
- getDbgSeverityString(int) - Static method in class javax.media.opengl.GLDebugMessage
-
- getDbgSource() - Method in class javax.media.opengl.GLDebugMessage
-
- getDbgSourceString(int) - Static method in class javax.media.opengl.GLDebugMessage
-
- getDbgType() - Method in class javax.media.opengl.GLDebugMessage
-
- getDbgTypeString(int) - Static method in class javax.media.opengl.GLDebugMessage
-
- getDefault(AbstractGraphicsDevice) - Static method in class javax.media.opengl.GLProfile
-
Returns a default GLProfile object, reflecting the best for the running platform.
- getDefault() - Static method in class javax.media.opengl.GLProfile
-
Returns a default GLProfile object, reflecting the best for the running platform.
- getDefaultCloseOperation() - Method in class javax.media.opengl.awt.GLCanvas
-
- getDefaultCloseOperation() - Method in class javax.media.opengl.awt.GLJPanel
-
- getDefaultDevice() - Method in class javax.media.opengl.GLDrawableFactory
-
- getDefaultDevice() - Static method in class javax.media.opengl.GLProfile
-
- getDefaultDrawFramebuffer() - Method in class javax.media.opengl.DebugGL4bc
-
- getDefaultDrawFramebuffer() - Method in class javax.media.opengl.DebugGLES1
-
- getDefaultDrawFramebuffer() - Method in class javax.media.opengl.DebugGLES3
-
- getDefaultDrawFramebuffer() - Method in interface javax.media.opengl.GLBase
-
Return the default draw framebuffer name.
- getDefaultDrawFramebuffer() - Method in class javax.media.opengl.GLContext
-
Return the default draw framebuffer name.
- getDefaultDrawFramebuffer() - Method in class javax.media.opengl.TraceGL4bc
-
- getDefaultDrawFramebuffer() - Method in class javax.media.opengl.TraceGLES1
-
- getDefaultDrawFramebuffer() - Method in class javax.media.opengl.TraceGLES3
-
- getDefaultPixelDataFormat() - Method in class javax.media.opengl.GLContext
-
Get the default pixel data format, as required by e.g.
- getDefaultPixelDataType() - Method in class javax.media.opengl.GLContext
-
Get the default pixel data type, as required by e.g.
- getDefaultReadBuffer() - Method in class javax.media.opengl.DebugGL4bc
-
- getDefaultReadBuffer() - Method in class javax.media.opengl.DebugGLES1
-
- getDefaultReadBuffer() - Method in class javax.media.opengl.DebugGLES3
-
- getDefaultReadBuffer() - Method in interface javax.media.opengl.GLBase
-
- getDefaultReadBuffer() - Method in class javax.media.opengl.GLContext
-
- getDefaultReadBuffer() - Method in class javax.media.opengl.TraceGL4bc
-
- getDefaultReadBuffer() - Method in class javax.media.opengl.TraceGLES1
-
- getDefaultReadBuffer() - Method in class javax.media.opengl.TraceGLES3
-
- getDefaultReadFramebuffer() - Method in class javax.media.opengl.DebugGL4bc
-
- getDefaultReadFramebuffer() - Method in class javax.media.opengl.DebugGLES1
-
- getDefaultReadFramebuffer() - Method in class javax.media.opengl.DebugGLES3
-
- getDefaultReadFramebuffer() - Method in interface javax.media.opengl.GLBase
-
Return the default read framebuffer name.
- getDefaultReadFramebuffer() - Method in class javax.media.opengl.GLContext
-
Return the default read framebuffer name.
- getDefaultReadFramebuffer() - Method in class javax.media.opengl.TraceGL4bc
-
- getDefaultReadFramebuffer() - Method in class javax.media.opengl.TraceGLES1
-
- getDefaultReadFramebuffer() - Method in class javax.media.opengl.TraceGLES3
-
- getDefaultVAO() - Method in class javax.media.opengl.GLContext
-
If this GLContext does not implement a default VAO, see
GLContext.hasNoDefaultVAO()
,
an
own default VAO will be created and bound at context creation.
- getDelegatedDrawable() - Method in class javax.media.opengl.awt.GLCanvas
-
- getDelegatedDrawable() - Method in class javax.media.opengl.awt.GLJPanel
-
- getDelegatedDrawable() - Method in interface javax.media.opengl.GLAutoDrawable
-
If the implementation uses delegation, return the delegated
GLDrawable
instance,
otherwise return
this
instance.
- getDepthBits() - Method in class javax.media.opengl.GLCapabilities
-
- getDepthBits() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns the number of depth buffer bits.
- getDesktopFactory() - Static method in class javax.media.opengl.GLDrawableFactory
-
Returns the sole GLDrawableFactory instance for the desktop (X11, WGL, ..) if exist or null
- getDestroyedShares() - Method in class javax.media.opengl.GLContext
-
Returns a new list of destroyed GLContext shared with this GLContext.
- getDoubleBuffered() - Method in class javax.media.opengl.GLCapabilities
-
- getDoubleBuffered() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns whether double-buffering is requested, available or chosen.
- getDownstreamGL() - Method in class javax.media.opengl.DebugGL4bc
-
- getDownstreamGL() - Method in class javax.media.opengl.DebugGLES1
-
- getDownstreamGL() - Method in class javax.media.opengl.DebugGLES3
-
- getDownstreamGL() - Method in interface javax.media.opengl.GLBase
-
Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null
.
- getDownstreamGL() - Method in class javax.media.opengl.TraceGL4bc
-
- getDownstreamGL() - Method in class javax.media.opengl.TraceGLES1
-
- getDownstreamGL() - Method in class javax.media.opengl.TraceGLES3
-
- getEGLFactory() - Static method in class javax.media.opengl.GLDrawableFactory
-
Returns the sole GLDrawableFactory instance for EGL if exist or null
- getElementCount() - Method in interface javax.media.opengl.GLArrayData
-
The current number of used elements.
- getExclusiveContextThread() - Method in class javax.media.opengl.awt.GLCanvas
-
- getExclusiveContextThread() - Method in class javax.media.opengl.awt.GLJPanel
-
- getExclusiveContextThread() - Method in interface javax.media.opengl.GLAutoDrawable
-
- getExtension(String) - Method in class javax.media.opengl.DebugGL4bc
-
- getExtension(String) - Method in class javax.media.opengl.DebugGLES1
-
- getExtension(String) - Method in class javax.media.opengl.DebugGLES3
-
- getExtension(String) - Method in interface javax.media.opengl.GLBase
-
Returns an object providing access to the specified OpenGL
extension.
- getExtension(String) - Method in class javax.media.opengl.TraceGL4bc
-
- getExtension(String) - Method in class javax.media.opengl.TraceGLES1
-
- getExtension(String) - Method in class javax.media.opengl.TraceGLES3
-
- getFactory() - Method in class javax.media.opengl.awt.GLCanvas
-
- getFactory() - Method in class javax.media.opengl.awt.GLJPanel
-
- getFactory() - Method in interface javax.media.opengl.GLDrawable
-
- getFactory(GLProfile) - Static method in class javax.media.opengl.GLDrawableFactory
-
Returns the sole GLDrawableFactory instance.
- getFBObject(int) - Method in interface javax.media.opengl.GLFBODrawable
-
If MSAA is being used and
GL.GL_FRONT
is requested,
the internal
FBObject
sample sink
is being returned.
- getFBOMode() - Method in interface javax.media.opengl.GLFBODrawable
-
- getFPSStartTime() - Method in interface javax.media.opengl.FPSCounter
-
- getGL() - Method in class javax.media.opengl.awt.GLCanvas
-
- getGL() - Method in class javax.media.opengl.awt.GLJPanel
-
- getGL() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL() - Method in class javax.media.opengl.DebugGLES1
-
- getGL() - Method in class javax.media.opengl.DebugGLES3
-
- getGL() - Method in interface javax.media.opengl.GLAutoDrawable
-
Returns the
GL
pipeline object this GLAutoDrawable uses.
- getGL() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL interface.
- getGL() - Method in class javax.media.opengl.GLContext
-
Returns the GL pipeline object for this GLContext.
- getGL() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL() - Method in class javax.media.opengl.TraceGLES1
-
- getGL() - Method in class javax.media.opengl.TraceGLES3
-
- getGL2() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL2() - Method in class javax.media.opengl.DebugGLES1
-
- getGL2() - Method in class javax.media.opengl.DebugGLES3
-
- getGL2() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL2 interface.
- getGL2() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL2() - Method in class javax.media.opengl.TraceGLES1
-
- getGL2() - Method in class javax.media.opengl.TraceGLES3
-
- getGL2ES1() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL2ES1() - Method in class javax.media.opengl.DebugGLES1
-
- getGL2ES1() - Method in class javax.media.opengl.DebugGLES3
-
- getGL2ES1() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL2ES1 interface.
- getGL2ES1(AbstractGraphicsDevice) - Static method in class javax.media.opengl.GLProfile
-
Returns the GL2ES1 profile implementation, hence compatible w/ GL2ES1.
It returns:
- getGL2ES1() - Static method in class javax.media.opengl.GLProfile
-
- getGL2ES1() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL2ES1() - Method in class javax.media.opengl.TraceGLES1
-
- getGL2ES1() - Method in class javax.media.opengl.TraceGLES3
-
- getGL2ES2() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL2ES2() - Method in class javax.media.opengl.DebugGLES1
-
- getGL2ES2() - Method in class javax.media.opengl.DebugGLES3
-
- getGL2ES2() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL2ES2 interface.
- getGL2ES2(AbstractGraphicsDevice) - Static method in class javax.media.opengl.GLProfile
-
Returns the GL2ES2 profile implementation, hence compatible w/ GL2ES2.
It returns:
- getGL2ES2() - Static method in class javax.media.opengl.GLProfile
-
- getGL2ES2() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL2ES2() - Method in class javax.media.opengl.TraceGLES1
-
- getGL2ES2() - Method in class javax.media.opengl.TraceGLES3
-
- getGL2ES3() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL2ES3() - Method in class javax.media.opengl.DebugGLES1
-
- getGL2ES3() - Method in class javax.media.opengl.DebugGLES3
-
- getGL2ES3() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL2ES3 interface.
- getGL2ES3() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL2ES3() - Method in class javax.media.opengl.TraceGLES1
-
- getGL2ES3() - Method in class javax.media.opengl.TraceGLES3
-
- getGL2GL3() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL2GL3() - Method in class javax.media.opengl.DebugGLES1
-
- getGL2GL3() - Method in class javax.media.opengl.DebugGLES3
-
- getGL2GL3() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL2GL3 interface.
- getGL2GL3(AbstractGraphicsDevice) - Static method in class javax.media.opengl.GLProfile
-
Returns the GL2GL3 profile implementation, hence compatible w/ GL2GL3.
It returns:
- getGL2GL3() - Static method in class javax.media.opengl.GLProfile
-
- getGL2GL3() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL2GL3() - Method in class javax.media.opengl.TraceGLES1
-
- getGL2GL3() - Method in class javax.media.opengl.TraceGLES3
-
- getGL3() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL3() - Method in class javax.media.opengl.DebugGLES1
-
- getGL3() - Method in class javax.media.opengl.DebugGLES3
-
- getGL3() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL3 interface.
- getGL3() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL3() - Method in class javax.media.opengl.TraceGLES1
-
- getGL3() - Method in class javax.media.opengl.TraceGLES3
-
- getGL3bc() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL3bc() - Method in class javax.media.opengl.DebugGLES1
-
- getGL3bc() - Method in class javax.media.opengl.DebugGLES3
-
- getGL3bc() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL3bc interface.
- getGL3bc() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL3bc() - Method in class javax.media.opengl.TraceGLES1
-
- getGL3bc() - Method in class javax.media.opengl.TraceGLES3
-
- getGL3ES3() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL3ES3() - Method in class javax.media.opengl.DebugGLES1
-
- getGL3ES3() - Method in class javax.media.opengl.DebugGLES3
-
- getGL3ES3() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL3ES3 interface.
- getGL3ES3() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL3ES3() - Method in class javax.media.opengl.TraceGLES1
-
- getGL3ES3() - Method in class javax.media.opengl.TraceGLES3
-
- getGL4() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL4() - Method in class javax.media.opengl.DebugGLES1
-
- getGL4() - Method in class javax.media.opengl.DebugGLES3
-
- getGL4() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL4 interface.
- getGL4() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL4() - Method in class javax.media.opengl.TraceGLES1
-
- getGL4() - Method in class javax.media.opengl.TraceGLES3
-
- getGL4bc() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL4bc() - Method in class javax.media.opengl.DebugGLES1
-
- getGL4bc() - Method in class javax.media.opengl.DebugGLES3
-
- getGL4bc() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL4bc interface.
- getGL4bc() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL4bc() - Method in class javax.media.opengl.TraceGLES1
-
- getGL4bc() - Method in class javax.media.opengl.TraceGLES3
-
- getGL4ES3() - Method in class javax.media.opengl.DebugGL4bc
-
- getGL4ES3() - Method in class javax.media.opengl.DebugGLES1
-
- getGL4ES3() - Method in class javax.media.opengl.DebugGLES3
-
- getGL4ES3() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GL4ES3 interface.
- getGL4ES3(AbstractGraphicsDevice) - Static method in class javax.media.opengl.GLProfile
-
Returns the GL4ES3 profile implementation, hence compatible w/ GL4ES3.
It returns:
- getGL4ES3() - Static method in class javax.media.opengl.GLProfile
-
- getGL4ES3() - Method in class javax.media.opengl.TraceGL4bc
-
- getGL4ES3() - Method in class javax.media.opengl.TraceGLES1
-
- getGL4ES3() - Method in class javax.media.opengl.TraceGLES3
-
- getGLArrayName(int) - Static method in class javax.media.opengl.GLProfile
-
- getGLCtor(boolean) - Method in class javax.media.opengl.GLProfile
-
- getGLDebugMessageExtension() - Method in class javax.media.opengl.GLContext
-
- getGLDrawable() - Method in class javax.media.opengl.GLContext
-
Returns the write-drawable this context uses for framebuffer operations.
- getGLES1() - Method in class javax.media.opengl.DebugGL4bc
-
- getGLES1() - Method in class javax.media.opengl.DebugGLES1
-
- getGLES1() - Method in class javax.media.opengl.DebugGLES3
-
- getGLES1() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GLES1 interface.
- getGLES1() - Method in class javax.media.opengl.TraceGL4bc
-
- getGLES1() - Method in class javax.media.opengl.TraceGLES1
-
- getGLES1() - Method in class javax.media.opengl.TraceGLES3
-
- getGLES2() - Method in class javax.media.opengl.DebugGL4bc
-
- getGLES2() - Method in class javax.media.opengl.DebugGLES1
-
- getGLES2() - Method in class javax.media.opengl.DebugGLES3
-
- getGLES2() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GLES2 interface.
- getGLES2() - Method in class javax.media.opengl.TraceGL4bc
-
- getGLES2() - Method in class javax.media.opengl.TraceGLES1
-
- getGLES2() - Method in class javax.media.opengl.TraceGLES3
-
- getGLES3() - Method in class javax.media.opengl.DebugGL4bc
-
- getGLES3() - Method in class javax.media.opengl.DebugGLES1
-
- getGLES3() - Method in class javax.media.opengl.DebugGLES3
-
- getGLES3() - Method in interface javax.media.opengl.GLBase
-
Casts this object to the GLES3 interface.
- getGLES3() - Method in class javax.media.opengl.TraceGL4bc
-
- getGLES3() - Method in class javax.media.opengl.TraceGLES1
-
- getGLES3() - Method in class javax.media.opengl.TraceGLES3
-
- getGLEventListener(int) - Method in class javax.media.opengl.awt.GLCanvas
-
- getGLEventListener(int) - Method in class javax.media.opengl.awt.GLJPanel
-
- getGLEventListener(int) - Method in interface javax.media.opengl.GLAutoDrawable
-
- getGLEventListenerCount() - Method in class javax.media.opengl.awt.GLCanvas
-
- getGLEventListenerCount() - Method in class javax.media.opengl.awt.GLJPanel
-
- getGLEventListenerCount() - Method in interface javax.media.opengl.GLAutoDrawable
-
- getGLEventListenerInitState(GLEventListener) - Method in class javax.media.opengl.awt.GLCanvas
-
- getGLEventListenerInitState(GLEventListener) - Method in class javax.media.opengl.awt.GLJPanel
-
- getGLEventListenerInitState(GLEventListener) - Method in interface javax.media.opengl.GLAutoDrawable
-
Retrieves whether the given
listener
is initialized or not.
- getGLExtensionCount() - Method in class javax.media.opengl.GLContext
-
Returns the number of OpenGL extensions
- getGLExtensionsString() - Method in class javax.media.opengl.GLContext
-
Returns a non-null (but possibly empty) string containing the
space-separated list of available extensions.
- getGLImplBaseClassName() - Method in class javax.media.opengl.GLProfile
-
- getGLProfile() - Method in class javax.media.opengl.awt.GLCanvas
-
- getGLProfile() - Method in class javax.media.opengl.awt.GLJPanel
-
- getGLProfile() - Method in class javax.media.opengl.DebugGL4bc
-
- getGLProfile() - Method in class javax.media.opengl.DebugGLES1
-
- getGLProfile() - Method in class javax.media.opengl.DebugGLES3
-
- getGLProfile() - Method in interface javax.media.opengl.GLBase
-
Returns the GLProfile associated with this GL object.
- getGLProfile() - Method in class javax.media.opengl.GLCapabilities
-
- getGLProfile() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns the GL profile you desire or used by the drawable.
- getGLProfile() - Method in interface javax.media.opengl.GLDrawable
-
- getGLProfile() - Method in class javax.media.opengl.TraceGL4bc
-
- getGLProfile() - Method in class javax.media.opengl.TraceGLES1
-
- getGLProfile() - Method in class javax.media.opengl.TraceGLES3
-
- getGLReadDrawable() - Method in class javax.media.opengl.GLContext
-
Returns the read-Drawable this context uses for read framebuffer operations.
- getGLSLVersionNumber() - Method in class javax.media.opengl.GLContext
-
Returns the matching GLSL version number, queried by this context GL
via
GL2ES2.GL_SHADING_LANGUAGE_VERSION
if ≥ ES2.0 or GL2.0,
otherwise a static match is being utilized.
- getGLSLVersionString() - Method in class javax.media.opengl.GLContext
-
Returns the GLSL version string as to be used in a shader program, including a terminating newline '\n',
i.e.
- getGLTypeName(int) - Static method in class javax.media.opengl.GLProfile
-
- getGLVendorVersionNumber() - Method in class javax.media.opengl.GLContext
-
Returns the vendor's version, i.e.
- getGLVersion() - Method in class javax.media.opengl.GLContext
-
Returns a valid OpenGL version string, ie
- getGLVersionNumber() - Method in class javax.media.opengl.GLContext
-
Returns this context OpenGL version.
- getGraphicsConfiguration() - Method in class javax.media.opengl.awt.GLCanvas
-
Overridden to choose a GraphicsConfiguration on a parent container's
GraphicsDevice because both devices
- getHandle() - Method in class javax.media.opengl.awt.GLCanvas
-
- getHandle() - Method in class javax.media.opengl.awt.GLJPanel
-
- getHandle() - Method in class javax.media.opengl.GLContext
-
Returns the underlying native OpenGL context handle
- getHandle() - Method in interface javax.media.opengl.GLDrawable
-
- getHardwareAccelerated() - Method in class javax.media.opengl.GLCapabilities
-
- getHardwareAccelerated() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns whether hardware acceleration is requested, available or chosen.
- getImmMode() - Method in interface javax.media.opengl.glu.GLUquadric
-
- getImmutableFlags() - Method in class javax.media.opengl.GLBufferStorage
-
Returns the immutable storage flags, invalid if storage is
mutable
.
- getImpl() - Method in class javax.media.opengl.GLProfile
-
return this profiles implementation, eg.
- getImplName() - Method in class javax.media.opengl.GLProfile
-
return this profiles implementation name, eg.
- getIndex() - Method in interface javax.media.opengl.GLArrayData
-
The index of the predefined array index, see list below,
or -1 in case of a shader attribute array.
- getIsDeviceCompatible(AbstractGraphicsDevice) - Method in class javax.media.opengl.GLDrawableFactory
-
- getLastFPS() - Method in interface javax.media.opengl.FPSCounter
-
- getLastFPSPeriod() - Method in interface javax.media.opengl.FPSCounter
-
- getLastFPSUpdateTime() - Method in interface javax.media.opengl.FPSCounter
-
- getLocation() - Method in interface javax.media.opengl.GLArrayData
-
Returns the shader attribute location for this name,
-1 if not yet determined
- getLocation() - Method in class javax.media.opengl.GLUniformData
-
- getMappedBuffer() - Method in class javax.media.opengl.GLBufferStorage
-
Returns the mapped ByteBuffer, or null if not mapped.
- getMaxFixedFunc(AbstractGraphicsDevice, boolean) - Static method in class javax.media.opengl.GLProfile
-
Returns the highest profile, implementing the fixed function pipeline.
- getMaxFixedFunc(boolean) - Static method in class javax.media.opengl.GLProfile
-
Uses the default device
- getMaximum(AbstractGraphicsDevice, boolean) - Static method in class javax.media.opengl.GLProfile
-
Returns the highest profile.
- getMaximum(boolean) - Static method in class javax.media.opengl.GLProfile
-
Uses the default device
- getMaxMajor(int) - Static method in class javax.media.opengl.GLContext
-
- getMaxMinor(int, int) - Static method in class javax.media.opengl.GLContext
-
- getMaxProgrammable(AbstractGraphicsDevice, boolean) - Static method in class javax.media.opengl.GLProfile
-
Returns the highest profile, implementing the programmable shader pipeline.
- getMaxProgrammable(boolean) - Static method in class javax.media.opengl.GLProfile
-
Uses the default device
- getMaxProgrammableCore(AbstractGraphicsDevice, boolean) - Static method in class javax.media.opengl.GLProfile
-
Returns the highest profile, implementing the programmable shader core pipeline only.
- getMaxProgrammableCore(boolean) - Static method in class javax.media.opengl.GLProfile
-
Uses the default device
- getMaxRenderbufferSamples() - Method in class javax.media.opengl.DebugGL4bc
-
- getMaxRenderbufferSamples() - Method in class javax.media.opengl.DebugGLES1
-
- getMaxRenderbufferSamples() - Method in class javax.media.opengl.DebugGLES3
-
- getMaxRenderbufferSamples() - Method in interface javax.media.opengl.GLBase
-
- getMaxRenderbufferSamples() - Method in class javax.media.opengl.GLContext
-
- getMaxRenderbufferSamples() - Method in class javax.media.opengl.TraceGL4bc
-
- getMaxRenderbufferSamples() - Method in class javax.media.opengl.TraceGLES1
-
- getMaxRenderbufferSamples() - Method in class javax.media.opengl.TraceGLES3
-
- getMinimum(AbstractGraphicsDevice, boolean) - Static method in class javax.media.opengl.GLProfile
-
Returns the lowest profile.
- getMinimum(boolean) - Static method in class javax.media.opengl.GLProfile
-
Uses the default device
- getMode() - Static method in class javax.media.opengl.Threading
-
Returns the threading mode
- getMutableUsage() - Method in class javax.media.opengl.GLBufferStorage
-
Returns the mutable storage usage or 0 if storage is not
mutable
.
- getName() - Method in interface javax.media.opengl.GLArrayData
-
The name of the reflecting shader array attribute.
- getName() - Method in class javax.media.opengl.GLBufferStorage
-
Return the buffer name
- getName() - Method in class javax.media.opengl.GLProfile
-
return this profiles name
- getName() - Method in class javax.media.opengl.GLUniformData
-
- getNativeSurface() - Method in class javax.media.opengl.awt.GLCanvas
-
- getNativeSurface() - Method in class javax.media.opengl.awt.GLJPanel
-
- getNativeSurface() - Method in interface javax.media.opengl.GLDrawable
-
- getNativeSurfaceScale(int[]) - Method in class javax.media.opengl.awt.GLCanvas
-
- getNativeSurfaceScale(int[]) - Method in class javax.media.opengl.awt.GLJPanel
-
- getNormalized() - Method in interface javax.media.opengl.GLArrayData
-
True, if GL shall normalize fixed point data while converting
them into float.
- getNumBuffers() - Method in interface javax.media.opengl.GLFBODrawable
-
- getNumSamples() - Method in class javax.media.opengl.GLCapabilities
-
- getNumSamples() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns the number of sample buffers to be allocated if sample
buffers are enabled, otherwise returns 0.
- getNumSamples() - Method in interface javax.media.opengl.GLFBODrawable
-
- getObject() - Method in class javax.media.opengl.GLUniformData
-
- getPlatformExtensionCount() - Method in class javax.media.opengl.GLContext
-
Returns the number of platform extensions
- getPlatformExtensionsString() - Method in class javax.media.opengl.GLContext
-
Returns a non-null (but possibly empty) string containing the
space-separated list of available platform-dependent (e.g., WGL,
GLX) extensions.
- getPlatformGLExtensions() - Method in class javax.media.opengl.DebugGL4bc
-
- getPlatformGLExtensions() - Method in class javax.media.opengl.DebugGLES1
-
- getPlatformGLExtensions() - Method in class javax.media.opengl.DebugGLES3
-
- getPlatformGLExtensions() - Method in interface javax.media.opengl.GLBase
-
Returns an object through which platform-specific OpenGL extensions
(EGL, GLX, WGL, etc.) may be accessed.
- getPlatformGLExtensions() - Method in class javax.media.opengl.TraceGL4bc
-
- getPlatformGLExtensions() - Method in class javax.media.opengl.TraceGLES1
-
- getPlatformGLExtensions() - Method in class javax.media.opengl.TraceGLES3
-
- getPredefinedArrayIndexName(int) - Static method in class javax.media.opengl.fixedfunc.GLPointerFuncUtil
-
- getPredefinedArrayIndexName(int, int) - Static method in class javax.media.opengl.fixedfunc.GLPointerFuncUtil
-
- getRendererQuirks() - Method in class javax.media.opengl.GLContext
-
Returns the instance of GLRendererQuirks
, allowing one to determine workarounds.
- getRendererQuirks(AbstractGraphicsDevice) - Method in class javax.media.opengl.GLDrawableFactory
-
Returns the shared resource's context GLRendererQuirks
.
- getRequestedGLCapabilities() - Method in class javax.media.opengl.awt.GLCanvas
-
- getRequestedGLCapabilities() - Method in class javax.media.opengl.awt.GLJPanel
-
- getRequestedGLCapabilities() - Method in interface javax.media.opengl.GLDrawable
-
Fetches the
GLCapabilitiesImmutable
corresponding to the user requested
OpenGL capabilities (pixel format / visual / GLProfile) for this drawable.
- getRequestedSurfaceScale(int[]) - Method in class javax.media.opengl.awt.GLCanvas
-
- getRequestedSurfaceScale(int[]) - Method in class javax.media.opengl.awt.GLJPanel
-
- getRootGL() - Method in class javax.media.opengl.DebugGL4bc
-
- getRootGL() - Method in class javax.media.opengl.DebugGLES1
-
- getRootGL() - Method in class javax.media.opengl.DebugGLES3
-
- getRootGL() - Method in interface javax.media.opengl.GLBase
-
- getRootGL() - Method in class javax.media.opengl.GLContext
-
Returns the implementing root GL instance of this GLContext's GL object,
considering a wrapped pipelined hierarchy, see
GLBase.getDownstreamGL()
.
- getRootGL() - Method in class javax.media.opengl.TraceGL4bc
-
- getRootGL() - Method in class javax.media.opengl.TraceGLES1
-
- getRootGL() - Method in class javax.media.opengl.TraceGLES3
-
- getSampleBuffers() - Method in class javax.media.opengl.GLCapabilities
-
- getSampleBuffers() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns whether sample buffers for full-scene antialiasing
(FSAA) should be allocated for this drawable.
- getSampleExtension() - Method in class javax.media.opengl.GLCapabilities
-
- getSampleExtension() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns the extension for full-scene antialiasing
(FSAA).
- getShallUseOffscreenLayer() - Method in class javax.media.opengl.awt.GLCanvas
-
- getSize() - Method in class javax.media.opengl.GLBufferStorage
-
Return the buffer's storage size.
- getSizeInBytes() - Method in interface javax.media.opengl.GLArrayData
-
The currently used size in bytes.
In case the buffer's position is 0 (sealed, flipped), it's based on it's limit instead of it's position.
- getSkipGLOrientationVerticalFlip() - Method in class javax.media.opengl.awt.GLJPanel
-
- getSource() - Method in class javax.media.opengl.GLDebugMessage
-
- getStencilBits() - Method in class javax.media.opengl.GLCapabilities
-
- getStencilBits() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns the number of stencil buffer bits.
- getStereo() - Method in class javax.media.opengl.GLCapabilities
-
- getStereo() - Method in interface javax.media.opengl.GLCapabilitiesImmutable
-
Returns whether stereo is requested, available or chosen.
- getStride() - Method in interface javax.media.opengl.GLArrayData
-
- getSurfaceHeight() - Method in class javax.media.opengl.awt.GLCanvas
-
- getSurfaceHeight() - Method in class javax.media.opengl.awt.GLJPanel
-
- getSurfaceHeight() - Method in interface javax.media.opengl.GLDrawable
-
- getSurfaceWidth() - Method in class javax.media.opengl.awt.GLCanvas
-
- getSurfaceWidth() - Method in class javax.media.opengl.awt.GLJPanel
-
- getSurfaceWidth() - Method in interface javax.media.opengl.GLDrawable
-
- getSwapGroup() - Method in class javax.media.opengl.GLContext
-
- getSwapInterval() - Method in class javax.media.opengl.DebugGL4bc
-
- getSwapInterval() - Method in class javax.media.opengl.DebugGLES1
-
- getSwapInterval() - Method in class javax.media.opengl.DebugGLES3
-
- getSwapInterval() - Method in interface javax.media.opengl.GLBase
-
- getSwapInterval() - Method in class javax.media.opengl.GLContext
-
Return the current swap interval.
- getSwapInterval() - Method in class javax.media.opengl.TraceGL4bc
-
- getSwapInterval() - Method in class javax.media.opengl.TraceGLES1
-
- getSwapInterval() - Method in class javax.media.opengl.TraceGLES3
-
- getTextureUnit() - Method in class javax.media.opengl.awt.GLJPanel
-
Returns the used texture unit, i.e.
- getTextureUnit() - Method in interface javax.media.opengl.GLFBODrawable
-
- getThread() - Method in interface javax.media.opengl.GLAnimatorControl
-
- getTotalFPS() - Method in interface javax.media.opengl.FPSCounter
-
- getTotalFPSDuration() - Method in interface javax.media.opengl.FPSCounter
-
- getTotalFPSFrames() - Method in interface javax.media.opengl.FPSCounter
-
- getUncaughtExceptionHandler() - Method in interface javax.media.opengl.GLAnimatorControl
-
- getUpdateFPSFrames() - Method in interface javax.media.opengl.FPSCounter
-
- getUpstreamLock() - Method in class javax.media.opengl.awt.GLCanvas
-
- getUpstreamLock() - Method in class javax.media.opengl.awt.GLJPanel
-
- getUpstreamLock() - Method in interface javax.media.opengl.GLAutoDrawable
-
- getUpstreamWidget() - Method in class javax.media.opengl.awt.GLCanvas
-
- getUpstreamWidget() - Method in class javax.media.opengl.awt.GLJPanel
-
- getUpstreamWidget() - Method in interface javax.media.opengl.GLAutoDrawable
-
Method
may return the upstream UI toolkit object
holding this
GLAutoDrawable
instance, if exist.
- getVBOName() - Method in interface javax.media.opengl.GLArrayData
-
The VBO name or 0 if not a VBO
- getVBOOffset() - Method in interface javax.media.opengl.GLArrayData
-
The VBO buffer offset or 0 if not a VBO
- getVBOTarget() - Method in interface javax.media.opengl.GLArrayData
-
The VBO target or 0 if not a VBO
- getVBOUsage() - Method in interface javax.media.opengl.GLArrayData
-
The VBO usage or 0 if not a VBO
- getWhen() - Method in class javax.media.opengl.GLDebugMessage
-
- GL - Interface in javax.media.opengl
-
Common interface containing the subset of all profiles, GL3bc, GL3, GL2, GLES1 and GLES2.
This interface reflects common data types, texture and framebuffer functionality.
- GL2 - Interface in javax.media.opengl
-
This interface contains all OpenGL [ 1.0 ..
- GL2 - Static variable in class javax.media.opengl.GLProfile
-
The desktop OpenGL profile 1.x up to 3.0
- GL2ES1 - Interface in javax.media.opengl
-
Interface containing the common subset of GL2 and GLES1.
This interface reflects only the fixed functionality of OpenGL
- GL2ES1 - Static variable in class javax.media.opengl.GLProfile
-
The intersection of the desktop GL2 and embedded ES1 profile
- GL2ES2 - Interface in javax.media.opengl
-
Interface containing the common subset of GL3, GL2 and GLES2.
This interface reflects only the programmable shader functionality of desktop and embedded OpenGL
This interface is almost GLES2 complete.
- GL2ES2 - Static variable in class javax.media.opengl.GLProfile
-
The intersection of the desktop GL3, GL2 and embedded ES2 profile
- GL2ES3 - Interface in javax.media.opengl
-
Interface containing the common subset of core GL2 and GLES3 (OpenGL ES 3.0).
This interface reflects only the programmable shader functionality of desktop and embedded OpenGL
This interface is not GLES3 complete and merely exist to avoid duplicated definitions.
- GL2GL3 - Interface in javax.media.opengl
-
Interface containing the common subset of core GL3 (OpenGL 3.1+) and GL2,
also known as the OpenGL 3.0 forward compatible, non deprecated subset.
This interface reflects only the programmable shader functionality of desktop OpenGL
- GL2GL3 - Static variable in class javax.media.opengl.GLProfile
-
The intersection of the desktop GL3 and GL2 profile
- GL3 - Interface in javax.media.opengl
-
This interface contains all OpenGL [ 3.1 ..
- GL3 - Static variable in class javax.media.opengl.GLProfile
-
The desktop OpenGL core profile 3.x, with x >= 1
- GL3bc - Interface in javax.media.opengl
-
This interface contains all OpenGL [ 3.1 ..
- GL3bc - Static variable in class javax.media.opengl.GLProfile
-
The desktop OpenGL compatibility profile 3.x, with x >= 1, ie GL2 plus GL3.
bc
stands for backward compatibility.
- GL3ES3 - Interface in javax.media.opengl
-
Interface containing the common subset of core GL3 (OpenGL 3.1+) and GLES3 (OpenGL ES 3.0).
This interface reflects only the programmable shader functionality of desktop and embedded OpenGL
This interface is almost GLES3 complete, lacking GL_ARB_ES3_compatibility
extension.
- GL4 - Interface in javax.media.opengl
-
This interface contains all OpenGL [ 4.0 ..
- GL4 - Static variable in class javax.media.opengl.GLProfile
-
The desktop OpenGL core profile 4.x, with x >= 0
- GL4bc - Interface in javax.media.opengl
-
This interface contains all OpenGL [ 4.0 ..
- GL4bc - Static variable in class javax.media.opengl.GLProfile
-
The desktop OpenGL compatibility profile 4.x, with x >= 0, ie GL2 plus GL4.
bc
stands for backward compatibility.
- GL4ES3 - Interface in javax.media.opengl
-
Interface containing the common subset of core GL4 (OpenGL 4.0+) and GLES3 (OpenGL ES 3.0).
This interface reflects only the programmable shader functionality of desktop and embedded OpenGL
This interface is GLES3 complete w/o vendor extensions.
- GL4ES3 - Static variable in class javax.media.opengl.GLProfile
-
The intersection of the desktop GL4 and ES3 profile, available only if either ES3 or GL4 w/ GL_ARB_ES3_compatibility
is available.
- GL_2_BYTES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_2D - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_3_BYTES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_3D - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_3D_COLOR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_3D_COLOR_TEXTURE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_3DC_X_AMD - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_AMD_compressed_3DC_texture
- GL_3DC_X_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_compressed_3DC_texture
- GL_3DC_XY_AMD - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_AMD_compressed_3DC_texture
- GL_3DC_XY_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_compressed_3DC_texture
- GL_422_AVERAGE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_422_pixels
- GL_422_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_422_pixels
- GL_422_REV_AVERAGE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_422_pixels
- GL_422_REV_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_422_pixels
- GL_4_BYTES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_4D_COLOR_TEXTURE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_ABGR_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_abgr
- GL_ACCUM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_ACCUM_ADJACENT_PAIRS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_ACCUM_ALPHA_BITS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_ACCUM_BLUE_BITS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_ACCUM_BUFFER_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_ACCUM_CLEAR_VALUE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_ACCUM_GREEN_BITS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_ACCUM_RED_BITS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_ACTIVE_ATOMIC_COUNTER_BUFFERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ACTIVE_ATTRIBUTE_MAX_LENGTH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_ACTIVE_ATTRIBUTES - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_ACTIVE_PROGRAM - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_separate_shader_objects
- GL_ACTIVE_RESOURCES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_ACTIVE_STENCIL_FACE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_stencil_two_side
- GL_ACTIVE_SUBROUTINE_MAX_LENGTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_subroutine
, GL_VERSION_4_0
- GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_subroutine
, GL_VERSION_4_0
- GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_subroutine
, GL_VERSION_4_0
- GL_ACTIVE_SUBROUTINE_UNIFORMS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_subroutine
, GL_VERSION_4_0
- GL_ACTIVE_SUBROUTINES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_subroutine
, GL_VERSION_4_0
- GL_ACTIVE_TEXTURE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_ACTIVE_UNIFORM_BLOCKS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_ACTIVE_UNIFORM_MAX_LENGTH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_ACTIVE_UNIFORMS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_ACTIVE_VARIABLES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_ACTIVE_VERTEX_UNITS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_ADD - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_ADD_BLEND_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_texture_env_enhanced_fixed_function
- GL_ADD_SIGNED - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_ADJACENT_PAIRS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_AFFINE_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_AFFINE_3D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_ALIASED_LINE_WIDTH_RANGE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_2
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ALIASED_POINT_SIZE_RANGE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_2
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ALL_ATTRIB_BITS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_ALL_BARRIER_BITS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_shader_image_load_store
- GL_ALL_CLIENT_ATTRIB_BITS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_ALL_COMPLETED_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_fence
- GL_ALL_COMPLETED_NV - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_NV_fence
- GL_ALL_COMPLETED_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_fence
- GL_ALL_SHADER_BITS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_separate_shader_objects
, GL_EXT_separate_shader_objects
- GL_ALLOW_DRAW_FRG_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_ALLOW_DRAW_MEM_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_ALLOW_DRAW_OBJ_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_ALLOW_DRAW_WIN_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_ALPHA - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ALPHA12 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_ALPHA16 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_ALPHA16_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_ALPHA16F - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_ALPHA16I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_ALPHA16UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_ALPHA32F - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_ALPHA32I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_ALPHA32UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_ALPHA4 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_ALPHA8 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
; GL_EXT_texture
, GL_EXT_texture_storage
- GL_ALPHA8_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_ALPHA8I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_ALPHA8UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_ALPHA_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_ALPHA_BITS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ALPHA_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_ALPHA_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_ALPHA_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_ALPHA_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_ALPHA_INTEGER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_ALPHA_MAX_CLAMP_INGR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INGR_color_clamp
- GL_ALPHA_MIN_CLAMP_INGR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INGR_color_clamp
- GL_ALPHA_SCALE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_ALPHA_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_ALPHA_TEST - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_ALPHA_TEST_FUNC - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_ALPHA_TEST_FUNC_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_alpha_test
- GL_ALPHA_TEST_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_alpha_test
- GL_ALPHA_TEST_REF - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_ALPHA_TEST_REF_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_alpha_test
- GL_ALREADY_SIGNALED - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_ALWAYS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ALWAYS_FAST_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_ALWAYS_SOFT_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_AMBIENT - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_AMBIENT_AND_DIFFUSE - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_AND - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_AND_INVERTED - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_AND_REVERSE - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_ANY_SAMPLES_PASSED - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_occlusion_query2
, GL_ES_VERSION_3_0
, GL_VERSION_3_3
; GL_EXT_occlusion_query_boolean
- GL_ANY_SAMPLES_PASSED_CONSERVATIVE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
; GL_EXT_occlusion_query_boolean
- GL_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_ARRAY_BUFFER - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ARRAY_ELEMENT_LOCK_COUNT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_compiled_vertex_array
- GL_ARRAY_ELEMENT_LOCK_FIRST_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_compiled_vertex_array
- GL_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_ATC_RGB_AMD - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_AMD_compressed_ATC_texture
- GL_ATC_RGB_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_compressed_ATC_texture
- GL_ATC_RGBA_EXPLICIT_ALPHA_AMD - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_AMD_compressed_ATC_texture
- GL_ATC_RGBA_EXPLICIT_ALPHA_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_compressed_ATC_texture
- GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_AMD_compressed_ATC_texture
- GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_compressed_ATC_texture
- GL_ATOMIC_COUNTER_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_ATOMIC_COUNTER_BUFFER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATOMIC_COUNTER_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATOMIC_COUNTER_BUFFER_INDEX - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATOMIC_COUNTER_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATOMIC_COUNTER_BUFFER_START - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_ATTACHED_SHADERS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_ATTENUATION_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_light_texture
- GL_ATTRIB_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_AUTO_GENERATE_MIPMAP - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_AUTO_NORMAL - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_AUX0 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_AUX1 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_AUX2 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_AUX3 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_AUX_BUFFERS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_AUX_DEPTH_STENCIL_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_aux_depth_stencil
- GL_AVERAGE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_transform
- GL_BACK - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_BACK_LEFT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_BACK_NORMALS_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_BACK_RIGHT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_BEVEL_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_BGR - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_BGR_INTEGER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_BGRA - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_2
; GL_EXT_texture_format_BGRA8888
, GL_EXT_bgra
, GL_EXT_read_format_bgra
, GL_APPLE_texture_format_BGRA8888
- GL_BGRA8 - Static variable in interface javax.media.opengl.GL
-
Part of GL_EXT_texture_storage
- GL_BGRA_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_read_format
- GL_BGRA_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_read_format
- GL_BGRA_INTEGER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_BINNING_CONTROL_HINT_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_binning_control
- GL_BITMAP - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_BITMAP_TOKEN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_BLEND - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_BLEND_COLOR - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_ARB_imaging
- GL_BLEND_DST - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_BLEND_DST_ALPHA - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_4
, GL_ES_VERSION_2_0
; GL_OES_blend_func_separate
- GL_BLEND_DST_RGB - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_4
, GL_ES_VERSION_2_0
; GL_OES_blend_func_separate
- GL_BLEND_EQUATION - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_2_0
, GL_ARB_imaging
; GL_OES_blend_subtract
- GL_BLEND_EQUATION_ALPHA - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
; GL_OES_blend_equation_separate
- GL_BLEND_EQUATION_RGB - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
; GL_OES_blend_equation_separate
- GL_BLEND_SRC - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_BLEND_SRC_ALPHA - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_4
, GL_ES_VERSION_2_0
; GL_OES_blend_func_separate
- GL_BLEND_SRC_RGB - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_4
, GL_ES_VERSION_2_0
; GL_OES_blend_func_separate
- GL_BLOCK_INDEX - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_BLUE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
- GL_BLUE_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_BLUE_BITS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_BLUE_INTEGER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_BLUE_MAX_CLAMP_INGR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INGR_color_clamp
- GL_BLUE_MIN_CLAMP_INGR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INGR_color_clamp
- GL_BLUE_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_BOLD_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_BOOL - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_BOOL_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_BOOL_VEC2 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_BOOL_VEC2_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_BOOL_VEC3 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_BOOL_VEC3_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_BOOL_VEC4 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_BOOL_VEC4_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_BOUNDING_BOX_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_BUFFER - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_BUFFER_ACCESS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_5
; GL_OES_mapbuffer
- GL_BUFFER_ACCESS_FLAGS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_BUFFER_DATA_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_BUFFER_FLUSHING_UNMAP - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_flush_buffer_range
- GL_BUFFER_GPU_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_shader_buffer_load
- GL_BUFFER_MAP_LENGTH - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_BUFFER_MAP_OFFSET - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_BUFFER_MAP_POINTER - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_5
; GL_OES_mapbuffer
- GL_BUFFER_MAPPED - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_5
; GL_OES_mapbuffer
- GL_BUFFER_OBJECT_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_object_purgeable
- GL_BUFFER_OBJECT_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_debug_label
- GL_BUFFER_SERIALIZED_MODIFY - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_flush_buffer_range
- GL_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_BUFFER_UPDATE_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_BUFFER_USAGE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_BUFFER_VARIABLE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_BYTE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_C3F_V3F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_C4F_N3F_V3F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_C4UB_V2F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_C4UB_V3F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_CAVEAT_SUPPORT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_CCW - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_CIRCULAR_CCW_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_CIRCULAR_CW_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_CIRCULAR_TANGENT_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_CLAMP - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_CLAMP_FRAGMENT_COLOR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_3_0
; GL_ARB_color_buffer_float
- GL_CLAMP_READ_COLOR - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_ARB_color_buffer_float
- GL_CLAMP_TO_BORDER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_3
- GL_CLAMP_TO_BORDER_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_texture_border_clamp
- GL_CLAMP_TO_EDGE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_2
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_CLAMP_VERTEX_COLOR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_3_0
; GL_ARB_color_buffer_float
- GL_CLEAR - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_CLEAR_BUFFER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_CLIENT_ACTIVE_TEXTURE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_CLIENT_ALL_ATTRIB_BITS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_CLIENT_ATTRIB_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_CLIENT_PIXEL_STORE_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_CLIENT_VERTEX_ARRAY_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_CLIP_DISTANCE0 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_CLIP_DISTANCE1 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_CLIP_DISTANCE2 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_CLIP_DISTANCE3 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_CLIP_DISTANCE4 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_CLIP_DISTANCE5 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_CLIP_DISTANCE6 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_CLIP_DISTANCE7 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_CLIP_FAR_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_CLIP_NEAR_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_CLIP_PLANE0 - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_CLIP_PLANE0_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_user_clip_plane
- GL_CLIP_PLANE1 - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_CLIP_PLANE1_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_user_clip_plane
- GL_CLIP_PLANE2 - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_CLIP_PLANE2_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_user_clip_plane
- GL_CLIP_PLANE3 - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_CLIP_PLANE3_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_user_clip_plane
- GL_CLIP_PLANE4 - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_CLIP_PLANE4_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_user_clip_plane
- GL_CLIP_PLANE5 - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_CLIP_PLANE5_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_user_clip_plane
- GL_CLIP_VOLUME_CLIPPING_HINT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_clip_volume_hint
- GL_CLOSE_PATH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_CMYK_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_cmyka
- GL_CMYKA_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_cmyka
- GL_COEFF - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_COLOR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
- GL_COLOR3_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_COLOR4_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_COLOR_ARRAY - Static variable in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- GL_COLOR_ARRAY_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_COLOR_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
- GL_COLOR_ARRAY_LENGTH_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_COLOR_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_COLOR_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_COLOR_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_COLOR_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_COLOR_ATTACHMENT0 - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
GL_NV_draw_buffers
- GL_COLOR_ATTACHMENT1 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT10 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT11 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT12 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT13 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT14 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT15 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT2 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT3 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT4 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT5 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT6 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT7 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT8 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT9 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_draw_buffers
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_COLOR_ATTACHMENT_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_multiview_draw_buffers
- GL_COLOR_BUFFER_BIT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_COLOR_BUFFER_BIT0_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT0_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT1_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT1_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT2_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT2_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT3_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT3_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT4_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT4_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT5_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT5_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT6_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT6_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT7_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_BUFFER_BIT7_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_pixel_format_float
- GL_COLOR_CLEAR_VALUE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_COLOR_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_COLOR_ENCODING - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_COLOR_EXT - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_EXT_discard_framebuffer
- GL_COLOR_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_discard_framebuffer
- GL_COLOR_FLOAT_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_COLOR_INDEX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_COLOR_INDEXES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_COLOR_LOGIC_OP - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_COLOR_MATERIAL - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_COLOR_MATERIAL_FACE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_COLOR_MATERIAL_PARAMETER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_COLOR_MATRIX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_MATRIX_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_RENDERABLE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_COLOR_SAMPLES_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_multisample_coverage
- GL_COLOR_SUM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_COLOR_SUM_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_COLOR_TABLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_TABLE_ALPHA_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_TABLE_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_TABLE_BLUE_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_TABLE_FORMAT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_TABLE_GREEN_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_TABLE_INTENSITY_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_TABLE_LUMINANCE_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_TABLE_RED_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_TABLE_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_TABLE_WIDTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COLOR_WRITEMASK - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_COMBINE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_COMBINE_ALPHA - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_COMBINE_RGB - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_COMMAND_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_COMPARE_R_TO_TEXTURE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_COMPARE_REF_DEPTH_TO_TEXTURE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_array
- GL_COMPARE_REF_TO_TEXTURE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_shadow_samplers
- GL_COMPATIBLE_SUBROUTINES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_subroutine
, GL_VERSION_4_0
- GL_COMPILE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_COMPILE_AND_EXECUTE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_COMPILE_STATUS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_COMPRESSED_ALPHA - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_COMPRESSED_INTENSITY - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_COMPRESSED_LUMINANCE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_COMPRESSED_LUMINANCE_ALPHA - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_compression_latc
- GL_COMPRESSED_LUMINANCE_LATC1_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_compression_latc
- GL_COMPRESSED_R11_EAC - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_COMPRESSED_RED - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_COMPRESSED_RED_RGTC1 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_texture_compression_rgtc
, GL_VERSION_3_0
- GL_COMPRESSED_RG - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_COMPRESSED_RG11_EAC - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_COMPRESSED_RG_RGTC2 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_texture_compression_rgtc
, GL_VERSION_3_0
- GL_COMPRESSED_RGB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_3
- GL_COMPRESSED_RGB8_ETC2 - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_compression_bptc
- GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_compression_bptc
- GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_texture_compression_pvrtc
- GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_texture_compression_pvrtc
- GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_texture_compression_pvrtc
- GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_texture_compression_pvrtc
- GL_COMPRESSED_RGB_S3TC_DXT1_EXT - Static variable in interface javax.media.opengl.GL
-
Part of GL_EXT_texture_compression_s3tc
, GL_EXT_texture_compression_dxt1
- GL_COMPRESSED_RGBA - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_3
- GL_COMPRESSED_RGBA8_ETC2_EAC - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_COMPRESSED_RGBA_ASTC_10x10_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_10x10_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_10x5_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_10x5_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_10x6_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_10x6_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_10x8_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_10x8_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_12x10_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_12x10_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_12x12_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_12x12_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_4x4_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_4x4_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_5x4_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_5x4_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_5x5_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_5x5_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_6x5_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_6x5_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_6x6_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_6x6_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_8x5_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_8x5_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_8x6_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_8x6_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_8x8_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_ASTC_8x8_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_RGBA_BPTC_UNORM_ARB - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_compression_bptc
- GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_texture_compression_pvrtc
- GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_texture_compression_pvrtc
- GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_texture_compression_pvrtc2
- GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_texture_compression_pvrtc
- GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_texture_compression_pvrtc
- GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_texture_compression_pvrtc2
- GL_COMPRESSED_RGBA_S3TC_DXT1_EXT - Static variable in interface javax.media.opengl.GL
-
Part of GL_EXT_texture_compression_s3tc
, GL_EXT_texture_compression_dxt1
- GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_texture_compression_dxt3
- GL_COMPRESSED_RGBA_S3TC_DXT3_EXT - Static variable in interface javax.media.opengl.GL
-
Part of GL_EXT_texture_compression_s3tc
- GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_texture_compression_dxt5
- GL_COMPRESSED_RGBA_S3TC_DXT5_EXT - Static variable in interface javax.media.opengl.GL
-
Part of GL_EXT_texture_compression_s3tc
- GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_compression_latc
- GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_compression_latc
- GL_COMPRESSED_SIGNED_R11_EAC - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_COMPRESSED_SIGNED_RED_RGTC1 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_texture_compression_rgtc
, GL_VERSION_3_0
- GL_COMPRESSED_SIGNED_RG11_EAC - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_COMPRESSED_SIGNED_RG_RGTC2 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_texture_compression_rgtc
, GL_VERSION_3_0
- GL_COMPRESSED_SLUMINANCE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_2_1
- GL_COMPRESSED_SLUMINANCE_ALPHA - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_2_1
- GL_COMPRESSED_SRGB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_2_1
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_KHR_texture_compression_astc_ldr
- GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_COMPRESSED_SRGB8_ETC2 - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_COMPRESSED_SRGB_ALPHA - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_2_1
- GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_compression_bptc
- GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_sRGB_formats
- GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_sRGB_formats
- GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_sRGB_formats
- GL_COMPRESSED_SRGB_S3TC_DXT1_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_sRGB_formats
- GL_COMPRESSED_TEXTURE_FORMATS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_COMPUTE_LOCAL_WORK_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_COMPUTE_PROGRAM_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_compute_program5
- GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_compute_program5
- GL_COMPUTE_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_COMPUTE_SHADER_BIT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_compute_shader
- GL_COMPUTE_SUBROUTINE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_COMPUTE_SUBROUTINE_UNIFORM - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_COMPUTE_TEXTURE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_CONDITION_SATISFIED - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_CONSERVE_MEMORY_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_CONST_EYE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_CONSTANT - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_CONSTANT_ALPHA - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_ARB_imaging
- GL_CONSTANT_ATTENUATION - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_CONSTANT_BORDER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_CONSTANT_COLOR - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_ARB_imaging
- GL_CONTEXT_COMPATIBILITY_PROFILE_BIT - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_CONTEXT_CORE_PROFILE_BIT - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_CONTEXT_FLAG_DEBUG_BIT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_robustness
- GL_CONTEXT_FLAGS - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_CONTEXT_PROFILE_MASK - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_CONTEXT_ROBUST_ACCESS - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_EXT_robustness
- GL_CONTEXT_ROBUST_ACCESS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_EXT_robustness
- GL_CONTINUOUS_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_vertex_shader_tesselator
, GL_AMD_vertex_shader_tessellator
- GL_CONVEX_HULL_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_CONVOLUTION_1D - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_CONVOLUTION_2D - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_CONVOLUTION_BORDER_COLOR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_CONVOLUTION_BORDER_MODE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_CONVOLUTION_FILTER_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_CONVOLUTION_FILTER_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_CONVOLUTION_FORMAT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_CONVOLUTION_HEIGHT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_CONVOLUTION_WIDTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_COORD_REPLACE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_2_0
; GL_ARB_point_sprite
; GL_OES_point_sprite
- GL_COPY - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_COPY_INVERTED - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_COPY_PIXEL_TOKEN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_COPY_READ_BUFFER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_copy_buffer
, GL_VERSION_3_1
- GL_COPY_READ_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_copy_buffer
- GL_COPY_WRITE_BUFFER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_copy_buffer
, GL_VERSION_3_1
- GL_COPY_WRITE_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_copy_buffer
- GL_COUNT_DOWN_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_COUNT_UP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_COUNTER_RANGE_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_performance_monitor
- GL_COUNTER_RANGE_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_performance_monitor
- GL_COUNTER_TYPE_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_performance_monitor
- GL_COUNTER_TYPE_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_performance_monitor
- GL_COVERAGE_ALL_FRAGMENTS_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_coverage_sample
- GL_COVERAGE_ATTACHMENT_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_coverage_sample
- GL_COVERAGE_AUTOMATIC_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_coverage_sample
- GL_COVERAGE_BUFFER_BIT_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_coverage_sample
- GL_COVERAGE_BUFFERS_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_coverage_sample
- GL_COVERAGE_COMPONENT4_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_coverage_sample
- GL_COVERAGE_COMPONENT_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_coverage_sample
- GL_COVERAGE_EDGE_FRAGMENTS_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_coverage_sample
- GL_COVERAGE_SAMPLES_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_multisample_coverage
, GL_NV_coverage_sample
- GL_CPU_OPTIMIZED_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_binning_control
- GL_CUBIC_CURVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_CUBIC_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_transform
- GL_CULL_FACE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_CULL_FACE_MODE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_CULL_FRAGMENT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_CULL_MODES_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_CULL_VERTEX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_cull_vertex
- GL_CULL_VERTEX_EYE_POSITION_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_cull_vertex
- GL_CULL_VERTEX_OBJECT_POSITION_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_cull_vertex
- GL_CURRENT_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_CURRENT_COLOR - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_CURRENT_FOG_COORD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_CURRENT_FOG_COORDINATE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_CURRENT_INDEX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_CURRENT_MATRIX_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_CURRENT_MATRIX_INDEX_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_matrix_palette
- GL_CURRENT_MATRIX_STACK_DEPTH_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_CURRENT_NORMAL - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_CURRENT_OCCLUSION_QUERY_ID_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_occlusion_query
- GL_CURRENT_PALETTE_MATRIX - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
- GL_CURRENT_PROGRAM - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_CURRENT_QUERY - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_5
; GL_EXT_occlusion_query_boolean
, GL_EXT_disjoint_timer_query
- GL_CURRENT_RASTER_COLOR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_CURRENT_RASTER_DISTANCE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_CURRENT_RASTER_INDEX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_CURRENT_RASTER_POSITION - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_CURRENT_RASTER_POSITION_VALID - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_CURRENT_RASTER_SECONDARY_COLOR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_2_1
- GL_CURRENT_RASTER_TEXTURE_COORDS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_CURRENT_SECONDARY_COLOR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_CURRENT_TEXTURE_COORDS - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_CURRENT_VERTEX_ATTRIB - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_CURRENT_VERTEX_ATTRIB_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_CURRENT_VERTEX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_CURRENT_VERTEX_WEIGHT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_CURRENT_WEIGHT_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_CW - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DATA_BUFFER_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_name_gen_delete
- GL_DEBUG_CALLBACK_FUNCTION - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_CALLBACK_USER_PARAM - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_CATEGORY_API_ERROR_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_CATEGORY_APPLICATION_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_CATEGORY_DEPRECATION_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_CATEGORY_OTHER_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_CATEGORY_PERFORMANCE_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_GROUP_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_DEBUG_LOGGED_MESSAGES - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_LOGGED_MESSAGES_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_OUTPUT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_DEBUG_OUTPUT_SYNCHRONOUS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_SEVERITY_HIGH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_SEVERITY_HIGH_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_SEVERITY_LOW - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_SEVERITY_LOW_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_SEVERITY_MEDIUM - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_SEVERITY_MEDIUM_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_DEBUG_SEVERITY_NOTIFICATION - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_DEBUG_SOURCE_API - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_SOURCE_APPLICATION - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_SOURCE_OTHER - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_SOURCE_SHADER_COMPILER - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_SOURCE_THIRD_PARTY - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_SOURCE_WINDOW_SYSTEM - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_TYPE_ERROR - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_TYPE_MARKER - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_DEBUG_TYPE_OTHER - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_TYPE_PERFORMANCE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_TYPE_POP_GROUP - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_DEBUG_TYPE_PORTABILITY - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DEBUG_TYPE_PUSH_GROUP - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_DECAL - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_DECODE_EXT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_EXT_texture_sRGB_decode
- GL_DECR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DECR_WRAP - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_4
, GL_ES_VERSION_2_0
; GL_OES_stencil_wrap
- GL_DELETE_STATUS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_DEPENDENT_AR_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DEPENDENT_GB_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DEPENDENT_HILO_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_DEPENDENT_RGB_TEXTURE_3D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_DEPTH - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
- GL_DEPTH24_STENCIL8 - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_packed_depth_stencil
; GL_OES_packed_depth_stencil
, GL_ANGLE_depth_texture
- GL_DEPTH32F_STENCIL8 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_depth_buffer_float
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_DEPTH_ATTACHMENT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_DEPTH_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_DEPTH_BITS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DEPTH_BOUNDS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_depth_bounds_test
- GL_DEPTH_BOUNDS_TEST_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_depth_bounds_test
- GL_DEPTH_BUFFER_BIT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DEPTH_BUFFER_BIT0_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT0_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT1_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT1_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT2_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT2_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT3_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT3_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT4_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT4_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT5_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT5_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT6_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT6_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT7_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_BUFFER_BIT7_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_DEPTH_CLAMP - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
, GL_ARB_depth_clamp
- GL_DEPTH_CLAMP_FAR_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_depth_clamp_separate
- GL_DEPTH_CLAMP_NEAR_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_depth_clamp_separate
- GL_DEPTH_CLAMP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_depth_clamp
- GL_DEPTH_CLEAR_VALUE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DEPTH_COMPONENT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_0
, GL_ES_VERSION_2_0
, GL_ANGLE_depth_texture
- GL_DEPTH_COMPONENT16 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_4
, GL_ES_VERSION_2_0
, GL_OES_required_internalformat
.
- GL_DEPTH_COMPONENT16_NONLINEAR_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_depth_nonlinear
- GL_DEPTH_COMPONENT24 - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_4
; GL_OES_depth24
- GL_DEPTH_COMPONENT32 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_4
; GL_ANGLE_depth_texture
, GL_OES_depth32
- GL_DEPTH_COMPONENT32F - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_depth_buffer_float
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_DEPTH_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_DEPTH_EXT - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_EXT_discard_framebuffer
- GL_DEPTH_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_discard_framebuffer
- GL_DEPTH_FUNC - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DEPTH_RANGE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DEPTH_RENDERABLE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_DEPTH_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_DEPTH_STENCIL - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_packed_depth_stencil
; GL_OES_packed_depth_stencil
, GL_ANGLE_depth_texture
- GL_DEPTH_STENCIL_ATTACHMENT - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_DEPTH_STENCIL_TEXTURE_MODE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_stencil_texturing
- GL_DEPTH_STENCIL_TO_BGRA_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_copy_depth_to_color
- GL_DEPTH_STENCIL_TO_RGBA_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_copy_depth_to_color
- GL_DEPTH_TEST - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DEPTH_TEXTURE_MODE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_DEPTH_WRITEMASK - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DIFFUSE - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_DISCRETE_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_vertex_shader_tesselator
, GL_AMD_vertex_shader_tessellator
- GL_DISPATCH_INDIRECT_BUFFER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_DISPATCH_INDIRECT_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_DISPLAY_LIST - Static variable in interface javax.media.opengl.GL4bc
-
Part of GL_VERSION_4_3
, GL_KHR_debug
- GL_DITHER - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DOMAIN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_DONT_CARE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DOT3_RGB - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_DOT3_RGBA - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_DOT3_RGBA_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_texture_env_enhanced_fixed_function
- GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DOT_PRODUCT_DEPTH_REPLACE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DOT_PRODUCT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DOT_PRODUCT_PASS_THROUGH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DOT_PRODUCT_TEXTURE_1D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_DOT_PRODUCT_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DOT_PRODUCT_TEXTURE_3D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader2
- GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DOUBLE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_DOUBLE_MAT2 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLE_MAT2x3 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLE_MAT2x4 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLE_MAT3 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLE_MAT3x2 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLE_MAT3x4 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLE_MAT4 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLE_MAT4x2 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLE_MAT4x3 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLE_VEC2 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLE_VEC3 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLE_VEC4 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- GL_DOUBLEBUFFER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_DRAW_BUFFER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_DRAW_BUFFER0 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER0_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER1 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER10 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER10_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER11 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER11_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER12 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER12_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER13 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER13_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER14 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER14_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER15 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER15_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER1_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER2 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER2_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER3 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER3_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER4 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER4_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER5 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER5_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER6 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER6_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER7 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER7_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER8 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER8_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER9 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_DRAW_BUFFER9_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_DRAW_BUFFER_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_multiview_draw_buffers
- GL_DRAW_FRAMEBUFFER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_framebuffer_blit
- GL_DRAW_FRAMEBUFFER_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_framebuffer_blit
- GL_DRAW_FRAMEBUFFER_APPLE - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_APPLE_framebuffer_multisample
- GL_DRAW_FRAMEBUFFER_APPLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_APPLE_framebuffer_multisample
- GL_DRAW_FRAMEBUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_framebuffer_blit
- GL_DRAW_FRAMEBUFFER_BINDING_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_framebuffer_blit
- GL_DRAW_FRAMEBUFFER_BINDING_APPLE - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_APPLE_framebuffer_multisample
- GL_DRAW_FRAMEBUFFER_BINDING_APPLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_APPLE_framebuffer_multisample
- GL_DRAW_FRAMEBUFFER_BINDING_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_framebuffer_blit
- GL_DRAW_FRAMEBUFFER_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_framebuffer_blit
- GL_DRAW_INDIRECT_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_DRAW_INDIRECT_BUFFER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_draw_indirect
- GL_DRAW_INDIRECT_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_draw_indirect
- GL_DRAW_INDIRECT_LENGTH_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_DRAW_INDIRECT_UNIFIED_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_DRAW_PIXEL_TOKEN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_DRAW_PIXELS_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_fence
- GL_DS_BIAS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DS_SCALE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DSDT8_MAG8_INTENSITY8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DSDT8_MAG8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DSDT8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DSDT_MAG_INTENSITY_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DSDT_MAG_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DSDT_MAG_VIB_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DSDT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DST_ALPHA - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DST_COLOR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DT_BIAS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DT_SCALE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_DUP_FIRST_CUBIC_CURVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_DUP_LAST_CUBIC_CURVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_DYNAMIC_COPY - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_5
- GL_DYNAMIC_DRAW - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_DYNAMIC_READ - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_5
- GL_EDGE_FLAG - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_EDGE_FLAG_ARRAY - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_EDGE_FLAG_ARRAY_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_EDGE_FLAG_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_EDGE_FLAG_ARRAY_LENGTH_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_EDGE_FLAG_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_EDGE_FLAG_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_EDGEFLAG_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_ELEMENT_ARRAY_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_ELEMENT_ARRAY_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_ELEMENT_ARRAY_BUFFER - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ELEMENT_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ELEMENT_ARRAY_LENGTH_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_ELEMENT_ARRAY_UNIFIED_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_EMBOSS_CONSTANT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texgen_emboss
- GL_EMBOSS_LIGHT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texgen_emboss
- GL_EMBOSS_MAP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texgen_emboss
- GL_EMISSION - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_ENABLE_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_EQUAL - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_EQUIV - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_ETC1_RGB8_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_compressed_ETC1_RGB8_texture
- GL_ETC1_RGB8_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_compressed_ETC1_RGB8_texture
- GL_ETC1_SRGB8_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_sRGB_formats
- GL_EVAL_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_EVAL_FRACTIONAL_TESSELLATION_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_TRIANGULAR_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB0_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB10_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB11_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB12_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB13_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB14_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB15_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB1_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB2_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB3_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB4_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB5_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB6_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB7_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EVAL_VERTEX_ATTRIB9_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_EXP - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_EXP2 - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_EXTENSIONS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_pinned_memory
- GL_EYE_LINEAR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_EYE_PLANE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_EYE_PLANE_ABSOLUTE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_fog_distance
- GL_EYE_RADIAL_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_fog_distance
- GL_FACTOR_ALPHA_MODULATE_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_texture_env_enhanced_fixed_function
- GL_FACTOR_MAX_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_blend_minmax_factor
- GL_FACTOR_MIN_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_blend_minmax_factor
- GL_FAILURE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_FALSE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_FASTEST - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_FEEDBACK - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_FEEDBACK_BUFFER_POINTER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_FEEDBACK_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_FEEDBACK_BUFFER_TYPE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_FENCE_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_fence
- GL_FENCE_CONDITION_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_fence
- GL_FENCE_CONDITION_NV - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_NV_fence
- GL_FENCE_CONDITION_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_fence
- GL_FENCE_STATUS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_fence
- GL_FENCE_STATUS_NV - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_NV_fence
- GL_FENCE_STATUS_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_fence
- GL_FIELD_LOWER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_FIELD_UPPER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_FILE_NAME_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FILL - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_FILTER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_FIRST_TO_REST_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FIRST_VERTEX_CONVENTION - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
, GL_ARB_provoking_vertex
- GL_FIRST_VERTEX_CONVENTION_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_provoking_vertex
- GL_FIXED - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_ES_1_0
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_FIXED_ONLY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_ARB_color_buffer_float
- GL_FLAT - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_FLOAT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_FLOAT16_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_FLOAT16_VEC2_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_FLOAT16_VEC3_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_FLOAT16_VEC4_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_FLOAT_32_UNSIGNED_INT_24_8_REV - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_depth_buffer_float
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_FLOAT_CLEAR_COLOR_VALUE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_MAT2 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_FLOAT_MAT2_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_FLOAT_MAT2x3 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- GL_FLOAT_MAT2x4 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- GL_FLOAT_MAT3 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_FLOAT_MAT3_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_FLOAT_MAT3x2 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- GL_FLOAT_MAT3x4 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- GL_FLOAT_MAT4 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_FLOAT_MAT4_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_FLOAT_MAT4x2 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- GL_FLOAT_MAT4x3 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- GL_FLOAT_R16_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_R32_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_R_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_RG16_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_RG32_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_RG_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_RGB16_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_RGB32_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_RGB_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_RGBA16_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_RGBA32_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_RGBA_MODE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_RGBA_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_FLOAT_VEC2 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_FLOAT_VEC2_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_FLOAT_VEC3 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_FLOAT_VEC3_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_FLOAT_VEC4 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_FLOAT_VEC4_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_FOG - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_FOG_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_FOG_COLOR - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_FOG_COORD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_FOG_COORD_ARRAY - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_FOG_COORD_ARRAY_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_FOG_COORD_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_FOG_COORD_ARRAY_LENGTH_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_FOG_COORD_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_FOG_COORD_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_FOG_COORD_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_FOG_COORD_SRC - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_FOG_COORDINATE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_FOG_COORDINATE_ARRAY - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_FOG_COORDINATE_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_FOG_COORDINATE_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_FOG_COORDINATE_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_FOG_COORDINATE_SOURCE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_FOG_DENSITY - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_FOG_DISTANCE_MODE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_fog_distance
- GL_FOG_END - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_FOG_HINT - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_FOG_INDEX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_FOG_MODE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_FOG_START - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_FONT_ASCENDER_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_DESCENDER_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_HAS_KERNING_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_HEIGHT_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_MAX_ADVANCE_HEIGHT_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_MAX_ADVANCE_WIDTH_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_UNDERLINE_POSITION_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_UNDERLINE_THICKNESS_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_UNITS_PER_EM_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_X_MAX_BOUNDS_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_X_MIN_BOUNDS_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_Y_MAX_BOUNDS_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FONT_Y_MIN_BOUNDS_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_FORCE_BLUE_TO_ONE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_FORMAT_SUBSAMPLE_244_244_OML - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OML_subsample
- GL_FORMAT_SUBSAMPLE_24_24_OML - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OML_subsample
- GL_FRACTIONAL_EVEN - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_FRACTIONAL_ODD - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_FRAGMENT_ALPHA_MODULATE_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_texture_env_enhanced_fixed_function
- GL_FRAGMENT_COLOR_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_light_texture
- GL_FRAGMENT_DEPTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_FRAGMENT_INTERPOLATION_OFFSET_BITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader5
- GL_FRAGMENT_MATERIAL_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_light_texture
- GL_FRAGMENT_NORMAL_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_light_texture
- GL_FRAGMENT_PROGRAM_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program5
- GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_parameter_buffer_object
- GL_FRAGMENT_SHADER - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_FRAGMENT_SHADER_BIT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_separate_shader_objects
- GL_FRAGMENT_SHADER_DERIVATIVE_HINT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_OES_standard_derivatives
- GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_shader_framebuffer_fetch
- GL_FRAGMENT_SUBROUTINE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_FRAGMENT_SUBROUTINE_UNIFORM - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_FRAGMENT_TEXTURE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_FRAMEBUFFER - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_FRAMEBUFFER_ATTACHMENT_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_texture_usage
- GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_sRGB
- GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_sRGB
- GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_color_buffer_half_float
- GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_FRAMEBUFFER_ATTACHMENT_LAYERED - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_texture_3D
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_ARB_geometry_shader4
, GL_VERSION_3_0
; GL_NV_geometry_program4
, GL_EXT_texture_array
, GL_EXT_geometry_shader4
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_EXT_multisampled_render_to_texture
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_multisampled_render_to_texture
- GL_FRAMEBUFFER_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_FRAMEBUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRAMEBUFFER_BLEND - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_FRAMEBUFFER_COMPLETE - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRAMEBUFFER_DEFAULT - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_framebuffer_no_attachments
, GL_VERSION_4_3
- GL_FRAMEBUFFER_DEFAULT_HEIGHT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_framebuffer_no_attachments
, GL_VERSION_4_3
- GL_FRAMEBUFFER_DEFAULT_LAYERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_framebuffer_no_attachments
, GL_VERSION_4_3
- GL_FRAMEBUFFER_DEFAULT_SAMPLES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_framebuffer_no_attachments
, GL_VERSION_4_3
- GL_FRAMEBUFFER_DEFAULT_WIDTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_framebuffer_no_attachments
, GL_VERSION_4_3
- GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
- GL_FRAMEBUFFER_INCOMPLETE_FORMATS - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_framebuffer_multisample
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_APPLE_framebuffer_multisample
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_APPLE_framebuffer_multisample
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_multisampled_render_to_texture
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_multisampled_render_to_texture
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_framebuffer_multisample
- GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
- GL_FRAMEBUFFER_RENDERABLE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_FRAMEBUFFER_RENDERABLE_LAYERED - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_FRAMEBUFFER_SRGB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_framebuffer_sRGB
, GL_VERSION_3_0
- GL_FRAMEBUFFER_UNDEFINED - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_FRAMEBUFFER_UNDEFINED_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_surfaceless_context
- GL_FRAMEBUFFER_UNSUPPORTED - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_FRONT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_FRONT_AND_BACK - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_FRONT_FACE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_FRONT_LEFT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_FRONT_RIGHT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_FULL_RANGE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_FULL_STIPPLE_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_FULL_SUPPORT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_FUNC_ADD - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_2_0
, GL_ARB_imaging
; GL_OES_blend_subtract
- GL_FUNC_REVERSE_SUBTRACT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_2_0
, GL_ARB_imaging
; GL_OES_blend_subtract
- GL_FUNC_SUBTRACT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_2_0
, GL_ARB_imaging
; GL_OES_blend_subtract
- GL_GCCSO_SHADER_BINARY_FJ - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_FJ_shader_binary_GCCSO
- GL_GENERATE_MIPMAP - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_4
- GL_GENERATE_MIPMAP_HINT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_4
, GL_ES_VERSION_2_0
- GL_GEOMETRY_INPUT_TYPE - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_GEOMETRY_INPUT_TYPE_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_GEOMETRY_OUTPUT_TYPE - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_GEOMETRY_OUTPUT_TYPE_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_GEOMETRY_PROGRAM_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_geometry_program4
- GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_parameter_buffer_object
- GL_GEOMETRY_SHADER - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_GEOMETRY_SHADER_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_GEOMETRY_SHADER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- GL_GEOMETRY_SHADER_INVOCATIONS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader5
- GL_GEOMETRY_SUBROUTINE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_GEOMETRY_SUBROUTINE_UNIFORM - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_GEOMETRY_TEXTURE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_GEOMETRY_VERTICES_OUT - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_GEOMETRY_VERTICES_OUT_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_GEQUAL - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_GET_TEXTURE_IMAGE_FORMAT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_GET_TEXTURE_IMAGE_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_GLYPH_HAS_KERNING_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_GLYPH_HEIGHT_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_GLYPH_HORIZONTAL_BEARING_ADVANCE_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_GLYPH_HORIZONTAL_BEARING_X_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_GLYPH_HORIZONTAL_BEARING_Y_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_GLYPH_VERTICAL_BEARING_ADVANCE_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_GLYPH_VERTICAL_BEARING_X_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_GLYPH_VERTICAL_BEARING_Y_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_GLYPH_WIDTH_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_GPU_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_shader_buffer_load
- GL_GPU_DISJOINT_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_disjoint_timer_query
- GL_GPU_OPTIMIZED_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_binning_control
- GL_GREATER - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_GREEN - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
- GL_GREEN_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_GREEN_BITS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_GREEN_INTEGER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_GREEN_MAX_CLAMP_INGR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INGR_color_clamp
- GL_GREEN_MIN_CLAMP_INGR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INGR_color_clamp
- GL_GREEN_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_GUILTY_CONTEXT_RESET - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_robustness
; GL_EXT_robustness
- GL_HALF_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_HALF_FLOAT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_half_float_vertex
; GL_NV_half_float
; GL_ARB_half_float_pixel
,
earmarked for ES 3.0 (hence kept in GL while fixing Bug 590)
- GL_HALF_FLOAT_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_texture_half_float
- GL_HI_BIAS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_HI_SCALE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_HIGH_FLOAT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_HIGH_INT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_HILO16_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_HILO8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_HILO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_HINT_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_HISTOGRAM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_HISTOGRAM_ALPHA_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_HISTOGRAM_BLUE_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_HISTOGRAM_FORMAT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_HISTOGRAM_GREEN_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_HISTOGRAM_LUMINANCE_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_HISTOGRAM_RED_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_HISTOGRAM_SINK - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_HISTOGRAM_WIDTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_HORIZONTAL_LINE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_IMAGE_1D - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_1D_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_2D - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_2D_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_2D_MULTISAMPLE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_2D_MULTISAMPLE_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_2D_RECT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_3D - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_BINDING_ACCESS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_BINDING_FORMAT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_BINDING_LAYER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_BINDING_LAYERED - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_BINDING_LEVEL - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_BINDING_NAME - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_BUFFER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_CLASS_10_10_10_2 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_CLASS_11_11_10 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_CLASS_1_X_16 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_CLASS_1_X_32 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_CLASS_1_X_8 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_CLASS_2_X_16 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_CLASS_2_X_32 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_CLASS_2_X_8 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_CLASS_4_X_16 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_CLASS_4_X_32 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_CLASS_4_X_8 - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_COMPATIBILITY_CLASS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_CUBE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_CUBE_MAP_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_FORMAT_COMPATIBILITY_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_IMAGE_PIXEL_FORMAT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_PIXEL_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMAGE_TEXEL_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_IMPLEMENTATION_COLOR_READ_FORMAT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
; GL_OES_read_format
- GL_IMPLEMENTATION_COLOR_READ_TYPE - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
; GL_OES_read_format
- GL_INCR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_INCR_WRAP - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_4
, GL_ES_VERSION_2_0
; GL_OES_stencil_wrap
- GL_INDEX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
- GL_INDEX_ARRAY - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_INDEX_ARRAY_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_INDEX_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_INDEX_ARRAY_LENGTH_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_INDEX_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_INDEX_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_INDEX_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_INDEX_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_INDEX_BITS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_INDEX_CLEAR_VALUE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_INDEX_LOGIC_OP - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_INDEX_MATERIAL_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_material
- GL_INDEX_MATERIAL_FACE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_material
- GL_INDEX_MATERIAL_PARAMETER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_material
- GL_INDEX_MODE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_INDEX_OFFSET - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_INDEX_SHIFT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_INDEX_TEST_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_func
- GL_INDEX_TEST_FUNC_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_func
- GL_INDEX_TEST_REF_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_func
- GL_INDEX_WRITEMASK - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_INFO_LOG_LENGTH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_INNOCENT_CONTEXT_RESET - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_robustness
; GL_EXT_robustness
- GL_INT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_ES_VERSION_2_0
- GL_INT16_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT16_VEC2_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT16_VEC3_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT16_VEC4_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT64_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT64_VEC2_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT64_VEC3_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT64_VEC4_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT8_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT8_VEC2_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT8_VEC3_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT8_VEC4_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_INT_10_10_10_2 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_OES_vertex_type_10_10_10_2
- GL_INT_2_10_10_10_REV - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- GL_INT_IMAGE_1D - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_INT_IMAGE_1D_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_INT_IMAGE_2D - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_INT_IMAGE_2D_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_INT_IMAGE_2D_MULTISAMPLE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_INT_IMAGE_2D_RECT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_INT_IMAGE_3D - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_INT_IMAGE_BUFFER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_INT_IMAGE_CUBE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_INT_IMAGE_CUBE_MAP_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_INT_SAMPLER_1D - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_INT_SAMPLER_1D_ARRAY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_INT_SAMPLER_2D - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_INT_SAMPLER_2D_ARRAY - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_INT_SAMPLER_2D_MULTISAMPLE - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_INT_SAMPLER_2D_RECT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
; GL_EXT_gpu_shader4
- GL_INT_SAMPLER_3D - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_INT_SAMPLER_BUFFER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
; GL_EXT_gpu_shader4
- GL_INT_SAMPLER_BUFFER_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_vertex_shader_tesselator
, GL_AMD_vertex_shader_tessellator
- GL_INT_SAMPLER_CUBE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_INT_SAMPLER_CUBE_MAP_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
; GL_ARB_texture_cube_map_array
- GL_INT_SAMPLER_RENDERBUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_explicit_multisample
- GL_INT_VEC2 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_INT_VEC2_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_INT_VEC3 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_INT_VEC3_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_INT_VEC4 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_INT_VEC4_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_INTENSITY - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_INTENSITY12 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_INTENSITY16 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_INTENSITY16_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_INTENSITY16F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_texture_float
- GL_INTENSITY16I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_INTENSITY16UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_INTENSITY32F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_texture_float
- GL_INTENSITY32I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_INTENSITY32UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_INTENSITY4 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_INTENSITY8 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_INTENSITY8_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_INTENSITY8I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_INTENSITY8UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_INTENSITY_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_INTENSITY_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_INTENSITY_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_INTENSITY_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_INTENSITY_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_INTERLACE_OML - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OML_interlace
- GL_INTERLACE_READ_INGR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INGR_interlace_read
- GL_INTERLACE_READ_OML - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OML_interlace
- GL_INTERLEAVED_ATTRIBS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_INTERNALFORMAT_ALPHA_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_ALPHA_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_BLUE_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_BLUE_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_DEPTH_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_DEPTH_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_GREEN_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_GREEN_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_PREFERRED - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_RED_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_RED_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_SHARED_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_STENCIL_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_STENCIL_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERNALFORMAT_SUPPORTED - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_INTERPOLATE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_INVALID_ENUM - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_INVALID_FRAMEBUFFER_OPERATION - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_INVALID_INDEX - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_uniform_buffer_object
- GL_INVALID_OPERATION - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_INVALID_VALUE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_INVARIANT_DATATYPE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_INVARIANT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_INVARIANT_VALUE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_INVERT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_INVERTED_SCREEN_W_REND - Static variable in interface javax.media.opengl.GL2
-
Part of GL_REND_screen_coordinates
- GL_IS_PER_PATCH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_IS_ROW_MAJOR - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_ISOLINES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_ITALIC_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_IUI_N3F_V2F_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_array_formats
- GL_IUI_N3F_V3F_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_array_formats
- GL_IUI_V2F_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_array_formats
- GL_IUI_V3F_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_array_formats
- GL_KEEP - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LARGE_CCW_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_LARGE_CW_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_LAST_VERTEX_CONVENTION - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
, GL_ARB_provoking_vertex
- GL_LAST_VERTEX_CONVENTION_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_provoking_vertex
- GL_LAST_VIDEO_CAPTURE_STATUS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_LAYER_PROVOKING_VERTEX - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- GL_LAYOUT_DEFAULT_INTEL - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INTEL_map_texture
- GL_LAYOUT_LINEAR_CPU_CACHED_INTEL - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INTEL_map_texture
- GL_LAYOUT_LINEAR_INTEL - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INTEL_map_texture
- GL_LEFT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_LEQUAL - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LESS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LIGHT0 - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_LIGHT1 - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_LIGHT2 - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_LIGHT3 - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_LIGHT4 - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_LIGHT5 - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_LIGHT6 - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_LIGHT7 - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_LIGHT_MODEL_AMBIENT - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_LIGHT_MODEL_COLOR_CONTROL - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_2
- GL_LIGHT_MODEL_LOCAL_VIEWER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_specular_vector
- GL_LIGHT_MODEL_TWO_SIDE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_LIGHTING - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_LIGHTING_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LINE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_LINE_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LINE_LOOP - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LINE_RESET_TOKEN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LINE_SMOOTH - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_LINE_SMOOTH_HINT - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_LINE_STIPPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LINE_STIPPLE_PATTERN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LINE_STIPPLE_REPEAT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LINE_STRIP - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LINE_STRIP_ADJACENCY - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_LINE_STRIP_ADJACENCY_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_LINE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_LINE_TOKEN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LINE_WIDTH - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LINE_WIDTH_GRANULARITY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_LINE_WIDTH_RANGE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_LINEAR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LINEAR_ATTENUATION - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_LINEAR_MIPMAP_LINEAR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LINEAR_MIPMAP_NEAREST - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LINES - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LINES_ADJACENCY - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_LINES_ADJACENCY_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_LINK_STATUS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_LIST_BASE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LIST_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LIST_INDEX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LIST_MODE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LO_BIAS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_LO_SCALE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_LOAD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LOCAL_CONSTANT_DATATYPE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_LOCAL_CONSTANT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_LOCAL_CONSTANT_VALUE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_LOCAL_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_LOCATION - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_LOCATION_INDEX - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_LOGIC_OP - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_LOGIC_OP_MODE - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_LOSE_CONTEXT_ON_RESET - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_robustness
; GL_EXT_robustness
- GL_LOW_FLOAT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_LOW_INT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_LOWER_LEFT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_2_0
- GL_LUMINANCE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LUMINANCE12 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_LUMINANCE12_ALPHA12 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_LUMINANCE12_ALPHA4 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_LUMINANCE16 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_LUMINANCE16_ALPHA16 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_LUMINANCE16_ALPHA16_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_LUMINANCE16_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_LUMINANCE16F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_storage
; GL_ARB_texture_float
- GL_LUMINANCE16F - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_LUMINANCE16F - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_LUMINANCE16I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE16UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE32F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_storage
; GL_ARB_texture_float
- GL_LUMINANCE32F - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_LUMINANCE32F - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_LUMINANCE32I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE32UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE4 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_LUMINANCE4_ALPHA4 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_LUMINANCE4_ALPHA4 - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_VERSION_1_1
; GL_OES_required_internalformat
- GL_LUMINANCE6_ALPHA2 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_LUMINANCE8 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
; GL_EXT_texture
, GL_EXT_texture_storage
- GL_LUMINANCE8 - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_VERSION_1_1
; GL_EXT_texture
, GL_EXT_texture_storage
- GL_LUMINANCE8 - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_VERSION_1_1
; GL_EXT_texture
, GL_EXT_texture_storage
; GL_OES_required_internalformat
- GL_LUMINANCE8_ALPHA8 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
; GL_EXT_texture
, GL_EXT_texture_storage
- GL_LUMINANCE8_ALPHA8 - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_VERSION_1_1
; GL_EXT_texture
, GL_EXT_texture_storage
- GL_LUMINANCE8_ALPHA8 - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_VERSION_1_1
; GL_EXT_texture
, GL_EXT_texture_storage
; GL_OES_required_internalformat
- GL_LUMINANCE8_ALPHA8_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_LUMINANCE8_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_LUMINANCE8I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE8UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE_ALPHA - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_LUMINANCE_ALPHA16F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_storage
; GL_ARB_texture_float
- GL_LUMINANCE_ALPHA16F - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_LUMINANCE_ALPHA16F - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_LUMINANCE_ALPHA16I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE_ALPHA16UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE_ALPHA32F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_storage
; GL_ARB_texture_float
- GL_LUMINANCE_ALPHA32F - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_LUMINANCE_ALPHA32F - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_LUMINANCE_ALPHA32I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE_ALPHA32UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE_ALPHA8I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE_ALPHA8UI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE_ALPHA_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_LUMINANCE_ALPHA_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_LUMINANCE_ALPHA_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_LUMINANCE_ALPHA_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_LUMINANCE_ALPHA_INTEGER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE_ALPHA_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_LUMINANCE_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_LUMINANCE_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_LUMINANCE_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_LUMINANCE_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_LUMINANCE_INTEGER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_LUMINANCE_SNORM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_snorm
- GL_MAGNITUDE_BIAS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_MAGNITUDE_SCALE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_MAJOR_VERSION - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_MALI_PROGRAM_BINARY_ARM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ARM_mali_program_binary
- GL_MALI_SHADER_BINARY_ARM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ARM_mali_shader_binary
- GL_MANUAL_GENERATE_MIPMAP - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_MAP1_COLOR_4 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP1_GRID_DOMAIN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP1_GRID_SEGMENTS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP1_INDEX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP1_NORMAL - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP1_TEXTURE_COORD_1 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP1_TEXTURE_COORD_2 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP1_TEXTURE_COORD_3 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP1_TEXTURE_COORD_4 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP1_VERTEX_3 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP1_VERTEX_4 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP2_COLOR_4 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP2_GRID_DOMAIN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP2_GRID_SEGMENTS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP2_INDEX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP2_NORMAL - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP2_TEXTURE_COORD_1 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP2_TEXTURE_COORD_2 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP2_TEXTURE_COORD_3 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP2_TEXTURE_COORD_4 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP2_VERTEX_3 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP2_VERTEX_4 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP_ATTRIB_U_ORDER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_MAP_ATTRIB_V_ORDER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_MAP_COLOR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP_FLUSH_EXPLICIT_BIT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_ARB_map_buffer_range
, GL_VERSION_3_0
; GL_EXT_map_buffer_range
- GL_MAP_INVALIDATE_BUFFER_BIT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_ARB_map_buffer_range
, GL_VERSION_3_0
; GL_EXT_map_buffer_range
- GL_MAP_INVALIDATE_RANGE_BIT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_ARB_map_buffer_range
, GL_VERSION_3_0
; GL_EXT_map_buffer_range
- GL_MAP_READ_BIT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_ARB_map_buffer_range
, GL_VERSION_3_0
; GL_EXT_map_buffer_range
- GL_MAP_STENCIL - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAP_TESSELLATION_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_MAP_UNSYNCHRONIZED_BIT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_ARB_map_buffer_range
, GL_VERSION_3_0
; GL_EXT_map_buffer_range
- GL_MAP_WRITE_BIT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_ARB_map_buffer_range
, GL_VERSION_3_0
; GL_EXT_map_buffer_range
- GL_MAT_AMBIENT_AND_DIFFUSE_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_MAT_AMBIENT_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_MAT_COLOR_INDEXES_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_MAT_DIFFUSE_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_MAT_EMISSION_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_MAT_SHININESS_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_MAT_SPECULAR_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_MATERIAL_SIDE_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_MATRIX0_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX10_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX11_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX12_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX13_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX14_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX15_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX16_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX17_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX18_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX19_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX1_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX20_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX21_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX22_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX23_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX24_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX25_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX26_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX27_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX28_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX29_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX2_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX30_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX31_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX3_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX4_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX5_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX6_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX7_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX8_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX9_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MATRIX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_MATRIX_INDEX_ARRAY - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
- GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_matrix_palette
- GL_MATRIX_INDEX_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
- GL_MATRIX_INDEX_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
- GL_MATRIX_INDEX_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
- GL_MATRIX_INDEX_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
- GL_MATRIX_MODE - Static variable in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
- GL_MATRIX_PALETTE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
- GL_MATRIX_STRIDE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_MAX - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_imaging
- GL_MAX_3D_TEXTURE_SIZE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
; GL_OES_texture_3D
- GL_MAX_ARRAY_TEXTURE_LAYERS - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_array
- GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_ATTRIB_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAX_BINDABLE_UNIFORM_SIZE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_bindable_uniform
- GL_MAX_CLIENT_ATTRIB_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAX_CLIP_DISTANCES - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_MAX_CLIP_PLANES - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_MAX_CLIP_PLANES_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_user_clip_plane
- GL_MAX_COLOR_ATTACHMENTS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_NV_fbo_color_attachments
; GL_EXT_framebuffer_object
, GL_EXT_draw_buffers
- GL_MAX_COLOR_MATRIX_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_MAX_COLOR_TEXTURE_SAMPLES - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_COMBINED_ATOMIC_COUNTERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_MAX_COMBINED_DIMENSIONS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_uniform_buffer_object
- GL_MAX_COMBINED_IMAGE_UNIFORMS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_MAX_COMBINED_UNIFORM_BLOCKS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_MAX_COMPUTE_ATOMIC_COUNTERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_MAX_COMPUTE_IMAGE_UNIFORMS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_MAX_COMPUTE_LOCAL_INVOCATIONS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_MAX_COMPUTE_SHARED_MEMORY_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_MAX_COMPUTE_UNIFORM_BLOCKS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_MAX_COMPUTE_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_MAX_COMPUTE_WORK_GROUP_COUNT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_MAX_COMPUTE_WORK_GROUP_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_MAX_CONVOLUTION_HEIGHT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_MAX_CONVOLUTION_WIDTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_MAX_CUBE_MAP_TEXTURE_SIZE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_3
, GL_ES_VERSION_2_0
; GL_OES_texture_cube_map
- GL_MAX_DEBUG_GROUP_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_MAX_DEBUG_LOGGED_MESSAGES - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_MAX_DEBUG_LOGGED_MESSAGES_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_debug_output
- GL_MAX_DEBUG_MESSAGE_LENGTH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_ARB_debug_output
; GL_KHR_debug
- GL_MAX_DEBUG_MESSAGE_LENGTH_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_debug_output
- GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_deep_texture3D
- GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_deep_texture3D
- GL_MAX_DEPTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_MAX_DEPTH_TEXTURE_SAMPLES - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_MAX_DRAW_BUFFERS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_NV_draw_buffers
; GL_EXT_draw_buffers
- GL_MAX_DRAW_BUFFERS_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_draw_buffers
- GL_MAX_DUAL_SOURCE_DRAW_BUFFERS - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_blend_func_extended
, GL_VERSION_3_3
- GL_MAX_ELEMENT_INDEX - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_MAX_ELEMENTS_INDICES - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
- GL_MAX_ELEMENTS_VERTICES - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
- GL_MAX_EVAL_ORDER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_FRAGMENT_ATOMIC_COUNTERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_bindable_uniform
- GL_MAX_FRAGMENT_IMAGE_UNIFORMS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_MAX_FRAGMENT_INPUT_COMPONENTS - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_MAX_FRAGMENT_INTERPOLATION_OFFSET - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader5
- GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program5
- GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_MAX_FRAGMENT_UNIFORM_BLOCKS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_MAX_FRAGMENT_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
- GL_MAX_FRAGMENT_UNIFORM_VECTORS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_MAX_FRAMEBUFFER_HEIGHT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_framebuffer_no_attachments
, GL_VERSION_4_3
- GL_MAX_FRAMEBUFFER_LAYERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_framebuffer_no_attachments
, GL_VERSION_4_3
- GL_MAX_FRAMEBUFFER_SAMPLES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_framebuffer_no_attachments
, GL_VERSION_4_3
- GL_MAX_FRAMEBUFFER_WIDTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_framebuffer_no_attachments
, GL_VERSION_4_3
- GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_GEOMETRY_ATOMIC_COUNTERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_bindable_uniform
- GL_MAX_GEOMETRY_IMAGE_UNIFORMS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_MAX_GEOMETRY_INPUT_COMPONENTS - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_MAX_GEOMETRY_OUTPUT_COMPONENTS - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_MAX_GEOMETRY_OUTPUT_VERTICES - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program5
- GL_MAX_GEOMETRY_SHADER_INVOCATIONS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader5
- GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_MAX_GEOMETRY_UNIFORM_BLOCKS - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_uniform_buffer_object
- GL_MAX_GEOMETRY_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_MAX_HEIGHT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_MAX_IMAGE_SAMPLES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_MAX_IMAGE_UNITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_MAX_INTEGER_SAMPLES - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_MAX_LABEL_LENGTH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_MAX_LAYERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_MAX_LIGHTS - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_MAX_LIST_NESTING - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAX_MAP_TESSELLATION_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_matrix_palette
- GL_MAX_MODELVIEW_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_framebuffer_multisample_coverage
- GL_MAX_MULTIVIEW_BUFFERS_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_multiview_draw_buffers
- GL_MAX_NAME_LENGTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_MAX_NAME_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAX_NUM_ACTIVE_VARIABLES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_MAX_NUM_COMPATIBLE_SUBROUTINES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_MAX_PALETTE_MATRICES - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
- GL_MAX_PATCH_VERTICES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_PIXEL_MAP_TABLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_transform
- GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_pn_triangles
- GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program4
- GL_MAX_PROGRAM_ATTRIBS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_ENV_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program4
- GL_MAX_PROGRAM_GENERIC_RESULTS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program4
- GL_MAX_PROGRAM_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_MATRICES_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_MAX_PROGRAM_OUTPUT_VERTICES_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_geometry_program4
- GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_parameter_buffer_object
- GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_parameter_buffer_object
- GL_MAX_PROGRAM_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_PATCH_ATTRIBS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_tessellation_program5
- GL_MAX_PROGRAM_RESULT_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program4
- GL_MAX_PROGRAM_SUBROUTINE_NUM_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program5
- GL_MAX_PROGRAM_SUBROUTINE_PARAMETERS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program5
- GL_MAX_PROGRAM_TEMPORARIES_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_MAX_PROGRAM_TEXEL_OFFSET - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_MAX_PROGRAM_TEXEL_OFFSET_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program4
- GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_texture_gather
- GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
; GL_ARB_texture_gather
- GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program5
- GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_geometry_program4
- GL_MAX_PROJECTION_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_MAX_RATIONAL_EVAL_ORDER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_evaluators
- GL_MAX_RECTANGLE_TEXTURE_SIZE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_texture_rectangle
- GL_MAX_RENDERBUFFER_SIZE - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_MAX_SAMPLE_MASK_WORDS - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_MAX_SAMPLE_MASK_WORDS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_explicit_multisample
- GL_MAX_SAMPLES - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_MAX_SAMPLES_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_framebuffer_multisample
- GL_MAX_SAMPLES_APPLE - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_APPLE_framebuffer_multisample
- GL_MAX_SAMPLES_APPLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_APPLE_framebuffer_multisample
- GL_MAX_SAMPLES_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_multisampled_render_to_texture
- GL_MAX_SAMPLES_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_multisampled_render_to_texture
- GL_MAX_SAMPLES_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_framebuffer_multisample
- GL_MAX_SERVER_WAIT_TIMEOUT - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_MAX_SHADER_BUFFER_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_shader_buffer_load
- GL_MAX_SHADER_STORAGE_BLOCK_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_MAX_SHININESS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_light_max_exponent
- GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_sparse_texture
- GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_sparse_texture
- GL_MAX_SPARSE_TEXTURE_SIZE_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_sparse_texture
- GL_MAX_SPOT_EXPONENT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_light_max_exponent
- GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_subroutine
, GL_VERSION_4_0
- GL_MAX_SUBROUTINES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_subroutine
, GL_VERSION_4_0
- GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_MAX_TESS_CONTROL_INPUT_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_GEN_LEVEL - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TESS_PATCH_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_MAX_TEXTURE_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
; GL_ARB_texture_buffer_object
- GL_MAX_TEXTURE_COORDS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_2_0
- GL_MAX_TEXTURE_COORDS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_MAX_TEXTURE_IMAGE_UNITS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_MAX_TEXTURE_IMAGE_UNITS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_MAX_TEXTURE_LOD_BIAS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_4
- GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT - Static variable in interface javax.media.opengl.GL
-
Part of GL_EXT_texture_filter_anisotropic
- GL_MAX_TEXTURE_SIZE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_MAX_TEXTURE_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_MAX_TEXTURE_UNITS - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_MAX_TRANSFORM_FEEDBACK_BUFFERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_transform_feedback3
- GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_MAX_UNIFORM_BLOCK_SIZE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_MAX_UNIFORM_BUFFER_BINDINGS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_MAX_UNIFORM_LOCATIONS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_explicit_uniform_location
- GL_MAX_VARYING_COMPONENTS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_geometry_shader4
, GL_VERSION_3_0
- GL_MAX_VARYING_FLOATS - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_2_0
- GL_MAX_VARYING_VECTORS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_vertex_array_range
- GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_VERTEX_ATOMIC_COUNTERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_MAX_VERTEX_ATTRIB_BINDINGS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_vertex_attrib_binding
- GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_vertex_attrib_binding
- GL_MAX_VERTEX_ATTRIBS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_MAX_VERTEX_ATTRIBS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_bindable_uniform
- GL_MAX_VERTEX_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_MAX_VERTEX_IMAGE_UNIFORMS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_MAX_VERTEX_OUTPUT_COMPONENTS - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_MAX_VERTEX_SHADER_INVARIANTS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_MAX_VERTEX_SHADER_LOCALS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_MAX_VERTEX_SHADER_VARIANTS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_MAX_VERTEX_STREAMS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_transform_feedback3
- GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_MAX_VERTEX_UNIFORM_BLOCKS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_MAX_VERTEX_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
- GL_MAX_VERTEX_UNIFORM_VECTORS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_MAX_VERTEX_UNITS - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_vertex_blend
; GL_OES_matrix_palette
- GL_MAX_VERTEX_VARYING_COMPONENTS_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_MAX_VIEWPORT_DIMS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_MAX_VIEWPORTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- GL_MAX_WIDTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_MEDIUM_FLOAT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_MEDIUM_INT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_MIN - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_imaging
- GL_MIN_FRAGMENT_INTERPOLATION_OFFSET - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader5
- GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program5
- GL_MIN_LOD_WARNING_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_sparse_texture
- GL_MIN_MAP_BUFFER_ALIGNMENT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_map_buffer_alignment
- GL_MIN_PROGRAM_TEXEL_OFFSET - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_MIN_PROGRAM_TEXEL_OFFSET_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program4
- GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
; GL_ARB_texture_gather
- GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program5
- GL_MIN_SAMPLE_SHADING_VALUE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
; GL_ARB_sample_shading
- GL_MIN_SPARSE_LEVEL_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_sparse_texture
- GL_MINMAX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_MINMAX_FORMAT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_MINMAX_SINK - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_MINOR_VERSION - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_MIPMAP - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_MIRROR_CLAMP_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_mirror_clamp
- GL_MIRROR_CLAMP_TO_BORDER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_mirror_clamp
- GL_MIRROR_CLAMP_TO_EDGE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_mirror_clamp
- GL_MIRRORED_REPEAT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_4
, GL_ES_VERSION_2_0
; GL_OES_texture_mirrored_repeat
- GL_MITER_REVERT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_MITER_TRUNCATE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_MODELVIEW - Static variable in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Matrix mode modelview
- GL_MODELVIEW0_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW0_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_MODELVIEW0_MATRIX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_MODELVIEW0_STACK_DEPTH_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_MODELVIEW10_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW11_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW12_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW13_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW14_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW15_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW16_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW17_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW18_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW19_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW1_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW1_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_MODELVIEW1_MATRIX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_MODELVIEW1_STACK_DEPTH_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_MODELVIEW20_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW21_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW22_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW23_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW24_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW25_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW26_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW27_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW28_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW29_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW2_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW30_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW31_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW3_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW4_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW5_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW6_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW7_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW8_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW9_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_MODELVIEW_MATRIX - Static variable in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Matrix access name for modelview
- GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_matrix_get
- GL_MODELVIEW_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_MODULATE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_MODULATE_COLOR_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_texture_env_enhanced_fixed_function
- GL_MOVE_TO_CONTINUES_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_MOVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_MOVE_TO_RESETS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_MULT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_MULTISAMPLE - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_MULTISAMPLE_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_MULTISAMPLE_BUFFER_BIT0_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT0_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT1_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT1_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT2_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT2_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT3_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT3_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT4_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT4_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT5_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT5_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT6_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT6_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT7_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_BUFFER_BIT7_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_MULTISAMPLE_COVERAGE_MODES_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_framebuffer_multisample_coverage
- GL_MULTISAMPLE_FILTER_HINT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_multisample_filter_hint
- GL_MULTIVIEW_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_multiview_draw_buffers
- GL_MVP_MATRIX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_N3F_V3F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_NAME_LENGTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_NAME_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_NAMED_STRING_LENGTH_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_shading_language_include
- GL_NAMED_STRING_TYPE_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_shading_language_include
- GL_NAND - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_NATIVE_GRAPHICS_END_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_NATIVE_GRAPHICS_HANDLE_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_NEAREST - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_NEAREST_MIPMAP_LINEAR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_NEAREST_MIPMAP_NEAREST - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_NEGATIVE_ONE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_NEGATIVE_W_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_NEGATIVE_X_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_NEGATIVE_Y_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_NEGATIVE_Z_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_NEVER - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_NICEST - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_NO_ERROR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_NO_RESET_NOTIFICATION - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_robustness
; GL_EXT_robustness
- GL_NONE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_NOOP - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_NOR - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_NORMAL_ARRAY - Static variable in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- GL_NORMAL_ARRAY_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_NORMAL_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
- GL_NORMAL_ARRAY_LENGTH_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_NORMAL_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_NORMAL_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_NORMAL_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_NORMAL_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_NORMAL_MAP - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_3
; GL_OES_texture_cube_map
- GL_NORMALIZE - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_NORMALIZED_RANGE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_NOTEQUAL - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_NUM_ACTIVE_VARIABLES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_NUM_COMPATIBLE_SUBROUTINES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_subroutine
, GL_VERSION_4_0
- GL_NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_NUM_EXTENSIONS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_NUM_PROGRAM_BINARY_FORMATS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_1
, GL_ARB_get_program_binary
; GL_OES_get_program_binary
- GL_NUM_SAMPLE_COUNTS - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_internalformat_query
, GL_VERSION_4_2
- GL_NUM_SHADER_BINARY_FORMATS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_NUM_SHADING_LANGUAGE_VERSIONS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
- GL_NUM_VIDEO_CAPTURE_STREAMS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_NVIDIA_PLATFORM_BINARY_NV - Static variable in interface javax.media.opengl.GLES2
-
- GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_OBJECT_ACTIVE_UNIFORMS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_OBJECT_ATTACHED_OBJECTS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_OBJECT_COMPILE_STATUS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_OBJECT_DELETE_STATUS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_OBJECT_INFO_LOG_LENGTH_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_OBJECT_LINEAR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_OBJECT_LINK_STATUS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_OBJECT_PLANE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_OBJECT_SHADER_SOURCE_LENGTH_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_OBJECT_SUBTYPE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_OBJECT_TYPE - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_OBJECT_TYPE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_OBJECT_VALIDATE_STATUS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_OFFSET - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_OFFSET_HILO_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_OFFSET_TEXTURE_2D_BIAS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_OFFSET_TEXTURE_2D_MATRIX_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_OFFSET_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_OFFSET_TEXTURE_2D_SCALE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_OFFSET_TEXTURE_BIAS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_OFFSET_TEXTURE_MATRIX_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_OFFSET_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_OFFSET_TEXTURE_SCALE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_ONE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ONE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_ONE_MINUS_CONSTANT_ALPHA - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_ARB_imaging
- GL_ONE_MINUS_CONSTANT_COLOR - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_ARB_imaging
- GL_ONE_MINUS_DST_ALPHA - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ONE_MINUS_DST_COLOR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ONE_MINUS_SRC1_ALPHA - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_blend_func_extended
, GL_VERSION_3_3
- GL_ONE_MINUS_SRC1_COLOR - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_blend_func_extended
, GL_VERSION_3_3
- GL_ONE_MINUS_SRC_ALPHA - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ONE_MINUS_SRC_COLOR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_OP_ADD_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_CLAMP_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_CROSS_PRODUCT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_DOT3_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_DOT4_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_EXP_BASE_2_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_FLOOR_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_FRAC_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_INDEX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_LOG_BASE_2_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_MADD_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_MAX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_MIN_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_MOV_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_MUL_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_MULTIPLY_MATRIX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_NEGATE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_POWER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_RECIP_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_RECIP_SQRT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_ROUND_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_SET_GE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_SET_LT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OP_SUB_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OPERAND0_ALPHA - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_OPERAND0_RGB - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_OPERAND1_ALPHA - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_OPERAND1_RGB - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_OPERAND2_ALPHA - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_OPERAND2_RGB - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_OR - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_OR_INVERTED - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_OR_REVERSE - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_ORDER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_OUT_OF_MEMORY - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_OUTPUT_COLOR0_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_COLOR1_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_FOG_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD0_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD10_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD11_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD12_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD13_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD14_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD15_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD16_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD17_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD18_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD19_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD1_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD20_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD21_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD22_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD23_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD24_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD25_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD26_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD27_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD28_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD29_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD2_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD30_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD31_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD3_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD4_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD5_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD6_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD7_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD8_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_TEXTURE_COORD9_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_OUTPUT_VERTEX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_PACK_ALIGNMENT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_PACK_CMYK_HINT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_cmyka
- GL_PACK_COMPRESSED_BLOCK_DEPTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_compressed_texture_pixel_storage
- GL_PACK_COMPRESSED_BLOCK_HEIGHT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_compressed_texture_pixel_storage
- GL_PACK_COMPRESSED_BLOCK_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_compressed_texture_pixel_storage
- GL_PACK_COMPRESSED_BLOCK_WIDTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_compressed_texture_pixel_storage
- GL_PACK_IMAGE_HEIGHT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_PACK_LSB_FIRST - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_PACK_RESAMPLE_OML - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OML_resample
- GL_PACK_REVERSE_ROW_ORDER_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_pack_reverse_row_order
- GL_PACK_ROW_BYTES_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_row_bytes
- GL_PACK_ROW_LENGTH - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
- GL_PACK_SKIP_IMAGES - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_PACK_SKIP_PIXELS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
- GL_PACK_SKIP_ROWS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
- GL_PACK_SWAP_BYTES - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_PALETTE4_R5_G6_B5_OES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_R5_G6_B5_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_R5_G6_B5_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGB5_A1_OES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGB5_A1_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGB5_A1_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGB8_OES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGB8_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGB8_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGBA4_OES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGBA4_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGBA4_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGBA8_OES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGBA8_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE4_RGBA8_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_R5_G6_B5_OES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_R5_G6_B5_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_R5_G6_B5_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGB5_A1_OES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGB5_A1_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGB5_A1_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGB8_OES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGB8_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGB8_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGBA4_OES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGBA4_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGBA4_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGBA8_OES - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGBA8_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_compressed_paletted_texture
- GL_PALETTE8_RGBA8_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_compressed_paletted_texture
- GL_PARTIAL_SUCCESS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_PASS_THROUGH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_PASS_THROUGH_TOKEN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PATCH_DEFAULT_INNER_LEVEL - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_PATCH_DEFAULT_OUTER_LEVEL - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_PATCH_VERTICES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_PATCHES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_PATH_CLIENT_LENGTH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_COMMAND_COUNT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_COMPUTED_LENGTH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_COORD_COUNT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_COVER_DEPTH_FUNC_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_DASH_ARRAY_COUNT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_DASH_CAPS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_DASH_OFFSET_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_DASH_OFFSET_RESET_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_END_CAPS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_ERROR_POSITION_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_FILL_BOUNDING_BOX_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_FILL_COVER_MODE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_FILL_MASK_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_FILL_MODE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_FOG_GEN_MODE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_FORMAT_PS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_FORMAT_SVG_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_GEN_COEFF_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_GEN_COLOR_FORMAT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_GEN_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_GEN_MODE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_INITIAL_DASH_CAP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_INITIAL_END_CAP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_JOIN_STYLE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_MITER_LIMIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_OBJECT_BOUNDING_BOX_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_STENCIL_DEPTH_OFFSET_FACTOR_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_STENCIL_DEPTH_OFFSET_UNITS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_STENCIL_FUNC_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_STENCIL_REF_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_STENCIL_VALUE_MASK_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_STROKE_BOUNDING_BOX_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_STROKE_COVER_MODE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_STROKE_MASK_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_STROKE_WIDTH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_TERMINAL_DASH_CAP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PATH_TERMINAL_END_CAP_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_PERCENTAGE_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_performance_monitor
- GL_PERCENTAGE_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_performance_monitor
- GL_PERFMON_GLOBAL_MODE_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_perfmon_global_mode
- GL_PERFMON_GLOBAL_MODE_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_perfmon_global_mode
- GL_PERFMON_RESULT_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_performance_monitor
- GL_PERFMON_RESULT_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_performance_monitor
- GL_PERFMON_RESULT_AVAILABLE_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_performance_monitor
- GL_PERFMON_RESULT_AVAILABLE_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_performance_monitor
- GL_PERFMON_RESULT_SIZE_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_performance_monitor
- GL_PERFMON_RESULT_SIZE_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_performance_monitor
- GL_PERFORMANCE_MONITOR_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_name_gen_delete
- GL_PERSPECTIVE_CORRECTION_HINT - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_PERTURB_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_perturb_normal
- GL_PIXEL_BUFFER_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_PIXEL_COUNT_AVAILABLE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_occlusion_query
- GL_PIXEL_COUNT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_occlusion_query
- GL_PIXEL_COUNTER_BITS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_occlusion_query
- GL_PIXEL_CUBIC_WEIGHT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_transform
- GL_PIXEL_MAG_FILTER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_transform
- GL_PIXEL_MAP_A_TO_A - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_A_TO_A_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_B_TO_B - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_B_TO_B_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_G_TO_G - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_G_TO_G_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_I_TO_A - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_I_TO_A_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_I_TO_B - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_I_TO_B_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_I_TO_G - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_I_TO_G_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_I_TO_I - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_I_TO_I_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_I_TO_R - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_I_TO_R_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_R_TO_R - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_R_TO_R_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_S_TO_S - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MAP_S_TO_S_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_MIN_FILTER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_transform
- GL_PIXEL_MODE_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_PIXEL_PACK_BUFFER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- GL_PIXEL_PACK_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- GL_PIXEL_PACK_BUFFER_BINDING_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_buffer_object
- GL_PIXEL_PACK_BUFFER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_buffer_object
- GL_PIXEL_TRANSFORM_2D_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_transform
- GL_PIXEL_TRANSFORM_2D_MATRIX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_transform
- GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_transform
- GL_PIXEL_UNPACK_BUFFER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- GL_PIXEL_UNPACK_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- GL_PIXEL_UNPACK_BUFFER_BINDING_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_buffer_object
- GL_PIXEL_UNPACK_BUFFER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_pixel_buffer_object
- GL_PN_TRIANGLES_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_pn_triangles
- GL_PN_TRIANGLES_NORMAL_MODE_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_pn_triangles
- GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_pn_triangles
- GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_pn_triangles
- GL_PN_TRIANGLES_POINT_MODE_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_pn_triangles
- GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_pn_triangles
- GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_pn_triangles
- GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_pn_triangles
- GL_POINT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_POINT_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_POINT_DISTANCE_ATTENUATION - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_4
- GL_POINT_FADE_THRESHOLD_SIZE - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_POINT_SIZE - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_point_size_array
- GL_POINT_SIZE_ARRAY_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_point_size_array
- GL_POINT_SIZE_ARRAY_POINTER_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_point_size_array
- GL_POINT_SIZE_ARRAY_STRIDE_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_point_size_array
- GL_POINT_SIZE_ARRAY_TYPE_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_point_size_array
- GL_POINT_SIZE_GRANULARITY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_POINT_SIZE_MAX - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_4
- GL_POINT_SIZE_MIN - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_4
- GL_POINT_SIZE_RANGE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_POINT_SMOOTH - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_POINT_SMOOTH_HINT - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_POINT_SPRITE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_2_0
; GL_ARB_point_sprite
; GL_OES_point_sprite
- GL_POINT_SPRITE_COORD_ORIGIN - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_2_0
- GL_POINT_TOKEN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_POINTS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_POLYGON - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_POLYGON_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_POLYGON_MODE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_POLYGON_OFFSET_FACTOR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_POLYGON_OFFSET_FILL - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_POLYGON_OFFSET_LINE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_POLYGON_OFFSET_POINT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_POLYGON_OFFSET_UNITS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_POLYGON_SMOOTH - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_POLYGON_SMOOTH_HINT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_POLYGON_STIPPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_POLYGON_STIPPLE_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_POLYGON_TOKEN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_POSITION - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_POST_COLOR_MATRIX_ALPHA_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_COLOR_MATRIX_ALPHA_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_COLOR_MATRIX_BLUE_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_COLOR_MATRIX_BLUE_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_COLOR_MATRIX_COLOR_TABLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_COLOR_MATRIX_GREEN_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_COLOR_MATRIX_GREEN_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_COLOR_MATRIX_RED_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_COLOR_MATRIX_RED_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_CONVOLUTION_ALPHA_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_CONVOLUTION_ALPHA_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_CONVOLUTION_BLUE_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_CONVOLUTION_BLUE_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_CONVOLUTION_COLOR_TABLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_CONVOLUTION_GREEN_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_CONVOLUTION_GREEN_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_CONVOLUTION_RED_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_POST_CONVOLUTION_RED_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_PREFER_DOUBLEBUFFER_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_PREVIOUS - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_PREVIOUS_TEXTURE_INPUT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_PRIMARY_COLOR - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_PRIMITIVE_RESTART - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_PRIMITIVE_RESTART_FIXED_INDEX - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_ES3_compatibility
- GL_PRIMITIVE_RESTART_INDEX - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_PRIMITIVE_RESTART_INDEX_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_primitive_restart
- GL_PRIMITIVE_RESTART_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_primitive_restart
- GL_PRIMITIVES_GENERATED - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
- GL_PROFILE_LIST_ALL - Static variable in class javax.media.opengl.GLProfile
-
All GL Profiles in the order of default detection.
- GL_PROFILE_LIST_MAX - Static variable in class javax.media.opengl.GLProfile
-
Order of maximum profiles.
- GL_PROFILE_LIST_MAX_FIXEDFUNC - Static variable in class javax.media.opengl.GLProfile
-
Order of maximum fixed function profiles
GL4bc
GL3bc
GL2
GLES1
- GL_PROFILE_LIST_MAX_PROGSHADER - Static variable in class javax.media.opengl.GLProfile
-
Order of maximum programmable shader profiles
GL4bc
GL4
GL3bc
GL3
GLES3
GL2
GLES2
- GL_PROFILE_LIST_MAX_PROGSHADER_CORE - Static variable in class javax.media.opengl.GLProfile
-
Order of maximum programmable shader core only profiles
GL4
GL3
GLES3
GLES2
- GL_PROFILE_LIST_MIN - Static variable in class javax.media.opengl.GLProfile
-
Order of minimum profiles.
- GL_PROFILE_LIST_MIN_DESKTOP - Static variable in class javax.media.opengl.GLProfile
-
Order of minimum original desktop profiles.
- GL_PROGRAM - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_PROGRAM_ADDRESS_REGISTERS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_ALU_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_PROGRAM_ATTRIB_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program4
- GL_PROGRAM_ATTRIBS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_BINARY_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_program_binary
- GL_PROGRAM_BINARY_FORMATS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_1
, GL_ARB_get_program_binary
; GL_OES_get_program_binary
- GL_PROGRAM_BINARY_LENGTH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_1
, GL_ARB_get_program_binary
; GL_OES_get_program_binary
- GL_PROGRAM_BINARY_RETRIEVABLE_HINT - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_1
, GL_ARB_get_program_binary
- GL_PROGRAM_BINDING_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_ERROR_POSITION_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_ERROR_STRING_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_FORMAT_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_FORMAT_ASCII_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_INPUT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_PROGRAM_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_LENGTH_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_MATRIX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_direct_state_access
- GL_PROGRAM_MATRIX_STACK_DEPTH_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_direct_state_access
- GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_PROGRAM_NATIVE_ATTRIBS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_NATIVE_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_NATIVE_TEMPORARIES_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_PROGRAM_OBJECT_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_PROGRAM_OBJECT_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_debug_label
- GL_PROGRAM_OUTPUT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_PROGRAM_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_PIPELINE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_KHR_debug
- GL_PROGRAM_PIPELINE_BINDING - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_separate_shader_objects
- GL_PROGRAM_PIPELINE_OBJECT_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_debug_label
- GL_PROGRAM_POINT_SIZE - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_PROGRAM_POINT_SIZE_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_PROGRAM_RESULT_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_gpu_program4
- GL_PROGRAM_SEPARABLE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_separate_shader_objects
- GL_PROGRAM_STRING_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_TEMPORARIES_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROGRAM_TEX_INDIRECTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_PROGRAM_TEX_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_fragment_program
- GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_PROJECTION - Static variable in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Matrix mode projection
- GL_PROJECTION_MATRIX - Static variable in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Matrix access name for projection
- GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_matrix_get
- GL_PROJECTION_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_PROVOKING_VERTEX - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
, GL_ARB_provoking_vertex
- GL_PROVOKING_VERTEX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_provoking_vertex
- GL_PROXY_COLOR_TABLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_PROXY_HISTOGRAM - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_PROXY_POST_CONVOLUTION_COLOR_TABLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_PROXY_TEXTURE_1D - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_PROXY_TEXTURE_1D_ARRAY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_texture_array
- GL_PROXY_TEXTURE_2D - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_PROXY_TEXTURE_2D_ARRAY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_texture_array
- GL_PROXY_TEXTURE_2D_MULTISAMPLE - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_PROXY_TEXTURE_3D - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_PROXY_TEXTURE_CUBE_MAP - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_3
- GL_PROXY_TEXTURE_CUBE_MAP_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
; GL_ARB_texture_cube_map_array
- GL_PROXY_TEXTURE_RECTANGLE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_PROXY_TEXTURE_RECTANGLE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_texture_rectangle
- GL_PURGEABLE_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_object_purgeable
- GL_Q - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_QUAD_STRIP - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_QUADRATIC_ATTENUATION - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_QUADRATIC_CURVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_QUADS - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
, GL_ARB_provoking_vertex
- GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_provoking_vertex
- GL_QUERY - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_QUERY_BUFFER_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_query_buffer_object
- GL_QUERY_BUFFER_BINDING_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_query_buffer_object
- GL_QUERY_BY_REGION_NO_WAIT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_NV_conditional_render
- GL_QUERY_BY_REGION_WAIT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_NV_conditional_render
- GL_QUERY_COUNTER_BITS - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_5
- GL_QUERY_COUNTER_BITS_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_disjoint_timer_query
- GL_QUERY_NO_WAIT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_NV_conditional_render
- GL_QUERY_OBJECT_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_name_gen_delete
- GL_QUERY_OBJECT_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_debug_label
- GL_QUERY_RESULT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_5
; GL_EXT_occlusion_query_boolean
, GL_EXT_disjoint_timer_query
- GL_QUERY_RESULT_AVAILABLE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_5
; GL_EXT_occlusion_query_boolean
, GL_EXT_disjoint_timer_query
- GL_QUERY_RESULT_NO_WAIT_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_query_buffer_object
- GL_QUERY_WAIT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_NV_conditional_render
- GL_R - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_R11F_G11F_B10F - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_packed_float
- GL_R16 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_R16_SNORM - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_R16F - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
; GL_EXT_texture_storage
, GL_EXT_color_buffer_half_float
- GL_R16I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_R16UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_R32F - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
; GL_EXT_texture_storage
- GL_R32I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_R32UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_R3_G3_B2 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_R8 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
; GL_EXT_texture_rg
, GL_EXT_texture_storage
- GL_R8_SNORM - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_1
- GL_R8I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_R8UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_RASTERIZER_DISCARD - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_READ_BUFFER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
- GL_READ_BUFFER_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_multiview_draw_buffers
- GL_READ_BUFFER_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_read_buffer
- GL_READ_FRAMEBUFFER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_framebuffer_blit
- GL_READ_FRAMEBUFFER_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_framebuffer_blit
- GL_READ_FRAMEBUFFER_APPLE - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_APPLE_framebuffer_multisample
- GL_READ_FRAMEBUFFER_APPLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_APPLE_framebuffer_multisample
- GL_READ_FRAMEBUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_framebuffer_blit
- GL_READ_FRAMEBUFFER_BINDING_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_framebuffer_blit
- GL_READ_FRAMEBUFFER_BINDING_APPLE - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_APPLE_framebuffer_multisample
- GL_READ_FRAMEBUFFER_BINDING_APPLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_APPLE_framebuffer_multisample
- GL_READ_FRAMEBUFFER_BINDING_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_framebuffer_blit
- GL_READ_FRAMEBUFFER_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_framebuffer_blit
- GL_READ_ONLY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_5
- GL_READ_PIXEL_DATA_RANGE_LENGTH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_pixel_data_range
- GL_READ_PIXEL_DATA_RANGE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_pixel_data_range
- GL_READ_PIXEL_DATA_RANGE_POINTER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_pixel_data_range
- GL_READ_PIXELS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_READ_PIXELS_FORMAT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_READ_PIXELS_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_READ_WRITE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_5
- GL_RECIP_ADD_SIGNED_ALPHA_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_texture_env_enhanced_fixed_function
- GL_RECLAIM_MEMORY_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_RECT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RED - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
; GL_EXT_texture_rg
- GL_RED_BIAS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_RED_BITS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_RED_INTEGER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RED_MAX_CLAMP_INGR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INGR_color_clamp
- GL_RED_MIN_CLAMP_INGR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INGR_color_clamp
- GL_RED_SCALE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_RED_SNORM - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_REDUCE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_REFERENCED_BY_COMPUTE_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_REFERENCED_BY_FRAGMENT_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_REFERENCED_BY_GEOMETRY_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_REFERENCED_BY_TESS_CONTROL_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_REFERENCED_BY_TESS_EVALUATION_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_REFERENCED_BY_VERTEX_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_REFLECTION_MAP - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_3
; GL_OES_texture_cube_map
- GL_RELATIVE_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_CUBIC_CURVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_HORIZONTAL_LINE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_LARGE_CCW_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_LARGE_CW_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_LINE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_MOVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_QUADRATIC_CURVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_SMALL_CCW_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_SMALL_CW_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_SMOOTH_CUBIC_CURVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_SMOOTH_QUADRATIC_CURVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELATIVE_VERTICAL_LINE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RELEASED_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_object_purgeable
- GL_RENDER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_binning_control
- GL_RENDER_MODE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_RENDERBUFFER - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_RENDERBUFFER_ALPHA_SIZE - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_RENDERBUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_RENDERBUFFER_BLUE_SIZE - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_RENDERBUFFER_COLOR_SAMPLES_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_framebuffer_multisample_coverage
- GL_RENDERBUFFER_COVERAGE_SAMPLES_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_framebuffer_multisample_coverage
- GL_RENDERBUFFER_DEPTH_SIZE - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_RENDERBUFFER_FREE_MEMORY_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_meminfo
- GL_RENDERBUFFER_GREEN_SIZE - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_RENDERBUFFER_HEIGHT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_RENDERBUFFER_INTERNAL_FORMAT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_RENDERBUFFER_RED_SIZE - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_RENDERBUFFER_SAMPLES - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_RENDERBUFFER_SAMPLES_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_framebuffer_multisample
- GL_RENDERBUFFER_SAMPLES_APPLE - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_APPLE_framebuffer_multisample
- GL_RENDERBUFFER_SAMPLES_APPLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_APPLE_framebuffer_multisample
- GL_RENDERBUFFER_SAMPLES_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_multisampled_render_to_texture
- GL_RENDERBUFFER_SAMPLES_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_multisampled_render_to_texture
- GL_RENDERBUFFER_SAMPLES_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_framebuffer_multisample
- GL_RENDERBUFFER_STENCIL_SIZE - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_RENDERBUFFER_WIDTH - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_RENDERER - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_REPEAT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_REPLACE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_REPLACE_VALUE_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_stencil_operation_extended
- GL_REPLICATE_BORDER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_EGL_image_external
- GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_EGL_image_external
- GL_RESAMPLE_AVERAGE_OML - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OML_resample
- GL_RESAMPLE_DECIMATE_OML - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OML_resample
- GL_RESAMPLE_REPLICATE_OML - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OML_resample
- GL_RESAMPLE_ZERO_FILL_OML - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OML_resample
- GL_RESCALE_NORMAL - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_2
, GL_VERSION_ES_1_0
- GL_RESET_NOTIFICATION_STRATEGY - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_robustness
; GL_EXT_robustness
- GL_RESTART_PATH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_RETAINED_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_object_purgeable
- GL_RETURN - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_RG - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
; GL_EXT_texture_rg
- GL_RG16 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_RG16_SNORM - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_RG16F - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
; GL_EXT_texture_storage
, GL_EXT_color_buffer_half_float
- GL_RG16I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_RG16UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_RG32F - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
; GL_EXT_texture_storage
- GL_RG32I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_RG32UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_RG8 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
; GL_EXT_texture_rg
, GL_EXT_texture_storage
- GL_RG8_SNORM - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_1
- GL_RG8I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_RG8UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_RG_INTEGER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
, GL_ARB_texture_rg
- GL_RG_SNORM - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_RGB - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_RGB10 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
; GL_EXT_texture
, GL_EXT_texture_storage
- GL_RGB10_A2 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
; GL_EXT_texture
, GL_EXT_texture_storage
- GL_RGB10_A2UI - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_texture_rgb10_a2ui
, GL_VERSION_3_3
- GL_RGB12 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_RGB16 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_RGB16_SNORM - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_RGB16F - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_ARB_texture_float
; GL_EXT_texture_storage
, GL_EXT_color_buffer_half_float
- GL_RGB16I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGB16UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGB32F - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_RGB32I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGB32UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGB4 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_RGB4_S3TC - Static variable in interface javax.media.opengl.GL2
-
Part of GL_S3_s3tc
- GL_RGB5 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_RGB565 - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
; GL_OES_required_internalformat
, GL_OES_framebuffer_object
- GL_RGB5_A1 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_2_0
; GL_OES_required_internalformat
, GL_OES_framebuffer_object
- GL_RGB8 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
; GL_OES_rgb8_rgba8
- GL_RGB8_SNORM - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_1
- GL_RGB8I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGB8UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGB9_E5 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_shared_exponent
- GL_RGB_422_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_rgb_422
- GL_RGB_422_APPLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_APPLE_rgb_422
- GL_RGB_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_RGB_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_RGB_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_RGB_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_RGB_INTEGER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGB_S3TC - Static variable in interface javax.media.opengl.GL2
-
Part of GL_S3_s3tc
- GL_RGB_SCALE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_RGB_SNORM - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_RGBA - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_RGBA12 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_RGBA16 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_RGBA16_SNORM - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_RGBA16F - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_ARB_texture_float
; GL_EXT_color_buffer_half_float
- GL_RGBA16I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGBA16UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGBA2 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_RGBA32F - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_ARB_texture_float
; GL_EXT_texture_storage
- GL_RGBA32I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGBA32UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGBA4 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_2_0
; GL_OES_required_internalformat
, GL_OES_framebuffer_object
- GL_RGBA4_DXT5_S3TC - Static variable in interface javax.media.opengl.GL2
-
Part of GL_S3_s3tc
- GL_RGBA4_S3TC - Static variable in interface javax.media.opengl.GL2
-
Part of GL_S3_s3tc
- GL_RGBA8 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
; GL_OES_rgb8_rgba8
- GL_RGBA8_SNORM - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_1
- GL_RGBA8I - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGBA8UI - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGBA_DXT5_S3TC - Static variable in interface javax.media.opengl.GL2
-
Part of GL_S3_s3tc
- GL_RGBA_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_RGBA_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_RGBA_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_float_pixels
- GL_RGBA_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_texture_float
- GL_RGBA_FLOAT_MODE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_color_buffer_float
- GL_RGBA_FLOAT_MODE_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_pixel_format_float
- GL_RGBA_INTEGER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_integer
- GL_RGBA_INTEGER_MODE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_integer
- GL_RGBA_MODE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_RGBA_S3TC - Static variable in interface javax.media.opengl.GL2
-
Part of GL_S3_s3tc
- GL_RGBA_SIGNED_COMPONENTS - Static variable in interface javax.media.opengl.GL
-
Part of GL_EXT_packed_float
- GL_RGBA_SNORM - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_RIGHT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_ROUND_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_S - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_SAMPLE_ALPHA_TO_COVERAGE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_SAMPLE_ALPHA_TO_ONE - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_SAMPLE_BUFFERS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_SAMPLE_COVERAGE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_SAMPLE_COVERAGE_INVERT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_SAMPLE_COVERAGE_VALUE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_SAMPLE_MASK - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_SAMPLE_MASK_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_explicit_multisample
- GL_SAMPLE_MASK_VALUE - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_SAMPLE_MASK_VALUE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_explicit_multisample
- GL_SAMPLE_POSITION - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_SAMPLE_POSITION_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_explicit_multisample
- GL_SAMPLE_SHADING - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
; GL_ARB_sample_shading
- GL_SAMPLER - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_SAMPLER_1D - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_2_0
- GL_SAMPLER_1D_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_SAMPLER_1D_ARRAY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_SAMPLER_1D_ARRAY_SHADOW - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_SAMPLER_1D_SHADOW - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_2_0
- GL_SAMPLER_1D_SHADOW_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_SAMPLER_2D - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_SAMPLER_2D_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_SAMPLER_2D_ARRAY - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_array
, GL_EXT_gpu_shader4
- GL_SAMPLER_2D_ARRAY_SHADOW - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_SAMPLER_2D_ARRAY_SHADOW_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_shadow_samplers_array
- GL_SAMPLER_2D_MULTISAMPLE - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_SAMPLER_2D_RECT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_SAMPLER_2D_RECT_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_SAMPLER_2D_RECT_SHADOW - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_SAMPLER_2D_RECT_SHADOW_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_SAMPLER_2D_SHADOW - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_EXT_shadow_samplers
- GL_SAMPLER_2D_SHADOW_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_SAMPLER_3D - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_0
; GL_OES_texture_3D
- GL_SAMPLER_3D_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_SAMPLER_BINDING - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sampler_objects
, GL_ES_VERSION_3_0
, GL_VERSION_3_3
- GL_SAMPLER_BUFFER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
; GL_EXT_gpu_shader4
- GL_SAMPLER_BUFFER_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_vertex_shader_tesselator
, GL_AMD_vertex_shader_tessellator
- GL_SAMPLER_CUBE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_SAMPLER_CUBE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_SAMPLER_CUBE_MAP_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
; GL_ARB_texture_cube_map_array
- GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
; GL_ARB_texture_cube_map_array
- GL_SAMPLER_CUBE_SHADOW - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_SAMPLER_CUBE_SHADOW_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_shadow_samplers_cube
- GL_SAMPLER_EXTERNAL_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_EGL_image_external
- GL_SAMPLER_OBJECT_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_name_gen_delete
- GL_SAMPLER_RENDERBUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_explicit_multisample
- GL_SAMPLES - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_SAMPLES_PASSED - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_5
- GL_SCALAR_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_SCALED_RESOLVE_FASTEST_EXT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_EXT_framebuffer_multisample_blit_scaled
- GL_SCALED_RESOLVE_NICEST_EXT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_EXT_framebuffer_multisample_blit_scaled
- GL_SCISSOR_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_SCISSOR_BOX - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_SCISSOR_TEST - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_SCREEN_COORDINATES_REND - Static variable in interface javax.media.opengl.GL2
-
Part of GL_REND_screen_coordinates
- GL_SECONDARY_COLOR_ARRAY - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_5
- GL_SECONDARY_COLOR_ARRAY_LENGTH_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_SECONDARY_COLOR_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_SECONDARY_COLOR_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_SECONDARY_COLOR_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_SECONDARY_COLOR_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_SELECT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_SELECTION_BUFFER_POINTER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_SELECTION_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_SEPARABLE_2D - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_SEPARATE_ATTRIBS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_SEPARATE_SPECULAR_COLOR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_2
- GL_SET - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_SET_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_stencil_operation_extended
- GL_SGX_BINARY_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_shader_binary
- GL_SGX_PROGRAM_BINARY_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_program_binary
- GL_SHADE_MODEL - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_SHADER - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_3
, GL_KHR_debug
; GL_KHR_debug
- GL_SHADER_BINARY_DMP - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_DMP_shader_binary
- GL_SHADER_BINARY_FORMATS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_SHADER_BINARY_VIV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_VIV_shader_binary
- GL_SHADER_COMPILER - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_ES2_compatibility
, GL_VERSION_4_1
, GL_ES_VERSION_2_0
- GL_SHADER_CONSISTENT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_shader_buffer_store
- GL_SHADER_IMAGE_ACCESS_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_SHADER_IMAGE_ATOMIC - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_SHADER_IMAGE_LOAD - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_SHADER_IMAGE_STORE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_SHADER_INCLUDE_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_shading_language_include
- GL_SHADER_OBJECT_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shader_objects
- GL_SHADER_OBJECT_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_debug_label
- GL_SHADER_OPERATION_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SHADER_SOURCE_LENGTH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_SHADER_STORAGE_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_SHADER_STORAGE_BLOCK - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_SHADER_STORAGE_BUFFER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_SHADER_STORAGE_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_SHADER_STORAGE_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_SHADER_STORAGE_BUFFER_START - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_shader_storage_buffer_object
- GL_SHADER_TYPE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_SHADING_LANGUAGE_VERSION - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_SHADING_LANGUAGE_VERSION_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shading_language_100
- GL_SHADOW_ATTENUATION_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_light_texture
- GL_SHARED_TEXTURE_PALETTE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_shared_texture_palette
- GL_SHININESS - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_SHORT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_SIGNALED - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_SIGNED_ALPHA8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_ALPHA_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_HILO16_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_HILO8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader3
- GL_SIGNED_HILO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_INTENSITY8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_INTENSITY_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_LUMINANCE8_ALPHA8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_LUMINANCE8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_LUMINANCE_ALPHA_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_LUMINANCE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_NORMALIZED - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_1
- GL_SIGNED_RGB8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_RGB_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_RGB_UNSIGNED_ALPHA_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_RGBA8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIGNED_RGBA_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_SINGLE_COLOR - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_2
- GL_SKIP_DECODE_EXT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_EXT_texture_sRGB_decode
- GL_SKIP_MISSING_GLYPH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_SLUMINANCE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_2_1
- GL_SLUMINANCE8 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_2_1
- GL_SLUMINANCE8_ALPHA8 - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_2_1
- GL_SLUMINANCE8_ALPHA8_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_sRGB_formats
- GL_SLUMINANCE8_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_sRGB_formats
- GL_SLUMINANCE_ALPHA - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_2_1
- GL_SLUMINANCE_ALPHA_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_sRGB_formats
- GL_SLUMINANCE_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_sRGB_formats
- GL_SMALL_CCW_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_SMALL_CW_ARC_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_SMOOTH - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_SMOOTH_CUBIC_CURVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_SMOOTH_LINE_WIDTH_GRANULARITY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_SMOOTH_LINE_WIDTH_RANGE - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_SMOOTH_POINT_SIZE_GRANULARITY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_SMOOTH_POINT_SIZE_RANGE - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_SMOOTH_QUADRATIC_CURVE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_SOURCE0_ALPHA - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_SOURCE0_RGB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_SOURCE1_ALPHA - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_SOURCE1_RGB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_SOURCE2_ALPHA - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_SOURCE2_RGB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_SPECULAR - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_SPHERE_MAP - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_SPOT_CUTOFF - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_SPOT_DIRECTION - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_SPOT_EXPONENT - Static variable in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- GL_SQUARE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_SRC0_ALPHA - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
- GL_SRC0_RGB - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
- GL_SRC1_ALPHA - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
- GL_SRC1_ALPHA - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
- GL_SRC1_COLOR - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_blend_func_extended
, GL_VERSION_3_3
- GL_SRC1_RGB - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
- GL_SRC2_ALPHA - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
- GL_SRC2_RGB - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
- GL_SRC_ALPHA - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_SRC_ALPHA_SATURATE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_SRC_COLOR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_SRGB - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
; GL_EXT_texture_sRGB
, GL_EXT_sRGB
- GL_SRGB8 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- GL_SRGB8_ALPHA8 - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
; GL_EXT_texture_sRGB
, GL_EXT_sRGB
- GL_SRGB8_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_sRGB_formats
- GL_SRGB_ALPHA - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_2_1
; GL_EXT_texture_sRGB
, GL_EXT_sRGB
- GL_SRGB_DECODE_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_internalformat_query2
- GL_SRGB_READ - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_SRGB_WRITE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_STACK_OVERFLOW - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_STACK_OVERFLOW - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
; GL_KHR_debug
- GL_STACK_UNDERFLOW - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_STACK_UNDERFLOW - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
; GL_KHR_debug
- GL_STANDARD_FONT_NAME_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_STATE_RESTORE - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_extended_get
- GL_STATE_RESTORE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_extended_get
- GL_STATIC_COPY - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_5
- GL_STATIC_DRAW - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STATIC_READ - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_5
- GL_STENCIL - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
- GL_STENCIL_ATTACHMENT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- GL_STENCIL_BACK_FAIL - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_STENCIL_BACK_FUNC - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_STENCIL_BACK_OP_VALUE_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_stencil_operation_extended
- GL_STENCIL_BACK_PASS_DEPTH_FAIL - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_STENCIL_BACK_PASS_DEPTH_PASS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_STENCIL_BACK_REF - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_STENCIL_BACK_VALUE_MASK - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_STENCIL_BACK_WRITEMASK - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_STENCIL_BITS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STENCIL_BUFFER_BIT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STENCIL_BUFFER_BIT0_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT0_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT1_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT1_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT2_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT2_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT3_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT3_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT4_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT4_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT5_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT5_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT6_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT6_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT7_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_BUFFER_BIT7_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_tiled_rendering
- GL_STENCIL_CLEAR_TAG_VALUE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_stencil_clear_tag
- GL_STENCIL_CLEAR_VALUE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STENCIL_COMPONENTS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_STENCIL_EXT - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_EXT_discard_framebuffer
- GL_STENCIL_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_discard_framebuffer
- GL_STENCIL_FAIL - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STENCIL_FUNC - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STENCIL_INDEX - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_ES_VERSION_2_0
- GL_STENCIL_INDEX1 - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
; GL_OES_stencil1
- GL_STENCIL_INDEX16 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
- GL_STENCIL_INDEX4 - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
; GL_OES_stencil4
- GL_STENCIL_INDEX8 - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_stencil8
- GL_STENCIL_OP_VALUE_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_stencil_operation_extended
- GL_STENCIL_PASS_DEPTH_FAIL - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STENCIL_PASS_DEPTH_PASS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STENCIL_REF - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STENCIL_RENDERABLE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_STENCIL_TAG_BITS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_stencil_clear_tag
- GL_STENCIL_TEST - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STENCIL_TEST_TWO_SIDE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_stencil_two_side
- GL_STENCIL_VALUE_MASK - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STENCIL_WRITEMASK - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_STEREO - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_STORAGE_CACHED_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_array_range
, GL_APPLE_texture_range
- GL_STORAGE_CLIENT_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_array_range
- GL_STORAGE_PRIVATE_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_texture_range
- GL_STORAGE_SHARED_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_array_range
, GL_APPLE_texture_range
- GL_STREAM_COPY - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_5
- GL_STREAM_DRAW - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_5
, GL_ES_VERSION_2_0
- GL_STREAM_READ - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_5
- GL_STRICT_DEPTHFUNC_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_STRICT_LIGHTING_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_STRICT_SCISSOR_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_SUBPIXEL_BITS - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_SUBSAMPLE_DISTANCE_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_sample_positions
- GL_SUBTRACT - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
- GL_SUCCESS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_SURFACE_MAPPED_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_vdpau_interop
- GL_SURFACE_REGISTERED_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_vdpau_interop
- GL_SURFACE_STATE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_vdpau_interop
- GL_SYNC_CL_EVENT_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_cl_event
- GL_SYNC_CL_EVENT_COMPLETE_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_cl_event
- GL_SYNC_CONDITION - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_SYNC_FENCE - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_SYNC_FLAGS - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_SYNC_FLUSH_COMMANDS_BIT - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_SYNC_GPU_COMMANDS_COMPLETE - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_SYNC_STATUS - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_SYNC_X11_FENCE_EXT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_EXT_x11_sync_object
- GL_SYSTEM_FONT_NAME_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_T - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_T2F_C3F_V3F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_T2F_C4F_N3F_V3F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_T2F_C4UB_V3F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_T2F_IUI_N3F_V2F_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_array_formats
- GL_T2F_IUI_N3F_V3F_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_array_formats
- GL_T2F_IUI_V2F_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_array_formats
- GL_T2F_IUI_V3F_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_index_array_formats
- GL_T2F_N3F_V3F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_T2F_V3F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_T4F_C4F_N3F_V4F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_T4F_V4F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_TABLE_TOO_LARGE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_imaging
- GL_TESS_CONTROL_OUTPUT_VERTICES - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_TESS_CONTROL_PROGRAM_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_tessellation_program5
- GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_tessellation_program5
- GL_TESS_CONTROL_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_TESS_CONTROL_SHADER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- GL_TESS_CONTROL_SUBROUTINE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_TESS_CONTROL_SUBROUTINE_UNIFORM - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_TESS_CONTROL_TEXTURE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_TESS_EVALUATION_PROGRAM_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_tessellation_program5
- GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_tessellation_program5
- GL_TESS_EVALUATION_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_TESS_EVALUATION_SHADER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- GL_TESS_EVALUATION_SUBROUTINE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_TESS_EVALUATION_SUBROUTINE_UNIFORM - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_TESS_EVALUATION_TEXTURE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_TESS_GEN_MODE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_TESS_GEN_POINT_MODE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_TESS_GEN_SPACING - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_TESS_GEN_VERTEX_ORDER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_TESSELLATION_FACTOR_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_vertex_shader_tesselator
, GL_AMD_vertex_shader_tessellator
- GL_TESSELLATION_MODE_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_vertex_shader_tesselator
, GL_AMD_vertex_shader_tessellator
- GL_TEXCOORD1_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_TEXCOORD2_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_TEXCOORD3_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_TEXCOORD4_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_TEXTURE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_TEXTURE0 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE1 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE10 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE11 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE12 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE13 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE14 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE15 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE16 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE17 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE18 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE19 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE2 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE20 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE21 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE22 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE23 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE24 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE25 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE26 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE27 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE28 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE29 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE3 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE30 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE31 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE4 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE5 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE6 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE7 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE8 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE9 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_ES_1_0
, GL_VERSION_1_3
, GL_ES_VERSION_2_0
- GL_TEXTURE_1D - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_TEXTURE_1D_ARRAY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_texture_array
- GL_TEXTURE_2D - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_TEXTURE_2D_ARRAY - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_array
- GL_TEXTURE_2D_MULTISAMPLE - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_TEXTURE_2D_MULTISAMPLE_ARRAY - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_TEXTURE_3D - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
; GL_OES_texture_3D
- GL_TEXTURE_ALPHA_MODULATE_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_texture_env_enhanced_fixed_function
- GL_TEXTURE_ALPHA_SIZE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_TEXTURE_ALPHA_TYPE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
; GL_ARB_texture_float
- GL_TEXTURE_APPLICATION_MODE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_light_texture
- GL_TEXTURE_BASE_LEVEL - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
- GL_TEXTURE_BINDING_1D - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_TEXTURE_BINDING_1D_ARRAY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_texture_array
- GL_TEXTURE_BINDING_2D - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_TEXTURE_BINDING_2D_ARRAY - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_array
- GL_TEXTURE_BINDING_2D_MULTISAMPLE - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_TEXTURE_BINDING_3D - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
; GL_OES_texture_3D
- GL_TEXTURE_BINDING_BUFFER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
; GL_ARB_texture_buffer_object
- GL_TEXTURE_BINDING_CUBE_MAP - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_3
, GL_ES_VERSION_2_0
; GL_OES_texture_cube_map
- GL_TEXTURE_BINDING_CUBE_MAP_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
; GL_ARB_texture_cube_map_array
- GL_TEXTURE_BINDING_EXTERNAL_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_EGL_image_external
- GL_TEXTURE_BINDING_EXTERNAL_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_EGL_image_external
- GL_TEXTURE_BINDING_RECTANGLE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_TEXTURE_BINDING_RECTANGLE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_texture_rectangle
- GL_TEXTURE_BINDING_RENDERBUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_explicit_multisample
- GL_TEXTURE_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_TEXTURE_BLUE_SIZE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_TEXTURE_BLUE_TYPE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
; GL_ARB_texture_float
- GL_TEXTURE_BORDER - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_TEXTURE_BORDER_COLOR - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_TEXTURE_BORDER_COLOR_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_texture_border_clamp
- GL_TEXTURE_BORDER_VALUES_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_TEXTURE_BUFFER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
; GL_ARB_texture_buffer_object
- GL_TEXTURE_BUFFER_DATA_STORE_BINDING - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
; GL_ARB_texture_buffer_object
- GL_TEXTURE_BUFFER_FORMAT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_texture_buffer_object
- GL_TEXTURE_BUFFER_OFFSET - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_texture_buffer_range
, GL_VERSION_4_3
- GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_texture_buffer_range
, GL_VERSION_4_3
- GL_TEXTURE_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_texture_buffer_range
, GL_VERSION_4_3
- GL_TEXTURE_COLOR_SAMPLES_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_texture_multisample
- GL_TEXTURE_COMPARE_FAIL_VALUE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_shadow_ambient
- GL_TEXTURE_COMPARE_FUNC - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_4
; GL_EXT_shadow_samplers
- GL_TEXTURE_COMPARE_MODE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_1_4
; GL_EXT_shadow_samplers
- GL_TEXTURE_COMPONENTS - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_TEXTURE_COMPRESSED - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_3
- GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_TEXTURE_COMPRESSED_BLOCK_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_TEXTURE_COMPRESSED_BLOCK_WIDTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_TEXTURE_COMPRESSED_IMAGE_SIZE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_3
- GL_TEXTURE_COMPRESSION_HINT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_3
- GL_TEXTURE_CONSTANT_DATA_SUNX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_SUNX_constant_data
- GL_TEXTURE_COORD_ARRAY - Static variable in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- GL_TEXTURE_COORD_ARRAY_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
- GL_TEXTURE_COORD_ARRAY_LENGTH_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_TEXTURE_COORD_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_TEXTURE_COORD_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_TEXTURE_COORD_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_TEXTURE_COORD_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_TEXTURE_COVERAGE_SAMPLES_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_texture_multisample
- GL_TEXTURE_CROP_RECT_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_draw_texture
- GL_TEXTURE_CUBE_MAP - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_3
, GL_ES_VERSION_2_0
; GL_OES_texture_cube_map
- GL_TEXTURE_CUBE_MAP_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
; GL_ARB_texture_cube_map_array
- GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_3
, GL_ES_VERSION_2_0
; GL_OES_texture_cube_map
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_3
, GL_ES_VERSION_2_0
; GL_OES_texture_cube_map
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_3
, GL_ES_VERSION_2_0
; GL_OES_texture_cube_map
- GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_3
, GL_ES_VERSION_2_0
; GL_OES_texture_cube_map
- GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_3
, GL_ES_VERSION_2_0
; GL_OES_texture_cube_map
- GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_3
, GL_ES_VERSION_2_0
; GL_OES_texture_cube_map
- GL_TEXTURE_CUBE_MAP_SEAMLESS - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_seamless_cube_map
, GL_VERSION_3_2
- GL_TEXTURE_DEPTH - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_TEXTURE_DEPTH_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_DEPTH_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_DEPTH_SIZE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_4
- GL_TEXTURE_DEPTH_TYPE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
; GL_ARB_texture_float
- GL_TEXTURE_DS_SIZE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_TEXTURE_DT_SIZE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_TEXTURE_ENV - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_TEXTURE_ENV_COLOR - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_TEXTURE_ENV_MODE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_TEXTURE_EXTERNAL_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_EGL_image_external
- GL_TEXTURE_EXTERNAL_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_EGL_image_external
- GL_TEXTURE_FETCH_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_TEXTURE_FILTER_CONTROL - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_4
- GL_TEXTURE_FIXED_SAMPLE_LOCATIONS - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_TEXTURE_FLOAT_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_float_buffer
- GL_TEXTURE_FORMAT_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_FORMAT_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_FREE_MEMORY_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_meminfo
- GL_TEXTURE_GATHER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_TEXTURE_GATHER_SHADOW - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_TEXTURE_GEN_MODE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
; GL_OES_texture_cube_map
- GL_TEXTURE_GEN_Q - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_TEXTURE_GEN_R - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_TEXTURE_GEN_S - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_TEXTURE_GEN_STR - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_OES_texture_cube_map
- GL_TEXTURE_GEN_T - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_TEXTURE_GREEN_SIZE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_TEXTURE_GREEN_TYPE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
; GL_ARB_texture_float
- GL_TEXTURE_HEIGHT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_TEXTURE_HEIGHT_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_HEIGHT_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_HI_SIZE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_TEXTURE_IMAGE_FORMAT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_TEXTURE_IMAGE_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_TEXTURE_IMAGE_VALID_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_IMAGE_VALID_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_IMMUTABLE_FORMAT - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_2
, GL_ARB_texture_storage
; GL_EXT_texture_storage
- GL_TEXTURE_IMMUTABLE_LEVELS - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_3
, GL_ARB_texture_view
- GL_TEXTURE_INTENSITY_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_TEXTURE_INTENSITY_TYPE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
; GL_ARB_texture_float
- GL_TEXTURE_INTERNAL_FORMAT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
- GL_TEXTURE_INTERNAL_FORMAT_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_INTERNAL_FORMAT_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_LIGHT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_light_texture
- GL_TEXTURE_LO_SIZE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_TEXTURE_LOD_BIAS - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_4
- GL_TEXTURE_LUMINANCE_SIZE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_TEXTURE_LUMINANCE_TYPE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
; GL_ARB_texture_float
- GL_TEXTURE_MAG_FILTER - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_TEXTURE_MAG_SIZE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_TEXTURE_MATERIAL_FACE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_light_texture
- GL_TEXTURE_MATERIAL_PARAMETER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_light_texture
- GL_TEXTURE_MATRIX - Static variable in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Matrix access name for texture
- GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_matrix_get
- GL_TEXTURE_MAX_ANISOTROPY_EXT - Static variable in interface javax.media.opengl.GL
-
Part of GL_EXT_texture_filter_anisotropic
- GL_TEXTURE_MAX_LEVEL - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
- GL_TEXTURE_MAX_LEVEL_APPLE - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_APPLE_texture_max_level
- GL_TEXTURE_MAX_LEVEL_APPLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_APPLE_texture_max_level
- GL_TEXTURE_MAX_LOD - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
- GL_TEXTURE_MEMORY_LAYOUT_INTEL - Static variable in interface javax.media.opengl.GL2
-
Part of GL_INTEL_map_texture
- GL_TEXTURE_MIN_FILTER - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_TEXTURE_MIN_LOD - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
- GL_TEXTURE_NORMAL_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_perturb_normal
- GL_TEXTURE_NUM_LEVELS_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_NUM_LEVELS_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_OBJECT_VALID_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_OBJECT_VALID_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_PRIORITY - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_TEXTURE_RANGE_LENGTH_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_texture_range
- GL_TEXTURE_RANGE_POINTER_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_texture_range
- GL_TEXTURE_RECTANGLE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
- GL_TEXTURE_RECTANGLE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_texture_rectangle
- GL_TEXTURE_RED_SIZE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_TEXTURE_RED_TYPE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
; GL_ARB_texture_float
- GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_explicit_multisample
- GL_TEXTURE_RENDERBUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_explicit_multisample
- GL_TEXTURE_RESIDENT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_TEXTURE_SAMPLES - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_TEXTURE_SAMPLES_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_multisampled_render_to_texture
- GL_TEXTURE_SAMPLES_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_multisampled_render_to_texture
- GL_TEXTURE_SHADER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_TEXTURE_SHADOW - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_TEXTURE_SHARED_SIZE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_texture_shared_exponent
- GL_TEXTURE_SRGB_DECODE_EXT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_EXT_texture_sRGB_decode
- GL_TEXTURE_STACK_DEPTH - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_0
, GL_VERSION_ES_1_0
- GL_TEXTURE_STENCIL_SIZE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
; GL_EXT_packed_depth_stencil
- GL_TEXTURE_STORAGE_HINT_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_texture_range
- GL_TEXTURE_STORAGE_SPARSE_BIT_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_sparse_texture
- GL_TEXTURE_SWIZZLE_A - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_texture_swizzle
, GL_VERSION_3_3
- GL_TEXTURE_SWIZZLE_A_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_swizzle
- GL_TEXTURE_SWIZZLE_B - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_texture_swizzle
, GL_VERSION_3_3
- GL_TEXTURE_SWIZZLE_B_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_swizzle
- GL_TEXTURE_SWIZZLE_G - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_texture_swizzle
, GL_VERSION_3_3
- GL_TEXTURE_SWIZZLE_G_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_swizzle
- GL_TEXTURE_SWIZZLE_R - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_texture_swizzle
, GL_VERSION_3_3
- GL_TEXTURE_SWIZZLE_R_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_swizzle
- GL_TEXTURE_SWIZZLE_RGBA - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_swizzle
, GL_VERSION_3_3
- GL_TEXTURE_SWIZZLE_RGBA_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_texture_swizzle
- GL_TEXTURE_TARGET_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_TARGET_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_TYPE_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_TYPE_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_UNSIGNED_REMAP_MODE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_expand_normal
- GL_TEXTURE_UPDATE_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_TEXTURE_USAGE_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_texture_usage
- GL_TEXTURE_VIEW - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_TEXTURE_VIEW_MIN_LAYER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_texture_view
- GL_TEXTURE_VIEW_MIN_LEVEL - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_texture_view
- GL_TEXTURE_VIEW_NUM_LAYERS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_texture_view
- GL_TEXTURE_VIEW_NUM_LEVELS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_texture_view
- GL_TEXTURE_WIDTH - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_TEXTURE_WIDTH_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_WIDTH_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_extended_get
- GL_TEXTURE_WRAP_R - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
; GL_OES_texture_3D
- GL_TEXTURE_WRAP_S - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_TEXTURE_WRAP_T - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_TIME_ELAPSED - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_timer_query
, GL_VERSION_3_3
- GL_TIME_ELAPSED_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_timer_query
, GL_EXT_disjoint_timer_query
- GL_TIME_ELAPSED_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_timer_query
, GL_EXT_disjoint_timer_query
- GL_TIMEOUT_EXPIRED - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_TIMEOUT_IGNORED - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ARB_sync
- GL_TIMESTAMP - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_timer_query
, GL_VERSION_3_3
- GL_TIMESTAMP_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_disjoint_timer_query
- GL_TOP_LEVEL_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_TOP_LEVEL_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_TRANSFORM_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_TRANSFORM_FEEDBACK - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_0
, GL_ARB_transform_feedback2
- GL_TRANSFORM_FEEDBACK_ACTIVE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_transform_feedback2
- GL_TRANSFORM_FEEDBACK_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_TRANSFORM_FEEDBACK_BINDING - Static variable in interface javax.media.opengl.GL4ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_4_0
, GL_ARB_transform_feedback2
- GL_TRANSFORM_FEEDBACK_BINDING_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_transform_feedback2
- GL_TRANSFORM_FEEDBACK_BUFFER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_transform_feedback2
- GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_transform_feedback2
- GL_TRANSFORM_FEEDBACK_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_MODE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_transform_feedback2
- GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_transform_feedback2
- GL_TRANSFORM_FEEDBACK_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_START - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_TRANSFORM_FEEDBACK_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_transform_feedback2
- GL_TRANSFORM_FEEDBACK_PAUSED - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_transform_feedback2
- GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_TRANSFORM_FEEDBACK_VARYING - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_TRANSFORM_FEEDBACK_VARYINGS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_TRANSFORM_HINT_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_transform_hint
- GL_TRANSLATE_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_TRANSLATE_3D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_TRANSLATE_X_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_TRANSLATE_Y_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_translated_shader_source
- GL_TRANSPOSE_AFFINE_2D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_TRANSPOSE_AFFINE_3D_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_TRANSPOSE_COLOR_MATRIX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_TRANSPOSE_CURRENT_MATRIX_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_TRANSPOSE_MODELVIEW_MATRIX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_TRANSPOSE_PROGRAM_MATRIX_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_direct_state_access
- GL_TRANSPOSE_PROJECTION_MATRIX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_TRANSPOSE_TEXTURE_MATRIX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_3
- GL_TRIANGLE_FAN - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_TRIANGLE_STRIP - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_TRIANGLE_STRIP_ADJACENCY - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_TRIANGLE_STRIP_ADJACENCY_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_TRIANGLES - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_TRIANGLES_ADJACENCY - Static variable in interface javax.media.opengl.GL3
-
Part of GL_VERSION_3_2
- GL_TRIANGLES_ADJACENCY_ARB - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_geometry_shader4
- GL_TRIANGULAR_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_TRUE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_TYPE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_UNDEFINED_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_object_purgeable
- GL_UNDEFINED_VERTEX - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- GL_UNIFORM - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_UNIFORM_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_UNIFORM_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNIFORM_BLOCK - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BLOCK_BINDING - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BLOCK_DATA_SIZE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BLOCK_INDEX - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BLOCK_NAME_LENGTH - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_compute_shader
- GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_ARB_uniform_buffer_object
- GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
, GL_ARB_tessellation_shader
- GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BUFFER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BUFFER_BINDING_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_bindable_uniform
- GL_UNIFORM_BUFFER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_bindable_uniform
- GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_BUFFER_START - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_IS_ROW_MAJOR - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_MATRIX_STRIDE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_NAME_LENGTH - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_OFFSET - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_SIZE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNIFORM_TYPE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_uniform_buffer_object
, GL_VERSION_3_1
- GL_UNKNOWN_CONTEXT_RESET - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_robustness
; GL_EXT_robustness
- GL_UNPACK_ALIGNMENT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_UNPACK_CLIENT_STORAGE_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_client_storage
- GL_UNPACK_CMYK_HINT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_cmyka
- GL_UNPACK_COMPRESSED_BLOCK_DEPTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_compressed_texture_pixel_storage
- GL_UNPACK_COMPRESSED_BLOCK_HEIGHT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_compressed_texture_pixel_storage
- GL_UNPACK_COMPRESSED_BLOCK_SIZE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_compressed_texture_pixel_storage
- GL_UNPACK_COMPRESSED_BLOCK_WIDTH - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_compressed_texture_pixel_storage
- GL_UNPACK_CONSTANT_DATA_SUNX - Static variable in interface javax.media.opengl.GL2
-
Part of GL_SUNX_constant_data
- GL_UNPACK_IMAGE_HEIGHT - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
- GL_UNPACK_LSB_FIRST - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_UNPACK_RESAMPLE_OML - Static variable in interface javax.media.opengl.GL2
-
Part of GL_OML_resample
- GL_UNPACK_ROW_BYTES_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_row_bytes
- GL_UNPACK_ROW_LENGTH - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
; GL_EXT_unpack_subimage
- GL_UNPACK_SKIP_IMAGES - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
- GL_UNPACK_SKIP_PIXELS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
; GL_EXT_unpack_subimage
- GL_UNPACK_SKIP_ROWS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_1
, GL_ES_VERSION_3_0
, GL_VERSION_1_0
; GL_EXT_unpack_subimage
- GL_UNPACK_SWAP_BYTES - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
- GL_UNSIGNALED - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_UNSIGNED_BYTE - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_UNSIGNED_BYTE_2_3_3_REV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_UNSIGNED_BYTE_3_3_2 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_UNSIGNED_INT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_0
, GL_OES_element_index_uint
, GL_ES_VERSION_2_0
- GL_UNSIGNED_INT16_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT16_VEC2_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT16_VEC3_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT16_VEC4_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT64_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_performance_monitor
- GL_UNSIGNED_INT64_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_performance_monitor
- GL_UNSIGNED_INT64_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT64_VEC2_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT64_VEC3_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT64_VEC4_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT8_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT8_VEC2_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT8_VEC3_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT8_VEC4_NV - Static variable in interface javax.media.opengl.GL3bc
-
Part of GL_NV_gpu_shader5
- GL_UNSIGNED_INT_10_10_10_2 - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_2
; GL_OES_vertex_type_10_10_10_2
- GL_UNSIGNED_INT_10F_11F_11F_REV - Static variable in interface javax.media.opengl.GL
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_packed_float
- GL_UNSIGNED_INT_24_8 - Static variable in interface javax.media.opengl.GL
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_packed_depth_stencil
; GL_OES_packed_depth_stencil
, GL_ANGLE_depth_texture
- GL_UNSIGNED_INT_2_10_10_10_REV - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_2
, GL_ES_VERSION_3_0
; GL_EXT_texture_type_2_10_10_10_REV
- GL_UNSIGNED_INT_5_9_9_9_REV - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_texture_shared_exponent
- GL_UNSIGNED_INT_8_8_8_8 - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_UNSIGNED_INT_8_8_8_8_REV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_UNSIGNED_INT_8_8_S8_S8_REV_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_UNSIGNED_INT_ATOMIC_COUNTER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_2
, GL_ARB_shader_atomic_counters
- GL_UNSIGNED_INT_IMAGE_1D - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNSIGNED_INT_IMAGE_1D_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNSIGNED_INT_IMAGE_2D - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNSIGNED_INT_IMAGE_2D_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNSIGNED_INT_IMAGE_2D_RECT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNSIGNED_INT_IMAGE_3D - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNSIGNED_INT_IMAGE_BUFFER - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNSIGNED_INT_IMAGE_CUBE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_UNSIGNED_INT_S8_S8_8_8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_UNSIGNED_INT_SAMPLER_1D - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_UNSIGNED_INT_SAMPLER_1D_ARRAY - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_UNSIGNED_INT_SAMPLER_2D - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_UNSIGNED_INT_SAMPLER_2D_ARRAY - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in interface javax.media.opengl.GL3
-
Part of GL_ARB_texture_multisample
, GL_VERSION_3_2
- GL_UNSIGNED_INT_SAMPLER_2D_RECT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
; GL_EXT_gpu_shader4
- GL_UNSIGNED_INT_SAMPLER_3D - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_UNSIGNED_INT_SAMPLER_BUFFER - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_3_1
; GL_EXT_gpu_shader4
- GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_AMD_vertex_shader_tesselator
, GL_AMD_vertex_shader_tessellator
- GL_UNSIGNED_INT_SAMPLER_CUBE - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_0
; GL_ARB_texture_cube_map_array
- GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_explicit_multisample
- GL_UNSIGNED_INT_VEC2 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_UNSIGNED_INT_VEC3 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_UNSIGNED_INT_VEC4 - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_EXT_gpu_shader4
- GL_UNSIGNED_NORMALIZED - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ARB_framebuffer_object
, GL_ES_VERSION_3_0
, GL_VERSION_3_0
; GL_ARB_texture_float
; GL_EXT_color_buffer_half_float
- GL_UNSIGNED_SHORT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_0
, GL_ES_VERSION_2_0
- GL_UNSIGNED_SHORT_1_5_5_5_REV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT - Static variable in interface javax.media.opengl.GL
-
Part of GL_EXT_read_format_bgra
- GL_UNSIGNED_SHORT_4_4_4_4 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_2
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_UNSIGNED_SHORT_4_4_4_4_REV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT - Static variable in interface javax.media.opengl.GL
-
Part of GL_EXT_read_format_bgra
- GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_IMG_read_format
- GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_IMG_read_format
- GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_2
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_UNSIGNED_SHORT_5_6_5 - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_2
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_UNSIGNED_SHORT_5_6_5_REV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_1_2
- GL_UNSIGNED_SHORT_8_8_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_ycbcr_422
, GL_APPLE_rgb_422
- GL_UNSIGNED_SHORT_8_8_APPLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_APPLE_ycbcr_422
, GL_APPLE_rgb_422
- GL_UNSIGNED_SHORT_8_8_REV_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_ycbcr_422
, GL_APPLE_rgb_422
- GL_UNSIGNED_SHORT_8_8_REV_APPLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_APPLE_ycbcr_422
, GL_APPLE_rgb_422
- GL_UPPER_LEFT - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_2_0
- GL_USE_MISSING_GLYPH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_UTF16_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_UTF8_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_V2F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_V3F - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_1
- GL_VALIDATE_STATUS - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_VARIANT_ARRAY_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VARIANT_ARRAY_POINTER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VARIANT_ARRAY_STRIDE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VARIANT_ARRAY_TYPE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VARIANT_DATATYPE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VARIANT_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VARIANT_VALUE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VBO_FREE_MEMORY_ATI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ATI_meminfo
- GL_VECTOR_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VENDOR - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_VERSION - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_VERSIONS - Static variable in class javax.media.opengl.GLContext
-
- GL_VERTEX23_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_VERTEX4_BIT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_VERTEX_ARRAY - Static variable in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- GL_VERTEX_ARRAY_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_VERTEX_ARRAY_BINDING - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_ARB_vertex_array_object
, GL_VERSION_3_0
- GL_VERTEX_ARRAY_BINDING_OES - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_OES_vertex_array_object
- GL_VERTEX_ARRAY_BINDING_OES - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_OES_vertex_array_object
- GL_VERTEX_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
- GL_VERTEX_ARRAY_LENGTH_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_VERTEX_ARRAY_OBJECT_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_name_gen_delete
- GL_VERTEX_ARRAY_OBJECT_EXT - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_EXT_debug_label
- GL_VERTEX_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_VERTEX_ARRAY_RANGE_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_array_range
- GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_array_range
- GL_VERTEX_ARRAY_RANGE_LENGTH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_vertex_array_range
- GL_VERTEX_ARRAY_RANGE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_vertex_array_range
- GL_VERTEX_ARRAY_RANGE_POINTER_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_array_range
- GL_VERTEX_ARRAY_RANGE_POINTER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_vertex_array_range
- GL_VERTEX_ARRAY_RANGE_VALID_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_vertex_array_range
- GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_vertex_array_range2
- GL_VERTEX_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_VERTEX_ARRAY_STORAGE_HINT_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_array_range
- GL_VERTEX_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_VERTEX_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
- GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_shader_image_load_store
, GL_VERSION_4_2
- GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_1_5
, GL_ES_VERSION_2_0
- GL_VERTEX_ATTRIB_ARRAY_DIVISOR - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_3
; GL_ARB_instanced_arrays
- GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_ANGLE_instanced_arrays
- GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_NV_instanced_arrays
- GL_VERTEX_ATTRIB_ARRAY_ENABLED - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_VERTEX_ATTRIB_ARRAY_INTEGER - Static variable in interface javax.media.opengl.GL2ES3
-
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_vertex_program4
- GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_VERTEX_ATTRIB_ARRAY_LONG - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
- GL_VERTEX_ATTRIB_ARRAY_NORMALIZED - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_VERTEX_ATTRIB_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_VERTEX_ATTRIB_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_VERTEX_ATTRIB_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_VERTEX_ATTRIB_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_NV_vertex_buffer_unified_memory
- GL_VERTEX_ATTRIB_BINDING - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_vertex_attrib_binding
- GL_VERTEX_ATTRIB_MAP1_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_program_evaluators
- GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_program_evaluators
- GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_program_evaluators
- GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_program_evaluators
- GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_program_evaluators
- GL_VERTEX_ATTRIB_MAP2_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_program_evaluators
- GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_program_evaluators
- GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_program_evaluators
- GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_program_evaluators
- GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_vertex_program_evaluators
- GL_VERTEX_ATTRIB_RELATIVE_OFFSET - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_vertex_attrib_binding
- GL_VERTEX_BINDING_DIVISOR - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_vertex_attrib_binding
- GL_VERTEX_BINDING_OFFSET - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_vertex_attrib_binding
- GL_VERTEX_BINDING_STRIDE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_vertex_attrib_binding
- GL_VERTEX_BLEND_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_VERTEX_CONSISTENT_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_VERTEX_DATA_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_vertex_hints
- GL_VERTEX_ELEMENT_SWIZZLE_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_interleaved_elements
- GL_VERTEX_ID_SWIZZLE_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_interleaved_elements
- GL_VERTEX_PROGRAM_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_parameter_buffer_object
- GL_VERTEX_PROGRAM_POINT_SIZE - Static variable in interface javax.media.opengl.GL2GL3
-
Part of GL_VERSION_2_0
- GL_VERTEX_PROGRAM_POINT_SIZE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_VERTEX_PROGRAM_TWO_SIDE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_2_0
- GL_VERTEX_PROGRAM_TWO_SIDE_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_program
- GL_VERTEX_SHADER - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- GL_VERTEX_SHADER_BINDING_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VERTEX_SHADER_BIT - Static variable in interface javax.media.opengl.GL2ES2
-
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_separate_shader_objects
- GL_VERTEX_SHADER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VERTEX_SHADER_INSTRUCTIONS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VERTEX_SHADER_INVARIANTS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VERTEX_SHADER_LOCALS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VERTEX_SHADER_OPTIMIZED_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VERTEX_SHADER_VARIANTS_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_VERTEX_SUBROUTINE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_VERTEX_SUBROUTINE_UNIFORM - Static variable in interface javax.media.opengl.GL4
-
Part of GL_ARB_program_interface_query
, GL_VERSION_4_3
- GL_VERTEX_TEXTURE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VERTEX_WEIGHT_ARRAY_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_VERTEX_WEIGHTING_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_weighting
- GL_VERTICAL_LINE_TO_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_path_rendering
- GL_VIBRANCE_BIAS_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_VIBRANCE_SCALE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_texture_shader
- GL_VIDEO_BUFFER_BINDING_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_BUFFER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_BUFFER_PITCH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_CAPTURE_FRAME_WIDTH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_COLOR_CONVERSION_MATRIX_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_COLOR_CONVERSION_MAX_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_COLOR_CONVERSION_MIN_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIDEO_COLOR_CONVERSION_OFFSET_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_VIEW_CLASS_128_BITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_16_BITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_24_BITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_32_BITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_48_BITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_64_BITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_8_BITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_96_BITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_BPTC_FLOAT - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_BPTC_UNORM - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_RGTC1_RED - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_RGTC2_RG - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_S3TC_DXT1_RGB - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_S3TC_DXT1_RGBA - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_S3TC_DXT3_RGBA - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_CLASS_S3TC_DXT5_RGBA - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEW_COMPATIBILITY_CLASS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_3
, GL_ARB_internalformat_query2
- GL_VIEWPORT - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_VIEWPORT_BIT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_VIEWPORT_BOUNDS_RANGE - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- GL_VIEWPORT_INDEX_PROVOKING_VERTEX - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- GL_VIEWPORT_SUBPIXEL_BITS - Static variable in interface javax.media.opengl.GL4
-
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- GL_VIRTUAL_PAGE_SIZE_X_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_sparse_texture
- GL_VIRTUAL_PAGE_SIZE_Y_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_sparse_texture
- GL_VIRTUAL_PAGE_SIZE_Z_AMD - Static variable in interface javax.media.opengl.GL2
-
Part of GL_AMD_sparse_texture
- GL_VOLATILE_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_object_purgeable
- GL_W_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_WAIT_FAILED - Static variable in interface javax.media.opengl.GL3ES3
-
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- GL_WEIGHT_ARRAY - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_vertex_blend
; GL_OES_matrix_palette
- GL_WEIGHT_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_VERSION_1_5
; GL_OES_matrix_palette
- GL_WEIGHT_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_vertex_blend
; GL_OES_matrix_palette
- GL_WEIGHT_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_vertex_blend
; GL_OES_matrix_palette
- GL_WEIGHT_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_vertex_blend
; GL_OES_matrix_palette
- GL_WEIGHT_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL2ES1
-
Part of GL_ARB_vertex_blend
; GL_OES_matrix_palette
- GL_WEIGHT_SUM_UNITY_ARB - Static variable in interface javax.media.opengl.GL2
-
Part of GL_ARB_vertex_blend
- GL_WIDE_LINE_HINT_PGI - Static variable in interface javax.media.opengl.GL2
-
Part of GL_PGI_misc_hints
- GL_WRITE_DISCARD_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_vdpau_interop
- GL_WRITE_ONLY - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_5
; GL_OES_mapbuffer
- GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_pixel_data_range
- GL_WRITE_PIXEL_DATA_RANGE_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_pixel_data_range
- GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_pixel_data_range
- GL_WRITEONLY_RENDERING_QCOM - Static variable in interface javax.media.opengl.GLES1
-
Part of GL_QCOM_writeonly_rendering
- GL_WRITEONLY_RENDERING_QCOM - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_QCOM_writeonly_rendering
- GL_X_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_XOR - Static variable in interface javax.media.opengl.GL
-
Common in ES1, GL2 and GL3
- GL_Y_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_YCBAYCR8A_4224_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_YCBCR_422_APPLE - Static variable in interface javax.media.opengl.GL2
-
Part of GL_APPLE_ycbcr_422
- GL_YCBYCR8_422_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_Z400_BINARY_AMD - Static variable in interface javax.media.opengl.GLES2
-
Part of GL_AMD_program_binary_Z400
- GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_Z4Y12Z4CB12Z4CR12_444_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV - Static variable in interface javax.media.opengl.GL2
-
Part of GL_NV_video_capture
- GL_Z_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_ZERO - Static variable in interface javax.media.opengl.GL
-
Part of GL_VERSION_1_1
, GL_VERSION_1_0
, GL_VERSION_ES_1_0
, GL_ES_VERSION_2_0
- GL_ZERO_EXT - Static variable in interface javax.media.opengl.GL2
-
Part of GL_EXT_vertex_shader
- GL_ZOOM_X - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- GL_ZOOM_Y - Static variable in interface javax.media.opengl.GL2
-
Part of GL_VERSION_1_0
- glAccum(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glAccum(int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glAccum(GLenum op, GLfloat value)
Part of
GL_VERSION_1_0
- glAccum(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glActiveShaderProgram(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glActiveShaderProgram(int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glActiveShaderProgram(GLuint pipeline, GLuint program)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glActiveShaderProgram(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glActiveStencilFaceEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glActiveStencilFaceEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glActiveStencilFaceEXT(GLenum face)
Part of GL_EXT_stencil_two_side
- glActiveStencilFaceEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glActiveTexture(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glActiveTexture(int) - Method in class javax.media.opengl.DebugGLES1
-
- glActiveTexture(int) - Method in class javax.media.opengl.DebugGLES3
-
- glActiveTexture(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glActiveTexture(GLenum texture)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_3
,
GL_ES_VERSION_2_0
- glActiveTexture(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glActiveTexture(int) - Method in class javax.media.opengl.TraceGLES1
-
- glActiveTexture(int) - Method in class javax.media.opengl.TraceGLES3
-
- glAllocateMemoryNV(int, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glAllocateMemoryNV(int, float, float, float) - Method in interface javax.media.opengl.GL2
-
Part of GL_NV_vertex_array_range
.
- glAllocateMemoryNV(int, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glAlphaFunc(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glAlphaFunc(int, float) - Method in class javax.media.opengl.DebugGLES1
-
- glAlphaFunc(int, float) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glAlphaFunc(GLenum func, GLclampf ref)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glAlphaFunc(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glAlphaFunc(int, float) - Method in class javax.media.opengl.TraceGLES1
-
- glAlphaFuncQCOM(int, float) - Method in class javax.media.opengl.DebugGLES3
-
- glAlphaFuncQCOM(int, float) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glAlphaFuncQCOM(GLenum func, GLclampf ref)
Part of GL_QCOM_alpha_test
- glAlphaFuncQCOM(int, float) - Method in class javax.media.opengl.TraceGLES3
-
- glAlphaFuncx(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glAlphaFuncx(int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glAlphaFuncx(GLenum func, GLclampx ref)
Part of GL_VERSION_ES_CL_CM
- glAlphaFuncx(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- GLAnimatorControl - Interface in javax.media.opengl
-
An animator control interface,
which implementation may drive a
GLAutoDrawable
animation.
- GLAnimatorControl.UncaughtExceptionHandler - Interface in javax.media.opengl
-
- glApplyTextureEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glApplyTextureEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glApplyTextureEXT(GLenum mode)
Part of GL_EXT_light_texture
- glApplyTextureEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glAreTexturesResident(int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glAreTexturesResident(int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glAreTexturesResident(int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences)
Part of
GL_VERSION_1_1
- glAreTexturesResident(int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences)
Part of
GL_VERSION_1_1
- glAreTexturesResident(int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glAreTexturesResident(int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- GLArrayData - Interface in javax.media.opengl
-
The total number of bytes hold by the referenced buffer is:
getComponentSize()* getComponentNumber() * getElementNumber()
- glArrayElement(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glArrayElement(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glArrayElement(GLint i)
Part of
GL_VERSION_1_1
- glArrayElement(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glAttachObjectARB(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glAttachObjectARB(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glAttachObjectARB(GLhandleARB containerObj, GLhandleARB obj)
Part of GL_ARB_shader_objects
- glAttachObjectARB(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glAttachShader(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glAttachShader(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glAttachShader(int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glAttachShader(GLuint program, GLuint shader)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glAttachShader(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glAttachShader(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- GLAutoDrawable - Interface in javax.media.opengl
-
A higher-level abstraction than
GLDrawable
which supplies
an event based mechanism (
GLEventListener
) for performing
OpenGL rendering.
- glAvailabilityToString(AbstractGraphicsDevice) - Static method in class javax.media.opengl.GLProfile
-
- glAvailabilityToString(AbstractGraphicsDevice, StringBuilder) - Static method in class javax.media.opengl.GLProfile
-
- glAvailabilityToString(AbstractGraphicsDevice, StringBuilder, String, int) - Static method in class javax.media.opengl.GLProfile
-
- glAvailabilityToString() - Static method in class javax.media.opengl.GLProfile
-
Uses the default device
- GLBase - Interface in javax.media.opengl
-
The base interface from which all GL profiles derive, providing
checked conversion down to concrete profiles, access to the
OpenGL context associated with the GL and extension/function
availability queries as described below.
- glBegin(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBegin(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glBegin(GLenum mode)
Part of
GL_VERSION_1_0
- glBegin(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBeginConditionalRender(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBeginConditionalRender(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glBeginConditionalRender(GLuint id, GLenum mode)
Part of
GL_VERSION_3_0
;
GL_NV_conditional_render
- glBeginConditionalRender(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBeginConditionalRenderNVX(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBeginConditionalRenderNVX(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBeginConditionalRenderNVX(GLuint id)
Part of GL_NVX_conditional_render
- glBeginConditionalRenderNVX(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBeginOcclusionQueryNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBeginOcclusionQueryNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBeginOcclusionQueryNV(GLuint id)
Part of GL_NV_occlusion_query
- glBeginOcclusionQueryNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBeginPerfMonitorAMD(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBeginPerfMonitorAMD(int) - Method in class javax.media.opengl.DebugGLES3
-
- glBeginPerfMonitorAMD(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBeginPerfMonitorAMD(GLuint monitor)
Part of GL_AMD_performance_monitor
- glBeginPerfMonitorAMD(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glBeginPerfMonitorAMD(GLuint monitor)
Part of GL_AMD_performance_monitor
- glBeginPerfMonitorAMD(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBeginPerfMonitorAMD(int) - Method in class javax.media.opengl.TraceGLES3
-
- glBeginQuery(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBeginQuery(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBeginQuery(int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glBeginQuery(GLenum target, GLuint id)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_EXT_occlusion_query_boolean
,
GL_EXT_disjoint_timer_query
- glBeginQuery(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBeginQuery(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBeginQueryIndexed(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBeginQueryIndexed(int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glBeginQueryIndexed(GLenum target, GLuint index, GLuint id)
Part of
GL_VERSION_4_0
,
GL_ARB_transform_feedback3
- glBeginQueryIndexed(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBeginTransformFeedback(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBeginTransformFeedback(int) - Method in class javax.media.opengl.DebugGLES3
-
- glBeginTransformFeedback(int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glBeginTransformFeedback(GLenum primitiveMode)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glBeginTransformFeedback(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBeginTransformFeedback(int) - Method in class javax.media.opengl.TraceGLES3
-
- glBeginVertexShaderEXT() - Method in class javax.media.opengl.DebugGL4bc
-
- glBeginVertexShaderEXT() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBeginVertexShaderEXT(void)
Part of GL_EXT_vertex_shader
- glBeginVertexShaderEXT() - Method in class javax.media.opengl.TraceGL4bc
-
- glBeginVideoCaptureNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBeginVideoCaptureNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBeginVideoCaptureNV(GLuint video_capture_slot)
Part of GL_NV_video_capture
- glBeginVideoCaptureNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindAttribLocation(int, int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindAttribLocation(int, int, String) - Method in class javax.media.opengl.DebugGLES3
-
- glBindAttribLocation(int, int, String) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glBindAttribLocation(GLuint program, GLuint index, const GLchar * name)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glBindAttribLocation(int, int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindAttribLocation(int, int, String) - Method in class javax.media.opengl.TraceGLES3
-
- glBindBuffer(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindBuffer(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glBindBuffer(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBindBuffer(int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glBindBuffer(GLenum target, GLuint buffer)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_5
,
GL_ES_VERSION_2_0
- glBindBuffer(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindBuffer(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glBindBuffer(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBindBufferBase(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindBufferBase(int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBindBufferBase(int, int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glBindBufferBase(GLenum target, GLuint index, GLuint buffer)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glBindBufferBase(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindBufferBase(int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBindBufferRange(int, int, int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindBufferRange(int, int, int, long, long) - Method in class javax.media.opengl.DebugGLES3
-
- glBindBufferRange(int, int, int, long, long) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glBindBufferRange(int, int, int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindBufferRange(int, int, int, long, long) - Method in class javax.media.opengl.TraceGLES3
-
- glBindFragDataLocation(int, int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindFragDataLocation(int, int, String) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glBindFragDataLocation(GLuint program, GLuint color, const GLchar * name)
Part of
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glBindFragDataLocation(int, int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindFragDataLocationIndexed(int, int, int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindFragDataLocationIndexed(int, int, int, String) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glBindFragDataLocationIndexed(GLuint program, GLuint colorNumber, GLuint index, const GLchar * name)
Part of
GL_ARB_blend_func_extended
,
GL_VERSION_3_3
- glBindFragDataLocationIndexed(int, int, int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindFramebuffer(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindFramebuffer(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glBindFramebuffer(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBindFramebuffer(int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glBindFramebuffer(GLenum target, GLuint framebuffer)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glBindFramebuffer(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindFramebuffer(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glBindFramebuffer(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBindImageTexture(int, int, int, boolean, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindImageTexture(int, int, int, boolean, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
Part of
GL_ARB_shader_image_load_store
,
GL_VERSION_4_2
- glBindImageTexture(int, int, int, boolean, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindLightParameterEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindLightParameterEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLuint glBindLightParameterEXT(GLenum light, GLenum value)
Part of GL_EXT_vertex_shader
- glBindLightParameterEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindMaterialParameterEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindMaterialParameterEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLuint glBindMaterialParameterEXT(GLenum face, GLenum value)
Part of GL_EXT_vertex_shader
- glBindMaterialParameterEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindMultiTextureEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindMultiTextureEXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBindMultiTextureEXT(GLenum texunit, GLenum target, GLuint texture)
Part of GL_EXT_direct_state_access
- glBindMultiTextureEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindParameterEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindParameterEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLuint glBindParameterEXT(GLenum value)
Part of GL_EXT_vertex_shader
- glBindParameterEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindProgramARB(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindProgramARB(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBindProgramARB(GLenum target, GLuint program)
Part of GL_ARB_vertex_program
- glBindProgramARB(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindProgramPipeline(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindProgramPipeline(int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glBindProgramPipeline(GLuint pipeline)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glBindProgramPipeline(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindRenderbuffer(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindRenderbuffer(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glBindRenderbuffer(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBindRenderbuffer(int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glBindRenderbuffer(GLenum target, GLuint renderbuffer)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glBindRenderbuffer(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindRenderbuffer(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glBindRenderbuffer(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBindSampler(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindSampler(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBindSampler(int, int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glBindSampler(GLuint unit, GLuint sampler)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glBindSampler(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindSampler(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBindTexGenParameterEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindTexGenParameterEXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLuint glBindTexGenParameterEXT(GLenum unit, GLenum coord, GLenum value)
Part of GL_EXT_vertex_shader
- glBindTexGenParameterEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindTexture(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindTexture(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glBindTexture(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBindTexture(int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glBindTexture(GLenum target, GLuint texture)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glBindTexture(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindTexture(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glBindTexture(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBindTextureUnitParameterEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindTextureUnitParameterEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLuint glBindTextureUnitParameterEXT(GLenum unit, GLenum value)
Part of GL_EXT_vertex_shader
- glBindTextureUnitParameterEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindTransformFeedback(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindTransformFeedback(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBindTransformFeedback(int, int) - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glBindTransformFeedback(GLenum target, GLuint id)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_0
,
GL_ARB_transform_feedback2
- glBindTransformFeedback(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindTransformFeedback(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBindTransformFeedbackNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindTransformFeedbackNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBindTransformFeedbackNV(GLenum target, GLuint id)
Part of GL_NV_transform_feedback2
- glBindTransformFeedbackNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindVertexArray(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindVertexArray(int) - Method in class javax.media.opengl.DebugGLES3
-
- glBindVertexArray(int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glBindVertexArray(GLuint array)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_vertex_array_object
,
GL_VERSION_3_0
- glBindVertexArray(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindVertexArray(int) - Method in class javax.media.opengl.TraceGLES3
-
- glBindVertexArrayOES(int) - Method in class javax.media.opengl.DebugGLES1
-
- glBindVertexArrayOES(int) - Method in class javax.media.opengl.DebugGLES3
-
- glBindVertexArrayOES(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glBindVertexArrayOES(GLuint array)
Part of GL_OES_vertex_array_object
- glBindVertexArrayOES(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glBindVertexArrayOES(GLuint array)
Part of GL_OES_vertex_array_object
- glBindVertexArrayOES(int) - Method in class javax.media.opengl.TraceGLES1
-
- glBindVertexArrayOES(int) - Method in class javax.media.opengl.TraceGLES3
-
- glBindVertexBuffer(int, int, long, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindVertexBuffer(int, int, long, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of
GL_VERSION_4_3
,
GL_ARB_vertex_attrib_binding
- glBindVertexBuffer(int, int, long, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindVertexShaderEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindVertexShaderEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBindVertexShaderEXT(GLuint id)
Part of GL_EXT_vertex_shader
- glBindVertexShaderEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindVideoCaptureStreamBufferNV(int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindVideoCaptureStreamBufferNV(int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBindVideoCaptureStreamBufferNV(GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptrARB offset)
Part of GL_NV_video_capture
- glBindVideoCaptureStreamBufferNV(int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glBindVideoCaptureStreamTextureNV(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBindVideoCaptureStreamTextureNV(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBindVideoCaptureStreamTextureNV(GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLenum target, GLuint texture)
Part of GL_NV_video_capture
- glBindVideoCaptureStreamTextureNV(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBitmap(int, int, float, float, float, float, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glBitmap(int, int, float, float, float, float, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glBitmap(int, int, float, float, float, float, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBitmap(int, int, float, float, float, float, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
Part of
GL_VERSION_1_0
- glBitmap(int, int, float, float, float, float, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
Part of
GL_VERSION_1_0
- glBitmap(int, int, float, float, float, float, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
Part of
GL_VERSION_1_0
- glBitmap(int, int, float, float, float, float, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glBitmap(int, int, float, float, float, float, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glBitmap(int, int, float, float, float, float, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendColor(float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendColor(float, float, float, float) - Method in class javax.media.opengl.DebugGLES3
-
- glBlendColor(float, float, float, float) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
Part of
GL_VERSION_1_2
,
GL_ES_VERSION_2_0
- glBlendColor(float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendColor(float, float, float, float) - Method in class javax.media.opengl.TraceGLES3
-
- glBlendEquation(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendEquation(int) - Method in class javax.media.opengl.DebugGLES1
-
- glBlendEquation(int) - Method in class javax.media.opengl.DebugGLES3
-
- glBlendEquation(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glBlendEquation(GLenum mode)
Part of
GL_VERSION_1_2
,
GL_ES_VERSION_2_0
;
GL_OES_blend_subtract
- glBlendEquation(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendEquation(int) - Method in class javax.media.opengl.TraceGLES1
-
- glBlendEquation(int) - Method in class javax.media.opengl.TraceGLES3
-
- glBlendEquationi(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendEquationi(int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glBlendEquationi(GLuint buf, GLenum mode)
Part of
GL_VERSION_4_0
;
GL_ARB_draw_buffers_blend
- glBlendEquationi(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendEquationIndexedAMD(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendEquationIndexedAMD(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBlendEquationIndexedAMD(GLuint buf, GLenum mode)
Part of GL_AMD_draw_buffers_blend
- glBlendEquationIndexedAMD(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendEquationSeparate(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendEquationSeparate(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glBlendEquationSeparate(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBlendEquationSeparate(int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
;
GL_OES_blend_equation_separate
- glBlendEquationSeparate(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendEquationSeparate(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glBlendEquationSeparate(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBlendEquationSeparatei(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendEquationSeparatei(int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glBlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Part of
GL_VERSION_4_0
;
GL_ARB_draw_buffers_blend
- glBlendEquationSeparatei(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendEquationSeparateIndexedAMD(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendEquationSeparateIndexedAMD(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBlendEquationSeparateIndexedAMD(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Part of GL_AMD_draw_buffers_blend
- glBlendEquationSeparateIndexedAMD(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendFunc(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendFunc(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glBlendFunc(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBlendFunc(int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glBlendFunc(GLenum sfactor, GLenum dfactor)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glBlendFunc(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendFunc(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glBlendFunc(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBlendFunci(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendFunci(int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glBlendFunci(GLuint buf, GLenum src, GLenum dst)
Part of
GL_VERSION_4_0
;
GL_ARB_draw_buffers_blend
- glBlendFunci(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendFuncIndexedAMD(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendFuncIndexedAMD(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBlendFuncIndexedAMD(GLuint buf, GLenum src, GLenum dst)
Part of GL_AMD_draw_buffers_blend
- glBlendFuncIndexedAMD(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glBlendFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBlendFuncSeparate(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Part of
GL_VERSION_1_4
,
GL_ES_VERSION_2_0
;
GL_OES_blend_func_separate
- glBlendFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glBlendFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBlendFuncSeparatei(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendFuncSeparatei(int, int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glBlendFuncSeparatei(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Part of
GL_VERSION_4_0
;
GL_ARB_draw_buffers_blend
- glBlendFuncSeparatei(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendFuncSeparateIndexedAMD(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendFuncSeparateIndexedAMD(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBlendFuncSeparateIndexedAMD(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Part of GL_AMD_draw_buffers_blend
- glBlendFuncSeparateIndexedAMD(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlendFuncSeparateINGR(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlendFuncSeparateINGR(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBlendFuncSeparateINGR(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Part of GL_INGR_blend_func_separate
- glBlendFuncSeparateINGR(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of
GL_ARB_framebuffer_object
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_framebuffer_blit
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBlitFramebufferANGLE(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBlitFramebufferANGLE(int, int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of GL_ANGLE_framebuffer_blit
- glBlitFramebufferANGLE(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBlitFramebufferNV(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBlitFramebufferNV(int, int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glBlitFramebufferNV(int srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of GL_NV_framebuffer_blit
- glBlitFramebufferNV(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBufferAddressRangeNV(int, int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glBufferAddressRangeNV(int, int, long, long) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glBufferAddressRangeNV(GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
Part of GL_NV_vertex_buffer_unified_memory
- glBufferAddressRangeNV(int, int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glBufferData(int, long, Buffer, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBufferData(int, long, Buffer, int) - Method in class javax.media.opengl.DebugGLES1
-
- glBufferData(int, long, Buffer, int) - Method in class javax.media.opengl.DebugGLES3
-
- glBufferData(int, long, Buffer, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glBufferData(GLenum target, GLsizeiptr size, const GLvoid * data, GLenum usage)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_5
,
GL_ES_VERSION_2_0
- glBufferData(int, long, Buffer, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glBufferData(int, long, Buffer, int) - Method in class javax.media.opengl.TraceGLES1
-
- glBufferData(int, long, Buffer, int) - Method in class javax.media.opengl.TraceGLES3
-
- glBufferParameteri(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glBufferParameteri(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glBufferParameteri(GLenum target, GLenum pname, GLint param)
Part of GL_APPLE_flush_buffer_range
- glBufferParameteri(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- GLBufferStorage - Class in javax.media.opengl
-
OpenGL buffer storage object reflecting it's
storage size
storage memory if mapped
mutable usage or immutable flags
- glBufferSubData(int, long, long, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glBufferSubData(int, long, long, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glBufferSubData(int, long, long, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glBufferSubData(int, long, long, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid * data)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_5
,
GL_ES_VERSION_2_0
- glBufferSubData(int, long, long, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glBufferSubData(int, long, long, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glBufferSubData(int, long, long, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glCallList(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCallList(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glCallList(GLuint list)
Part of
GL_VERSION_1_0
- glCallList(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCallLists(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCallLists(int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists)
Part of
GL_VERSION_1_0
- glCallLists(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- GLCanvas - Class in javax.media.opengl.awt
-
A heavyweight AWT component which provides OpenGL rendering
support.
- GLCanvas() - Constructor for class javax.media.opengl.awt.GLCanvas
-
Creates a new GLCanvas component with a default set of OpenGL
capabilities, using the default OpenGL capabilities selection
mechanism, on the default screen device.
- GLCanvas(GLCapabilitiesImmutable) - Constructor for class javax.media.opengl.awt.GLCanvas
-
Creates a new GLCanvas component with the requested set of
OpenGL capabilities, using the default OpenGL capabilities
selection mechanism, on the default screen device.
- GLCanvas(GLCapabilitiesImmutable, GLCapabilitiesChooser, GraphicsDevice) - Constructor for class javax.media.opengl.awt.GLCanvas
-
Creates a new GLCanvas component.
- GLCapabilities - Class in javax.media.opengl
-
Specifies a set of OpenGL capabilities.
At creation time of a
GLDrawable
using
GLDrawableFactory
,
an instance of this class is passed,
describing the desired capabilities that a rendering context
must support, such as the OpenGL profile, color depth and whether stereo is enabled.
The actual capabilites of created
GLDrawable
s are then reflected by their own
GLCapabilites instance, which can be queried with
GLDrawable.getChosenGLCapabilities()
.
- GLCapabilities(GLProfile) - Constructor for class javax.media.opengl.GLCapabilities
-
Creates a GLCapabilities object.
- GLCapabilitiesChooser - Interface in javax.media.opengl
-
Provides a mechanism by which applications can customize the
window type selection for a given
GLCapabilities
.
- GLCapabilitiesImmutable - Interface in javax.media.opengl
-
Specifies an immutable set of OpenGL capabilities.
- glCheckFramebufferStatus(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCheckFramebufferStatus(int) - Method in class javax.media.opengl.DebugGLES1
-
- glCheckFramebufferStatus(int) - Method in class javax.media.opengl.DebugGLES3
-
- glCheckFramebufferStatus(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
GLenum glCheckFramebufferStatus(GLenum target)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glCheckFramebufferStatus(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCheckFramebufferStatus(int) - Method in class javax.media.opengl.TraceGLES1
-
- glCheckFramebufferStatus(int) - Method in class javax.media.opengl.TraceGLES3
-
- glCheckNamedFramebufferStatusEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCheckNamedFramebufferStatusEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLenum glCheckNamedFramebufferStatusEXT(GLuint framebuffer, GLenum target)
Part of GL_EXT_direct_state_access
- glCheckNamedFramebufferStatusEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClampColor(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClampColor(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glClampColor(GLenum target, GLenum clamp)
Part of
GL_VERSION_3_0
;
GL_ARB_color_buffer_float
- glClampColor(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClear(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClear(int) - Method in class javax.media.opengl.DebugGLES1
-
- glClear(int) - Method in class javax.media.opengl.DebugGLES3
-
- glClear(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glClear(GLbitfield mask)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glClear(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClear(int) - Method in class javax.media.opengl.TraceGLES1
-
- glClear(int) - Method in class javax.media.opengl.TraceGLES3
-
- glClearAccum(float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearAccum(float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of
GL_VERSION_1_0
- glClearAccum(float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearBufferData(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearBufferData(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void * data)
Part of
GL_VERSION_4_3
,
GL_ARB_clear_buffer_object
- glClearBufferData(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearBufferfi(int, int, float, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearBufferfi(int, int, float, int) - Method in class javax.media.opengl.DebugGLES3
-
- glClearBufferfi(int, int, float, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glClearBufferfi(int, int, float, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearBufferfi(int, int, float, int) - Method in class javax.media.opengl.TraceGLES3
-
- glClearBufferfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearBufferfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearBufferfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glClearBufferfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glClearBufferfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glClearBufferfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glClearBufferfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearBufferfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearBufferfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glClearBufferfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glClearBufferiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearBufferiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearBufferiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glClearBufferiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glClearBufferiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glClearBufferiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glClearBufferiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearBufferiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearBufferiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glClearBufferiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glClearBufferSubData(int, int, long, long, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearBufferSubData(int, int, long, long, int, int, Buffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void * data)
Part of
GL_VERSION_4_3
,
GL_ARB_clear_buffer_object
- glClearBufferSubData(int, int, long, long, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearBufferuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearBufferuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearBufferuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glClearBufferuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glClearBufferuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glClearBufferuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glClearBufferuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearBufferuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearBufferuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glClearBufferuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glClearColor(float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearColor(float, float, float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glClearColor(float, float, float, float) - Method in class javax.media.opengl.DebugGLES3
-
- glClearColor(float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
Part of
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
,
GL_VERSION_ES_CM
- glClearColor(float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearColor(float, float, float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glClearColor(float, float, float, float) - Method in class javax.media.opengl.TraceGLES3
-
- glClearColorIi(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearColorIi(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glClearColorIi(GLint red, GLint green, GLint blue, GLint alpha)
Part of GL_EXT_texture_integer
- glClearColorIi(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearColorIui(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearColorIui(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glClearColorIui(GLuint red, GLuint green, GLuint blue, GLuint alpha)
Part of GL_EXT_texture_integer
- glClearColorIui(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearColorx(int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glClearColorx(int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
Part of GL_VERSION_ES_CL_CM
- glClearColorx(int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glClearDepth(double) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearDepth(double) - Method in class javax.media.opengl.DebugGLES1
-
- glClearDepth(double) - Method in class javax.media.opengl.DebugGLES3
-
- glClearDepth(double) - Method in interface javax.media.opengl.GL2ES2
-
- glClearDepth(double) - Method in interface javax.media.opengl.GLBase
-
- glClearDepth(double) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearDepth(double) - Method in class javax.media.opengl.TraceGLES1
-
- glClearDepth(double) - Method in class javax.media.opengl.TraceGLES3
-
- glClearDepthf(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearDepthf(float) - Method in class javax.media.opengl.DebugGLES1
-
- glClearDepthf(float) - Method in class javax.media.opengl.DebugGLES3
-
- glClearDepthf(float) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glClearDepthf(GLfloat depth)
Part of
GL_ARB_ES2_compatibility
,
GL_ES_VERSION_2_0
,
GL_VERSION_ES_CM
;
GL_OES_single_precision
- glClearDepthf(float) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glClearDepthf(GLclampf depth);
Part of
GL_ES_VERSION_2_0
and
GL_ARB_ES2_compatibility
.
- glClearDepthf(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearDepthf(float) - Method in class javax.media.opengl.TraceGLES1
-
- glClearDepthf(float) - Method in class javax.media.opengl.TraceGLES3
-
- glClearDepthx(int) - Method in class javax.media.opengl.DebugGLES1
-
- glClearDepthx(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glClearDepthx(GLclampx depth)
Part of GL_VERSION_ES_CL_CM
- glClearDepthx(int) - Method in class javax.media.opengl.TraceGLES1
-
- glClearIndex(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearIndex(float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glClearIndex(GLfloat c)
Part of
GL_VERSION_1_0
- glClearIndex(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearNamedBufferDataEXT(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearNamedBufferDataEXT(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glClearNamedBufferDataEXT(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void * data)
Part of GL_ARB_clear_buffer_object
- glClearNamedBufferDataEXT(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearNamedBufferSubDataEXT(int, int, int, int, long, long, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearNamedBufferSubDataEXT(int, int, int, int, long, long, Buffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glClearNamedBufferSubDataEXT(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, GLsizeiptr offset, GLsizeiptr size, const void * data)
Part of GL_ARB_clear_buffer_object
- glClearNamedBufferSubDataEXT(int, int, int, int, long, long, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearStencil(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClearStencil(int) - Method in class javax.media.opengl.DebugGLES1
-
- glClearStencil(int) - Method in class javax.media.opengl.DebugGLES3
-
- glClearStencil(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glClearStencil(GLint s)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glClearStencil(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClearStencil(int) - Method in class javax.media.opengl.TraceGLES1
-
- glClearStencil(int) - Method in class javax.media.opengl.TraceGLES3
-
- glClientActiveTexture(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClientActiveTexture(int) - Method in class javax.media.opengl.DebugGLES1
-
- glClientActiveTexture(int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glClientActiveTexture(GLenum texture)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_3
- glClientActiveTexture(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClientActiveTexture(int) - Method in class javax.media.opengl.TraceGLES1
-
- glClientAttribDefaultEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClientAttribDefaultEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glClientAttribDefaultEXT(GLbitfield mask)
Part of GL_EXT_direct_state_access
- glClientAttribDefaultEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClientWaitSync(long, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glClientWaitSync(long, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glClientWaitSync(long, int, long) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
GLenum glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
Part of
GL_ARB_sync
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_2
- glClientWaitSync(long, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glClientWaitSync(long, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glClipPlane(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glClipPlane(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClipPlane(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glClipPlane(GLenum plane, const GLdouble * equation)
Part of
GL_VERSION_1_0
- glClipPlane(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glClipPlane(GLenum plane, const GLdouble * equation)
Part of
GL_VERSION_1_0
- glClipPlane(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glClipPlane(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClipPlanef(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glClipPlanef(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glClipPlanef(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glClipPlanef(int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glClipPlanef(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glClipPlanef(GLenum plane, const GLfloat * equation)
Part of
GL_VERSION_ES_CM
;
GL_OES_single_precision
- glClipPlanef(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glClipPlanef(GLenum plane, const GLfloat * equation)
Part of
GL_VERSION_ES_CM
;
GL_OES_single_precision
- glClipPlanef(int, FloatBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function:
void glClipPlanef(GLenum plane, const GLfloat * equation)
Part of
GL_VERSION_ES_CM
;
GL_OES_single_precision
- glClipPlanef(int, float[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function:
void glClipPlanef(GLenum plane, const GLfloat * equation)
Part of
GL_VERSION_ES_CM
;
GL_OES_single_precision
- glClipPlanef(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glClipPlanef(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glClipPlanef(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glClipPlanef(int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glClipPlanefIMG(int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glClipPlanefIMG(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glClipPlanefIMG(int, FloatBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glClipPlanefIMG(GLenum, const GLfloat * )
Part of GL_IMG_user_clip_plane
- glClipPlanefIMG(int, float[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glClipPlanefIMG(GLenum, const GLfloat * )
Part of GL_IMG_user_clip_plane
- glClipPlanefIMG(int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glClipPlanefIMG(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glClipPlanex(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glClipPlanex(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glClipPlanex(int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glClipPlanex(GLenum plane, const GLfixed * equation)
Part of GL_VERSION_ES_CL_CM
- glClipPlanex(int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glClipPlanex(GLenum plane, const GLfixed * equation)
Part of GL_VERSION_ES_CL_CM
- glClipPlanex(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glClipPlanex(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glClipPlanexIMG(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glClipPlanexIMG(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glClipPlanexIMG(int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glClipPlanexIMG(GLenum, const GLfixed * )
Part of GL_IMG_user_clip_plane
- glClipPlanexIMG(int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glClipPlanexIMG(GLenum, const GLfixed * )
Part of GL_IMG_user_clip_plane
- glClipPlanexIMG(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glClipPlanexIMG(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glColor3b(byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3b(byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3b(GLbyte red, GLbyte green, GLbyte blue)
Part of
GL_VERSION_1_0
- glColor3b(byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3bv(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3bv(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3bv(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3bv(const GLbyte * v)
Part of
GL_VERSION_1_0
- glColor3bv(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3bv(const GLbyte * v)
Part of
GL_VERSION_1_0
- glColor3bv(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3bv(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3d(double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3d(double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3d(GLdouble red, GLdouble green, GLdouble blue)
Part of
GL_VERSION_1_0
- glColor3d(double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glColor3dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glColor3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3f(float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3f(float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3f(GLfloat red, GLfloat green, GLfloat blue)
Part of
GL_VERSION_1_0
- glColor3f(float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glColor3fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glColor3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3h(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3h(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glColor3h(GLhalfNV red, GLhalfNV green, GLhalfNV blue)
Part of GL_NV_half_float
- glColor3h(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3hv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3hv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3hv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glColor3hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glColor3hv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glColor3hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glColor3hv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3hv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3i(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3i(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3i(GLint red, GLint green, GLint blue)
Part of
GL_VERSION_1_0
- glColor3i(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3iv(const GLint * v)
Part of
GL_VERSION_1_0
- glColor3iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3iv(const GLint * v)
Part of
GL_VERSION_1_0
- glColor3iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3s(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3s(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3s(GLshort red, GLshort green, GLshort blue)
Part of
GL_VERSION_1_0
- glColor3s(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glColor3sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glColor3sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3ub(byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3ub(byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3ub(GLubyte red, GLubyte green, GLubyte blue)
Part of
GL_VERSION_1_0
- glColor3ub(byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3ubv(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3ubv(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3ubv(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3ubv(const GLubyte * v)
Part of
GL_VERSION_1_0
- glColor3ubv(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3ubv(const GLubyte * v)
Part of
GL_VERSION_1_0
- glColor3ubv(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3ubv(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3ui(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3ui(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3ui(GLuint red, GLuint green, GLuint blue)
Part of
GL_VERSION_1_0
- glColor3ui(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3uiv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3uiv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3uiv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3uiv(const GLuint * v)
Part of
GL_VERSION_1_0
- glColor3uiv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3uiv(const GLuint * v)
Part of
GL_VERSION_1_0
- glColor3uiv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3uiv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3us(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3us(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3us(GLushort red, GLushort green, GLushort blue)
Part of
GL_VERSION_1_0
- glColor3us(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3usv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3usv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor3usv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3usv(const GLushort * v)
Part of
GL_VERSION_1_0
- glColor3usv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor3usv(const GLushort * v)
Part of
GL_VERSION_1_0
- glColor3usv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor3usv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4b(byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4b(byte, byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
Part of
GL_VERSION_1_0
- glColor4b(byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4bv(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4bv(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4bv(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4bv(const GLbyte * v)
Part of
GL_VERSION_1_0
- glColor4bv(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4bv(const GLbyte * v)
Part of
GL_VERSION_1_0
- glColor4bv(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4bv(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4d(double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4d(double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
Part of
GL_VERSION_1_0
- glColor4d(double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glColor4dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glColor4dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4f(float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4f(float, float, float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glColor4f(float, float, float, float) - Method in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- glColor4f(float, float, float, float) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glColor4f(float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4f(float, float, float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glColor4fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glColor4fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glColor4fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4h(short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4h(short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glColor4h(GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha)
Part of GL_NV_half_float
- glColor4h(short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4hv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4hv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4hv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glColor4hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glColor4hv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glColor4hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glColor4hv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4hv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4i(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4i(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4i(GLint red, GLint green, GLint blue, GLint alpha)
Part of
GL_VERSION_1_0
- glColor4i(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4iv(const GLint * v)
Part of
GL_VERSION_1_0
- glColor4iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4iv(const GLint * v)
Part of
GL_VERSION_1_0
- glColor4iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4s(short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4s(short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha)
Part of
GL_VERSION_1_0
- glColor4s(short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glColor4sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glColor4sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4ub(byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4ub(byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGLES1
-
- glColor4ub(byte, byte, byte, byte) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
- glColor4ub(byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4ub(byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGLES1
-
- glColor4ubv(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4ubv(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4ubv(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4ubv(const GLubyte * v)
Part of
GL_VERSION_1_0
- glColor4ubv(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4ubv(const GLubyte * v)
Part of
GL_VERSION_1_0
- glColor4ubv(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4ubv(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4ui(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4ui(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha)
Part of
GL_VERSION_1_0
- glColor4ui(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4uiv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4uiv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4uiv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4uiv(const GLuint * v)
Part of
GL_VERSION_1_0
- glColor4uiv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4uiv(const GLuint * v)
Part of
GL_VERSION_1_0
- glColor4uiv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4uiv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4us(short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4us(short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha)
Part of
GL_VERSION_1_0
- glColor4us(short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4usv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4usv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColor4usv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4usv(const GLushort * v)
Part of
GL_VERSION_1_0
- glColor4usv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColor4usv(const GLushort * v)
Part of
GL_VERSION_1_0
- glColor4usv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4usv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColor4x(int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glColor4x(int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
Part of GL_VERSION_ES_CL_CM
- glColor4x(int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glColorFormatNV(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorFormatNV(int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glColorFormatNV(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory
- glColorFormatNV(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorMask(boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorMask(boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.DebugGLES1
-
- glColorMask(boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.DebugGLES3
-
- glColorMask(boolean, boolean, boolean, boolean) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glColorMask(boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorMask(boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.TraceGLES1
-
- glColorMask(boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.TraceGLES3
-
- glColorMaski(int, boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorMaski(int, boolean, boolean, boolean, boolean) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glColorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Part of
GL_VERSION_3_0
- glColorMaski(int, boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorMaskIndexed(int, boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorMaskIndexed(int, boolean, boolean, boolean, boolean) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glColorMaskIndexed(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Part of GL_EXT_draw_buffers2
- glColorMaskIndexed(int, boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorMaterial(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorMaterial(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColorMaterial(GLenum face, GLenum mode)
Part of
GL_VERSION_1_0
- glColorMaterial(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorP3ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorP3ui(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glColorP3ui(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glColorP3ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorP3uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorP3uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorP3uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glColorP3uiv(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glColorP3uiv(int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glColorP3uiv(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glColorP3uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorP3uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorP4ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorP4ui(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glColorP4ui(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glColorP4ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorP4uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorP4uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorP4uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glColorP4uiv(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glColorP4uiv(int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glColorP4uiv(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glColorP4uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorP4uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorPointer(GLArrayData) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorPointer(int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glColorPointer(int, int, int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glColorPointer(GLArrayData) - Method in class javax.media.opengl.DebugGLES1
-
- glColorPointer(GLArrayData) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glColorPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glColorPointer(int, int, int, long) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glColorPointer(GLArrayData) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorPointer(int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glColorPointer(int, int, int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glColorPointer(GLArrayData) - Method in class javax.media.opengl.TraceGLES1
-
- glColorSubTable(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorSubTable(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorSubTable(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glColorSubTable(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glColorSubTable(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorSubTable(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorTable(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorTable(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorTable(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glColorTable(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glColorTable(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorTable(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorTableParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorTableParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorTableParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColorTableParameterfv(GLenum target, GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glColorTableParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColorTableParameterfv(GLenum target, GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glColorTableParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorTableParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorTableParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorTableParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glColorTableParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColorTableParameteriv(GLenum target, GLenum pname, const GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glColorTableParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glColorTableParameteriv(GLenum target, GLenum pname, const GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glColorTableParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glColorTableParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompileShader(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompileShader(int) - Method in class javax.media.opengl.DebugGLES3
-
- glCompileShader(int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glCompileShader(GLuint shader)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glCompileShader(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompileShader(int) - Method in class javax.media.opengl.TraceGLES3
-
- glCompileShaderARB(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompileShaderARB(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompileShaderARB(GLhandleARB shaderObj)
Part of GL_ARB_shader_objects
- glCompileShaderARB(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompileShaderIncludeARB(int, int, String[], IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompileShaderIncludeARB(int, int, String[], int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompileShaderIncludeARB(int, int, String[], IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glCompileShaderIncludeARB(GLuint shader, GLsizei count, const GLchar * * path, const GLint * length)
Part of GL_ARB_shading_language_include
- glCompileShaderIncludeARB(int, int, String[], int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glCompileShaderIncludeARB(GLuint shader, GLsizei count, const GLchar * * path, const GLint * length)
Part of GL_ARB_shading_language_include
- glCompileShaderIncludeARB(int, int, String[], IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompileShaderIncludeARB(int, int, String[], int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedMultiTexImage1DEXT(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedMultiTexImage2DEXT(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedMultiTexImage3DEXT(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedMultiTexSubImage1DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedMultiTexSubImage2DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedMultiTexSubImage3DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexImage1D(int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data)
Part of
GL_VERSION_1_3
- glCompressedTexImage1D(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data)
Part of
GL_VERSION_1_3
- glCompressedTexImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_3
,
GL_ES_VERSION_2_0
- glCompressedTexImage2D(int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_3
,
GL_ES_VERSION_2_0
- glCompressedTexImage2D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_3
;
GL_OES_texture_3D
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_3
;
GL_OES_texture_3D
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glCompressedTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexSubImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data)
Part of
GL_VERSION_1_3
- glCompressedTexSubImage1D(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data)
Part of
GL_VERSION_1_3
- glCompressedTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexSubImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_3
,
GL_ES_VERSION_2_0
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_3
,
GL_ES_VERSION_2_0
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_3
;
GL_OES_texture_3D
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_3
;
GL_OES_texture_3D
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glCompressedTextureImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTextureImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedTextureImage1DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedTextureImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedTextureImage2DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedTextureImage3DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedTextureSubImage1DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedTextureSubImage2DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCompressedTextureSubImage3DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * bits)
Part of GL_EXT_direct_state_access
- glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- GLContext - Class in javax.media.opengl
-
Abstraction for an OpenGL rendering context.
- glConvolutionFilter1D(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glConvolutionFilter1D(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glConvolutionFilter1D(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * image)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glConvolutionFilter1D(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * image)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glConvolutionFilter1D(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glConvolutionFilter1D(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glConvolutionFilter2D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glConvolutionFilter2D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glConvolutionFilter2D(int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glConvolutionFilter2D(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glConvolutionFilter2D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glConvolutionFilter2D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glConvolutionParameterf(int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glConvolutionParameterf(int, int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glConvolutionParameterf(GLenum target, GLenum pname, GLfloat params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glConvolutionParameterf(int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glConvolutionParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glConvolutionParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glConvolutionParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glConvolutionParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glConvolutionParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glConvolutionParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glConvolutionParameteri(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glConvolutionParameteri(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glConvolutionParameteri(GLenum target, GLenum pname, GLint params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glConvolutionParameteri(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glConvolutionParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glConvolutionParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glConvolutionParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glConvolutionParameteriv(GLenum target, GLenum pname, const GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glConvolutionParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glConvolutionParameteriv(GLenum target, GLenum pname, const GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glConvolutionParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glConvolutionParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyBufferSubData(int, int, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyBufferSubData(int, int, long, long, long) - Method in class javax.media.opengl.DebugGLES3
-
- glCopyBufferSubData(int, int, long, long, long) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glCopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_copy_buffer
,
GL_VERSION_3_1
- glCopyBufferSubData(int, int, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyBufferSubData(int, int, long, long, long) - Method in class javax.media.opengl.TraceGLES3
-
- glCopyColorSubTable(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyColorSubTable(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glCopyColorSubTable(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glCopyColorSubTable(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyColorTable(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyColorTable(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glCopyColorTable(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyConvolutionFilter1D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyConvolutionFilter1D(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glCopyConvolutionFilter1D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glCopyConvolutionFilter1D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyConvolutionFilter2D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyConvolutionFilter2D(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glCopyConvolutionFilter2D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glCopyConvolutionFilter2D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glCopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
Part of
GL_ARB_copy_image
,
GL_VERSION_4_3
- glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyImageSubDataNV(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyImageSubDataNV(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_NV_copy_image
- glCopyImageSubDataNV(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyMultiTexImage1DEXT(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyMultiTexImage1DEXT(int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyMultiTexImage1DEXT(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Part of GL_EXT_direct_state_access
- glCopyMultiTexImage1DEXT(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyMultiTexImage2DEXT(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Part of GL_EXT_direct_state_access
- glCopyMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyMultiTexSubImage1DEXT(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyMultiTexSubImage1DEXT(int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyMultiTexSubImage1DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Part of GL_EXT_direct_state_access
- glCopyMultiTexSubImage1DEXT(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyMultiTexSubImage2DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access
- glCopyMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyMultiTexSubImage3DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access
- glCopyMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyPathNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyPathNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyPathNV(GLuint resultPath, GLuint srcPath)
Part of GL_NV_path_rendering
- glCopyPathNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyPixels(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyPixels(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
Part of
GL_VERSION_1_0
- glCopyPixels(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glCopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Part of
GL_VERSION_1_1
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Part of
GL_VERSION_1_1
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part of
GL_VERSION_1_2
,
GL_ES_VERSION_3_0
;
GL_OES_texture_3D
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glCopyTextureImage1DEXT(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyTextureImage1DEXT(int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyTextureImage1DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Part of GL_EXT_direct_state_access
- glCopyTextureImage1DEXT(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyTextureImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyTextureImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyTextureImage2DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Part of GL_EXT_direct_state_access
- glCopyTextureImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyTextureLevelsAPPLE(int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glCopyTextureLevelsAPPLE(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glCopyTextureLevelsAPPLE(int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glCopyTextureLevelsAPPLE(GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount)
Part of GL_APPLE_copy_texture_levels
- glCopyTextureLevelsAPPLE(int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glCopyTextureLevelsAPPLE(GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount)
Part of GL_APPLE_copy_texture_levels
- glCopyTextureLevelsAPPLE(int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glCopyTextureLevelsAPPLE(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glCopyTextureSubImage1DEXT(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyTextureSubImage1DEXT(int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyTextureSubImage1DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Part of GL_EXT_direct_state_access
- glCopyTextureSubImage1DEXT(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyTextureSubImage2DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access
- glCopyTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCopyTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCopyTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCopyTextureSubImage3DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access
- glCopyTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCoverageMaskNV(boolean) - Method in class javax.media.opengl.DebugGLES3
-
- glCoverageMaskNV(boolean) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glCoverageMaskNV(GLboolean mask)
Part of GL_NV_coverage_sample
- glCoverageMaskNV(boolean) - Method in class javax.media.opengl.TraceGLES3
-
- glCoverageOperationNV(int) - Method in class javax.media.opengl.DebugGLES3
-
- glCoverageOperationNV(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glCoverageOperationNV(GLenum operation)
Part of GL_NV_coverage_sample
- glCoverageOperationNV(int) - Method in class javax.media.opengl.TraceGLES3
-
- glCoverFillPathInstancedNV(int, int, Buffer, int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCoverFillPathInstancedNV(int, int, Buffer, int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCoverFillPathInstancedNV(int, int, Buffer, int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCoverFillPathInstancedNV(GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat * transformValues)
Part of GL_NV_path_rendering
- glCoverFillPathInstancedNV(int, int, Buffer, int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCoverFillPathInstancedNV(GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat * transformValues)
Part of GL_NV_path_rendering
- glCoverFillPathInstancedNV(int, int, Buffer, int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCoverFillPathInstancedNV(int, int, Buffer, int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCoverFillPathNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCoverFillPathNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCoverFillPathNV(GLuint path, GLenum coverMode)
Part of GL_NV_path_rendering
- glCoverFillPathNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCoverStrokePathInstancedNV(int, int, Buffer, int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCoverStrokePathInstancedNV(int, int, Buffer, int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCoverStrokePathInstancedNV(int, int, Buffer, int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCoverStrokePathInstancedNV(GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat * transformValues)
Part of GL_NV_path_rendering
- glCoverStrokePathInstancedNV(int, int, Buffer, int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCoverStrokePathInstancedNV(GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat * transformValues)
Part of GL_NV_path_rendering
- glCoverStrokePathInstancedNV(int, int, Buffer, int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCoverStrokePathInstancedNV(int, int, Buffer, int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCoverStrokePathNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCoverStrokePathNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCoverStrokePathNV(GLuint path, GLenum coverMode)
Part of GL_NV_path_rendering
- glCoverStrokePathNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCreateProgram() - Method in class javax.media.opengl.DebugGL4bc
-
- glCreateProgram() - Method in class javax.media.opengl.DebugGLES3
-
- glCreateProgram() - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
GLuint glCreateProgram(void)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glCreateProgram() - Method in class javax.media.opengl.TraceGL4bc
-
- glCreateProgram() - Method in class javax.media.opengl.TraceGLES3
-
- glCreateProgramObjectARB() - Method in class javax.media.opengl.DebugGL4bc
-
- glCreateProgramObjectARB() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLhandleARB glCreateProgramObjectARB(void)
Part of GL_ARB_shader_objects
- glCreateProgramObjectARB() - Method in class javax.media.opengl.TraceGL4bc
-
- glCreateShader(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCreateShader(int) - Method in class javax.media.opengl.DebugGLES3
-
- glCreateShader(int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
GLuint glCreateShader(GLenum type)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glCreateShader(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCreateShader(int) - Method in class javax.media.opengl.TraceGLES3
-
- glCreateShaderObjectARB(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCreateShaderObjectARB(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLhandleARB glCreateShaderObjectARB(GLenum shaderType)
Part of GL_ARB_shader_objects
- glCreateShaderObjectARB(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCreateShaderProgramv(int, int, String[]) - Method in class javax.media.opengl.DebugGL4bc
-
- glCreateShaderProgramv(int, int, String[]) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const GLchar * const * strings)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_separate_shader_objects
- glCreateShaderProgramv(int, int, String[]) - Method in class javax.media.opengl.TraceGL4bc
-
- glCreateSyncFromCLeventARB(long, long, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCreateSyncFromCLeventARB(long, long, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: GLsync glCreateSyncFromCLeventARB(cl_context context, cl_event event, GLbitfield flags)
Part of GL_ARB_cl_event
- glCreateSyncFromCLeventARB(long, long, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCullFace(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCullFace(int) - Method in class javax.media.opengl.DebugGLES1
-
- glCullFace(int) - Method in class javax.media.opengl.DebugGLES3
-
- glCullFace(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glCullFace(GLenum mode)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glCullFace(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCullFace(int) - Method in class javax.media.opengl.TraceGLES1
-
- glCullFace(int) - Method in class javax.media.opengl.TraceGLES3
-
- glCullParameterdvEXT(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCullParameterdvEXT(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCullParameterdvEXT(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCullParameterdvEXT(GLenum pname, GLdouble * params)
Part of GL_EXT_cull_vertex
- glCullParameterdvEXT(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCullParameterdvEXT(GLenum pname, GLdouble * params)
Part of GL_EXT_cull_vertex
- glCullParameterdvEXT(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCullParameterdvEXT(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCullParameterfvEXT(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glCullParameterfvEXT(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCullParameterfvEXT(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCullParameterfvEXT(GLenum pname, GLfloat * params)
Part of GL_EXT_cull_vertex
- glCullParameterfvEXT(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCullParameterfvEXT(GLenum pname, GLfloat * params)
Part of GL_EXT_cull_vertex
- glCullParameterfvEXT(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glCullParameterfvEXT(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCurrentPaletteMatrix(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glCurrentPaletteMatrix(int) - Method in class javax.media.opengl.DebugGLES1
-
- glCurrentPaletteMatrix(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glCurrentPaletteMatrix(GLint index)
Part of GL_OES_matrix_palette
; GL_ARB_matrix_palette
- glCurrentPaletteMatrix(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glCurrentPaletteMatrix(GLuint matrixpaletteindex)
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
- glCurrentPaletteMatrix(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glCurrentPaletteMatrix(int) - Method in class javax.media.opengl.TraceGLES1
-
- GLDebugListener - Interface in javax.media.opengl
-
- GLDebugMessage - Class in javax.media.opengl
-
OpenGL debug message generated by the driver
and delivered via
GLDebugListener
.
- GLDebugMessage(GLContext, long, int, int, int, int, String) - Constructor for class javax.media.opengl.GLDebugMessage
-
- glDebugMessageControl(int, int, int, int, IntBuffer, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glDebugMessageControl(int, int, int, int, int[], int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glDebugMessageControl(int, int, int, int, int[], int, boolean) - Method in class javax.media.opengl.DebugGLES3
-
- glDebugMessageControl(int, int, int, int, IntBuffer, boolean) - Method in class javax.media.opengl.DebugGLES3
-
- glDebugMessageControl(int, int, int, int, IntBuffer, boolean) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_ARB_debug_output
;
GL_KHR_debug
- glDebugMessageControl(int, int, int, int, int[], int, boolean) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_ARB_debug_output
;
GL_KHR_debug
- glDebugMessageControl(int, int, int, int, IntBuffer, boolean) - Method in class javax.media.opengl.GLContext
-
- glDebugMessageControl(int, int, int, int, int[], int, boolean) - Method in class javax.media.opengl.GLContext
-
Generic entry for
GL2ES2.glDebugMessageControl(int, int, int, int, int[], int, boolean)
and
GL2GL3.glDebugMessageEnableAMD(int, int, int, int[], int, boolean)
of the GLDebugOutput feature.
- glDebugMessageControl(int, int, int, int, IntBuffer, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glDebugMessageControl(int, int, int, int, int[], int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glDebugMessageControl(int, int, int, int, int[], int, boolean) - Method in class javax.media.opengl.TraceGLES3
-
- glDebugMessageControl(int, int, int, int, IntBuffer, boolean) - Method in class javax.media.opengl.TraceGLES3
-
- glDebugMessageEnableAMD(int, int, int, int[], int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glDebugMessageEnableAMD(int, int, int, IntBuffer, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glDebugMessageEnableAMD(int, int, int, IntBuffer, boolean) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glDebugMessageEnableAMD(GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
Part of GL_AMD_debug_output
- glDebugMessageEnableAMD(int, int, int, int[], int, boolean) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glDebugMessageEnableAMD(GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
Part of GL_AMD_debug_output
- glDebugMessageEnableAMD(int, int, int, int[], int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glDebugMessageEnableAMD(int, int, int, IntBuffer, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glDebugMessageInsert(int, int, int, int, int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glDebugMessageInsert(int, int, int, int, int, String) - Method in class javax.media.opengl.DebugGLES3
-
- glDebugMessageInsert(int, int, int, int, int, String) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_ARB_debug_output
;
GL_KHR_debug
- glDebugMessageInsert(int, int, int, int, String) - Method in class javax.media.opengl.GLContext
-
- glDebugMessageInsert(int, int, int, int, int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glDebugMessageInsert(int, int, int, int, int, String) - Method in class javax.media.opengl.TraceGLES3
-
- glDebugMessageInsertAMD(int, int, int, int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glDebugMessageInsertAMD(int, int, int, int, String) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glDebugMessageInsertAMD(GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar * buf)
Part of GL_AMD_debug_output
- glDebugMessageInsertAMD(int, int, int, int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteBuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteBuffers(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteBuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteBuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteBuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteBuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteBuffers(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDeleteBuffers(GLsizei n, const GLuint * buffers)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_5
,
GL_ES_VERSION_2_0
- glDeleteBuffers(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDeleteBuffers(GLsizei n, const GLuint * buffers)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_5
,
GL_ES_VERSION_2_0
- glDeleteBuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteBuffers(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteBuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteBuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteBuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteBuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteFencesAPPLE(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteFencesAPPLE(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteFencesAPPLE(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteFencesAPPLE(GLsizei n, const GLuint * fences)
Part of GL_APPLE_fence
- glDeleteFencesAPPLE(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteFencesAPPLE(GLsizei n, const GLuint * fences)
Part of GL_APPLE_fence
- glDeleteFencesAPPLE(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteFencesAPPLE(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteFencesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteFencesNV(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteFencesNV(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteFencesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteFencesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteFencesNV(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteFencesNV(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteFencesNV(GLsizei n, const GLuint * fences)
Part of GL_NV_fence
- glDeleteFencesNV(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteFencesNV(GLsizei n, const GLuint * fences)
Part of GL_NV_fence
- glDeleteFencesNV(int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDeleteFencesNV(GLsizei, const GLuint * )
Part of GL_NV_fence
- glDeleteFencesNV(int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDeleteFencesNV(GLsizei, const GLuint * )
Part of GL_NV_fence
- glDeleteFencesNV(int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDeleteFencesNV(GLsizei, const GLuint * )
Part of GL_NV_fence
- glDeleteFencesNV(int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDeleteFencesNV(GLsizei, const GLuint * )
Part of GL_NV_fence
- glDeleteFencesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteFencesNV(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteFencesNV(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteFencesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteFencesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteFencesNV(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteFramebuffers(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteFramebuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteFramebuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteFramebuffers(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glDeleteFramebuffers(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glDeleteFramebuffers(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteFramebuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteFramebuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteLists(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteLists(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glDeleteLists(GLuint list, GLsizei range)
Part of
GL_VERSION_1_0
- glDeleteLists(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteNamedStringARB(int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteNamedStringARB(int, String) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glDeleteNamedStringARB(GLint namelen, const GLchar * name)
Part of GL_ARB_shading_language_include
- glDeleteNamedStringARB(int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteNamesAMD(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteNamesAMD(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteNamesAMD(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteNamesAMD(GLenum identifier, GLuint num, const GLuint * names)
Part of GL_AMD_name_gen_delete
- glDeleteNamesAMD(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteNamesAMD(GLenum identifier, GLuint num, const GLuint * names)
Part of GL_AMD_name_gen_delete
- glDeleteNamesAMD(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteNamesAMD(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteObjectARB(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteObjectARB(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteObjectARB(GLhandleARB obj)
Part of GL_ARB_shader_objects
- glDeleteObjectARB(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteOcclusionQueriesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteOcclusionQueriesNV(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteOcclusionQueriesNV(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteOcclusionQueriesNV(GLsizei n, const GLuint * ids)
Part of GL_NV_occlusion_query
- glDeleteOcclusionQueriesNV(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteOcclusionQueriesNV(GLsizei n, const GLuint * ids)
Part of GL_NV_occlusion_query
- glDeleteOcclusionQueriesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteOcclusionQueriesNV(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeletePathsNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeletePathsNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeletePathsNV(GLuint path, GLsizei range)
Part of GL_NV_path_rendering
- glDeletePathsNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeletePerfMonitorsAMD(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeletePerfMonitorsAMD(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeletePerfMonitorsAMD(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDeletePerfMonitorsAMD(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeletePerfMonitorsAMD(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors)
Part of GL_AMD_performance_monitor
- glDeletePerfMonitorsAMD(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors)
Part of GL_AMD_performance_monitor
- glDeletePerfMonitorsAMD(int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors)
Part of GL_AMD_performance_monitor
- glDeletePerfMonitorsAMD(int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors)
Part of GL_AMD_performance_monitor
- glDeletePerfMonitorsAMD(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeletePerfMonitorsAMD(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeletePerfMonitorsAMD(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDeletePerfMonitorsAMD(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteProgram(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteProgram(int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteProgram(int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glDeleteProgram(GLuint program)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glDeleteProgram(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteProgram(int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteProgramPipelines(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteProgramPipelines(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteProgramPipelines(int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDeleteProgramPipelines(GLsizei n, const GLuint * pipelines)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glDeleteProgramPipelines(int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDeleteProgramPipelines(GLsizei n, const GLuint * pipelines)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glDeleteProgramPipelines(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteProgramPipelines(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteProgramsARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteProgramsARB(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteProgramsARB(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteProgramsARB(GLsizei n, const GLuint * programs)
Part of GL_ARB_vertex_program
- glDeleteProgramsARB(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteProgramsARB(GLsizei n, const GLuint * programs)
Part of GL_ARB_vertex_program
- glDeleteProgramsARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteProgramsARB(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteQueries(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteQueries(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteQueries(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteQueries(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteQueries(int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glDeleteQueries(GLsizei n, const GLuint * ids)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_EXT_occlusion_query_boolean
,
GL_EXT_disjoint_timer_query
- glDeleteQueries(int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glDeleteQueries(GLsizei n, const GLuint * ids)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_EXT_occlusion_query_boolean
,
GL_EXT_disjoint_timer_query
- glDeleteQueries(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteQueries(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteQueries(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteQueries(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteRenderbuffers(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteRenderbuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteRenderbuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteRenderbuffers(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDeleteRenderbuffers(GLsizei n, const GLuint * renderbuffers)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glDeleteRenderbuffers(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDeleteRenderbuffers(GLsizei n, const GLuint * renderbuffers)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glDeleteRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteRenderbuffers(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteRenderbuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteRenderbuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteSamplers(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteSamplers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteSamplers(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteSamplers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteSamplers(int, IntBuffer) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glDeleteSamplers(GLsizei count, const GLuint * samplers)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glDeleteSamplers(int, int[], int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glDeleteSamplers(GLsizei count, const GLuint * samplers)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glDeleteSamplers(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteSamplers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteSamplers(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteSamplers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteShader(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteShader(int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteShader(int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glDeleteShader(GLuint shader)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glDeleteShader(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteShader(int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteSync(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteSync(long) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteSync(long) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glDeleteSync(GLsync sync)
Part of
GL_ARB_sync
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_2
- glDeleteSync(long) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteSync(long) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteTextures(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteTextures(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteTextures(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteTextures(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteTextures(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteTextures(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteTextures(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDeleteTextures(GLsizei n, const GLuint * textures)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glDeleteTextures(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDeleteTextures(GLsizei n, const GLuint * textures)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glDeleteTextures(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteTextures(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteTextures(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteTextures(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteTextures(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteTextures(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteTransformFeedbacks(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteTransformFeedbacks(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteTransformFeedbacks(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteTransformFeedbacks(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteTransformFeedbacks(int, IntBuffer) - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glDeleteTransformFeedbacks(GLsizei n, const GLuint * ids)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_0
,
GL_ARB_transform_feedback2
- glDeleteTransformFeedbacks(int, int[], int) - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glDeleteTransformFeedbacks(GLsizei n, const GLuint * ids)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_0
,
GL_ARB_transform_feedback2
- glDeleteTransformFeedbacks(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteTransformFeedbacks(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteTransformFeedbacks(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteTransformFeedbacks(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteTransformFeedbacksNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteTransformFeedbacksNV(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteTransformFeedbacksNV(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteTransformFeedbacksNV(GLsizei n, const GLuint * ids)
Part of GL_NV_transform_feedback2
- glDeleteTransformFeedbacksNV(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteTransformFeedbacksNV(GLsizei n, const GLuint * ids)
Part of GL_NV_transform_feedback2
- glDeleteTransformFeedbacksNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteTransformFeedbacksNV(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteVertexArrays(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteVertexArrays(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteVertexArrays(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteVertexArrays(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteVertexArrays(int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glDeleteVertexArrays(GLsizei n, const GLuint * arrays)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_vertex_array_object
,
GL_VERSION_3_0
- glDeleteVertexArrays(int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glDeleteVertexArrays(GLsizei n, const GLuint * arrays)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_vertex_array_object
,
GL_VERSION_3_0
- glDeleteVertexArrays(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteVertexArrays(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDeleteVertexArrays(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteVertexArrays(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteVertexArraysOES(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteVertexArraysOES(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDeleteVertexArraysOES(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteVertexArraysOES(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDeleteVertexArraysOES(int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDeleteVertexArraysOES(GLsizei n, const GLuint * arrays)
Part of GL_OES_vertex_array_object
- glDeleteVertexArraysOES(int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDeleteVertexArraysOES(GLsizei n, const GLuint * arrays)
Part of GL_OES_vertex_array_object
- glDeleteVertexArraysOES(int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDeleteVertexArraysOES(GLsizei n, const GLuint * arrays)
Part of GL_OES_vertex_array_object
- glDeleteVertexArraysOES(int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDeleteVertexArraysOES(GLsizei n, const GLuint * arrays)
Part of GL_OES_vertex_array_object
- glDeleteVertexArraysOES(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteVertexArraysOES(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDeleteVertexArraysOES(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteVertexArraysOES(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDeleteVertexShaderEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDeleteVertexShaderEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDeleteVertexShaderEXT(GLuint id)
Part of GL_EXT_vertex_shader
- glDeleteVertexShaderEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDepthBoundsEXT(double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glDepthBoundsEXT(double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDepthBoundsEXT(GLclampd zmin, GLclampd zmax)
Part of GL_EXT_depth_bounds_test
- glDepthBoundsEXT(double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glDepthFunc(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDepthFunc(int) - Method in class javax.media.opengl.DebugGLES1
-
- glDepthFunc(int) - Method in class javax.media.opengl.DebugGLES3
-
- glDepthFunc(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDepthFunc(GLenum func)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glDepthFunc(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDepthFunc(int) - Method in class javax.media.opengl.TraceGLES1
-
- glDepthFunc(int) - Method in class javax.media.opengl.TraceGLES3
-
- glDepthMask(boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glDepthMask(boolean) - Method in class javax.media.opengl.DebugGLES1
-
- glDepthMask(boolean) - Method in class javax.media.opengl.DebugGLES3
-
- glDepthMask(boolean) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDepthMask(GLboolean flag)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glDepthMask(boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glDepthMask(boolean) - Method in class javax.media.opengl.TraceGLES1
-
- glDepthMask(boolean) - Method in class javax.media.opengl.TraceGLES3
-
- glDepthRange(double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glDepthRange(double, double) - Method in class javax.media.opengl.DebugGLES1
-
- glDepthRange(double, double) - Method in class javax.media.opengl.DebugGLES3
-
- glDepthRange(double, double) - Method in interface javax.media.opengl.GL2ES2
-
- glDepthRange(double, double) - Method in interface javax.media.opengl.GLBase
-
- glDepthRange(double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glDepthRange(double, double) - Method in class javax.media.opengl.TraceGLES1
-
- glDepthRange(double, double) - Method in class javax.media.opengl.TraceGLES3
-
- glDepthRangeArrayv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDepthRangeArrayv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDepthRangeArrayv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glDepthRangeArrayv(GLuint first, GLsizei count, const GLdouble * v)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glDepthRangeArrayv(int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glDepthRangeArrayv(GLuint first, GLsizei count, const GLdouble * v)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glDepthRangeArrayv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDepthRangeArrayv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDepthRangef(float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glDepthRangef(float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glDepthRangef(float, float) - Method in class javax.media.opengl.DebugGLES3
-
- glDepthRangef(float, float) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDepthRangef(GLclampf zNear, GLclampf zFar)
Part of
GL_ARB_ES2_compatibility
,
GL_ES_VERSION_2_0
,
GL_VERSION_ES_CM
;
GL_OES_single_precision
- glDepthRangef(float, float) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glDepthRangef(GLclampf zNear, GLclampf zFar);
Part of
GL_ES_VERSION_2_0
and
GL_ARB_ES2_compatibility
.
- glDepthRangef(float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glDepthRangef(float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glDepthRangef(float, float) - Method in class javax.media.opengl.TraceGLES3
-
- glDepthRangeIndexed(int, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glDepthRangeIndexed(int, double, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDepthRangeIndexed(GLuint index, GLdouble n, GLdouble f)
Part of
GL_VERSION_4_1
,
GL_ARB_viewport_array
- glDepthRangeIndexed(int, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glDepthRangex(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glDepthRangex(int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDepthRangex(GLclampx zNear, GLclampx zFar)
Part of GL_VERSION_ES_CL_CM
- glDepthRangex(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glDetachObjectARB(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDetachObjectARB(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDetachObjectARB(GLhandleARB containerObj, GLhandleARB attachedObj)
Part of GL_ARB_shader_objects
- glDetachObjectARB(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDetachShader(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDetachShader(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glDetachShader(int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glDetachShader(GLuint program, GLuint shader)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glDetachShader(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDetachShader(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glDisable(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisable(int) - Method in class javax.media.opengl.DebugGLES1
-
- glDisable(int) - Method in class javax.media.opengl.DebugGLES3
-
- glDisable(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDisable(GLenum cap)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glDisable(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDisable(int) - Method in class javax.media.opengl.TraceGLES1
-
- glDisable(int) - Method in class javax.media.opengl.TraceGLES3
-
- glDisableClientState(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisableClientState(int) - Method in class javax.media.opengl.DebugGLES1
-
- glDisableClientState(int) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glDisableClientState(int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glDisableClientState(GLenum cap)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_NV_vertex_buffer_unified_memory
- glDisableClientState(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDisableClientState(int) - Method in class javax.media.opengl.TraceGLES1
-
- glDisableClientStateiEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisableClientStateiEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDisableClientStateiEXT(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access
- glDisableClientStateiEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDisableClientStateIndexedEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisableClientStateIndexedEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDisableClientStateIndexedEXT(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access
- glDisableClientStateIndexedEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDisableDriverControlQCOM(int) - Method in class javax.media.opengl.DebugGLES1
-
- glDisableDriverControlQCOM(int) - Method in class javax.media.opengl.DebugGLES3
-
- glDisableDriverControlQCOM(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDisableDriverControlQCOM(GLuint driverControl)
Part of GL_QCOM_driver_control
- glDisableDriverControlQCOM(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDisableDriverControlQCOM(GLuint driverControl)
Part of GL_QCOM_driver_control
- glDisableDriverControlQCOM(int) - Method in class javax.media.opengl.TraceGLES1
-
- glDisableDriverControlQCOM(int) - Method in class javax.media.opengl.TraceGLES3
-
- glDisablei(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisablei(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glDisablei(GLenum target, GLuint index)
Part of
GL_VERSION_3_0
- glDisablei(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDisableIndexed(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisableIndexed(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDisableIndexed(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2
, GL_EXT_direct_state_access
- glDisableIndexed(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDisableVariantClientStateEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisableVariantClientStateEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDisableVariantClientStateEXT(GLuint id)
Part of GL_EXT_vertex_shader
- glDisableVariantClientStateEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDisableVertexArrayAttribEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisableVertexArrayAttribEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDisableVertexArrayAttribEXT(GLuint vaobj, GLuint index)
Part of GL_EXT_direct_state_access
- glDisableVertexArrayAttribEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDisableVertexArrayEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisableVertexArrayEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDisableVertexArrayEXT(GLuint vaobj, GLenum array)
Part of GL_EXT_direct_state_access
- glDisableVertexArrayEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDisableVertexAttribAPPLE(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisableVertexAttribAPPLE(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDisableVertexAttribAPPLE(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators
- glDisableVertexAttribAPPLE(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDisableVertexAttribArray(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisableVertexAttribArray(int) - Method in class javax.media.opengl.DebugGLES3
-
- glDisableVertexAttribArray(int) - Method in interface javax.media.opengl.GL2ES2
-
- glDisableVertexAttribArray(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDisableVertexAttribArray(int) - Method in class javax.media.opengl.TraceGLES3
-
- glDisableVertexAttribArrayARB(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDisableVertexAttribArrayARB(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDisableVertexAttribArrayARB(GLuint index)
Part of GL_ARB_vertex_program
- glDisableVertexAttribArrayARB(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDiscardFramebufferEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDiscardFramebufferEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glDiscardFramebufferEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDiscardFramebufferEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDiscardFramebufferEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_EXT_discard_framebuffer
- glDiscardFramebufferEXT(int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_EXT_discard_framebuffer
- glDiscardFramebufferEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_EXT_discard_framebuffer
- glDiscardFramebufferEXT(int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_EXT_discard_framebuffer
- glDiscardFramebufferEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDiscardFramebufferEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glDiscardFramebufferEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDiscardFramebufferEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDispatchCompute(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDispatchCompute(int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
Part of
GL_VERSION_4_3
,
GL_ARB_compute_shader
- glDispatchCompute(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDispatchComputeIndirect(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glDispatchComputeIndirect(long) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDispatchComputeIndirect(GLintptr indirect)
Part of
GL_VERSION_4_3
,
GL_ARB_compute_shader
- glDispatchComputeIndirect(long) - Method in class javax.media.opengl.TraceGL4bc
-
- GLDrawable - Interface in javax.media.opengl
-
An abstraction for an OpenGL rendering target.
- GLDrawableFactory - Class in javax.media.opengl
-
Provides a virtual machine- and operating system-independent
mechanism for creating
GLDrawable
s.
- glDrawArrays(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawArrays(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawArrays(int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawArrays(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDrawArrays(GLenum mode, GLint first, GLsizei count)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glDrawArrays(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawArrays(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawArrays(int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawArraysIndirect(int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawArraysIndirect(int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawArraysIndirect(int, long) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDrawArraysIndirect(GLenum mode, const GLvoid * indirect)
Part of
GL_VERSION_4_0
,
GL_ARB_draw_indirect
- glDrawArraysIndirect(int, Buffer) - Method in interface javax.media.opengl.GL4bc
-
Entry point to C language function:
void glDrawArraysIndirect(GLenum mode, const GLvoid * indirect);
Part of
GL_VERSION_4_0
,
GL_ARB_draw_indirect
- glDrawArraysIndirect(int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawArraysIndirect(int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawArraysInstanced(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawArraysInstanced(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawArraysInstanced(int, int, int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_1
;
GL_ARB_draw_instanced
- glDrawArraysInstanced(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawArraysInstanced(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawArraysInstancedANGLE(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawArraysInstancedANGLE(int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDrawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
Part of GL_ANGLE_instanced_arrays
- glDrawArraysInstancedANGLE(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawArraysInstancedBaseInstance(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawArraysInstancedBaseInstance(int, int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDrawArraysInstancedBaseInstance(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance)
Part of
GL_VERSION_4_2
,
GL_ARB_base_instance
- glDrawArraysInstancedBaseInstance(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawArraysInstancedNV(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawArraysInstancedNV(int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDrawArraysInstancedNV(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
Part of GL_NV_draw_instanced
- glDrawArraysInstancedNV(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawBuffer(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawBuffer(int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glDrawBuffer(GLenum mode)
Part of
GL_VERSION_1_0
- glDrawBuffer(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawBuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawBuffers(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawBuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawBuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawBuffers(int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glDrawBuffers(GLsizei n, const GLenum * bufs)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_2_0
;
GL_EXT_draw_buffers
GL_NV_draw_buffers
- glDrawBuffers(int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glDrawBuffers(GLsizei n, const GLenum * bufs)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_2_0
;
GL_EXT_draw_buffers
GL_NV_draw_buffers
- glDrawBuffers(int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function:
void glDrawBuffers(GLsizei n, const GLenum * bufs)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_2_0
;
GL_EXT_draw_buffers
;
GL_NV_draw_buffers
- glDrawBuffers(int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function:
void glDrawBuffers(GLsizei n, const GLenum * bufs)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_2_0
;
GL_EXT_draw_buffers
;
GL_NV_draw_buffers
- glDrawBuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawBuffers(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawBuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawBuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawBuffersATI(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawBuffersATI(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawBuffersATI(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDrawBuffersATI(GLsizei n, const GLenum * bufs)
Part of GL_ATI_draw_buffers
- glDrawBuffersATI(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDrawBuffersATI(GLsizei n, const GLenum * bufs)
Part of GL_ATI_draw_buffers
- glDrawBuffersATI(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawBuffersATI(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawBuffersIndexedEXT(int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawBuffersIndexedEXT(int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawBuffersIndexedEXT(int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDrawBuffersIndexedEXT(GLint n, const GLenum * location, const GLint * indices)
Part of GL_EXT_multiview_draw_buffers
- glDrawBuffersIndexedEXT(int, int[], int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDrawBuffersIndexedEXT(GLint n, const GLenum * location, const GLint * indices)
Part of GL_EXT_multiview_draw_buffers
- glDrawBuffersIndexedEXT(int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawBuffersIndexedEXT(int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawElements(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElements(int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElements(int, int, int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawElements(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawElements(int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawElements(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawElements(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glDrawElements(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glDrawElements(int, int, int, Buffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glDrawElements(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElements(int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElements(int, int, int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawElements(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawElements(int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawElements(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawElementsBaseVertex(int, int, int, long, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsBaseVertex(int, int, int, Buffer, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsBaseVertex(int, int, int, long, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glDrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex)
Part of
GL_ARB_draw_elements_base_vertex
,
GL_VERSION_3_2
- glDrawElementsBaseVertex(int, int, int, Buffer, int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function:
void glDrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex);
Part of
GL_ARB_draw_elements_base_vertex
,
GL_VERSION_3_2
- glDrawElementsBaseVertex(int, int, int, long, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsBaseVertex(int, int, int, Buffer, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsIndirect(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsIndirect(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsIndirect(int, int, long) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDrawElementsIndirect(GLenum mode, GLenum type, const GLvoid * indirect)
Part of
GL_VERSION_4_0
,
GL_ARB_draw_indirect
- glDrawElementsIndirect(int, int, Buffer) - Method in interface javax.media.opengl.GL4bc
-
Entry point to C language function:
void glDrawElementsIndirect(GLenum mode, GLenum type, const GLvoid * indirect);
Part of
GL_VERSION_4_0
,
GL_ARB_draw_indirect
- glDrawElementsIndirect(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsIndirect(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsInstanced(int, int, int, Buffer, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsInstanced(int, int, int, long, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsInstanced(int, int, int, Buffer, int) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawElementsInstanced(int, int, int, long, int) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawElementsInstanced(int, int, int, Buffer, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei instancecount);
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_1
;
GL_ARB_draw_instanced
- glDrawElementsInstanced(int, int, int, long, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei instancecount)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_1
;
GL_ARB_draw_instanced
- glDrawElementsInstanced(int, int, int, Buffer, int) - Method in interface javax.media.opengl.GLES3
-
Entry point to C language function:
void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei instancecount);
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_1
;
GL_ARB_draw_instanced
- glDrawElementsInstanced(int, int, int, Buffer, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsInstanced(int, int, int, long, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsInstanced(int, int, int, Buffer, int) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawElementsInstanced(int, int, int, long, int) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawElementsInstancedANGLE(int, int, int, Buffer, int) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawElementsInstancedANGLE(int, int, int, Buffer, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDrawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei primcount)
Part of GL_ANGLE_instanced_arrays
- glDrawElementsInstancedANGLE(int, int, int, Buffer, int) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawElementsInstancedBaseInstance(int, int, int, Buffer, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsInstancedBaseInstance(int, int, int, long, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsInstancedBaseInstance(int, int, int, long, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDrawElementsInstancedBaseInstance(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLuint baseinstance)
Part of
GL_VERSION_4_2
,
GL_ARB_base_instance
- glDrawElementsInstancedBaseInstance(int, int, int, Buffer, int, int) - Method in interface javax.media.opengl.GL4bc
-
Entry point to C language function:
void glDrawElementsInstancedBaseInstance(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLuint baseinstance);
Part of
GL_VERSION_4_2
,
GL_ARB_base_instance
- glDrawElementsInstancedBaseInstance(int, int, int, Buffer, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsInstancedBaseInstance(int, int, int, long, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsInstancedBaseVertex(int, int, int, long, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsInstancedBaseVertex(int, int, int, Buffer, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsInstancedBaseVertex(int, int, int, long, int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glDrawElementsInstancedBaseVertex(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei instancecount, GLint basevertex)
Part of
GL_ARB_draw_elements_base_vertex
,
GL_VERSION_3_2
- glDrawElementsInstancedBaseVertex(int, int, int, Buffer, int, int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function:
void glDrawElementsInstancedBaseVertex(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei instancecount, GLint basevertex);
Part of
GL_ARB_draw_elements_base_vertex
,
GL_VERSION_3_2
- glDrawElementsInstancedBaseVertex(int, int, int, long, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsInstancedBaseVertex(int, int, int, Buffer, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, Buffer, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, long, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, long, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDrawElementsInstancedBaseVertexBaseInstance(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance)
Part of
GL_VERSION_4_2
,
GL_ARB_base_instance
- glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, Buffer, int, int, int) - Method in interface javax.media.opengl.GL4bc
-
Entry point to C language function:
void glDrawElementsInstancedBaseVertexBaseInstance(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance);
Part of
GL_VERSION_4_2
,
GL_ARB_base_instance
- glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, Buffer, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, long, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawElementsInstancedNV(int, int, int, Buffer, int) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawElementsInstancedNV(int, int, int, Buffer, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glDrawElementsInstancedNV(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount)
Part of GL_NV_draw_instanced
- glDrawElementsInstancedNV(int, int, int, Buffer, int) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawPixels(int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawPixels(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawPixels(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_1_0
- glDrawPixels(int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_1_0
- glDrawPixels(int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawPixels(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawRangeElements(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawRangeElements(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawRangeElements(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawRangeElements(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glDrawRangeElements(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
Part of
GL_VERSION_1_2
,
GL_ES_VERSION_3_0
- glDrawRangeElements(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices)
Part of
GL_VERSION_1_2
,
GL_ES_VERSION_3_0
- glDrawRangeElements(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GLES3
-
Entry point to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
Part of
GL_VERSION_1_2
,
GL_ES_VERSION_3_0
- glDrawRangeElements(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawRangeElements(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawRangeElements(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawRangeElements(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glDrawRangeElementsBaseVertex(int, int, int, int, int, Buffer, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawRangeElementsBaseVertex(int, int, int, int, int, long, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawRangeElementsBaseVertex(int, int, int, int, int, long, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glDrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex)
Part of
GL_ARB_draw_elements_base_vertex
,
GL_VERSION_3_2
- glDrawRangeElementsBaseVertex(int, int, int, int, int, Buffer, int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function:
void glDrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex);
Part of
GL_ARB_draw_elements_base_vertex
,
GL_VERSION_3_2
- glDrawRangeElementsBaseVertex(int, int, int, int, int, Buffer, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawRangeElementsBaseVertex(int, int, int, int, int, long, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawTexfOES(float, float, float, float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexfOES(float, float, float, float, float) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
Part of GL_OES_draw_texture
- glDrawTexfOES(float, float, float, float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTexfvOES(FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexfvOES(float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexfvOES(FloatBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexfvOES(const GLfloat * coords)
Part of GL_OES_draw_texture
- glDrawTexfvOES(float[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexfvOES(const GLfloat * coords)
Part of GL_OES_draw_texture
- glDrawTexfvOES(FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTexfvOES(float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTexiOES(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexiOES(int, int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height)
Part of GL_OES_draw_texture
- glDrawTexiOES(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTexivOES(IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexivOES(int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexivOES(IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexivOES(const GLint * coords)
Part of GL_OES_draw_texture
- glDrawTexivOES(int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexivOES(const GLint * coords)
Part of GL_OES_draw_texture
- glDrawTexivOES(IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTexivOES(int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTexsOES(short, short, short, short, short) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexsOES(short, short, short, short, short) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
Part of GL_OES_draw_texture
- glDrawTexsOES(short, short, short, short, short) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTexsvOES(ShortBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexsvOES(short[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexsvOES(ShortBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexsvOES(const GLshort * coords)
Part of GL_OES_draw_texture
- glDrawTexsvOES(short[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexsvOES(const GLshort * coords)
Part of GL_OES_draw_texture
- glDrawTexsvOES(ShortBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTexsvOES(short[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDrawTextureNV(GLuint texture, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1)
Part of GL_NV_draw_texture
- glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawTexxOES(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexxOES(int, int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
Part of GL_OES_draw_texture
- glDrawTexxOES(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTexxvOES(int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexxvOES(IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glDrawTexxvOES(IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexxvOES(const GLfixed * coords)
Part of GL_OES_draw_texture
- glDrawTexxvOES(int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glDrawTexxvOES(const GLfixed * coords)
Part of GL_OES_draw_texture
- glDrawTexxvOES(int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTexxvOES(IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glDrawTransformFeedback(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawTransformFeedback(int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDrawTransformFeedback(GLenum mode, GLuint id)
Part of
GL_VERSION_4_0
,
GL_ARB_transform_feedback2
- glDrawTransformFeedback(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawTransformFeedbackInstanced(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawTransformFeedbackInstanced(int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDrawTransformFeedbackInstanced(GLenum mode, GLuint id, GLsizei instancecount)
Part of
GL_VERSION_4_2
,
GL_ARB_transform_feedback_instanced
- glDrawTransformFeedbackInstanced(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawTransformFeedbackNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawTransformFeedbackNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glDrawTransformFeedbackNV(GLenum mode, GLuint id)
Part of GL_NV_transform_feedback2
- glDrawTransformFeedbackNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawTransformFeedbackStream(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawTransformFeedbackStream(int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDrawTransformFeedbackStream(GLenum mode, GLuint id, GLuint stream)
Part of
GL_VERSION_4_0
,
GL_ARB_transform_feedback3
- glDrawTransformFeedbackStream(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glDrawTransformFeedbackStreamInstanced(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glDrawTransformFeedbackStreamInstanced(int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glDrawTransformFeedbackStreamInstanced(GLenum mode, GLuint id, GLuint stream, GLsizei instancecount)
Part of
GL_VERSION_4_2
,
GL_ARB_transform_feedback_instanced
- glDrawTransformFeedbackStreamInstanced(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEdgeFlag(boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glEdgeFlag(boolean) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEdgeFlag(GLboolean flag)
Part of
GL_VERSION_1_0
- glEdgeFlag(boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glEdgeFlagFormatNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEdgeFlagFormatNV(int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glEdgeFlagFormatNV(GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory
- glEdgeFlagFormatNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEdgeFlagPointer(int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glEdgeFlagPointer(int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glEdgeFlagPointer(int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEdgeFlagPointer(GLsizei stride, const GLvoid * ptr)
Part of
GL_VERSION_1_1
- glEdgeFlagPointer(int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEdgeFlagPointer(GLsizei stride, const GLvoid * ptr)
Part of
GL_VERSION_1_1
- glEdgeFlagPointer(int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glEdgeFlagPointer(int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glEdgeFlagv(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEdgeFlagv(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glEdgeFlagv(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEdgeFlagv(const GLboolean * flag)
Part of GL_VERSION_1_0
- glEdgeFlagv(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEdgeFlagv(const GLboolean * flag)
Part of GL_VERSION_1_0
- glEdgeFlagv(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEdgeFlagv(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glEGLImageTargetRenderbufferStorageOES(int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glEGLImageTargetRenderbufferStorageOES(int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glEGLImageTargetRenderbufferStorageOES(int, long) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image
- glEGLImageTargetRenderbufferStorageOES(int, long) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image
- glEGLImageTargetRenderbufferStorageOES(int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glEGLImageTargetRenderbufferStorageOES(int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glEGLImageTargetTexture2DOES(int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glEGLImageTargetTexture2DOES(int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glEGLImageTargetTexture2DOES(int, long) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image
- glEGLImageTargetTexture2DOES(int, long) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image
- glEGLImageTargetTexture2DOES(int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glEGLImageTargetTexture2DOES(int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glEnable(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnable(int) - Method in class javax.media.opengl.DebugGLES1
-
- glEnable(int) - Method in class javax.media.opengl.DebugGLES3
-
- glEnable(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glEnable(GLenum cap)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glEnable(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnable(int) - Method in class javax.media.opengl.TraceGLES1
-
- glEnable(int) - Method in class javax.media.opengl.TraceGLES3
-
- glEnableClientState(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnableClientState(int) - Method in class javax.media.opengl.DebugGLES1
-
- glEnableClientState(int) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glEnableClientState(int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glEnableClientState(GLenum cap)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_NV_vertex_buffer_unified_memory
- glEnableClientState(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnableClientState(int) - Method in class javax.media.opengl.TraceGLES1
-
- glEnableClientStateiEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnableClientStateiEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEnableClientStateiEXT(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access
- glEnableClientStateiEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnableClientStateIndexedEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnableClientStateIndexedEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEnableClientStateIndexedEXT(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access
- glEnableClientStateIndexedEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnableDriverControlQCOM(int) - Method in class javax.media.opengl.DebugGLES1
-
- glEnableDriverControlQCOM(int) - Method in class javax.media.opengl.DebugGLES3
-
- glEnableDriverControlQCOM(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glEnableDriverControlQCOM(GLuint driverControl)
Part of GL_QCOM_driver_control
- glEnableDriverControlQCOM(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glEnableDriverControlQCOM(GLuint driverControl)
Part of GL_QCOM_driver_control
- glEnableDriverControlQCOM(int) - Method in class javax.media.opengl.TraceGLES1
-
- glEnableDriverControlQCOM(int) - Method in class javax.media.opengl.TraceGLES3
-
- glEnablei(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnablei(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glEnablei(GLenum target, GLuint index)
Part of
GL_VERSION_3_0
- glEnablei(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnableIndexed(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnableIndexed(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEnableIndexed(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2
, GL_EXT_direct_state_access
- glEnableIndexed(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnableVariantClientStateEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnableVariantClientStateEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEnableVariantClientStateEXT(GLuint id)
Part of GL_EXT_vertex_shader
- glEnableVariantClientStateEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnableVertexArrayAttribEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnableVertexArrayAttribEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEnableVertexArrayAttribEXT(GLuint vaobj, GLuint index)
Part of GL_EXT_direct_state_access
- glEnableVertexArrayAttribEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnableVertexArrayEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnableVertexArrayEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEnableVertexArrayEXT(GLuint vaobj, GLenum array)
Part of GL_EXT_direct_state_access
- glEnableVertexArrayEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnableVertexAttribAPPLE(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnableVertexAttribAPPLE(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEnableVertexAttribAPPLE(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators
- glEnableVertexAttribAPPLE(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnableVertexAttribArray(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnableVertexAttribArray(int) - Method in class javax.media.opengl.DebugGLES3
-
- glEnableVertexAttribArray(int) - Method in interface javax.media.opengl.GL2ES2
-
- glEnableVertexAttribArray(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnableVertexAttribArray(int) - Method in class javax.media.opengl.TraceGLES3
-
- glEnableVertexAttribArrayARB(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEnableVertexAttribArrayARB(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEnableVertexAttribArrayARB(GLuint index)
Part of GL_ARB_vertex_program
- glEnableVertexAttribArrayARB(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEnd() - Method in class javax.media.opengl.DebugGL4bc
-
- glEnd() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEnd(void)
Part of
GL_VERSION_1_0
- glEnd() - Method in class javax.media.opengl.TraceGL4bc
-
- glEndConditionalRender() - Method in class javax.media.opengl.DebugGL4bc
-
- glEndConditionalRender() - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glEndConditionalRender(void)
Part of
GL_VERSION_3_0
;
GL_NV_conditional_render
- glEndConditionalRender() - Method in class javax.media.opengl.TraceGL4bc
-
- glEndConditionalRenderNVX() - Method in class javax.media.opengl.DebugGL4bc
-
- glEndConditionalRenderNVX() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEndConditionalRenderNVX(void)
Part of GL_NVX_conditional_render
- glEndConditionalRenderNVX() - Method in class javax.media.opengl.TraceGL4bc
-
- glEndList() - Method in class javax.media.opengl.DebugGL4bc
-
- glEndList() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEndList(void)
Part of
GL_VERSION_1_0
- glEndList() - Method in class javax.media.opengl.TraceGL4bc
-
- glEndOcclusionQueryNV() - Method in class javax.media.opengl.DebugGL4bc
-
- glEndOcclusionQueryNV() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEndOcclusionQueryNV(void)
Part of GL_NV_occlusion_query
- glEndOcclusionQueryNV() - Method in class javax.media.opengl.TraceGL4bc
-
- glEndPerfMonitorAMD(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEndPerfMonitorAMD(int) - Method in class javax.media.opengl.DebugGLES3
-
- glEndPerfMonitorAMD(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEndPerfMonitorAMD(GLuint monitor)
Part of GL_AMD_performance_monitor
- glEndPerfMonitorAMD(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glEndPerfMonitorAMD(GLuint monitor)
Part of GL_AMD_performance_monitor
- glEndPerfMonitorAMD(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEndPerfMonitorAMD(int) - Method in class javax.media.opengl.TraceGLES3
-
- glEndQuery(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEndQuery(int) - Method in class javax.media.opengl.DebugGLES3
-
- glEndQuery(int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glEndQuery(GLenum target)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_EXT_occlusion_query_boolean
,
GL_EXT_disjoint_timer_query
- glEndQuery(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEndQuery(int) - Method in class javax.media.opengl.TraceGLES3
-
- glEndQueryIndexed(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEndQueryIndexed(int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glEndQueryIndexed(GLenum target, GLuint index)
Part of
GL_VERSION_4_0
,
GL_ARB_transform_feedback3
- glEndQueryIndexed(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEndTilingQCOM(int) - Method in class javax.media.opengl.DebugGLES1
-
- glEndTilingQCOM(int) - Method in class javax.media.opengl.DebugGLES3
-
- glEndTilingQCOM(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glEndTilingQCOM(GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering
- glEndTilingQCOM(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glEndTilingQCOM(GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering
- glEndTilingQCOM(int) - Method in class javax.media.opengl.TraceGLES1
-
- glEndTilingQCOM(int) - Method in class javax.media.opengl.TraceGLES3
-
- glEndTransformFeedback() - Method in class javax.media.opengl.DebugGL4bc
-
- glEndTransformFeedback() - Method in class javax.media.opengl.DebugGLES3
-
- glEndTransformFeedback() - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glEndTransformFeedback(void)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glEndTransformFeedback() - Method in class javax.media.opengl.TraceGL4bc
-
- glEndTransformFeedback() - Method in class javax.media.opengl.TraceGLES3
-
- glEndVertexShaderEXT() - Method in class javax.media.opengl.DebugGL4bc
-
- glEndVertexShaderEXT() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEndVertexShaderEXT(void)
Part of GL_EXT_vertex_shader
- glEndVertexShaderEXT() - Method in class javax.media.opengl.TraceGL4bc
-
- glEndVideoCaptureNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEndVideoCaptureNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEndVideoCaptureNV(GLuint video_capture_slot)
Part of GL_NV_video_capture
- glEndVideoCaptureNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- GLES1 - Interface in javax.media.opengl
-
This interface contains all OpenGL ES [ 1.0 ..
- GLES1 - Static variable in class javax.media.opengl.GLProfile
-
The embedded OpenGL profile ES 1.x, with x >= 0
- GLES2 - Interface in javax.media.opengl
-
This interface contains all OpenGL ES 2.0 methods,
as well as most of it's extensions defined at the time of this specification.
- GLES2 - Static variable in class javax.media.opengl.GLProfile
-
The embedded OpenGL profile ES 2.x, with x >= 0
- GLES3 - Interface in javax.media.opengl
-
This interface contains all OpenGL ES 3.0 methods,
as well as most of it's extensions defined at the time of this specification.
- GLES3 - Static variable in class javax.media.opengl.GLProfile
-
The embedded OpenGL profile ES 3.x, with x >= 0
- glEvalCoord1d(double) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord1d(double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord1d(GLdouble u)
Part of
GL_VERSION_1_0
- glEvalCoord1d(double) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalCoord1dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord1dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord1dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord1dv(const GLdouble * u)
Part of
GL_VERSION_1_0
- glEvalCoord1dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord1dv(const GLdouble * u)
Part of
GL_VERSION_1_0
- glEvalCoord1dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalCoord1dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalCoord1f(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord1f(float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord1f(GLfloat u)
Part of
GL_VERSION_1_0
- glEvalCoord1f(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalCoord1fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord1fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord1fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord1fv(const GLfloat * u)
Part of
GL_VERSION_1_0
- glEvalCoord1fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord1fv(const GLfloat * u)
Part of
GL_VERSION_1_0
- glEvalCoord1fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalCoord1fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalCoord2d(double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord2d(double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord2d(GLdouble u, GLdouble v)
Part of
GL_VERSION_1_0
- glEvalCoord2d(double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalCoord2dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord2dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord2dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord2dv(const GLdouble * u)
Part of
GL_VERSION_1_0
- glEvalCoord2dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord2dv(const GLdouble * u)
Part of
GL_VERSION_1_0
- glEvalCoord2dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalCoord2dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalCoord2f(float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord2f(float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord2f(GLfloat u, GLfloat v)
Part of
GL_VERSION_1_0
- glEvalCoord2f(float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalCoord2fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord2fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalCoord2fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord2fv(const GLfloat * u)
Part of
GL_VERSION_1_0
- glEvalCoord2fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glEvalCoord2fv(const GLfloat * u)
Part of
GL_VERSION_1_0
- glEvalCoord2fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalCoord2fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalMapsNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalMapsNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEvalMapsNV(GLenum target, GLenum mode)
Part of GL_NV_evaluators
- glEvalMapsNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalMesh1(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalMesh1(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEvalMesh1(GLenum mode, GLint i1, GLint i2)
Part of GL_VERSION_1_0
- glEvalMesh1(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalMesh2(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalMesh2(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
Part of GL_VERSION_1_0
- glEvalMesh2(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalPoint1(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalPoint1(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEvalPoint1(GLint i)
Part of GL_VERSION_1_0
- glEvalPoint1(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glEvalPoint2(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glEvalPoint2(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glEvalPoint2(GLint i, GLint j)
Part of GL_VERSION_1_0
- glEvalPoint2(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- GLEventListener - Interface in javax.media.opengl
-
Declares events which client code can use to manage OpenGL
rendering into a
GLAutoDrawable
.
- GLException - Exception in javax.media.opengl
-
A generic exception for OpenGL errors used throughout the binding
as a substitute for
RuntimeException
.
- GLException() - Constructor for exception javax.media.opengl.GLException
-
Constructs a GLException object.
- GLException(String) - Constructor for exception javax.media.opengl.GLException
-
Constructs a GLException object with the specified detail
message.
- GLException(String, Throwable) - Constructor for exception javax.media.opengl.GLException
-
Constructs a GLException object with the specified detail
message and root cause.
- GLException(Throwable) - Constructor for exception javax.media.opengl.GLException
-
Constructs a GLException object with the specified root
cause.
- glExtGetBufferPointervQCOM(int, PointerBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetBufferPointervQCOM(int, PointerBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetBufferPointervQCOM(int, PointerBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetBufferPointervQCOM(GLenum target, GLvoid * * params)
Part of GL_QCOM_extended_get
- glExtGetBufferPointervQCOM(int, PointerBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetBufferPointervQCOM(GLenum target, GLvoid * * params)
Part of GL_QCOM_extended_get
- glExtGetBufferPointervQCOM(int, PointerBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetBufferPointervQCOM(int, PointerBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetBuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetBuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetBuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetBuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetBuffersQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
Part of GL_QCOM_extended_get
- glExtGetBuffersQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
Part of GL_QCOM_extended_get
- glExtGetBuffersQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
Part of GL_QCOM_extended_get
- glExtGetBuffersQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
Part of GL_QCOM_extended_get
- glExtGetBuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetBuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetBuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetBuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetFramebuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetFramebuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetFramebuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetFramebuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetFramebuffersQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
Part of GL_QCOM_extended_get
- glExtGetFramebuffersQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
Part of GL_QCOM_extended_get
- glExtGetFramebuffersQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
Part of GL_QCOM_extended_get
- glExtGetFramebuffersQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
Part of GL_QCOM_extended_get
- glExtGetFramebuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetFramebuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetFramebuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetFramebuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetProgramBinarySourceQCOM(int, int, byte[], int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetProgramBinarySourceQCOM(int, int, ByteBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetProgramBinarySourceQCOM(int, int, ByteBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetProgramBinarySourceQCOM(int, int, byte[], int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetProgramBinarySourceQCOM(int, int, ByteBuffer, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
Part of GL_QCOM_extended_get2
- glExtGetProgramBinarySourceQCOM(int, int, byte[], int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
Part of GL_QCOM_extended_get2
- glExtGetProgramBinarySourceQCOM(int, int, ByteBuffer, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
Part of GL_QCOM_extended_get2
- glExtGetProgramBinarySourceQCOM(int, int, byte[], int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
Part of GL_QCOM_extended_get2
- glExtGetProgramBinarySourceQCOM(int, int, byte[], int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetProgramBinarySourceQCOM(int, int, ByteBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetProgramBinarySourceQCOM(int, int, ByteBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetProgramBinarySourceQCOM(int, int, byte[], int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetProgramsQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetProgramsQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetProgramsQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetProgramsQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetProgramsQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
Part of GL_QCOM_extended_get2
- glExtGetProgramsQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
Part of GL_QCOM_extended_get2
- glExtGetProgramsQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
Part of GL_QCOM_extended_get2
- glExtGetProgramsQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
Part of GL_QCOM_extended_get2
- glExtGetProgramsQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetProgramsQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetProgramsQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetProgramsQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetRenderbuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetRenderbuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetRenderbuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetRenderbuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetRenderbuffersQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
Part of GL_QCOM_extended_get
- glExtGetRenderbuffersQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
Part of GL_QCOM_extended_get
- glExtGetRenderbuffersQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
Part of GL_QCOM_extended_get
- glExtGetRenderbuffersQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
Part of GL_QCOM_extended_get
- glExtGetRenderbuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetRenderbuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetRenderbuffersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetRenderbuffersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetShadersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetShadersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetShadersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetShadersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetShadersQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders)
Part of GL_QCOM_extended_get2
- glExtGetShadersQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders)
Part of GL_QCOM_extended_get2
- glExtGetShadersQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders)
Part of GL_QCOM_extended_get2
- glExtGetShadersQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders)
Part of GL_QCOM_extended_get2
- glExtGetShadersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetShadersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetShadersQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetShadersQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetTexLevelParameterivQCOM(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetTexLevelParameterivQCOM(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetTexLevelParameterivQCOM(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetTexLevelParameterivQCOM(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetTexLevelParameterivQCOM(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
Part of GL_QCOM_extended_get
- glExtGetTexLevelParameterivQCOM(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
Part of GL_QCOM_extended_get
- glExtGetTexLevelParameterivQCOM(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
Part of GL_QCOM_extended_get
- glExtGetTexLevelParameterivQCOM(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
Part of GL_QCOM_extended_get
- glExtGetTexLevelParameterivQCOM(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetTexLevelParameterivQCOM(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetTexLevelParameterivQCOM(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetTexLevelParameterivQCOM(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid * texels)
Part of GL_QCOM_extended_get
- glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid * texels)
Part of GL_QCOM_extended_get
- glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetTexturesQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetTexturesQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glExtGetTexturesQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetTexturesQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glExtGetTexturesQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures)
Part of GL_QCOM_extended_get
- glExtGetTexturesQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures)
Part of GL_QCOM_extended_get
- glExtGetTexturesQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures)
Part of GL_QCOM_extended_get
- glExtGetTexturesQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures)
Part of GL_QCOM_extended_get
- glExtGetTexturesQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetTexturesQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glExtGetTexturesQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glExtGetTexturesQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glExtIsProgramBinaryQCOM(int) - Method in class javax.media.opengl.DebugGLES1
-
- glExtIsProgramBinaryQCOM(int) - Method in class javax.media.opengl.DebugGLES3
-
- glExtIsProgramBinaryQCOM(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: GLboolean glExtIsProgramBinaryQCOM(GLuint program)
Part of GL_QCOM_extended_get2
- glExtIsProgramBinaryQCOM(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: GLboolean glExtIsProgramBinaryQCOM(GLuint program)
Part of GL_QCOM_extended_get2
- glExtIsProgramBinaryQCOM(int) - Method in class javax.media.opengl.TraceGLES1
-
- glExtIsProgramBinaryQCOM(int) - Method in class javax.media.opengl.TraceGLES3
-
- glExtractComponentEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glExtractComponentEXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glExtractComponentEXT(GLuint res, GLuint src, GLuint num)
Part of GL_EXT_vertex_shader
- glExtractComponentEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glExtTexObjectStateOverrideiQCOM(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glExtTexObjectStateOverrideiQCOM(int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glExtTexObjectStateOverrideiQCOM(int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pname, GLint param)
Part of GL_QCOM_extended_get
- glExtTexObjectStateOverrideiQCOM(int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pname, GLint param)
Part of GL_QCOM_extended_get
- glExtTexObjectStateOverrideiQCOM(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glExtTexObjectStateOverrideiQCOM(int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- GLFBODrawable - Interface in javax.media.opengl
-
Platform-independent
GLDrawable
specialization,
exposing
FBObject
functionality.
- GLFBODrawable.Resizeable - Interface in javax.media.opengl
-
- glFeedbackBuffer(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glFeedbackBuffer(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFeedbackBuffer(GLsizei size, GLenum type, GLfloat * buffer)
Part of
GL_VERSION_1_0
- glFeedbackBuffer(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glFenceSync(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFenceSync(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glFenceSync(int, int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
GLsync glFenceSync(GLenum condition, GLbitfield flags)
Part of
GL_ARB_sync
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_2
- glFenceSync(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFenceSync(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glFinish() - Method in class javax.media.opengl.DebugGL4bc
-
- glFinish() - Method in class javax.media.opengl.DebugGLES1
-
- glFinish() - Method in class javax.media.opengl.DebugGLES3
-
- glFinish() - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glFinish(void)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glFinish() - Method in class javax.media.opengl.TraceGL4bc
-
- glFinish() - Method in class javax.media.opengl.TraceGLES1
-
- glFinish() - Method in class javax.media.opengl.TraceGLES3
-
- glFinishFenceAPPLE(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFinishFenceAPPLE(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFinishFenceAPPLE(GLuint fence)
Part of GL_APPLE_fence
- glFinishFenceAPPLE(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFinishFenceNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFinishFenceNV(int) - Method in class javax.media.opengl.DebugGLES1
-
- glFinishFenceNV(int) - Method in class javax.media.opengl.DebugGLES3
-
- glFinishFenceNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFinishFenceNV(GLuint fence)
Part of GL_NV_fence
- glFinishFenceNV(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glFinishFenceNV(GLuint)
Part of GL_NV_fence
- glFinishFenceNV(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glFinishFenceNV(GLuint)
Part of GL_NV_fence
- glFinishFenceNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFinishFenceNV(int) - Method in class javax.media.opengl.TraceGLES1
-
- glFinishFenceNV(int) - Method in class javax.media.opengl.TraceGLES3
-
- glFinishObjectAPPLE(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFinishObjectAPPLE(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFinishObjectAPPLE(GLenum object, GLint name)
Part of GL_APPLE_fence
- glFinishObjectAPPLE(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFinishTextureSUNX() - Method in class javax.media.opengl.DebugGL4bc
-
- glFinishTextureSUNX() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFinishTextureSUNX(void)
Part of GL_SUNX_constant_data
- glFinishTextureSUNX() - Method in class javax.media.opengl.TraceGL4bc
-
- glFlush() - Method in class javax.media.opengl.DebugGL4bc
-
- glFlush() - Method in class javax.media.opengl.DebugGLES1
-
- glFlush() - Method in class javax.media.opengl.DebugGLES3
-
- glFlush() - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glFlush(void)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glFlush() - Method in class javax.media.opengl.TraceGL4bc
-
- glFlush() - Method in class javax.media.opengl.TraceGLES1
-
- glFlush() - Method in class javax.media.opengl.TraceGLES3
-
- glFlushMappedBufferRange(int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glFlushMappedBufferRange(int, long, long) - Method in class javax.media.opengl.DebugGLES1
-
- glFlushMappedBufferRange(int, long, long) - Method in class javax.media.opengl.DebugGLES3
-
- glFlushMappedBufferRange(int, long, long) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glFlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_map_buffer_range
,
GL_VERSION_3_0
;
GL_APPLE_flush_buffer_range
;
GL_EXT_map_buffer_range
- glFlushMappedBufferRange(int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glFlushMappedBufferRange(int, long, long) - Method in class javax.media.opengl.TraceGLES1
-
- glFlushMappedBufferRange(int, long, long) - Method in class javax.media.opengl.TraceGLES3
-
- glFlushMappedNamedBufferRangeEXT(int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glFlushMappedNamedBufferRangeEXT(int, long, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFlushMappedNamedBufferRangeEXT(GLuint buffer, GLintptr offset, GLsizeiptr length)
Part of GL_EXT_direct_state_access
- glFlushMappedNamedBufferRangeEXT(int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glFlushPixelDataRangeNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFlushPixelDataRangeNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFlushPixelDataRangeNV(GLenum target)
Part of GL_NV_pixel_data_range
- glFlushPixelDataRangeNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFlushVertexArrayRangeAPPLE(int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glFlushVertexArrayRangeAPPLE(int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer)
Part of GL_APPLE_vertex_array_range
- glFlushVertexArrayRangeAPPLE(int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glFlushVertexArrayRangeNV() - Method in class javax.media.opengl.DebugGL4bc
-
- glFlushVertexArrayRangeNV() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFlushVertexArrayRangeNV(void)
Part of GL_NV_vertex_array_range
- glFlushVertexArrayRangeNV() - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoordd(double) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoordd(double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFogCoordd(GLdouble coord)
Part of
GL_VERSION_1_4
- glFogCoordd(double) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoorddv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoorddv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoorddv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFogCoorddv(const GLdouble * coord)
Part of
GL_VERSION_1_4
- glFogCoorddv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFogCoorddv(const GLdouble * coord)
Part of
GL_VERSION_1_4
- glFogCoorddv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoorddv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoordf(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoordf(float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFogCoordf(GLfloat coord)
Part of
GL_VERSION_1_4
- glFogCoordf(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoordFormatNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoordFormatNV(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glFogCoordFormatNV(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory
- glFogCoordFormatNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoordfv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoordfv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoordfv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFogCoordfv(const GLfloat * coord)
Part of
GL_VERSION_1_4
- glFogCoordfv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFogCoordfv(const GLfloat * coord)
Part of
GL_VERSION_1_4
- glFogCoordfv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoordfv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoordh(short) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoordh(short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFogCoordh(GLhalfNV fog)
Part of GL_NV_half_float
- glFogCoordh(short) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoordhv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoordhv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoordhv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFogCoordhv(const GLhalfNV * fog)
Part of GL_NV_half_float
- glFogCoordhv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFogCoordhv(const GLhalfNV * fog)
Part of GL_NV_half_float
- glFogCoordhv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoordhv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoordPointer(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoordPointer(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogCoordPointer(int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFogCoordPointer(GLenum type, GLsizei stride, const GLvoid * pointer)
Part of
GL_VERSION_1_4
- glFogCoordPointer(int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFogCoordPointer(GLenum type, GLsizei stride, const GLvoid * pointer)
Part of
GL_VERSION_1_4
- glFogCoordPointer(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogCoordPointer(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogf(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogf(int, float) - Method in class javax.media.opengl.DebugGLES1
-
- glFogf(int, float) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glFogf(GLenum pname, GLfloat param)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glFogf(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogf(int, float) - Method in class javax.media.opengl.TraceGLES1
-
- glFogfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogfv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glFogfv(int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glFogfv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glFogfv(GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glFogfv(int, float[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glFogfv(GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glFogfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogfv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glFogfv(int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glFogi(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogi(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFogi(GLenum pname, GLint param)
Part of
GL_VERSION_1_0
- glFogi(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glFogiv(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFogiv(GLenum pname, const GLint * params)
Part of
GL_VERSION_1_0
- glFogiv(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glFogiv(GLenum pname, const GLint * params)
Part of
GL_VERSION_1_0
- glFogiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glFogx(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glFogx(int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glFogx(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM
- glFogx(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glFogxv(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glFogxv(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glFogxv(int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glFogxv(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glFogxv(int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glFogxv(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glFogxv(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glFogxv(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glFramebufferDrawBufferEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferDrawBufferEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFramebufferDrawBufferEXT(GLuint framebuffer, GLenum mode)
Part of GL_EXT_direct_state_access
- glFramebufferDrawBufferEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferDrawBuffersEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferDrawBuffersEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferDrawBuffersEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFramebufferDrawBuffersEXT(GLuint framebuffer, GLsizei n, const GLenum * bufs)
Part of GL_EXT_direct_state_access
- glFramebufferDrawBuffersEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFramebufferDrawBuffersEXT(GLuint framebuffer, GLsizei n, const GLenum * bufs)
Part of GL_EXT_direct_state_access
- glFramebufferDrawBuffersEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferDrawBuffersEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferParameteri(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferParameteri(int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glFramebufferParameteri(GLenum target, GLenum pname, GLint param)
Part of
GL_ARB_framebuffer_no_attachments
,
GL_VERSION_4_3
- glFramebufferParameteri(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferReadBufferEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferReadBufferEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFramebufferReadBufferEXT(GLuint framebuffer, GLenum mode)
Part of GL_EXT_direct_state_access
- glFramebufferReadBufferEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferRenderbuffer(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferRenderbuffer(int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glFramebufferRenderbuffer(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glFramebufferRenderbuffer(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glFramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glFramebufferRenderbuffer(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferRenderbuffer(int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glFramebufferRenderbuffer(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glFramebufferTexture(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferTexture(int, int, int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glFramebufferTexture(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of
GL_VERSION_3_2
- glFramebufferTexture(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferTexture1D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferTexture1D(int, int, int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glFramebufferTexture1D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
- glFramebufferTexture1D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferTexture2D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferTexture2D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glFramebufferTexture2D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glFramebufferTexture2D(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_ES_VERSION_2_0
; GL_OES_framebuffer_object
- glFramebufferTexture2D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferTexture2D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glFramebufferTexture2D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glFramebufferTexture2DMultisampleEXT(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei)
Part of GL_EXT_multisampled_render_to_texture
- glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glFramebufferTexture2DMultisampleEXT(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei)
Part of GL_EXT_multisampled_render_to_texture
- glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glFramebufferTexture2DMultisampleIMG(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei)
Part of GL_IMG_multisampled_render_to_texture
- glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glFramebufferTexture2DMultisampleIMG(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei)
Part of GL_IMG_multisampled_render_to_texture
- glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glFramebufferTexture3D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferTexture3D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glFramebufferTexture3D(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function: void glFramebufferTexture3D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
Part of GL_ARB_framebuffer_object
, GL_VERSION_3_0
; GL_OES_texture_3D
- glFramebufferTexture3D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferTexture3D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glFramebufferTextureARB(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferTextureARB(int, int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glFramebufferTextureARB(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of GL_ARB_geometry_shader4
- glFramebufferTextureARB(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferTextureEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferTextureEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFramebufferTextureEXT(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of GL_NV_geometry_program4
- glFramebufferTextureEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferTextureFaceARB(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferTextureFaceARB(int, int, int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glFramebufferTextureFaceARB(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_ARB_geometry_shader4
- glFramebufferTextureFaceARB(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferTextureFaceEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFramebufferTextureFaceEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_NV_geometry_program4
- glFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferTextureLayer(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferTextureLayer(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glFramebufferTextureLayer(int, int, int, int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glFramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of
GL_ARB_framebuffer_object
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glFramebufferTextureLayer(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferTextureLayer(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glFramebufferTextureLayerARB(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferTextureLayerARB(int, int, int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glFramebufferTextureLayerARB(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_ARB_geometry_shader4
- glFramebufferTextureLayerARB(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFramebufferTextureLayerEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_NV_geometry_program4
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFrameTerminatorGREMEDY() - Method in class javax.media.opengl.DebugGL4bc
-
- glFrameTerminatorGREMEDY() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glFrameTerminatorGREMEDY(void)
Part of GL_GREMEDY_frame_terminator
- glFrameTerminatorGREMEDY() - Method in class javax.media.opengl.TraceGL4bc
-
- glFreeMemoryNV(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glFreeMemoryNV(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Part of GL_NV_vertex_array_range
.
- glFreeMemoryNV(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glFrontFace(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glFrontFace(int) - Method in class javax.media.opengl.DebugGLES1
-
- glFrontFace(int) - Method in class javax.media.opengl.DebugGLES3
-
- glFrontFace(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glFrontFace(GLenum mode)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glFrontFace(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glFrontFace(int) - Method in class javax.media.opengl.TraceGLES1
-
- glFrontFace(int) - Method in class javax.media.opengl.TraceGLES3
-
- glFrustum(double, double, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glFrustum(double, double, double, double, double, double) - Method in class javax.media.opengl.DebugGLES1
-
- glFrustum(double, double, double, double, double, double) - Method in interface javax.media.opengl.GL2ES1
-
- glFrustum(double, double, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glFrustum(double, double, double, double, double, double) - Method in class javax.media.opengl.TraceGLES1
-
- glFrustumf(float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glFrustumf(float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glFrustumf(float, float, float, float, float, float) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Multiply
the current matrix with the frustum matrix.
- glFrustumf(float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glFrustumf(float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glFrustumx(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glFrustumx(int, int, int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
Part of GL_VERSION_ES_CL_CM
- glFrustumx(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glGenBuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenBuffers(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenBuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGenBuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGenBuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGenBuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenBuffers(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGenBuffers(GLsizei n, GLuint * buffers)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_5
,
GL_ES_VERSION_2_0
- glGenBuffers(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGenBuffers(GLsizei n, GLuint * buffers)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_5
,
GL_ES_VERSION_2_0
- glGenBuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenBuffers(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenBuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGenBuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGenBuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGenBuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenerateMipmap(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenerateMipmap(int) - Method in class javax.media.opengl.DebugGLES1
-
- glGenerateMipmap(int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenerateMipmap(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGenerateMipmap(GLenum target)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glGenerateMipmap(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenerateMipmap(int) - Method in class javax.media.opengl.TraceGLES1
-
- glGenerateMipmap(int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenerateMultiTexMipmapEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenerateMultiTexMipmapEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenerateMultiTexMipmapEXT(GLenum texunit, GLenum target)
Part of GL_EXT_direct_state_access
- glGenerateMultiTexMipmapEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenerateTextureMipmapEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenerateTextureMipmapEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenerateTextureMipmapEXT(GLuint texture, GLenum target)
Part of GL_EXT_direct_state_access
- glGenerateTextureMipmapEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenFencesAPPLE(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenFencesAPPLE(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenFencesAPPLE(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenFencesAPPLE(GLsizei n, GLuint * fences)
Part of GL_APPLE_fence
- glGenFencesAPPLE(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenFencesAPPLE(GLsizei n, GLuint * fences)
Part of GL_APPLE_fence
- glGenFencesAPPLE(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenFencesAPPLE(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenFencesNV(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenFencesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenFencesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGenFencesNV(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGenFencesNV(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenFencesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGenFencesNV(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenFencesNV(GLsizei n, GLuint * fences)
Part of GL_NV_fence
- glGenFencesNV(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenFencesNV(GLsizei n, GLuint * fences)
Part of GL_NV_fence
- glGenFencesNV(int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGenFencesNV(GLsizei, GLuint * )
Part of GL_NV_fence
- glGenFencesNV(int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGenFencesNV(GLsizei, GLuint * )
Part of GL_NV_fence
- glGenFencesNV(int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGenFencesNV(GLsizei, GLuint * )
Part of GL_NV_fence
- glGenFencesNV(int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGenFencesNV(GLsizei, GLuint * )
Part of GL_NV_fence
- glGenFencesNV(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenFencesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenFencesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGenFencesNV(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGenFencesNV(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenFencesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGenFramebuffers(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenFramebuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGenFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGenFramebuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGenFramebuffers(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGenFramebuffers(GLsizei n, GLuint * framebuffers)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glGenFramebuffers(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGenFramebuffers(GLsizei n, GLuint * framebuffers)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glGenFramebuffers(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenFramebuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGenFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGenFramebuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenFramebuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGenLists(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenLists(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
GLuint glGenLists(GLsizei range)
Part of
GL_VERSION_1_0
- glGenLists(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenNamesAMD(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenNamesAMD(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenNamesAMD(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenNamesAMD(GLenum identifier, GLuint num, GLuint * names)
Part of GL_AMD_name_gen_delete
- glGenNamesAMD(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenNamesAMD(GLenum identifier, GLuint num, GLuint * names)
Part of GL_AMD_name_gen_delete
- glGenNamesAMD(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenNamesAMD(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenOcclusionQueriesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenOcclusionQueriesNV(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenOcclusionQueriesNV(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenOcclusionQueriesNV(GLsizei n, GLuint * ids)
Part of GL_NV_occlusion_query
- glGenOcclusionQueriesNV(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenOcclusionQueriesNV(GLsizei n, GLuint * ids)
Part of GL_NV_occlusion_query
- glGenOcclusionQueriesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenOcclusionQueriesNV(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenPathsNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenPathsNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLuint glGenPathsNV(GLsizei range)
Part of GL_NV_path_rendering
- glGenPathsNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenPerfMonitorsAMD(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenPerfMonitorsAMD(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenPerfMonitorsAMD(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenPerfMonitorsAMD(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGenPerfMonitorsAMD(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenPerfMonitorsAMD(GLsizei n, GLuint * monitors)
Part of GL_AMD_performance_monitor
- glGenPerfMonitorsAMD(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenPerfMonitorsAMD(GLsizei n, GLuint * monitors)
Part of GL_AMD_performance_monitor
- glGenPerfMonitorsAMD(int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGenPerfMonitorsAMD(GLsizei n, GLuint * monitors)
Part of GL_AMD_performance_monitor
- glGenPerfMonitorsAMD(int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGenPerfMonitorsAMD(GLsizei n, GLuint * monitors)
Part of GL_AMD_performance_monitor
- glGenPerfMonitorsAMD(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenPerfMonitorsAMD(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenPerfMonitorsAMD(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenPerfMonitorsAMD(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGenProgramPipelines(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenProgramPipelines(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenProgramPipelines(int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGenProgramPipelines(GLsizei n, GLuint * pipelines)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glGenProgramPipelines(int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGenProgramPipelines(GLsizei n, GLuint * pipelines)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glGenProgramPipelines(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenProgramPipelines(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenProgramsARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenProgramsARB(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenProgramsARB(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenProgramsARB(GLsizei n, GLuint * programs)
Part of GL_ARB_vertex_program
- glGenProgramsARB(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenProgramsARB(GLsizei n, GLuint * programs)
Part of GL_ARB_vertex_program
- glGenProgramsARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenProgramsARB(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenQueries(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenQueries(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenQueries(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenQueries(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGenQueries(int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGenQueries(GLsizei n, GLuint * ids)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_EXT_occlusion_query_boolean
,
GL_EXT_disjoint_timer_query
- glGenQueries(int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGenQueries(GLsizei n, GLuint * ids)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_EXT_occlusion_query_boolean
,
GL_EXT_disjoint_timer_query
- glGenQueries(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenQueries(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenQueries(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenQueries(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGenRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenRenderbuffers(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenRenderbuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGenRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGenRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGenRenderbuffers(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenRenderbuffers(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glGenRenderbuffers(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glGenRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenRenderbuffers(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenRenderbuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGenRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGenRenderbuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGenRenderbuffers(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenSamplers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenSamplers(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenSamplers(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGenSamplers(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenSamplers(int, IntBuffer) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glGenSamplers(GLsizei count, GLuint * samplers)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glGenSamplers(int, int[], int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glGenSamplers(GLsizei count, GLuint * samplers)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glGenSamplers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenSamplers(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenSamplers(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGenSamplers(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenSymbolsEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenSymbolsEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLuint glGenSymbolsEXT(GLenum datatype, GLenum storagetype, GLenum range, GLuint components)
Part of GL_EXT_vertex_shader
- glGenSymbolsEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenTextures(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenTextures(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenTextures(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGenTextures(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGenTextures(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGenTextures(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenTextures(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGenTextures(GLsizei n, GLuint * textures)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glGenTextures(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGenTextures(GLsizei n, GLuint * textures)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glGenTextures(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenTextures(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenTextures(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGenTextures(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGenTextures(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGenTextures(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenTransformFeedbacks(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenTransformFeedbacks(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenTransformFeedbacks(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGenTransformFeedbacks(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenTransformFeedbacks(int, IntBuffer) - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glGenTransformFeedbacks(GLsizei n, GLuint * ids)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_0
,
GL_ARB_transform_feedback2
- glGenTransformFeedbacks(int, int[], int) - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glGenTransformFeedbacks(GLsizei n, GLuint * ids)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_0
,
GL_ARB_transform_feedback2
- glGenTransformFeedbacks(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenTransformFeedbacks(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenTransformFeedbacks(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGenTransformFeedbacks(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenTransformFeedbacksNV(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenTransformFeedbacksNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenTransformFeedbacksNV(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenTransformFeedbacksNV(GLsizei n, GLuint * ids)
Part of GL_NV_transform_feedback2
- glGenTransformFeedbacksNV(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGenTransformFeedbacksNV(GLsizei n, GLuint * ids)
Part of GL_NV_transform_feedback2
- glGenTransformFeedbacksNV(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenTransformFeedbacksNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenVertexArrays(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenVertexArrays(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenVertexArrays(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenVertexArrays(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGenVertexArrays(int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGenVertexArrays(GLsizei n, GLuint * arrays)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_vertex_array_object
,
GL_VERSION_3_0
- glGenVertexArrays(int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGenVertexArrays(GLsizei n, GLuint * arrays)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_vertex_array_object
,
GL_VERSION_3_0
- glGenVertexArrays(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenVertexArrays(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGenVertexArrays(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenVertexArrays(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGenVertexArraysOES(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGenVertexArraysOES(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGenVertexArraysOES(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGenVertexArraysOES(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGenVertexArraysOES(int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
Part of GL_OES_vertex_array_object
- glGenVertexArraysOES(int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
Part of GL_OES_vertex_array_object
- glGenVertexArraysOES(int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
Part of GL_OES_vertex_array_object
- glGenVertexArraysOES(int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
Part of GL_OES_vertex_array_object
- glGenVertexArraysOES(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGenVertexArraysOES(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGenVertexArraysOES(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGenVertexArraysOES(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGenVertexShadersEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGenVertexShadersEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLuint glGenVertexShadersEXT(GLuint range)
Part of GL_EXT_vertex_shader
- glGenVertexShadersEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveAtomicCounterBufferiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveAtomicCounterBufferiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveAtomicCounterBufferiv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetActiveAtomicCounterBufferiv(GLuint program, GLuint bufferIndex, GLenum pname, GLint * params)
Part of
GL_VERSION_4_2
,
GL_ARB_shader_atomic_counters
- glGetActiveAtomicCounterBufferiv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetActiveAtomicCounterBufferiv(GLuint program, GLuint bufferIndex, GLenum pname, GLint * params)
Part of
GL_VERSION_4_2
,
GL_ARB_shader_atomic_counters
- glGetActiveAtomicCounterBufferiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveAtomicCounterBufferiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveAttrib(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveAttrib(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveAttrib(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetActiveAttrib(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetActiveAttrib(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetActiveAttrib(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetActiveAttrib(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveAttrib(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveAttrib(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetActiveAttrib(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetActiveSubroutineName(int, int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveSubroutineName(int, int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveSubroutineName(int, int, int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetActiveSubroutineName(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetActiveSubroutineName(int, int, int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetActiveSubroutineName(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetActiveSubroutineName(int, int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveSubroutineName(int, int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveSubroutineUniformiv(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveSubroutineUniformiv(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveSubroutineUniformiv(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetActiveSubroutineUniformiv(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint * values)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetActiveSubroutineUniformiv(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetActiveSubroutineUniformiv(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint * values)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetActiveSubroutineUniformiv(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveSubroutineUniformiv(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveSubroutineUniformName(int, int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveSubroutineUniformName(int, int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveSubroutineUniformName(int, int, int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetActiveSubroutineUniformName(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetActiveSubroutineUniformName(int, int, int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetActiveSubroutineUniformName(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetActiveSubroutineUniformName(int, int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveSubroutineUniformName(int, int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniform(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniform(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniform(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetActiveUniform(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetActiveUniform(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetActiveUniform(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetActiveUniform(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniform(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniform(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetActiveUniform(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetActiveUniformARB(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniformARB(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniformARB(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetActiveUniformARB(GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name)
Part of GL_ARB_shader_objects
- glGetActiveUniformARB(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetActiveUniformARB(GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name)
Part of GL_ARB_shader_objects
- glGetActiveUniformARB(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniformARB(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniformBlockiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniformBlockiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniformBlockiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetActiveUniformBlockiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetActiveUniformBlockiv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetActiveUniformBlockiv(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glGetActiveUniformBlockiv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetActiveUniformBlockiv(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glGetActiveUniformBlockiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniformBlockiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniformBlockiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetActiveUniformBlockiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetActiveUniformBlockName(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniformBlockName(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniformBlockName(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetActiveUniformBlockName(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetActiveUniformBlockName(int, int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetActiveUniformBlockName(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glGetActiveUniformBlockName(int, int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetActiveUniformBlockName(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glGetActiveUniformBlockName(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniformBlockName(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniformBlockName(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetActiveUniformBlockName(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetActiveUniformName(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniformName(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniformName(int, int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetActiveUniformName(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName)
Part of
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glGetActiveUniformName(int, int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetActiveUniformName(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName)
Part of
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glGetActiveUniformName(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniformName(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniformsiv(int, int, IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniformsiv(int, int, int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetActiveUniformsiv(int, int, IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetActiveUniformsiv(int, int, int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetActiveUniformsiv(int, int, IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetActiveUniformsiv(GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glGetActiveUniformsiv(int, int, int[], int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetActiveUniformsiv(GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glGetActiveUniformsiv(int, int, IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniformsiv(int, int, int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetActiveUniformsiv(int, int, IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetActiveUniformsiv(int, int, int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetAttachedObjectsARB(int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetAttachedObjectsARB(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetAttachedObjectsARB(int, int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetAttachedObjectsARB(GLhandleARB containerObj, GLsizei maxCount, GLsizei * count, GLhandleARB * obj)
Part of GL_ARB_shader_objects
- glGetAttachedObjectsARB(int, int, int[], int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetAttachedObjectsARB(GLhandleARB containerObj, GLsizei maxCount, GLsizei * count, GLhandleARB * obj)
Part of GL_ARB_shader_objects
- glGetAttachedObjectsARB(int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetAttachedObjectsARB(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetAttachedShaders(int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetAttachedShaders(int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei * count, GLuint * shaders)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetAttachedShaders(int, int, int[], int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei * count, GLuint * shaders)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetAttachedShaders(int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetAttachedShaders(int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetAttribLocation(int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetAttribLocation(int, String) - Method in class javax.media.opengl.DebugGLES3
-
- glGetAttribLocation(int, String) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
GLint glGetAttribLocation(GLuint program, const GLchar * name)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetAttribLocation(int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetAttribLocation(int, String) - Method in class javax.media.opengl.TraceGLES3
-
- glGetBooleani_v(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBooleani_v(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBooleani_v(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetBooleani_v(GLenum target, GLuint index, GLboolean * data)
Part of GL_VERSION_3_0
- glGetBooleani_v(int, int, byte[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetBooleani_v(GLenum target, GLuint index, GLboolean * data)
Part of GL_VERSION_3_0
- glGetBooleani_v(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBooleani_v(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBooleanIndexedv(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBooleanIndexedv(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBooleanIndexedv(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetBooleanIndexedv(GLenum target, GLuint index, GLboolean * data)
Part of GL_EXT_draw_buffers2
, GL_EXT_direct_state_access
- glGetBooleanIndexedv(int, int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetBooleanIndexedv(GLenum target, GLuint index, GLboolean * data)
Part of GL_EXT_draw_buffers2
, GL_EXT_direct_state_access
- glGetBooleanIndexedv(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBooleanIndexedv(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBooleanv(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBooleanv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBooleanv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetBooleanv(int, byte[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetBooleanv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetBooleanv(int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetBooleanv(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glGetBooleanv(GLenum pname, GLboolean * params)
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_0
, GL_ES_VERSION_2_0
- glGetBooleanv(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glGetBooleanv(GLenum pname, GLboolean * params)
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_0
, GL_ES_VERSION_2_0
- glGetBooleanv(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBooleanv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBooleanv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetBooleanv(int, byte[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetBooleanv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetBooleanv(int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetBufferParameteri64v(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBufferParameteri64v(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBufferParameteri64v(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetBufferParameteri64v(int, int, long[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetBufferParameteri64v(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function: void glGetBufferParameteri64v(GLenum target, GLenum pname, GLint64 * params)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_2
- glGetBufferParameteri64v(int, int, long[], int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function: void glGetBufferParameteri64v(GLenum target, GLenum pname, GLint64 * params)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_2
- glGetBufferParameteri64v(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBufferParameteri64v(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBufferParameteri64v(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetBufferParameteri64v(int, int, long[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetBufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetBufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetBufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetBufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetBufferParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_5
,
GL_ES_VERSION_2_0
- glGetBufferParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_5
,
GL_ES_VERSION_2_0
- glGetBufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetBufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetBufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetBufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetBufferParameterui64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBufferParameterui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBufferParameterui64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetBufferParameterui64vNV(GLenum target, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load
- glGetBufferParameterui64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetBufferParameterui64vNV(GLenum target, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load
- glGetBufferParameterui64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBufferParameterui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetBufferSubData(int, long, long, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetBufferSubData(int, long, long, Buffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid * data)
Part of
GL_VERSION_1_5
- glGetBufferSubData(int, long, long, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetClipPlane(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetClipPlane(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetClipPlane(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetClipPlane(GLenum plane, GLdouble * equation)
Part of
GL_VERSION_1_0
- glGetClipPlane(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetClipPlane(GLenum plane, GLdouble * equation)
Part of
GL_VERSION_1_0
- glGetClipPlane(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetClipPlane(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetClipPlanef(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetClipPlanef(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetClipPlanef(int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetClipPlanef(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetClipPlanef(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetClipPlanef(GLenum plane, GLfloat * equation)
Part of
GL_VERSION_ES_CM
;
GL_OES_single_precision
- glGetClipPlanef(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetClipPlanef(GLenum plane, GLfloat * equation)
Part of
GL_VERSION_ES_CM
;
GL_OES_single_precision
- glGetClipPlanef(int, FloatBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function:
void glGetClipPlanef(GLenum pname, GLfloat * equation)
Part of
GL_VERSION_ES_CM
;
GL_OES_single_precision
- glGetClipPlanef(int, float[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function:
void glGetClipPlanef(GLenum pname, GLfloat * equation)
Part of
GL_VERSION_ES_CM
;
GL_OES_single_precision
- glGetClipPlanef(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetClipPlanef(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetClipPlanef(int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetClipPlanef(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetClipPlanex(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetClipPlanex(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetClipPlanex(int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetClipPlanex(GLenum pname, GLfixed * eqn)
Part of GL_VERSION_ES_CL_CM
- glGetClipPlanex(int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetClipPlanex(GLenum pname, GLfixed * eqn)
Part of GL_VERSION_ES_CL_CM
- glGetClipPlanex(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetClipPlanex(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetColorTable(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetColorTable(int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetColorTable(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetColorTable(int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetColorTable(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetColorTable(int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetColorTableParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetColorTableParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetColorTableParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetColorTableParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetColorTableParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetColorTableParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetColorTableParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetColorTableParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetColorTableParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetColorTableParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetColorTableParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetColorTableParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetColorTableParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetColorTableParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetColorTableParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetColorTableParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetCompressedMultiTexImageEXT(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetCompressedMultiTexImageEXT(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetCompressedMultiTexImageEXT(GLenum texunit, GLenum target, GLint lod, GLvoid * img)
Part of GL_EXT_direct_state_access
- glGetCompressedMultiTexImageEXT(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetCompressedTexImage(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetCompressedTexImage(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetCompressedTexImage(int, int, Buffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img)
Part of
GL_VERSION_1_3
- glGetCompressedTexImage(int, int, long) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img)
Part of
GL_VERSION_1_3
- glGetCompressedTexImage(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetCompressedTexImage(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetCompressedTextureImageEXT(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetCompressedTextureImageEXT(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetCompressedTextureImageEXT(GLuint texture, GLenum target, GLint lod, GLvoid * img)
Part of GL_EXT_direct_state_access
- glGetCompressedTextureImageEXT(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetConvolutionFilter(int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetConvolutionFilter(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetConvolutionFilter(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * image)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetConvolutionFilter(int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * image)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetConvolutionFilter(int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetConvolutionFilter(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetConvolutionParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetConvolutionParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetConvolutionParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetConvolutionParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetConvolutionParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetConvolutionParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetConvolutionParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetConvolutionParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetConvolutionParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetConvolutionParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetConvolutionParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetConvolutionParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetConvolutionParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetConvolutionParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetConvolutionParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetConvolutionParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDebugMessageLog(int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDebugMessageLog(int, int, int[], int, int[], int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDebugMessageLog(int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetDebugMessageLog(int, int, int[], int, int[], int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetDebugMessageLog(int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
GLuint glGetDebugMessageLog(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_ARB_debug_output
;
GL_KHR_debug
- glGetDebugMessageLog(int, int, int[], int, int[], int, int[], int, int[], int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
GLuint glGetDebugMessageLog(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_ARB_debug_output
;
GL_KHR_debug
- glGetDebugMessageLog(int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDebugMessageLog(int, int, int[], int, int[], int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDebugMessageLog(int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetDebugMessageLog(int, int, int[], int, int[], int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetDebugMessageLogAMD(int, int, int[], int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDebugMessageLogAMD(int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDebugMessageLogAMD(int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: GLuint glGetDebugMessageLogAMD(GLuint count, GLsizei bufsize, GLenum * categories, GLuint * severities, GLuint * ids, GLsizei * lengths, GLchar * message)
Part of GL_AMD_debug_output
- glGetDebugMessageLogAMD(int, int, int[], int, int[], int, int[], int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: GLuint glGetDebugMessageLogAMD(GLuint count, GLsizei bufsize, GLenum * categories, GLuint * severities, GLuint * ids, GLsizei * lengths, GLchar * message)
Part of GL_AMD_debug_output
- glGetDebugMessageLogAMD(int, int, int[], int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDebugMessageLogAMD(int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDoublei_v(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDoublei_v(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDoublei_v(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glGetDoublei_v(GLenum target, GLuint index, GLdouble * data)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glGetDoublei_v(int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glGetDoublei_v(GLenum target, GLuint index, GLdouble * data)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glGetDoublei_v(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDoublei_v(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDoublei_vEXT(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDoublei_vEXT(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDoublei_vEXT(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetDoublei_vEXT(GLenum pname, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access
- glGetDoublei_vEXT(int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetDoublei_vEXT(GLenum pname, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access
- glGetDoublei_vEXT(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDoublei_vEXT(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDoubleIndexedvEXT(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDoubleIndexedvEXT(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDoubleIndexedvEXT(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetDoubleIndexedvEXT(GLenum target, GLuint index, GLdouble * data)
Part of GL_EXT_direct_state_access
- glGetDoubleIndexedvEXT(int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetDoubleIndexedvEXT(GLenum target, GLuint index, GLdouble * data)
Part of GL_EXT_direct_state_access
- glGetDoubleIndexedvEXT(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDoubleIndexedvEXT(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDoublev(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDoublev(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetDoublev(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetDoublev(GLenum pname, GLdouble * params)
Part of GL_VERSION_1_0
- glGetDoublev(int, double[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetDoublev(GLenum pname, GLdouble * params)
Part of GL_VERSION_1_0
- glGetDoublev(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDoublev(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetDriverControlsQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetDriverControlsQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetDriverControlsQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetDriverControlsQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetDriverControlsQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetDriverControlsQCOM(GLint * num, GLsizei size, GLuint * driverControls)
Part of GL_QCOM_driver_control
- glGetDriverControlsQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetDriverControlsQCOM(GLint * num, GLsizei size, GLuint * driverControls)
Part of GL_QCOM_driver_control
- glGetDriverControlsQCOM(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetDriverControlsQCOM(GLint * num, GLsizei size, GLuint * driverControls)
Part of GL_QCOM_driver_control
- glGetDriverControlsQCOM(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetDriverControlsQCOM(GLint * num, GLsizei size, GLuint * driverControls)
Part of GL_QCOM_driver_control
- glGetDriverControlsQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetDriverControlsQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetDriverControlsQCOM(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetDriverControlsQCOM(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetDriverControlStringQCOM(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetDriverControlStringQCOM(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetDriverControlStringQCOM(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetDriverControlStringQCOM(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetDriverControlStringQCOM(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetDriverControlStringQCOM(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString)
Part of GL_QCOM_driver_control
- glGetDriverControlStringQCOM(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetDriverControlStringQCOM(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString)
Part of GL_QCOM_driver_control
- glGetDriverControlStringQCOM(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetDriverControlStringQCOM(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString)
Part of GL_QCOM_driver_control
- glGetDriverControlStringQCOM(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetDriverControlStringQCOM(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString)
Part of GL_QCOM_driver_control
- glGetDriverControlStringQCOM(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetDriverControlStringQCOM(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetDriverControlStringQCOM(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetDriverControlStringQCOM(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetError() - Method in class javax.media.opengl.DebugGL4bc
-
- glGetError() - Method in class javax.media.opengl.DebugGLES1
-
- glGetError() - Method in class javax.media.opengl.DebugGLES3
-
- glGetError() - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
GLenum glGetError(void)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glGetError() - Method in class javax.media.opengl.TraceGL4bc
-
- glGetError() - Method in class javax.media.opengl.TraceGLES1
-
- glGetError() - Method in class javax.media.opengl.TraceGLES3
-
- glGetFenceivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFenceivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFenceivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetFenceivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetFenceivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetFenceivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetFenceivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetFenceivNV(GLuint fence, GLenum pname, GLint * params)
Part of GL_NV_fence
- glGetFenceivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetFenceivNV(GLuint fence, GLenum pname, GLint * params)
Part of GL_NV_fence
- glGetFenceivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetFenceivNV(GLuint, GLenum, GLint * )
Part of GL_NV_fence
- glGetFenceivNV(int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetFenceivNV(GLuint, GLenum, GLint * )
Part of GL_NV_fence
- glGetFenceivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetFenceivNV(GLuint, GLenum, GLint * )
Part of GL_NV_fence
- glGetFenceivNV(int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetFenceivNV(GLuint, GLenum, GLint * )
Part of GL_NV_fence
- glGetFenceivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFenceivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFenceivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetFenceivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetFenceivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetFenceivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetFixedv(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetFixedv(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetFixedv(int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetFixedv(GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glGetFixedv(int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetFixedv(GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glGetFixedv(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetFixedv(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetFloati_v(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFloati_v(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFloati_v(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glGetFloati_v(GLenum target, GLuint index, GLfloat * data)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glGetFloati_v(int, int, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glGetFloati_v(GLenum target, GLuint index, GLfloat * data)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glGetFloati_v(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFloati_v(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFloati_vEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFloati_vEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFloati_vEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetFloati_vEXT(GLenum pname, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetFloati_vEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetFloati_vEXT(GLenum pname, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetFloati_vEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFloati_vEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFloatIndexedvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFloatIndexedvEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFloatIndexedvEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetFloatIndexedvEXT(GLenum target, GLuint index, GLfloat * data)
Part of GL_EXT_direct_state_access
- glGetFloatIndexedvEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetFloatIndexedvEXT(GLenum target, GLuint index, GLfloat * data)
Part of GL_EXT_direct_state_access
- glGetFloatIndexedvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFloatIndexedvEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFloatv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFloatv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFloatv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetFloatv(int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetFloatv(int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetFloatv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetFloatv(int, FloatBuffer) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Copy the named matrix into the given storage.
- glGetFloatv(int, float[], int) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Copy the named matrix to the given storage at offset.
- glGetFloatv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glGetFloatv(GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0
, GL_ES_VERSION_2_0
, GL_VERSION_ES_CM
- glGetFloatv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glGetFloatv(GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0
, GL_ES_VERSION_2_0
, GL_VERSION_ES_CM
- glGetFloatv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFloatv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFloatv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetFloatv(int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetFloatv(int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetFloatv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetFragDataIndex(int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFragDataIndex(int, String) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
GLint glGetFragDataIndex(GLuint program, const GLchar * name)
Part of
GL_ARB_blend_func_extended
,
GL_VERSION_3_3
- glGetFragDataIndex(int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFragDataLocation(int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFragDataLocation(int, String) - Method in class javax.media.opengl.DebugGLES3
-
- glGetFragDataLocation(int, String) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
GLint glGetFragDataLocation(GLuint program, const GLchar * name)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glGetFragDataLocation(int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFragDataLocation(int, String) - Method in class javax.media.opengl.TraceGLES3
-
- glGetFramebufferAttachmentParameteriv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFramebufferAttachmentParameteriv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetFramebufferAttachmentParameteriv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint * params)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glGetFramebufferAttachmentParameteriv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint * params)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glGetFramebufferAttachmentParameteriv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFramebufferAttachmentParameteriv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetFramebufferAttachmentParameteriv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetFramebufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFramebufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFramebufferParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetFramebufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_ARB_framebuffer_no_attachments
,
GL_VERSION_4_3
- glGetFramebufferParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetFramebufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_ARB_framebuffer_no_attachments
,
GL_VERSION_4_3
- glGetFramebufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFramebufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFramebufferParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFramebufferParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetFramebufferParameterivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetFramebufferParameterivEXT(GLuint framebuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetFramebufferParameterivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetFramebufferParameterivEXT(GLuint framebuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetFramebufferParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetFramebufferParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetGraphicsResetStatus() - Method in class javax.media.opengl.DebugGL4bc
-
- glGetGraphicsResetStatus() - Method in class javax.media.opengl.DebugGLES1
-
- glGetGraphicsResetStatus() - Method in class javax.media.opengl.DebugGLES3
-
- glGetGraphicsResetStatus() - Method in interface javax.media.opengl.GL
-
Entry point to C language function: GLenum glGetGraphicsResetStatus(void)
Part of GL_ARB_robustness
; GL_EXT_robustness
- glGetGraphicsResetStatus() - Method in class javax.media.opengl.TraceGL4bc
-
- glGetGraphicsResetStatus() - Method in class javax.media.opengl.TraceGLES1
-
- glGetGraphicsResetStatus() - Method in class javax.media.opengl.TraceGLES3
-
- glGetHandleARB(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetHandleARB(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLhandleARB glGetHandleARB(GLenum pname)
Part of GL_ARB_shader_objects
- glGetHandleARB(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetHistogram(int, boolean, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetHistogram(int, boolean, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetHistogram(int, boolean, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetHistogram(int, boolean, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetHistogram(int, boolean, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetHistogram(int, boolean, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetHistogramParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetHistogramParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetHistogramParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetHistogramParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetHistogramParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetHistogramParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetHistogramParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetHistogramParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetHistogramParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetHistogramParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetHistogramParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetHistogramParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetHistogramParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetHistogramParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetHistogramParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetHistogramParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetImageHandleNV(int, int, boolean, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetImageHandleNV(int, int, boolean, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLuint64 glGetImageHandleNV(GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format)
Part of GL_NV_bindless_texture
- glGetImageHandleNV(int, int, boolean, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInfoLogARB(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInfoLogARB(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInfoLogARB(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetInfoLogARB(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
Part of GL_ARB_shader_objects
- glGetInfoLogARB(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetInfoLogARB(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
Part of GL_ARB_shader_objects
- glGetInfoLogARB(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInfoLogARB(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInteger64i_v(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInteger64i_v(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInteger64i_v(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetInteger64i_v(int, int, long[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetInteger64i_v(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function: void glGetInteger64i_v(GLenum target, GLuint index, GLint64 * data)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_2
- glGetInteger64i_v(int, int, long[], int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function: void glGetInteger64i_v(GLenum target, GLuint index, GLint64 * data)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_2
- glGetInteger64i_v(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInteger64i_v(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInteger64i_v(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetInteger64i_v(int, int, long[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetInteger64v(int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInteger64v(int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInteger64v(int, long[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetInteger64v(int, LongBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetInteger64v(int, LongBuffer) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function: void glGetInteger64v(GLenum pname, GLint64 * params)
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- glGetInteger64v(int, long[], int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function: void glGetInteger64v(GLenum pname, GLint64 * params)
Part of GL_ARB_sync
, GL_ES_VERSION_3_0
, GL_VERSION_3_2
- glGetInteger64v(int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInteger64v(int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInteger64v(int, long[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetInteger64v(int, LongBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetIntegeri_v(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetIntegeri_v(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetIntegeri_v(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetIntegeri_v(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetIntegeri_v(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glGetIntegeri_v(GLenum target, GLuint index, GLint * data)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glGetIntegeri_v(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glGetIntegeri_v(GLenum target, GLuint index, GLint * data)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glGetIntegeri_v(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetIntegeri_v(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetIntegeri_v(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetIntegeri_v(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetIntegeri_vEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetIntegeri_vEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetIntegeri_vEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
Part of GL_EXT_multiview_draw_buffers
- glGetIntegeri_vEXT(int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
Part of GL_EXT_multiview_draw_buffers
- glGetIntegeri_vEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetIntegeri_vEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetIntegerIndexedv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetIntegerIndexedv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetIntegerIndexedv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetIntegerIndexedv(GLenum target, GLuint index, GLint * data)
Part of GL_EXT_draw_buffers2
, GL_EXT_direct_state_access
- glGetIntegerIndexedv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetIntegerIndexedv(GLenum target, GLuint index, GLint * data)
Part of GL_EXT_draw_buffers2
, GL_EXT_direct_state_access
- glGetIntegerIndexedv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetIntegerIndexedv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetIntegerui64i_vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetIntegerui64i_vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetIntegerui64i_vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
Part of GL_NV_vertex_buffer_unified_memory
- glGetIntegerui64i_vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
Part of GL_NV_vertex_buffer_unified_memory
- glGetIntegerui64i_vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetIntegerui64i_vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetIntegerui64vNV(int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetIntegerui64vNV(int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetIntegerui64vNV(int, LongBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetIntegerui64vNV(GLenum value, GLuint64EXT * result)
Part of GL_NV_shader_buffer_load
- glGetIntegerui64vNV(int, long[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetIntegerui64vNV(GLenum value, GLuint64EXT * result)
Part of GL_NV_shader_buffer_load
- glGetIntegerui64vNV(int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetIntegerui64vNV(int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetIntegerv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetIntegerv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetIntegerv(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetIntegerv(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetIntegerv(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetIntegerv(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetIntegerv(int, IntBuffer) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
glGetIntegerv
- glGetIntegerv(int, int[], int) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
- glGetIntegerv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glGetIntegerv(GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_0
, GL_ES_VERSION_2_0
- glGetIntegerv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glGetIntegerv(GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_0
, GL_ES_VERSION_2_0
- glGetIntegerv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetIntegerv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetIntegerv(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetIntegerv(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetIntegerv(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetIntegerv(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetInternalformati64v(int, int, int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInternalformati64v(int, int, int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInternalformati64v(int, int, int, int, LongBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glGetInternalformati64v(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 * params)
Part of GL_ARB_internalformat_query2
, GL_VERSION_4_2
- glGetInternalformati64v(int, int, int, int, long[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glGetInternalformati64v(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 * params)
Part of GL_ARB_internalformat_query2
, GL_VERSION_4_2
- glGetInternalformati64v(int, int, int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInternalformati64v(int, int, int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInternalformativ(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInternalformativ(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInternalformativ(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetInternalformativ(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetInternalformativ(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glGetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params)
Part of GL_ES_VERSION_3_0
, GL_ARB_internalformat_query
- glGetInternalformativ(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glGetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params)
Part of GL_ES_VERSION_3_0
, GL_ARB_internalformat_query
- glGetInternalformativ(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInternalformativ(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInternalformativ(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetInternalformativ(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetInvariantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInvariantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInvariantBooleanvEXT(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetInvariantBooleanvEXT(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader
- glGetInvariantBooleanvEXT(int, int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetInvariantBooleanvEXT(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader
- glGetInvariantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInvariantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInvariantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInvariantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInvariantFloatvEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetInvariantFloatvEXT(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader
- glGetInvariantFloatvEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetInvariantFloatvEXT(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader
- glGetInvariantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInvariantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInvariantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInvariantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetInvariantIntegervEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetInvariantIntegervEXT(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader
- glGetInvariantIntegervEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetInvariantIntegervEXT(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader
- glGetInvariantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetInvariantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetLightfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetLightfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetLightfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetLightfv(GLenum light, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glGetLightfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetLightfv(GLenum light, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glGetLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetLightfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetLightfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetLightiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetLightiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetLightiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetLightiv(GLenum light, GLenum pname, GLint * params)
Part of
GL_VERSION_1_0
- glGetLightiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetLightiv(GLenum light, GLenum pname, GLint * params)
Part of
GL_VERSION_1_0
- glGetLightiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetLightiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetLightxv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetLightxv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetLightxv(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetLightxv(GLenum light, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glGetLightxv(int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetLightxv(GLenum light, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glGetLightxv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetLightxv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetLocalConstantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetLocalConstantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetLocalConstantBooleanvEXT(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetLocalConstantBooleanvEXT(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader
- glGetLocalConstantBooleanvEXT(int, int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetLocalConstantBooleanvEXT(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader
- glGetLocalConstantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetLocalConstantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetLocalConstantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetLocalConstantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetLocalConstantFloatvEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetLocalConstantFloatvEXT(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader
- glGetLocalConstantFloatvEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetLocalConstantFloatvEXT(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader
- glGetLocalConstantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetLocalConstantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetLocalConstantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetLocalConstantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetLocalConstantIntegervEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetLocalConstantIntegervEXT(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader
- glGetLocalConstantIntegervEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetLocalConstantIntegervEXT(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader
- glGetLocalConstantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetLocalConstantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapAttribParameterfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapAttribParameterfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapAttribParameterfvNV(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMapAttribParameterfvNV(GLenum target, GLuint index, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators
- glGetMapAttribParameterfvNV(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMapAttribParameterfvNV(GLenum target, GLuint index, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators
- glGetMapAttribParameterfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapAttribParameterfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapAttribParameterivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapAttribParameterivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapAttribParameterivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMapAttribParameterivNV(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of GL_NV_evaluators
- glGetMapAttribParameterivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMapAttribParameterivNV(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of GL_NV_evaluators
- glGetMapAttribParameterivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapAttribParameterivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapControlPointsNV(int, int, int, int, int, boolean, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapControlPointsNV(int, int, int, int, int, boolean, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points)
Part of GL_NV_evaluators
- glGetMapControlPointsNV(int, int, int, int, int, boolean, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapdv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapdv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMapdv(GLenum target, GLenum query, GLdouble * v)
Part of
GL_VERSION_1_0
- glGetMapdv(int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMapdv(GLenum target, GLenum query, GLdouble * v)
Part of
GL_VERSION_1_0
- glGetMapdv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMapfv(GLenum target, GLenum query, GLfloat * v)
Part of
GL_VERSION_1_0
- glGetMapfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMapfv(GLenum target, GLenum query, GLfloat * v)
Part of
GL_VERSION_1_0
- glGetMapfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMapiv(GLenum target, GLenum query, GLint * v)
Part of
GL_VERSION_1_0
- glGetMapiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMapiv(GLenum target, GLenum query, GLint * v)
Part of
GL_VERSION_1_0
- glGetMapiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapParameterfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMapParameterfvNV(GLenum target, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators
- glGetMapParameterfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMapParameterfvNV(GLenum target, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators
- glGetMapParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMapParameterivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMapParameterivNV(GLenum target, GLenum pname, GLint * params)
Part of GL_NV_evaluators
- glGetMapParameterivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMapParameterivNV(GLenum target, GLenum pname, GLint * params)
Part of GL_NV_evaluators
- glGetMapParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMapParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetMaterialfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetMaterialfv(GLenum face, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glGetMaterialfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetMaterialfv(GLenum face, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glGetMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetMaterialiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMaterialiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMaterialiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMaterialiv(GLenum face, GLenum pname, GLint * params)
Part of
GL_VERSION_1_0
- glGetMaterialiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMaterialiv(GLenum face, GLenum pname, GLint * params)
Part of
GL_VERSION_1_0
- glGetMaterialiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMaterialiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMaterialxv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetMaterialxv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetMaterialxv(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetMaterialxv(GLenum face, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glGetMaterialxv(int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetMaterialxv(GLenum face, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glGetMaterialxv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetMaterialxv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetMinmax(int, boolean, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMinmax(int, boolean, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMinmax(int, boolean, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetMinmax(int, boolean, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetMinmax(int, boolean, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMinmax(int, boolean, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMinmaxParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMinmaxParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMinmaxParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetMinmaxParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetMinmaxParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMinmaxParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMinmaxParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMinmaxParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMinmaxParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMinmaxParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetMinmaxParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetMinmaxParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetMinmaxParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMinmaxParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultisamplefv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultisamplefv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultisamplefv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glGetMultisamplefv(GLenum pname, GLuint index, GLfloat * val)
Part of
GL_ARB_texture_multisample
,
GL_VERSION_3_2
- glGetMultisamplefv(int, int, float[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glGetMultisamplefv(GLenum pname, GLuint index, GLfloat * val)
Part of
GL_ARB_texture_multisample
,
GL_VERSION_3_2
- glGetMultisamplefv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultisamplefv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultisamplefvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultisamplefvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultisamplefvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultisamplefvNV(GLenum pname, GLuint index, GLfloat * val)
Part of GL_NV_explicit_multisample
- glGetMultisamplefvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultisamplefvNV(GLenum pname, GLuint index, GLfloat * val)
Part of GL_NV_explicit_multisample
- glGetMultisamplefvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultisamplefvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexEnvfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexEnvfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexEnvfvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexEnvfvEXT(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexEnvfvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexEnvfvEXT(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexEnvfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexEnvfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexEnvivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexEnvivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexEnvivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexEnvivEXT(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexEnvivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexEnvivEXT(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexEnvivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexEnvivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexGendvEXT(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexGendvEXT(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexGendvEXT(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexGendvEXT(GLenum texunit, GLenum coord, GLenum pname, GLdouble * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexGendvEXT(int, int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexGendvEXT(GLenum texunit, GLenum coord, GLenum pname, GLdouble * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexGendvEXT(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexGendvEXT(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexGenfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexGenfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexGenfvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexGenfvEXT(GLenum texunit, GLenum coord, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexGenfvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexGenfvEXT(GLenum texunit, GLenum coord, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexGenfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexGenfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexGenivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexGenivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexGenivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexGenivEXT(GLenum texunit, GLenum coord, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexGenivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexGenivEXT(GLenum texunit, GLenum coord, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexGenivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexGenivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexImageEXT(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexImageEXT(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexImageEXT(GLenum texunit, GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glGetMultiTexImageEXT(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexLevelParameterfvEXT(int, int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexLevelParameterfvEXT(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexLevelParameterfvEXT(int, int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexLevelParameterfvEXT(GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexLevelParameterfvEXT(int, int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexLevelParameterfvEXT(GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexLevelParameterfvEXT(int, int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexLevelParameterfvEXT(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexLevelParameterivEXT(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexLevelParameterivEXT(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexLevelParameterivEXT(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexLevelParameterivEXT(GLenum texunit, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexLevelParameterivEXT(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexLevelParameterivEXT(GLenum texunit, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexLevelParameterivEXT(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexLevelParameterivEXT(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexParameterfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexParameterfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexParameterfvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexParameterfvEXT(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexParameterfvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexParameterfvEXT(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexParameterfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexParameterfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexParameterIivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexParameterIivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexParameterIivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexParameterIivEXT(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexParameterIivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexParameterIivEXT(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexParameterIivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexParameterIivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexParameterIuivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexParameterIuivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexParameterIuivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexParameterIuivEXT(GLenum texunit, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexParameterIuivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexParameterIuivEXT(GLenum texunit, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexParameterIuivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexParameterIuivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetMultiTexParameterivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexParameterivEXT(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexParameterivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetMultiTexParameterivEXT(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetMultiTexParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetMultiTexParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedBufferParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedBufferParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedBufferParameterivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedBufferParameterivEXT(GLuint buffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetNamedBufferParameterivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedBufferParameterivEXT(GLuint buffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetNamedBufferParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedBufferParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedBufferParameterui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedBufferParameterui64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedBufferParameterui64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetNamedBufferParameterui64vNV(GLuint buffer, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load
- glGetNamedBufferParameterui64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetNamedBufferParameterui64vNV(GLuint buffer, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load
- glGetNamedBufferParameterui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedBufferParameterui64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedBufferSubDataEXT(int, long, long, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedBufferSubDataEXT(int, long, long, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedBufferSubDataEXT(GLuint buffer, GLintptr offset, GLsizeiptr size, GLvoid * data)
Part of GL_EXT_direct_state_access
- glGetNamedBufferSubDataEXT(int, long, long, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedFramebufferAttachmentParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedFramebufferAttachmentParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedFramebufferAttachmentParameterivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedFramebufferAttachmentParameterivEXT(GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetNamedFramebufferAttachmentParameterivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedFramebufferAttachmentParameterivEXT(GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetNamedFramebufferAttachmentParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedFramebufferAttachmentParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedFramebufferParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedFramebufferParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedFramebufferParameterivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetNamedFramebufferParameterivEXT(GLuint framebuffer, GLenum pname, GLint * params)
Part of GL_ARB_framebuffer_no_attachments
- glGetNamedFramebufferParameterivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetNamedFramebufferParameterivEXT(GLuint framebuffer, GLenum pname, GLint * params)
Part of GL_ARB_framebuffer_no_attachments
- glGetNamedFramebufferParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedFramebufferParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedProgramivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedProgramivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedProgramivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedProgramivEXT(GLuint program, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetNamedProgramivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedProgramivEXT(GLuint program, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetNamedProgramivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedProgramivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedProgramLocalParameterdvEXT(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedProgramLocalParameterdvEXT(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedProgramLocalParameterdvEXT(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedProgramLocalParameterdvEXT(GLuint program, GLenum target, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access
- glGetNamedProgramLocalParameterdvEXT(int, int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedProgramLocalParameterdvEXT(GLuint program, GLenum target, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access
- glGetNamedProgramLocalParameterdvEXT(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedProgramLocalParameterdvEXT(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedProgramLocalParameterfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedProgramLocalParameterfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedProgramLocalParameterfvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedProgramLocalParameterfvEXT(GLuint program, GLenum target, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetNamedProgramLocalParameterfvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedProgramLocalParameterfvEXT(GLuint program, GLenum target, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetNamedProgramLocalParameterfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedProgramLocalParameterfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedProgramLocalParameterIivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedProgramLocalParameterIivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedProgramLocalParameterIivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedProgramLocalParameterIivEXT(GLuint program, GLenum target, GLuint index, GLint * params)
Part of GL_EXT_direct_state_access
- glGetNamedProgramLocalParameterIivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedProgramLocalParameterIivEXT(GLuint program, GLenum target, GLuint index, GLint * params)
Part of GL_EXT_direct_state_access
- glGetNamedProgramLocalParameterIivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedProgramLocalParameterIivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedProgramLocalParameterIuivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedProgramLocalParameterIuivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedProgramLocalParameterIuivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedProgramLocalParameterIuivEXT(GLuint program, GLenum target, GLuint index, GLuint * params)
Part of GL_EXT_direct_state_access
- glGetNamedProgramLocalParameterIuivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedProgramLocalParameterIuivEXT(GLuint program, GLenum target, GLuint index, GLuint * params)
Part of GL_EXT_direct_state_access
- glGetNamedProgramLocalParameterIuivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedProgramLocalParameterIuivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedProgramStringEXT(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedProgramStringEXT(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedProgramStringEXT(GLuint program, GLenum target, GLenum pname, GLvoid * string)
Part of GL_EXT_direct_state_access
- glGetNamedProgramStringEXT(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedRenderbufferParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedRenderbufferParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedRenderbufferParameterivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedRenderbufferParameterivEXT(GLuint renderbuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetNamedRenderbufferParameterivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetNamedRenderbufferParameterivEXT(GLuint renderbuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetNamedRenderbufferParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedRenderbufferParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedStringARB(int, String, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedStringARB(int, String, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedStringARB(int, String, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetNamedStringARB(GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string)
Part of GL_ARB_shading_language_include
- glGetNamedStringARB(int, String, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetNamedStringARB(GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string)
Part of GL_ARB_shading_language_include
- glGetNamedStringARB(int, String, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedStringARB(int, String, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedStringivARB(int, String, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedStringivARB(int, String, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetNamedStringivARB(int, String, int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetNamedStringivARB(GLint namelen, const GLchar * name, GLenum pname, GLint * params)
Part of GL_ARB_shading_language_include
- glGetNamedStringivARB(int, String, int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetNamedStringivARB(GLint namelen, const GLchar * name, GLenum pname, GLint * params)
Part of GL_ARB_shading_language_include
- glGetNamedStringivARB(int, String, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetNamedStringivARB(int, String, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnColorTable(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnColorTable(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnColorTable(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * table)
Part of GL_ARB_robustness
- glGetnColorTable(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnCompressedTexImage(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnCompressedTexImage(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetnCompressedTexImage(GLenum target, GLint lod, GLsizei bufSize, GLvoid * img)
Part of GL_ARB_robustness
- glGetnCompressedTexImage(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnConvolutionFilter(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnConvolutionFilter(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnConvolutionFilter(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * image)
Part of GL_ARB_robustness
- glGetnConvolutionFilter(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnHistogram(int, boolean, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnHistogram(int, boolean, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values)
Part of GL_ARB_robustness
- glGetnHistogram(int, boolean, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnMapdv(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnMapdv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnMapdv(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnMapdv(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v)
Part of GL_ARB_robustness
- glGetnMapdv(int, int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnMapdv(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v)
Part of GL_ARB_robustness
- glGetnMapdv(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnMapdv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnMapfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnMapfv(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnMapfv(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnMapfv(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v)
Part of GL_ARB_robustness
- glGetnMapfv(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnMapfv(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v)
Part of GL_ARB_robustness
- glGetnMapfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnMapfv(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnMapiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnMapiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnMapiv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnMapiv(GLenum target, GLenum query, GLsizei bufSize, GLint * v)
Part of GL_ARB_robustness
- glGetnMapiv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnMapiv(GLenum target, GLenum query, GLsizei bufSize, GLint * v)
Part of GL_ARB_robustness
- glGetnMapiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnMapiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnMinmax(int, boolean, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnMinmax(int, boolean, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values)
Part of GL_ARB_robustness
- glGetnMinmax(int, boolean, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnPixelMapfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnPixelMapfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnPixelMapfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnPixelMapfv(GLenum map, GLsizei bufSize, GLfloat * values)
Part of GL_ARB_robustness
- glGetnPixelMapfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnPixelMapfv(GLenum map, GLsizei bufSize, GLfloat * values)
Part of GL_ARB_robustness
- glGetnPixelMapfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnPixelMapfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnPixelMapuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnPixelMapuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnPixelMapuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnPixelMapuiv(GLenum map, GLsizei bufSize, GLuint * values)
Part of GL_ARB_robustness
- glGetnPixelMapuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnPixelMapuiv(GLenum map, GLsizei bufSize, GLuint * values)
Part of GL_ARB_robustness
- glGetnPixelMapuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnPixelMapuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnPixelMapusv(int, int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnPixelMapusv(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnPixelMapusv(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnPixelMapusv(GLenum map, GLsizei bufSize, GLushort * values)
Part of GL_ARB_robustness
- glGetnPixelMapusv(int, int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnPixelMapusv(GLenum map, GLsizei bufSize, GLushort * values)
Part of GL_ARB_robustness
- glGetnPixelMapusv(int, int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnPixelMapusv(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnPolygonStipple(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnPolygonStipple(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnPolygonStipple(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnPolygonStipple(GLsizei bufSize, GLubyte * pattern)
Part of GL_ARB_robustness
- glGetnPolygonStipple(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnPolygonStipple(GLsizei bufSize, GLubyte * pattern)
Part of GL_ARB_robustness
- glGetnPolygonStipple(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnPolygonStipple(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnSeparableFilter(int, int, int, int, Buffer, int, Buffer, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnSeparableFilter(int, int, int, int, Buffer, int, Buffer, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetnSeparableFilter(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid * row, GLsizei columnBufSize, GLvoid * column, GLvoid * span)
Part of GL_ARB_robustness
- glGetnSeparableFilter(int, int, int, int, Buffer, int, Buffer, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnTexImage(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnTexImage(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetnTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid * img)
Part of GL_ARB_robustness
- glGetnTexImage(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnUniformdv(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnUniformdv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnUniformdv(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetnUniformdv(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
Part of GL_ARB_robustness
- glGetnUniformdv(int, int, int, double[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetnUniformdv(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
Part of GL_ARB_robustness
- glGetnUniformdv(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnUniformdv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnUniformfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnUniformfv(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnUniformfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetnUniformfv(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetnUniformfv(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetnUniformfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetnUniformfv(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glGetnUniformfv(GLuint program, GLint location, GLsizei bufSize, float * params)
Part of GL_ARB_robustness
; GL_EXT_robustness
- glGetnUniformfv(int, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glGetnUniformfv(GLuint program, GLint location, GLsizei bufSize, float * params)
Part of GL_ARB_robustness
; GL_EXT_robustness
- glGetnUniformfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnUniformfv(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnUniformfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetnUniformfv(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetnUniformfv(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetnUniformfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetnUniformiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnUniformiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnUniformiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetnUniformiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetnUniformiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetnUniformiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetnUniformiv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glGetnUniformiv(GLuint program, GLint location, GLsizei bufSize, GLint * params)
Part of GL_ARB_robustness
; GL_EXT_robustness
- glGetnUniformiv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glGetnUniformiv(GLuint program, GLint location, GLsizei bufSize, GLint * params)
Part of GL_ARB_robustness
; GL_EXT_robustness
- glGetnUniformiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnUniformiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnUniformiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetnUniformiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetnUniformiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetnUniformiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetnUniformuiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnUniformuiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetnUniformuiv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetnUniformuiv(GLuint program, GLint location, GLsizei bufSize, GLuint * params)
Part of GL_ARB_robustness
- glGetnUniformuiv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetnUniformuiv(GLuint program, GLint location, GLsizei bufSize, GLuint * params)
Part of GL_ARB_robustness
- glGetnUniformuiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetnUniformuiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetObjectLabel(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetObjectLabel(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetObjectLabel(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetObjectLabel(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetObjectLabel(int, int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetObjectLabel(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_KHR_debug
- glGetObjectLabel(int, int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetObjectLabel(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_KHR_debug
- glGetObjectLabel(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetObjectLabel(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetObjectLabel(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetObjectLabel(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetObjectLabelEXT(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetObjectLabelEXT(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetObjectLabelEXT(int, int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label)
Part of GL_EXT_debug_label
- glGetObjectLabelEXT(int, int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label)
Part of GL_EXT_debug_label
- glGetObjectLabelEXT(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetObjectLabelEXT(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetObjectParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetObjectParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetObjectParameterfvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetObjectParameterfvARB(GLhandleARB obj, GLenum pname, GLfloat * params)
Part of GL_ARB_shader_objects
- glGetObjectParameterfvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetObjectParameterfvARB(GLhandleARB obj, GLenum pname, GLfloat * params)
Part of GL_ARB_shader_objects
- glGetObjectParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetObjectParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetObjectParameterivAPPLE(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetObjectParameterivAPPLE(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetObjectParameterivAPPLE(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GLint * params)
Part of GL_APPLE_object_purgeable
- glGetObjectParameterivAPPLE(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GLint * params)
Part of GL_APPLE_object_purgeable
- glGetObjectParameterivAPPLE(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetObjectParameterivAPPLE(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetObjectParameterivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetObjectParameterivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetObjectParameterivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetObjectParameterivARB(GLhandleARB obj, GLenum pname, GLint * params)
Part of GL_ARB_shader_objects
- glGetObjectParameterivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetObjectParameterivARB(GLhandleARB obj, GLenum pname, GLint * params)
Part of GL_ARB_shader_objects
- glGetObjectParameterivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetObjectParameterivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetObjectPtrLabel(Buffer, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetObjectPtrLabel(Buffer, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetObjectPtrLabel(Buffer, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetObjectPtrLabel(Buffer, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetObjectPtrLabel(Buffer, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetObjectPtrLabel(const void * ptr, GLsizei bufSize, GLsizei * length, GLchar * label)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_KHR_debug
- glGetObjectPtrLabel(Buffer, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetObjectPtrLabel(const void * ptr, GLsizei bufSize, GLsizei * length, GLchar * label)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_KHR_debug
- glGetObjectPtrLabel(Buffer, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetObjectPtrLabel(Buffer, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetObjectPtrLabel(Buffer, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetObjectPtrLabel(Buffer, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetOcclusionQueryivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetOcclusionQueryivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetOcclusionQueryivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetOcclusionQueryivNV(GLuint id, GLenum pname, GLint * params)
Part of GL_NV_occlusion_query
- glGetOcclusionQueryivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetOcclusionQueryivNV(GLuint id, GLenum pname, GLint * params)
Part of GL_NV_occlusion_query
- glGetOcclusionQueryivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetOcclusionQueryivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetOcclusionQueryuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetOcclusionQueryuivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetOcclusionQueryuivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetOcclusionQueryuivNV(GLuint id, GLenum pname, GLuint * params)
Part of GL_NV_occlusion_query
- glGetOcclusionQueryuivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetOcclusionQueryuivNV(GLuint id, GLenum pname, GLuint * params)
Part of GL_NV_occlusion_query
- glGetOcclusionQueryuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetOcclusionQueryuivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathColorGenfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathColorGenfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathColorGenfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathColorGenfvNV(GLenum color, GLenum pname, GLfloat * value)
Part of GL_NV_path_rendering
- glGetPathColorGenfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathColorGenfvNV(GLenum color, GLenum pname, GLfloat * value)
Part of GL_NV_path_rendering
- glGetPathColorGenfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathColorGenfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathColorGenivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathColorGenivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathColorGenivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathColorGenivNV(GLenum color, GLenum pname, GLint * value)
Part of GL_NV_path_rendering
- glGetPathColorGenivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathColorGenivNV(GLenum color, GLenum pname, GLint * value)
Part of GL_NV_path_rendering
- glGetPathColorGenivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathColorGenivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathCommandsNV(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathCommandsNV(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathCommandsNV(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathCommandsNV(GLuint path, GLubyte * commands)
Part of GL_NV_path_rendering
- glGetPathCommandsNV(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathCommandsNV(GLuint path, GLubyte * commands)
Part of GL_NV_path_rendering
- glGetPathCommandsNV(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathCommandsNV(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathCoordsNV(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathCoordsNV(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathCoordsNV(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathCoordsNV(GLuint path, GLfloat * coords)
Part of GL_NV_path_rendering
- glGetPathCoordsNV(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathCoordsNV(GLuint path, GLfloat * coords)
Part of GL_NV_path_rendering
- glGetPathCoordsNV(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathCoordsNV(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathDashArrayNV(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathDashArrayNV(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathDashArrayNV(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathDashArrayNV(GLuint path, GLfloat * dashArray)
Part of GL_NV_path_rendering
- glGetPathDashArrayNV(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathDashArrayNV(GLuint path, GLfloat * dashArray)
Part of GL_NV_path_rendering
- glGetPathDashArrayNV(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathDashArrayNV(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathLengthNV(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathLengthNV(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLfloat glGetPathLengthNV(GLuint path, GLsizei startSegment, GLsizei numSegments)
Part of GL_NV_path_rendering
- glGetPathLengthNV(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathMetricRangeNV(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathMetricRangeNV(int, int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathMetricRangeNV(int, int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathMetricRangeNV(GLbitfield metricQueryMask, GLuint firstPathName, GLsizei numPaths, GLsizei stride, GLfloat * metrics)
Part of GL_NV_path_rendering
- glGetPathMetricRangeNV(int, int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathMetricRangeNV(GLbitfield metricQueryMask, GLuint firstPathName, GLsizei numPaths, GLsizei stride, GLfloat * metrics)
Part of GL_NV_path_rendering
- glGetPathMetricRangeNV(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathMetricRangeNV(int, int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathMetricsNV(int, int, int, Buffer, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathMetricsNV(int, int, int, Buffer, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathMetricsNV(int, int, int, Buffer, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathMetricsNV(GLbitfield metricQueryMask, GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLsizei stride, GLfloat * metrics)
Part of GL_NV_path_rendering
- glGetPathMetricsNV(int, int, int, Buffer, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathMetricsNV(GLbitfield metricQueryMask, GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLsizei stride, GLfloat * metrics)
Part of GL_NV_path_rendering
- glGetPathMetricsNV(int, int, int, Buffer, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathMetricsNV(int, int, int, Buffer, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathParameterfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathParameterfvNV(GLuint path, GLenum pname, GLfloat * value)
Part of GL_NV_path_rendering
- glGetPathParameterfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathParameterfvNV(GLuint path, GLenum pname, GLfloat * value)
Part of GL_NV_path_rendering
- glGetPathParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathParameterivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathParameterivNV(GLuint path, GLenum pname, GLint * value)
Part of GL_NV_path_rendering
- glGetPathParameterivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathParameterivNV(GLuint path, GLenum pname, GLint * value)
Part of GL_NV_path_rendering
- glGetPathParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathSpacingNV(int, int, int, Buffer, int, float, float, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathSpacingNV(int, int, int, Buffer, int, float, float, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathSpacingNV(int, int, int, Buffer, int, float, float, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathSpacingNV(GLenum pathListMode, GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLfloat advanceScale, GLfloat kerningScale, GLenum transformType, GLfloat * returnedSpacing)
Part of GL_NV_path_rendering
- glGetPathSpacingNV(int, int, int, Buffer, int, float, float, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathSpacingNV(GLenum pathListMode, GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLfloat advanceScale, GLfloat kerningScale, GLenum transformType, GLfloat * returnedSpacing)
Part of GL_NV_path_rendering
- glGetPathSpacingNV(int, int, int, Buffer, int, float, float, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathSpacingNV(int, int, int, Buffer, int, float, float, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathTexGenfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathTexGenfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathTexGenfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathTexGenfvNV(GLenum texCoordSet, GLenum pname, GLfloat * value)
Part of GL_NV_path_rendering
- glGetPathTexGenfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathTexGenfvNV(GLenum texCoordSet, GLenum pname, GLfloat * value)
Part of GL_NV_path_rendering
- glGetPathTexGenfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathTexGenfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathTexGenivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathTexGenivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPathTexGenivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathTexGenivNV(GLenum texCoordSet, GLenum pname, GLint * value)
Part of GL_NV_path_rendering
- glGetPathTexGenivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPathTexGenivNV(GLenum texCoordSet, GLenum pname, GLint * value)
Part of GL_NV_path_rendering
- glGetPathTexGenivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPathTexGenivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorCounterDataAMD(int, int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPerfMonitorCounterDataAMD(int, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPerfMonitorCounterDataAMD(int, int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetPerfMonitorCounterDataAMD(int, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetPerfMonitorCounterDataAMD(int, int, int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCounterDataAMD(int, int, int, int[], int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCounterDataAMD(int, int, int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCounterDataAMD(int, int, int, int[], int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCounterDataAMD(int, int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorCounterDataAMD(int, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorCounterDataAMD(int, int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetPerfMonitorCounterDataAMD(int, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetPerfMonitorCounterInfoAMD(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPerfMonitorCounterInfoAMD(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetPerfMonitorCounterInfoAMD(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPerfMonitorCounterInfoAMD(GLuint group, GLuint counter, GLenum pname, GLvoid * data)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCounterInfoAMD(int, int, int, Buffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetPerfMonitorCounterInfoAMD(GLuint group, GLuint counter, GLenum pname, GLvoid * data)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCounterInfoAMD(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorCounterInfoAMD(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetPerfMonitorCountersAMD(int, IntBuffer, IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPerfMonitorCountersAMD(int, int[], int, int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPerfMonitorCountersAMD(int, int[], int, int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetPerfMonitorCountersAMD(int, IntBuffer, IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetPerfMonitorCountersAMD(int, IntBuffer, IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPerfMonitorCountersAMD(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCountersAMD(int, int[], int, int[], int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPerfMonitorCountersAMD(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCountersAMD(int, IntBuffer, IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetPerfMonitorCountersAMD(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCountersAMD(int, int[], int, int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetPerfMonitorCountersAMD(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCountersAMD(int, IntBuffer, IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorCountersAMD(int, int[], int, int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorCountersAMD(int, int[], int, int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetPerfMonitorCountersAMD(int, IntBuffer, IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetPerfMonitorCounterStringAMD(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPerfMonitorCounterStringAMD(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPerfMonitorCounterStringAMD(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetPerfMonitorCounterStringAMD(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetPerfMonitorCounterStringAMD(int, int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCounterStringAMD(int, int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCounterStringAMD(int, int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCounterStringAMD(int, int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorCounterStringAMD(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorCounterStringAMD(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorCounterStringAMD(int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetPerfMonitorCounterStringAMD(int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetPerfMonitorGroupsAMD(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPerfMonitorGroupsAMD(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPerfMonitorGroupsAMD(int[], int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetPerfMonitorGroupsAMD(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetPerfMonitorGroupsAMD(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPerfMonitorGroupsAMD(GLint * numGroups, GLsizei groupsSize, GLuint * groups)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorGroupsAMD(int[], int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPerfMonitorGroupsAMD(GLint * numGroups, GLsizei groupsSize, GLuint * groups)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorGroupsAMD(IntBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetPerfMonitorGroupsAMD(GLint * numGroups, GLsizei groupsSize, GLuint * groups)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorGroupsAMD(int[], int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetPerfMonitorGroupsAMD(GLint * numGroups, GLsizei groupsSize, GLuint * groups)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorGroupsAMD(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorGroupsAMD(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorGroupsAMD(int[], int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetPerfMonitorGroupsAMD(IntBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetPerfMonitorGroupStringAMD(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPerfMonitorGroupStringAMD(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPerfMonitorGroupStringAMD(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetPerfMonitorGroupStringAMD(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetPerfMonitorGroupStringAMD(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorGroupStringAMD(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorGroupStringAMD(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorGroupStringAMD(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString)
Part of GL_AMD_performance_monitor
- glGetPerfMonitorGroupStringAMD(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorGroupStringAMD(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPerfMonitorGroupStringAMD(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetPerfMonitorGroupStringAMD(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetPixelMapfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelMapfv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelMapfv(int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelMapfv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPixelMapfv(GLenum map, GLfloat * values)
Part of
GL_VERSION_1_0
- glGetPixelMapfv(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPixelMapfv(GLenum map, GLfloat * values)
Part of
GL_VERSION_1_0
- glGetPixelMapfv(int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPixelMapfv(GLenum map, GLfloat * values)
Part of
GL_VERSION_1_0
- glGetPixelMapfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelMapfv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelMapfv(int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelMapuiv(int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelMapuiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelMapuiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelMapuiv(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPixelMapuiv(GLenum map, GLuint * values)
Part of
GL_VERSION_1_0
- glGetPixelMapuiv(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPixelMapuiv(GLenum map, GLuint * values)
Part of
GL_VERSION_1_0
- glGetPixelMapuiv(int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPixelMapuiv(GLenum map, GLuint * values)
Part of
GL_VERSION_1_0
- glGetPixelMapuiv(int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelMapuiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelMapuiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelMapusv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelMapusv(int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelMapusv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelMapusv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPixelMapusv(GLenum map, GLushort * values)
Part of
GL_VERSION_1_0
- glGetPixelMapusv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPixelMapusv(GLenum map, GLushort * values)
Part of
GL_VERSION_1_0
- glGetPixelMapusv(int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPixelMapusv(GLenum map, GLushort * values)
Part of
GL_VERSION_1_0
- glGetPixelMapusv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelMapusv(int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelMapusv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelTransformParameterfvEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelTransformParameterfvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelTransformParameterfvEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPixelTransformParameterfvEXT(GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_pixel_transform
- glGetPixelTransformParameterfvEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPixelTransformParameterfvEXT(GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_pixel_transform
- glGetPixelTransformParameterfvEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelTransformParameterfvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelTransformParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelTransformParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPixelTransformParameterivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPixelTransformParameterivEXT(GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_pixel_transform
- glGetPixelTransformParameterivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPixelTransformParameterivEXT(GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_pixel_transform
- glGetPixelTransformParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPixelTransformParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPointeri_vEXT(int, int, PointerBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPointeri_vEXT(int, int, PointerBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetPointeri_vEXT(GLenum pname, GLuint index, GLvoid * * params)
Part of GL_EXT_direct_state_access
- glGetPointeri_vEXT(int, int, PointerBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPolygonStipple(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPolygonStipple(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPolygonStipple(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetPolygonStipple(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPolygonStipple(GLubyte * mask)
Part of
GL_VERSION_1_0
- glGetPolygonStipple(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPolygonStipple(GLubyte * mask)
Part of
GL_VERSION_1_0
- glGetPolygonStipple(long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetPolygonStipple(GLubyte * mask)
Part of
GL_VERSION_1_0
- glGetPolygonStipple(long) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPolygonStipple(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetPolygonStipple(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramBinary(int, int, IntBuffer, IntBuffer, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramBinary(int, int, int[], int, int[], int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramBinary(int, int, int[], int, int[], int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetProgramBinary(int, int, IntBuffer, IntBuffer, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetProgramBinary(int, int, IntBuffer, IntBuffer, Buffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetProgramBinary(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, GLvoid * binary)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_1
,
GL_ARB_get_program_binary
;
GL_OES_get_program_binary
- glGetProgramBinary(int, int, int[], int, int[], int, Buffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetProgramBinary(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, GLvoid * binary)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_1
,
GL_ARB_get_program_binary
;
GL_OES_get_program_binary
- glGetProgramBinary(int, int, IntBuffer, IntBuffer, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramBinary(int, int, int[], int, int[], int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramBinary(int, int, int[], int, int[], int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetProgramBinary(int, int, IntBuffer, IntBuffer, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetProgramEnvParameterdvARB(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramEnvParameterdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramEnvParameterdvARB(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramEnvParameterdvARB(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program
- glGetProgramEnvParameterdvARB(int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramEnvParameterdvARB(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program
- glGetProgramEnvParameterdvARB(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramEnvParameterdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramEnvParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramEnvParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramEnvParameterfvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramEnvParameterfvARB(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program
- glGetProgramEnvParameterfvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramEnvParameterfvARB(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program
- glGetProgramEnvParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramEnvParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramEnvParameterIivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramEnvParameterIivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramEnvParameterIivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramEnvParameterIivNV(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4
- glGetProgramEnvParameterIivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramEnvParameterIivNV(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4
- glGetProgramEnvParameterIivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramEnvParameterIivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramEnvParameterIuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramEnvParameterIuivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramEnvParameterIuivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramEnvParameterIuivNV(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4
- glGetProgramEnvParameterIuivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramEnvParameterIuivNV(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4
- glGetProgramEnvParameterIuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramEnvParameterIuivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetProgramInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetProgramInfoLog(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei * length, GLchar * infolog)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetProgramInfoLog(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei * length, GLchar * infolog)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetProgramInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetProgramInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetProgramInterfaceiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramInterfaceiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramInterfaceiv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, GLint * params)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramInterfaceiv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, GLint * params)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramInterfaceiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramInterfaceiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetProgramiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetProgramiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetProgramiv(GLuint program, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetProgramiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetProgramiv(GLuint program, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetProgramiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetProgramiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetProgramivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramivARB(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program
- glGetProgramivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramivARB(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program
- glGetProgramivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramLocalParameterdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramLocalParameterdvARB(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramLocalParameterdvARB(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramLocalParameterdvARB(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program
- glGetProgramLocalParameterdvARB(int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramLocalParameterdvARB(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program
- glGetProgramLocalParameterdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramLocalParameterdvARB(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramLocalParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramLocalParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramLocalParameterfvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramLocalParameterfvARB(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program
- glGetProgramLocalParameterfvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramLocalParameterfvARB(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program
- glGetProgramLocalParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramLocalParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramLocalParameterIivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramLocalParameterIivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramLocalParameterIivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramLocalParameterIivNV(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4
- glGetProgramLocalParameterIivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramLocalParameterIivNV(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4
- glGetProgramLocalParameterIivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramLocalParameterIivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramLocalParameterIuivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramLocalParameterIuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramLocalParameterIuivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramLocalParameterIuivNV(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4
- glGetProgramLocalParameterIuivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramLocalParameterIuivNV(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4
- glGetProgramLocalParameterIuivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramLocalParameterIuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramPipelineInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramPipelineInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramPipelineInfoLog(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramPipelineInfoLog(GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glGetProgramPipelineInfoLog(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramPipelineInfoLog(GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glGetProgramPipelineInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramPipelineInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramPipelineiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramPipelineiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramPipelineiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramPipelineiv(GLuint pipeline, GLenum pname, GLint * params)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glGetProgramPipelineiv(int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramPipelineiv(GLuint pipeline, GLenum pname, GLint * params)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glGetProgramPipelineiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramPipelineiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramResourceIndex(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramResourceIndex(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramResourceIndex(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
GLuint glGetProgramResourceIndex(GLuint program, GLenum programInterface, const GLchar * name)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramResourceIndex(int, int, byte[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
GLuint glGetProgramResourceIndex(GLuint program, GLenum programInterface, const GLchar * name)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramResourceIndex(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramResourceIndex(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramResourceiv(int, int, int, int, IntBuffer, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramResourceiv(int, int, int, int, int[], int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramResourceiv(int, int, int, int, IntBuffer, int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramResourceiv(int, int, int, int, int[], int, int, int[], int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramResourceiv(int, int, int, int, IntBuffer, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramResourceiv(int, int, int, int, int[], int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramResourceLocation(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramResourceLocation(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramResourceLocation(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const GLchar * name)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramResourceLocation(int, int, byte[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const GLchar * name)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramResourceLocation(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramResourceLocation(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramResourceLocationIndex(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramResourceLocationIndex(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramResourceLocationIndex(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
GLint glGetProgramResourceLocationIndex(GLuint program, GLenum programInterface, const GLchar * name)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramResourceLocationIndex(int, int, byte[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
GLint glGetProgramResourceLocationIndex(GLuint program, GLenum programInterface, const GLchar * name)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramResourceLocationIndex(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramResourceLocationIndex(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramResourceName(int, int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramResourceName(int, int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramResourceName(int, int, int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramResourceName(int, int, int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
Part of
GL_ARB_program_interface_query
,
GL_VERSION_4_3
- glGetProgramResourceName(int, int, int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramResourceName(int, int, int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramStageiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramStageiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramStageiv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramStageiv(GLuint program, GLenum shadertype, GLenum pname, GLint * values)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetProgramStageiv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetProgramStageiv(GLuint program, GLenum shadertype, GLenum pname, GLint * values)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetProgramStageiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramStageiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramStringARB(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramStringARB(int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramStringARB(GLenum target, GLenum pname, GLvoid * string)
Part of GL_ARB_vertex_program
- glGetProgramStringARB(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramSubroutineParameteruivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramSubroutineParameteruivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetProgramSubroutineParameteruivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramSubroutineParameteruivNV(GLenum target, GLuint index, GLuint * param)
Part of GL_NV_gpu_program5
- glGetProgramSubroutineParameteruivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetProgramSubroutineParameteruivNV(GLenum target, GLuint index, GLuint * param)
Part of GL_NV_gpu_program5
- glGetProgramSubroutineParameteruivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetProgramSubroutineParameteruivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryIndexediv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryIndexediv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryIndexediv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetQueryIndexediv(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of
GL_VERSION_4_0
,
GL_ARB_transform_feedback3
- glGetQueryIndexediv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetQueryIndexediv(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of
GL_VERSION_4_0
,
GL_ARB_transform_feedback3
- glGetQueryIndexediv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryIndexediv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetQueryiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetQueryiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetQueryiv(GLenum target, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_EXT_occlusion_query_boolean
,
GL_EXT_disjoint_timer_query
- glGetQueryiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetQueryiv(GLenum target, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_EXT_occlusion_query_boolean
,
GL_EXT_disjoint_timer_query
- glGetQueryiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetQueryiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetQueryObjecti64v(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjecti64v(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjecti64v(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glGetQueryObjecti64v(GLuint id, GLenum pname, GLint64 * params)
Part of GL_ARB_timer_query
, GL_VERSION_3_3
- glGetQueryObjecti64v(int, int, long[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glGetQueryObjecti64v(GLuint id, GLenum pname, GLint64 * params)
Part of GL_ARB_timer_query
, GL_VERSION_3_3
- glGetQueryObjecti64v(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjecti64v(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjecti64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjecti64vEXT(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjecti64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetQueryObjecti64vEXT(int, int, long[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetQueryObjecti64vEXT(int, int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetQueryObjecti64vEXT(GLuint id, GLenum pname, GLint64EXT * params)
Part of GL_EXT_timer_query
, GL_EXT_disjoint_timer_query
- glGetQueryObjecti64vEXT(int, int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetQueryObjecti64vEXT(GLuint id, GLenum pname, GLint64EXT * params)
Part of GL_EXT_timer_query
, GL_EXT_disjoint_timer_query
- glGetQueryObjecti64vEXT(int, int, LongBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetQueryObjecti64vEXT(GLuint id, GLenum pname, GLint64 * params)
Part of GL_EXT_timer_query
, GL_EXT_disjoint_timer_query
- glGetQueryObjecti64vEXT(int, int, long[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetQueryObjecti64vEXT(GLuint id, GLenum pname, GLint64 * params)
Part of GL_EXT_timer_query
, GL_EXT_disjoint_timer_query
- glGetQueryObjecti64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjecti64vEXT(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjecti64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetQueryObjecti64vEXT(int, int, long[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetQueryObjectiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjectiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjectiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetQueryObjectiv(GLuint id, GLenum pname, GLint * params)
Part of
GL_VERSION_1_5
- glGetQueryObjectiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetQueryObjectiv(GLuint id, GLenum pname, GLint * params)
Part of
GL_VERSION_1_5
- glGetQueryObjectiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjectiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjectivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetQueryObjectivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetQueryObjectivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetQueryObjectivEXT(GLuint id, GLenum pname, GLint * params)
Part of GL_EXT_disjoint_timer_query
- glGetQueryObjectivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetQueryObjectivEXT(GLuint id, GLenum pname, GLint * params)
Part of GL_EXT_disjoint_timer_query
- glGetQueryObjectivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetQueryObjectivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetQueryObjectui64v(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjectui64v(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjectui64v(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glGetQueryObjectui64v(GLuint id, GLenum pname, GLuint64 * params)
Part of GL_ARB_timer_query
, GL_VERSION_3_3
- glGetQueryObjectui64v(int, int, long[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glGetQueryObjectui64v(GLuint id, GLenum pname, GLuint64 * params)
Part of GL_ARB_timer_query
, GL_VERSION_3_3
- glGetQueryObjectui64v(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjectui64v(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjectui64vEXT(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjectui64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjectui64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetQueryObjectui64vEXT(int, int, long[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetQueryObjectui64vEXT(int, int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetQueryObjectui64vEXT(GLuint id, GLenum pname, GLuint64EXT * params)
Part of GL_EXT_timer_query
, GL_EXT_disjoint_timer_query
- glGetQueryObjectui64vEXT(int, int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetQueryObjectui64vEXT(GLuint id, GLenum pname, GLuint64EXT * params)
Part of GL_EXT_timer_query
, GL_EXT_disjoint_timer_query
- glGetQueryObjectui64vEXT(int, int, LongBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetQueryObjectui64vEXT(GLuint id, GLenum pname, GLuint64 * params)
Part of GL_EXT_timer_query
, GL_EXT_disjoint_timer_query
- glGetQueryObjectui64vEXT(int, int, long[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetQueryObjectui64vEXT(GLuint id, GLenum pname, GLuint64 * params)
Part of GL_EXT_timer_query
, GL_EXT_disjoint_timer_query
- glGetQueryObjectui64vEXT(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjectui64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjectui64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetQueryObjectui64vEXT(int, int, long[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetQueryObjectuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjectuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetQueryObjectuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetQueryObjectuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetQueryObjectuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint * params)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_EXT_occlusion_query_boolean
,
GL_EXT_disjoint_timer_query
- glGetQueryObjectuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint * params)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_EXT_occlusion_query_boolean
,
GL_EXT_disjoint_timer_query
- glGetQueryObjectuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjectuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetQueryObjectuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetQueryObjectuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetRenderbufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetRenderbufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetRenderbufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetRenderbufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetRenderbufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetRenderbufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetRenderbufferParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glGetRenderbufferParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glGetRenderbufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetRenderbufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetRenderbufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetRenderbufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetRenderbufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetRenderbufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetSamplerParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSamplerParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSamplerParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetSamplerParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetSamplerParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glGetSamplerParameterfv(GLuint sampler, GLenum pname, GLfloat * params)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glGetSamplerParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glGetSamplerParameterfv(GLuint sampler, GLenum pname, GLfloat * params)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glGetSamplerParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSamplerParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSamplerParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetSamplerParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetSamplerParameterIiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSamplerParameterIiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSamplerParameterIiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glGetSamplerParameterIiv(GLuint sampler, GLenum pname, GLint * params)
Part of GL_ARB_sampler_objects
, GL_VERSION_3_3
- glGetSamplerParameterIiv(int, int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glGetSamplerParameterIiv(GLuint sampler, GLenum pname, GLint * params)
Part of GL_ARB_sampler_objects
, GL_VERSION_3_3
- glGetSamplerParameterIiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSamplerParameterIiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSamplerParameterIuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSamplerParameterIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSamplerParameterIuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glGetSamplerParameterIuiv(GLuint sampler, GLenum pname, GLuint * params)
Part of GL_ARB_sampler_objects
, GL_VERSION_3_3
- glGetSamplerParameterIuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glGetSamplerParameterIuiv(GLuint sampler, GLenum pname, GLuint * params)
Part of GL_ARB_sampler_objects
, GL_VERSION_3_3
- glGetSamplerParameterIuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSamplerParameterIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSamplerParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSamplerParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSamplerParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetSamplerParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetSamplerParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glGetSamplerParameteriv(GLuint sampler, GLenum pname, GLint * params)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glGetSamplerParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glGetSamplerParameteriv(GLuint sampler, GLenum pname, GLint * params)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glGetSamplerParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSamplerParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSamplerParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetSamplerParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetSeparableFilter(int, int, int, Buffer, Buffer, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSeparableFilter(int, int, int, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSeparableFilter(int, int, int, Buffer, Buffer, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetSeparableFilter(int, int, int, long, long, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glGetSeparableFilter(int, int, int, Buffer, Buffer, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSeparableFilter(int, int, int, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetShaderInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetShaderInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetShaderInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetShaderInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetShaderInfoLog(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetShaderInfoLog(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * infolog)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetShaderInfoLog(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetShaderInfoLog(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * infolog)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetShaderInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetShaderInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetShaderInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetShaderInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetShaderiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetShaderiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetShaderiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetShaderiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetShaderiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetShaderiv(GLuint shader, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetShaderiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetShaderiv(GLuint shader, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetShaderiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetShaderiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetShaderiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetShaderiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetShaderPrecisionFormat(int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetShaderPrecisionFormat(int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
Part of
GL_ES_VERSION_2_0
and
GL_ARB_ES2_compatibility
.
- glGetShaderPrecisionFormat(int, int, int[], int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
Part of
GL_ES_VERSION_2_0
and
GL_ARB_ES2_compatibility
.
- glGetShaderPrecisionFormat(int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetShaderPrecisionFormat(int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetShaderSource(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetShaderSource(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetShaderSource(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetShaderSource(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetShaderSource(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetShaderSource(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetShaderSource(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetShaderSource(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetShaderSource(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetShaderSource(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetShaderSource(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetShaderSource(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetShaderSourceARB(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetShaderSourceARB(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetShaderSourceARB(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetShaderSourceARB(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * source)
Part of GL_ARB_shader_objects
- glGetShaderSourceARB(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetShaderSourceARB(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * source)
Part of GL_ARB_shader_objects
- glGetShaderSourceARB(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetShaderSourceARB(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetString(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetString(int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetString(int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetString(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
const GLubyte * glGetString(GLenum name)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glGetString(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetString(int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetString(int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetStringi(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetStringi(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetStringi(int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
const GLubyte * glGetStringi(GLenum name, GLuint index)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glGetStringi(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetStringi(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetSubroutineIndex(int, int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSubroutineIndex(int, int, String) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
GLuint glGetSubroutineIndex(GLuint program, GLenum shadertype, const GLchar * name)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetSubroutineIndex(int, int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSubroutineUniformLocation(int, int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSubroutineUniformLocation(int, int, String) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
GLint glGetSubroutineUniformLocation(GLuint program, GLenum shadertype, const GLchar * name)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetSubroutineUniformLocation(int, int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSynciv(long, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSynciv(long, int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetSynciv(long, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetSynciv(long, int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetSynciv(long, int, int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
Part of
GL_ARB_sync
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_2
- glGetSynciv(long, int, int, int[], int, int[], int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
Part of
GL_ARB_sync
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_2
- glGetSynciv(long, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSynciv(long, int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetSynciv(long, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetSynciv(long, int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexEnvfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetTexEnvfv(GLenum tenv, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glGetTexEnvfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetTexEnvfv(GLenum tenv, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glGetTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexEnviv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetTexEnviv(GLenum tenv, GLenum pname, GLint * params)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
- glGetTexEnviv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetTexEnviv(GLenum tenv, GLenum pname, GLint * params)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
- glGetTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexEnvxv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexEnvxv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexEnvxv(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetTexEnvxv(GLenum tenv, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glGetTexEnvxv(int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetTexEnvxv(GLenum tenv, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glGetTexEnvxv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexEnvxv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexGendv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexGendv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexGendv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetTexGendv(GLenum coord, GLenum pname, GLdouble * params)
Part of
GL_VERSION_1_0
- glGetTexGendv(int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glGetTexGendv(GLenum coord, GLenum pname, GLdouble * params)
Part of
GL_VERSION_1_0
- glGetTexGendv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexGendv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexGenfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
;
GL_OES_texture_cube_map
- glGetTexGenfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
;
GL_OES_texture_cube_map
- glGetTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexGeniv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetTexGeniv(GLenum coord, GLenum pname, GLint * params)
Part of
GL_VERSION_1_0
;
GL_OES_texture_cube_map
- glGetTexGeniv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glGetTexGeniv(GLenum coord, GLenum pname, GLint * params)
Part of
GL_VERSION_1_0
;
GL_OES_texture_cube_map
- glGetTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexImage(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexImage(int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexImage(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
Part of
GL_VERSION_1_0
- glGetTexImage(int, int, int, int, long) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
Part of
GL_VERSION_1_0
- glGetTexImage(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexImage(int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexLevelParameterfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexLevelParameterfv(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexLevelParameterfv(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
- glGetTexLevelParameterfv(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
- glGetTexLevelParameterfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexLevelParameterfv(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexLevelParameteriv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexLevelParameteriv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexLevelParameteriv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint * params)
Part of
GL_VERSION_1_0
- glGetTexLevelParameteriv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint * params)
Part of
GL_VERSION_1_0
- glGetTexLevelParameteriv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexLevelParameteriv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetTexParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
,
GL_VERSION_ES_CM
- glGetTexParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
,
GL_VERSION_ES_CM
- glGetTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetTexParameterIiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexParameterIiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexParameterIiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetTexParameterIiv(GLenum target, GLenum pname, GLint * params)
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- glGetTexParameterIiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetTexParameterIiv(GLenum target, GLenum pname, GLint * params)
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- glGetTexParameterIiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexParameterIiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexParameterIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexParameterIuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexParameterIuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetTexParameterIuiv(GLenum target, GLenum pname, GLuint * params)
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- glGetTexParameterIuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetTexParameterIuiv(GLenum target, GLenum pname, GLuint * params)
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- glGetTexParameterIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexParameterIuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetTexParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glGetTexParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glGetTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetTexParameterxv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexParameterxv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glGetTexParameterxv(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetTexParameterxv(GLenum target, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glGetTexParameterxv(int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glGetTexParameterxv(GLenum target, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glGetTexParameterxv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTexParameterxv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glGetTextureHandleNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureHandleNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLuint64 glGetTextureHandleNV(GLuint texture)
Part of GL_NV_bindless_texture
- glGetTextureHandleNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureImageEXT(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureImageEXT(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureImageEXT(GLuint texture, GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glGetTextureImageEXT(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureLevelParameterfvEXT(int, int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureLevelParameterfvEXT(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureLevelParameterfvEXT(int, int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureLevelParameterfvEXT(GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetTextureLevelParameterfvEXT(int, int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureLevelParameterfvEXT(GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetTextureLevelParameterfvEXT(int, int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureLevelParameterfvEXT(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureLevelParameterivEXT(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureLevelParameterivEXT(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureLevelParameterivEXT(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureLevelParameterivEXT(GLuint texture, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetTextureLevelParameterivEXT(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureLevelParameterivEXT(GLuint texture, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetTextureLevelParameterivEXT(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureLevelParameterivEXT(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureParameterfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureParameterfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureParameterfvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureParameterfvEXT(GLuint texture, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetTextureParameterfvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureParameterfvEXT(GLuint texture, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
- glGetTextureParameterfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureParameterfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureParameterIivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureParameterIivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureParameterIivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureParameterIivEXT(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetTextureParameterIivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureParameterIivEXT(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetTextureParameterIivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureParameterIivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureParameterIuivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureParameterIuivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureParameterIuivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureParameterIuivEXT(GLuint texture, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access
- glGetTextureParameterIuivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureParameterIuivEXT(GLuint texture, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access
- glGetTextureParameterIuivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureParameterIuivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureParameterivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureParameterivEXT(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetTextureParameterivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetTextureParameterivEXT(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
- glGetTextureParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTextureSamplerHandleNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTextureSamplerHandleNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLuint64 glGetTextureSamplerHandleNV(GLuint texture, GLuint sampler)
Part of GL_NV_bindless_texture
- glGetTextureSamplerHandleNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTransformFeedbackVarying(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTransformFeedbackVarying(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetTransformFeedbackVarying(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetTransformFeedbackVarying(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetTransformFeedbackVarying(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glGetTransformFeedbackVarying(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glGetTransformFeedbackVarying(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTransformFeedbackVarying(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetTransformFeedbackVarying(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetTransformFeedbackVarying(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetTranslatedShaderSourceANGLE(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetTranslatedShaderSourceANGLE(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetTranslatedShaderSourceANGLE(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetTranslatedShaderSourceANGLE(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source)
Part of GL_ANGLE_translated_shader_source
- glGetTranslatedShaderSourceANGLE(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glGetTranslatedShaderSourceANGLE(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source)
Part of GL_ANGLE_translated_shader_source
- glGetTranslatedShaderSourceANGLE(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetTranslatedShaderSourceANGLE(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetUniformBlockIndex(int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformBlockIndex(int, String) - Method in class javax.media.opengl.DebugGLES3
-
- glGetUniformBlockIndex(int, String) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
GLuint glGetUniformBlockIndex(GLuint program, const GLchar * uniformBlockName)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glGetUniformBlockIndex(int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformBlockIndex(int, String) - Method in class javax.media.opengl.TraceGLES3
-
- glGetUniformBufferSizeEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformBufferSizeEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLint glGetUniformBufferSizeEXT(GLuint program, GLint location)
Part of GL_EXT_bindable_uniform
- glGetUniformBufferSizeEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformdv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformdv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetUniformdv(GLuint program, GLint location, GLdouble * params)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glGetUniformdv(int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetUniformdv(GLuint program, GLint location, GLdouble * params)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glGetUniformdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformdv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetUniformfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetUniformfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetUniformfv(GLuint program, GLint location, GLfloat * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetUniformfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetUniformfv(GLuint program, GLint location, GLfloat * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetUniformfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetUniformfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetUniformfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformfvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformfvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetUniformfvARB(GLhandleARB programObj, GLint location, GLfloat * params)
Part of GL_ARB_shader_objects
- glGetUniformfvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetUniformfvARB(GLhandleARB programObj, GLint location, GLfloat * params)
Part of GL_ARB_shader_objects
- glGetUniformfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformfvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformi64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformi64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformi64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glGetUniformi64vNV(GLuint program, GLint location, GLint64EXT * params)
Part of GL_NV_gpu_shader5
- glGetUniformi64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glGetUniformi64vNV(GLuint program, GLint location, GLint64EXT * params)
Part of GL_NV_gpu_shader5
- glGetUniformi64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformi64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformIndices(int, int, String[], int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformIndices(int, int, String[], IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformIndices(int, int, String[], int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetUniformIndices(int, int, String[], IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetUniformIndices(int, int, String[], IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetUniformIndices(GLuint program, GLsizei uniformCount, const GLchar * const * uniformNames, GLuint * uniformIndices)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glGetUniformIndices(int, int, String[], int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetUniformIndices(GLuint program, GLsizei uniformCount, const GLchar * const * uniformNames, GLuint * uniformIndices)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glGetUniformIndices(int, int, String[], int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformIndices(int, int, String[], IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformIndices(int, int, String[], int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetUniformIndices(int, int, String[], IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetUniformiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetUniformiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetUniformiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetUniformiv(GLuint program, GLint location, GLint * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetUniformiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetUniformiv(GLuint program, GLint location, GLint * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetUniformiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetUniformiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetUniformivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetUniformivARB(GLhandleARB programObj, GLint location, GLint * params)
Part of GL_ARB_shader_objects
- glGetUniformivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetUniformivARB(GLhandleARB programObj, GLint location, GLint * params)
Part of GL_ARB_shader_objects
- glGetUniformivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformLocation(int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformLocation(int, String) - Method in class javax.media.opengl.DebugGLES3
-
- glGetUniformLocation(int, String) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
GLint glGetUniformLocation(GLuint program, const GLchar * name)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetUniformLocation(int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformLocation(int, String) - Method in class javax.media.opengl.TraceGLES3
-
- glGetUniformLocationARB(int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformLocationARB(int, String) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLint glGetUniformLocationARB(GLhandleARB programObj, const GLcharARB * name)
Part of GL_ARB_shader_objects
- glGetUniformLocationARB(int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformOffsetEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformOffsetEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLintptr glGetUniformOffsetEXT(GLuint program, GLint location)
Part of GL_EXT_bindable_uniform
- glGetUniformOffsetEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformSubroutineuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformSubroutineuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformSubroutineuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetUniformSubroutineuiv(GLenum shadertype, GLint location, GLuint * params)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetUniformSubroutineuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glGetUniformSubroutineuiv(GLenum shadertype, GLint location, GLuint * params)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glGetUniformSubroutineuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformSubroutineuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformui64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformui64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetUniformui64vNV(GLuint program, GLint location, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load
- glGetUniformui64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glGetUniformui64vNV(GLuint program, GLint location, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load
- glGetUniformui64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetUniformuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetUniformuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetUniformuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetUniformuiv(GLuint program, GLint location, GLuint * params)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glGetUniformuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glGetUniformuiv(GLuint program, GLint location, GLuint * params)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glGetUniformuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetUniformuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetUniformuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetVariantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVariantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVariantBooleanvEXT(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVariantBooleanvEXT(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader
- glGetVariantBooleanvEXT(int, int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVariantBooleanvEXT(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader
- glGetVariantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVariantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVariantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVariantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVariantFloatvEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVariantFloatvEXT(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader
- glGetVariantFloatvEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVariantFloatvEXT(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader
- glGetVariantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVariantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVariantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVariantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVariantIntegervEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVariantIntegervEXT(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader
- glGetVariantIntegervEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVariantIntegervEXT(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader
- glGetVariantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVariantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexArrayIntegeri_vEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexArrayIntegeri_vEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexArrayIntegeri_vEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexArrayIntegeri_vEXT(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access
- glGetVertexArrayIntegeri_vEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexArrayIntegeri_vEXT(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access
- glGetVertexArrayIntegeri_vEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexArrayIntegeri_vEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexArrayIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexArrayIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexArrayIntegervEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexArrayIntegervEXT(GLuint vaobj, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access
- glGetVertexArrayIntegervEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexArrayIntegervEXT(GLuint vaobj, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access
- glGetVertexArrayIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexArrayIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexArrayPointeri_vEXT(int, int, int, PointerBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexArrayPointeri_vEXT(int, int, int, PointerBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexArrayPointeri_vEXT(GLuint vaobj, GLuint index, GLenum pname, GLvoid * * param)
Part of GL_EXT_direct_state_access
- glGetVertexArrayPointeri_vEXT(int, int, int, PointerBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexArrayPointervEXT(int, int, PointerBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexArrayPointervEXT(int, int, PointerBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexArrayPointervEXT(GLuint vaobj, GLenum pname, GLvoid * * param)
Part of GL_EXT_direct_state_access
- glGetVertexArrayPointervEXT(int, int, PointerBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribdv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribdv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble * params)
Part of
GL_VERSION_2_0
- glGetVertexAttribdv(int, int, double[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble * params)
Part of
GL_VERSION_2_0
- glGetVertexAttribdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribdv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribdvARB(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribdvARB(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribdvARB(GLuint index, GLenum pname, GLdouble * params)
Part of GL_ARB_vertex_program
- glGetVertexAttribdvARB(int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribdvARB(GLuint index, GLenum pname, GLdouble * params)
Part of GL_ARB_vertex_program
- glGetVertexAttribdvARB(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetVertexAttribfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetVertexAttribfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetVertexAttribfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetVertexAttribfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetVertexAttribfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetVertexAttribfvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribfvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribfvARB(GLuint index, GLenum pname, GLfloat * params)
Part of GL_ARB_vertex_program
- glGetVertexAttribfvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribfvARB(GLuint index, GLenum pname, GLfloat * params)
Part of GL_ARB_vertex_program
- glGetVertexAttribfvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribIiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribIiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribIiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetVertexAttribIiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetVertexAttribIiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glGetVertexAttribIiv(GLuint index, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glGetVertexAttribIiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glGetVertexAttribIiv(GLuint index, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glGetVertexAttribIiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribIiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribIiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetVertexAttribIiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetVertexAttribIivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribIivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribIivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribIivEXT(GLuint index, GLenum pname, GLint * params)
Part of GL_NV_vertex_program4
- glGetVertexAttribIivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribIivEXT(GLuint index, GLenum pname, GLint * params)
Part of GL_NV_vertex_program4
- glGetVertexAttribIivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribIivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribIuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetVertexAttribIuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetVertexAttribIuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glGetVertexAttribIuiv(GLuint index, GLenum pname, GLuint * params)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glGetVertexAttribIuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glGetVertexAttribIuiv(GLuint index, GLenum pname, GLuint * params)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glGetVertexAttribIuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetVertexAttribIuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetVertexAttribIuivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribIuivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribIuivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribIuivEXT(GLuint index, GLenum pname, GLuint * params)
Part of GL_NV_vertex_program4
- glGetVertexAttribIuivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribIuivEXT(GLuint index, GLenum pname, GLuint * params)
Part of GL_NV_vertex_program4
- glGetVertexAttribIuivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribIuivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glGetVertexAttribiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glGetVertexAttribiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetVertexAttribiv(GLuint index, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetVertexAttribiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glGetVertexAttribiv(GLuint index, GLenum pname, GLint * params)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glGetVertexAttribiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glGetVertexAttribiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glGetVertexAttribivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribivARB(GLuint index, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program
- glGetVertexAttribivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribivARB(GLuint index, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program
- glGetVertexAttribivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribLdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribLdv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribLdv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glGetVertexAttribLdv(GLuint index, GLenum pname, GLdouble * params)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glGetVertexAttribLdv(int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glGetVertexAttribLdv(GLuint index, GLenum pname, GLdouble * params)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glGetVertexAttribLdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribLdv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribLi64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribLi64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribLi64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribLi64vNV(GLuint index, GLenum pname, GLint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit
- glGetVertexAttribLi64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribLi64vNV(GLuint index, GLenum pname, GLint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit
- glGetVertexAttribLi64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribLi64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribLui64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribLui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVertexAttribLui64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribLui64vNV(GLuint index, GLenum pname, GLuint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit
- glGetVertexAttribLui64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVertexAttribLui64vNV(GLuint index, GLenum pname, GLuint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit
- glGetVertexAttribLui64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVertexAttribLui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVideoCaptureivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVideoCaptureivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVideoCaptureivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVideoCaptureivNV(GLuint video_capture_slot, GLenum pname, GLint * params)
Part of GL_NV_video_capture
- glGetVideoCaptureivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVideoCaptureivNV(GLuint video_capture_slot, GLenum pname, GLint * params)
Part of GL_NV_video_capture
- glGetVideoCaptureivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVideoCaptureivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVideoCaptureStreamdvNV(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVideoCaptureStreamdvNV(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVideoCaptureStreamdvNV(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVideoCaptureStreamdvNV(GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble * params)
Part of GL_NV_video_capture
- glGetVideoCaptureStreamdvNV(int, int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVideoCaptureStreamdvNV(GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble * params)
Part of GL_NV_video_capture
- glGetVideoCaptureStreamdvNV(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVideoCaptureStreamdvNV(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVideoCaptureStreamfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVideoCaptureStreamfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVideoCaptureStreamfvNV(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVideoCaptureStreamfvNV(GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat * params)
Part of GL_NV_video_capture
- glGetVideoCaptureStreamfvNV(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVideoCaptureStreamfvNV(GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat * params)
Part of GL_NV_video_capture
- glGetVideoCaptureStreamfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVideoCaptureStreamfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVideoCaptureStreamivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVideoCaptureStreamivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glGetVideoCaptureStreamivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVideoCaptureStreamivNV(GLuint video_capture_slot, GLuint stream, GLenum pname, GLint * params)
Part of GL_NV_video_capture
- glGetVideoCaptureStreamivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glGetVideoCaptureStreamivNV(GLuint video_capture_slot, GLuint stream, GLenum pname, GLint * params)
Part of GL_NV_video_capture
- glGetVideoCaptureStreamivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glGetVideoCaptureStreamivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glHint(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glHint(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glHint(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glHint(int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glHint(GLenum target, GLenum mode)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glHint(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glHint(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glHint(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glHintPGI(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glHintPGI(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glHintPGI(GLenum target, GLint mode)
Part of GL_PGI_misc_hints
- glHintPGI(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glHistogram(int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glHistogram(int, int, int, boolean) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glHistogram(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glHistogram(int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glImportSyncEXT(int, long, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glImportSyncEXT(int, long, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: GLsync glImportSyncEXT(GLenum external_sync_type, GLintptr external_sync, GLbitfield flags)
Part of GL_EXT_x11_sync_object
- glImportSyncEXT(int, long, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexd(double) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexd(double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexd(GLdouble c)
Part of
GL_VERSION_1_0
- glIndexd(double) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexdv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexdv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexdv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexdv(const GLdouble * c)
Part of
GL_VERSION_1_0
- glIndexdv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexdv(const GLdouble * c)
Part of
GL_VERSION_1_0
- glIndexdv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexdv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexf(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexf(float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexf(GLfloat c)
Part of
GL_VERSION_1_0
- glIndexf(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexFormatNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexFormatNV(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glIndexFormatNV(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory
- glIndexFormatNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexFuncEXT(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexFuncEXT(int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glIndexFuncEXT(GLenum func, GLclampf ref)
Part of GL_EXT_index_func
- glIndexFuncEXT(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexfv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexfv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexfv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexfv(const GLfloat * c)
Part of
GL_VERSION_1_0
- glIndexfv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexfv(const GLfloat * c)
Part of
GL_VERSION_1_0
- glIndexfv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexfv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexi(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexi(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexi(GLint c)
Part of
GL_VERSION_1_0
- glIndexi(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexiv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexiv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexiv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexiv(const GLint * c)
Part of
GL_VERSION_1_0
- glIndexiv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexiv(const GLint * c)
Part of
GL_VERSION_1_0
- glIndexiv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexiv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexMask(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexMask(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexMask(GLuint mask)
Part of
GL_VERSION_1_0
- glIndexMask(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexMaterialEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexMaterialEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glIndexMaterialEXT(GLenum face, GLenum mode)
Part of GL_EXT_index_material
- glIndexMaterialEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexPointer(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexPointer(int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexPointer(GLenum type, GLsizei stride, const GLvoid * ptr)
Part of
GL_VERSION_1_1
- glIndexPointer(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexs(short) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexs(short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexs(GLshort c)
Part of
GL_VERSION_1_0
- glIndexs(short) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexsv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexsv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexsv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexsv(const GLshort * c)
Part of
GL_VERSION_1_0
- glIndexsv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexsv(const GLshort * c)
Part of
GL_VERSION_1_0
- glIndexsv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexsv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexub(byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexub(byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexub(GLubyte c)
Part of
GL_VERSION_1_1
- glIndexub(byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexubv(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexubv(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glIndexubv(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexubv(const GLubyte * c)
Part of
GL_VERSION_1_1
- glIndexubv(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glIndexubv(const GLubyte * c)
Part of
GL_VERSION_1_1
- glIndexubv(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIndexubv(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glInitNames() - Method in class javax.media.opengl.DebugGL4bc
-
- glInitNames() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glInitNames(void)
Part of
GL_VERSION_1_0
- glInitNames() - Method in class javax.media.opengl.TraceGL4bc
-
- glInsertComponentEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glInsertComponentEXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glInsertComponentEXT(GLuint res, GLuint src, GLuint num)
Part of GL_EXT_vertex_shader
- glInsertComponentEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glInsertEventMarkerEXT(int, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glInsertEventMarkerEXT(int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glInsertEventMarkerEXT(int, ByteBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glInsertEventMarkerEXT(GLsizei length, const GLchar * marker)
Part of GL_EXT_debug_marker
- glInsertEventMarkerEXT(int, byte[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glInsertEventMarkerEXT(GLsizei length, const GLchar * marker)
Part of GL_EXT_debug_marker
- glInsertEventMarkerEXT(int, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glInsertEventMarkerEXT(int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glInterleavedArrays(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glInterleavedArrays(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glInterleavedArrays(int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer)
Part of
GL_VERSION_1_1
- glInterleavedArrays(int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer)
Part of
GL_VERSION_1_1
- glInterleavedArrays(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glInterleavedArrays(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glInterpolatePathsNV(int, int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glInterpolatePathsNV(int, int, int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glInterpolatePathsNV(GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat weight)
Part of GL_NV_path_rendering
- glInterpolatePathsNV(int, int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glInvalidateBufferData(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glInvalidateBufferData(int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glInvalidateBufferData(GLuint buffer)
Part of
GL_ARB_invalidate_subdata
,
GL_VERSION_4_3
- glInvalidateBufferData(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glInvalidateBufferSubData(int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glInvalidateBufferSubData(int, long, long) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glInvalidateBufferSubData(GLuint buffer, GLintptr offset, GLsizeiptr length)
Part of
GL_ARB_invalidate_subdata
,
GL_VERSION_4_3
- glInvalidateBufferSubData(int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glInvalidateFramebuffer(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glInvalidateFramebuffer(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glInvalidateFramebuffer(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glInvalidateFramebuffer(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glInvalidateFramebuffer(int, int, IntBuffer) - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_invalidate_subdata
,
GL_VERSION_4_3
- glInvalidateFramebuffer(int, int, int[], int) - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_invalidate_subdata
,
GL_VERSION_4_3
- glInvalidateFramebuffer(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glInvalidateFramebuffer(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glInvalidateFramebuffer(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glInvalidateFramebuffer(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glInvalidateSubFramebuffer(int, int, int[], int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glInvalidateSubFramebuffer(int, int, IntBuffer, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glInvalidateSubFramebuffer(int, int, IntBuffer, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glInvalidateSubFramebuffer(int, int, int[], int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glInvalidateSubFramebuffer(int, int, IntBuffer, int, int, int, int) - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_invalidate_subdata
,
GL_VERSION_4_3
- glInvalidateSubFramebuffer(int, int, int[], int, int, int, int, int) - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_invalidate_subdata
,
GL_VERSION_4_3
- glInvalidateSubFramebuffer(int, int, int[], int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glInvalidateSubFramebuffer(int, int, IntBuffer, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glInvalidateSubFramebuffer(int, int, IntBuffer, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glInvalidateSubFramebuffer(int, int, int[], int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glInvalidateTexImage(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glInvalidateTexImage(int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glInvalidateTexImage(GLuint texture, GLint level)
Part of
GL_ARB_invalidate_subdata
,
GL_VERSION_4_3
- glInvalidateTexImage(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glInvalidateTexSubImage(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glInvalidateTexSubImage(int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glInvalidateTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
Part of
GL_ARB_invalidate_subdata
,
GL_VERSION_4_3
- glInvalidateTexSubImage(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsBuffer(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsBuffer(int) - Method in class javax.media.opengl.DebugGLES1
-
- glIsBuffer(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsBuffer(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
GLboolean glIsBuffer(GLuint buffer)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_5
,
GL_ES_VERSION_2_0
- glIsBuffer(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsBuffer(int) - Method in class javax.media.opengl.TraceGLES1
-
- glIsBuffer(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsBufferResidentNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsBufferResidentNV(int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: GLboolean glIsBufferResidentNV(GLenum target)
Part of GL_NV_shader_buffer_load
- glIsBufferResidentNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsEnabled(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsEnabled(int) - Method in class javax.media.opengl.DebugGLES1
-
- glIsEnabled(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsEnabled(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
GLboolean glIsEnabled(GLenum cap)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_NV_vertex_buffer_unified_memory
,
GL_ES_VERSION_2_0
- glIsEnabled(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsEnabled(int) - Method in class javax.media.opengl.TraceGLES1
-
- glIsEnabled(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsEnabledi(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsEnabledi(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
GLboolean glIsEnabledi(GLenum target, GLuint index)
Part of
GL_VERSION_3_0
- glIsEnabledi(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsEnabledIndexed(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsEnabledIndexed(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsEnabledIndexed(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2
, GL_EXT_direct_state_access
- glIsEnabledIndexed(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsFenceAPPLE(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsFenceAPPLE(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsFenceAPPLE(GLuint fence)
Part of GL_APPLE_fence
- glIsFenceAPPLE(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsFenceNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsFenceNV(int) - Method in class javax.media.opengl.DebugGLES1
-
- glIsFenceNV(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsFenceNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsFenceNV(GLuint fence)
Part of GL_NV_fence
- glIsFenceNV(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: GLboolean glIsFenceNV(GLuint)
Part of GL_NV_fence
- glIsFenceNV(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: GLboolean glIsFenceNV(GLuint)
Part of GL_NV_fence
- glIsFenceNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsFenceNV(int) - Method in class javax.media.opengl.TraceGLES1
-
- glIsFenceNV(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsFramebuffer(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsFramebuffer(int) - Method in class javax.media.opengl.DebugGLES1
-
- glIsFramebuffer(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsFramebuffer(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
GLboolean glIsFramebuffer(GLuint framebuffer)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glIsFramebuffer(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsFramebuffer(int) - Method in class javax.media.opengl.TraceGLES1
-
- glIsFramebuffer(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsImageHandleResidentNV(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsImageHandleResidentNV(long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsImageHandleResidentNV(GLuint64 handle)
Part of GL_NV_bindless_texture
- glIsImageHandleResidentNV(long) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsList(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsList(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
GLboolean glIsList(GLuint list)
Part of
GL_VERSION_1_0
- glIsList(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsNameAMD(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsNameAMD(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsNameAMD(GLenum identifier, GLuint name)
Part of GL_AMD_name_gen_delete
- glIsNameAMD(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsNamedBufferResidentNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsNamedBufferResidentNV(int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: GLboolean glIsNamedBufferResidentNV(GLuint buffer)
Part of GL_NV_shader_buffer_load
- glIsNamedBufferResidentNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsNamedStringARB(int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsNamedStringARB(int, String) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: GLboolean glIsNamedStringARB(GLint namelen, const GLchar * name)
Part of GL_ARB_shading_language_include
- glIsNamedStringARB(int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsOcclusionQueryNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsOcclusionQueryNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsOcclusionQueryNV(GLuint id)
Part of GL_NV_occlusion_query
- glIsOcclusionQueryNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsPathNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsPathNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsPathNV(GLuint path)
Part of GL_NV_path_rendering
- glIsPathNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsPointInFillPathNV(int, int, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsPointInFillPathNV(int, int, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsPointInFillPathNV(GLuint path, GLuint mask, GLfloat x, GLfloat y)
Part of GL_NV_path_rendering
- glIsPointInFillPathNV(int, int, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsPointInStrokePathNV(int, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsPointInStrokePathNV(int, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsPointInStrokePathNV(GLuint path, GLfloat x, GLfloat y)
Part of GL_NV_path_rendering
- glIsPointInStrokePathNV(int, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsProgram(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsProgram(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsProgram(int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
GLboolean glIsProgram(GLuint program)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glIsProgram(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsProgram(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsProgramARB(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsProgramARB(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsProgramARB(GLuint program)
Part of GL_ARB_vertex_program
- glIsProgramARB(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsProgramPipeline(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsProgramPipeline(int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
GLboolean glIsProgramPipeline(GLuint pipeline)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glIsProgramPipeline(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsQuery(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsQuery(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsQuery(int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
GLboolean glIsQuery(GLuint id)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_EXT_occlusion_query_boolean
,
GL_EXT_disjoint_timer_query
- glIsQuery(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsQuery(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsRenderbuffer(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsRenderbuffer(int) - Method in class javax.media.opengl.DebugGLES1
-
- glIsRenderbuffer(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsRenderbuffer(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
GLboolean glIsRenderbuffer(GLuint renderbuffer)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glIsRenderbuffer(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsRenderbuffer(int) - Method in class javax.media.opengl.TraceGLES1
-
- glIsRenderbuffer(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsSampler(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsSampler(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsSampler(int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
GLboolean glIsSampler(GLuint sampler)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glIsSampler(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsSampler(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsShader(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsShader(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsShader(int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
GLboolean glIsShader(GLuint shader)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glIsShader(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsShader(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsSync(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsSync(long) - Method in class javax.media.opengl.DebugGLES3
-
- glIsSync(long) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
GLboolean glIsSync(GLsync sync)
Part of
GL_ARB_sync
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_2
- glIsSync(long) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsSync(long) - Method in class javax.media.opengl.TraceGLES3
-
- glIsTexture(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsTexture(int) - Method in class javax.media.opengl.DebugGLES1
-
- glIsTexture(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsTexture(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
GLboolean glIsTexture(GLuint texture)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glIsTexture(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsTexture(int) - Method in class javax.media.opengl.TraceGLES1
-
- glIsTexture(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsTextureHandleResidentNV(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsTextureHandleResidentNV(long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsTextureHandleResidentNV(GLuint64 handle)
Part of GL_NV_bindless_texture
- glIsTextureHandleResidentNV(long) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsTransformFeedback(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsTransformFeedback(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsTransformFeedback(int) - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
GLboolean glIsTransformFeedback(GLuint id)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_0
,
GL_ARB_transform_feedback2
- glIsTransformFeedback(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsTransformFeedback(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsTransformFeedbackNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsTransformFeedbackNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsTransformFeedbackNV(GLuint id)
Part of GL_NV_transform_feedback2
- glIsTransformFeedbackNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsVariantEnabledEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsVariantEnabledEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsVariantEnabledEXT(GLuint id, GLenum cap)
Part of GL_EXT_vertex_shader
- glIsVariantEnabledEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsVertexArray(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsVertexArray(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsVertexArray(int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
GLboolean glIsVertexArray(GLuint array)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_vertex_array_object
,
GL_VERSION_3_0
- glIsVertexArray(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glIsVertexArray(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsVertexArrayOES(int) - Method in class javax.media.opengl.DebugGLES1
-
- glIsVertexArrayOES(int) - Method in class javax.media.opengl.DebugGLES3
-
- glIsVertexArrayOES(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: GLboolean glIsVertexArrayOES(GLuint array)
Part of GL_OES_vertex_array_object
- glIsVertexArrayOES(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: GLboolean glIsVertexArrayOES(GLuint array)
Part of GL_OES_vertex_array_object
- glIsVertexArrayOES(int) - Method in class javax.media.opengl.TraceGLES1
-
- glIsVertexArrayOES(int) - Method in class javax.media.opengl.TraceGLES3
-
- glIsVertexAttribEnabledAPPLE(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glIsVertexAttribEnabledAPPLE(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glIsVertexAttribEnabledAPPLE(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators
- glIsVertexAttribEnabledAPPLE(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- GLJPanel - Class in javax.media.opengl.awt
-
A lightweight Swing component which provides OpenGL rendering
support.
- GLJPanel() - Constructor for class javax.media.opengl.awt.GLJPanel
-
Creates a new GLJPanel component with a default set of OpenGL
capabilities and using the default OpenGL capabilities selection
mechanism.
- GLJPanel(GLCapabilitiesImmutable) - Constructor for class javax.media.opengl.awt.GLJPanel
-
Creates a new GLJPanel component with the requested set of
OpenGL capabilities, using the default OpenGL capabilities
selection mechanism.
- GLJPanel(GLCapabilitiesImmutable, GLCapabilitiesChooser) - Constructor for class javax.media.opengl.awt.GLJPanel
-
Creates a new GLJPanel component.
- glLabelObjectEXT(int, int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glLabelObjectEXT(int, int, int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glLabelObjectEXT(int, int, int, ByteBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar * label)
Part of GL_EXT_debug_label
- glLabelObjectEXT(int, int, int, byte[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar * label)
Part of GL_EXT_debug_label
- glLabelObjectEXT(int, int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glLabelObjectEXT(int, int, int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glLightf(int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glLightf(int, int, float) - Method in class javax.media.opengl.DebugGLES1
-
- glLightf(int, int, float) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glLightf(GLenum light, GLenum pname, GLfloat param)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glLightf(int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glLightf(int, int, float) - Method in class javax.media.opengl.TraceGLES1
-
- glLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glLightfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLightfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glLightfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- glLightfv(int, int, float[], int) - Method in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- glLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glLightfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLightfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glLighti(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLighti(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glLighti(GLenum light, GLenum pname, GLint param)
Part of
GL_VERSION_1_0
- glLighti(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- GLLightingFunc - Interface in javax.media.opengl.fixedfunc
-
- glLightiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLightiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glLightiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glLightiv(GLenum light, GLenum pname, const GLint * params)
Part of
GL_VERSION_1_0
- glLightiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glLightiv(GLenum light, GLenum pname, const GLint * params)
Part of
GL_VERSION_1_0
- glLightiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLightiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glLightModelf(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glLightModelf(int, float) - Method in class javax.media.opengl.DebugGLES1
-
- glLightModelf(int, float) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glLightModelf(GLenum pname, GLfloat param)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glLightModelf(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glLightModelf(int, float) - Method in class javax.media.opengl.TraceGLES1
-
- glLightModelfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glLightModelfv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLightModelfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glLightModelfv(int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glLightModelfv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glLightModelfv(GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glLightModelfv(int, float[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glLightModelfv(GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glLightModelfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glLightModelfv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLightModelfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glLightModelfv(int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glLightModeli(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLightModeli(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glLightModeli(GLenum pname, GLint param)
Part of
GL_VERSION_1_0
- glLightModeli(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLightModeliv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLightModeliv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glLightModeliv(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glLightModeliv(GLenum pname, const GLint * params)
Part of
GL_VERSION_1_0
- glLightModeliv(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glLightModeliv(GLenum pname, const GLint * params)
Part of
GL_VERSION_1_0
- glLightModeliv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLightModeliv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glLightModelx(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glLightModelx(int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glLightModelx(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM
- glLightModelx(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glLightModelxv(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glLightModelxv(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glLightModelxv(int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glLightModelxv(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glLightModelxv(int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glLightModelxv(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glLightModelxv(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glLightModelxv(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glLightx(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glLightx(int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glLightx(GLenum light, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM
- glLightx(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glLightxv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glLightxv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glLightxv(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glLightxv(GLenum light, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glLightxv(int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glLightxv(GLenum light, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glLightxv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glLightxv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glLineStipple(int, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glLineStipple(int, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glLineStipple(GLint factor, GLushort pattern)
Part of
GL_VERSION_1_0
- glLineStipple(int, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glLineWidth(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glLineWidth(float) - Method in class javax.media.opengl.DebugGLES1
-
- glLineWidth(float) - Method in class javax.media.opengl.DebugGLES3
-
- glLineWidth(float) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glLineWidth(GLfloat width)
Part of
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
,
GL_VERSION_ES_CM
- glLineWidth(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glLineWidth(float) - Method in class javax.media.opengl.TraceGLES1
-
- glLineWidth(float) - Method in class javax.media.opengl.TraceGLES3
-
- glLineWidthx(int) - Method in class javax.media.opengl.DebugGLES1
-
- glLineWidthx(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glLineWidthx(GLfixed width)
Part of GL_VERSION_ES_CL_CM
- glLineWidthx(int) - Method in class javax.media.opengl.TraceGLES1
-
- glLinkProgram(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLinkProgram(int) - Method in class javax.media.opengl.DebugGLES3
-
- glLinkProgram(int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glLinkProgram(GLuint program)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glLinkProgram(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLinkProgram(int) - Method in class javax.media.opengl.TraceGLES3
-
- glLinkProgramARB(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLinkProgramARB(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glLinkProgramARB(GLhandleARB programObj)
Part of GL_ARB_shader_objects
- glLinkProgramARB(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glListBase(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glListBase(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glListBase(GLuint base)
Part of
GL_VERSION_1_0
- glListBase(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLoadIdentity() - Method in class javax.media.opengl.DebugGL4bc
-
- glLoadIdentity() - Method in class javax.media.opengl.DebugGLES1
-
- glLoadIdentity() - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Load the current matrix with the identity matrix
- glLoadIdentity() - Method in class javax.media.opengl.TraceGL4bc
-
- glLoadIdentity() - Method in class javax.media.opengl.TraceGLES1
-
- glLoadMatrixd(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glLoadMatrixd(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLoadMatrixd(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glLoadMatrixd(const GLdouble * m)
Part of
GL_VERSION_1_0
- glLoadMatrixd(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glLoadMatrixd(const GLdouble * m)
Part of
GL_VERSION_1_0
- glLoadMatrixd(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glLoadMatrixd(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLoadMatrixf(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glLoadMatrixf(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLoadMatrixf(FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glLoadMatrixf(float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glLoadMatrixf(FloatBuffer) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Load the current matrix w/ the provided one.
- glLoadMatrixf(float[], int) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Load the current matrix w/ the provided one.
- glLoadMatrixf(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glLoadMatrixf(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLoadMatrixf(FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glLoadMatrixf(float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glLoadMatrixx(IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glLoadMatrixx(int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glLoadMatrixx(IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glLoadMatrixx(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM
- glLoadMatrixx(int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glLoadMatrixx(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM
- glLoadMatrixx(IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glLoadMatrixx(int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glLoadName(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLoadName(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glLoadName(GLuint name)
Part of
GL_VERSION_1_0
- glLoadName(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLoadPaletteFromModelViewMatrixOES() - Method in class javax.media.opengl.DebugGLES1
-
- glLoadPaletteFromModelViewMatrixOES() - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glLoadPaletteFromModelViewMatrixOES(void)
Part of GL_OES_matrix_palette
- glLoadPaletteFromModelViewMatrixOES() - Method in class javax.media.opengl.TraceGLES1
-
- glLoadTransposeMatrixd(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glLoadTransposeMatrixd(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLoadTransposeMatrixd(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
- glLoadTransposeMatrixd(double[], int) - Method in interface javax.media.opengl.GL2
-
- glLoadTransposeMatrixd(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glLoadTransposeMatrixd(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLoadTransposeMatrixf(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glLoadTransposeMatrixf(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLoadTransposeMatrixf(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
- glLoadTransposeMatrixf(float[], int) - Method in interface javax.media.opengl.GL2
-
- glLoadTransposeMatrixf(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glLoadTransposeMatrixf(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLockArraysEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLockArraysEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glLockArraysEXT(GLint first, GLsizei count)
Part of GL_EXT_compiled_vertex_array
- glLockArraysEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLogicOp(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glLogicOp(int) - Method in class javax.media.opengl.DebugGLES1
-
- glLogicOp(int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glLogicOp(GLenum opcode)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
- glLogicOp(int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glLogicOp(GLenum opcode)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
- glLogicOp(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glLogicOp(int) - Method in class javax.media.opengl.TraceGLES1
-
- glMakeBufferNonResidentNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMakeBufferNonResidentNV(int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glMakeBufferNonResidentNV(GLenum target)
Part of GL_NV_shader_buffer_load
- glMakeBufferNonResidentNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMakeBufferResidentNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMakeBufferResidentNV(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glMakeBufferResidentNV(GLenum target, GLenum access)
Part of GL_NV_shader_buffer_load
- glMakeBufferResidentNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMakeImageHandleNonResidentNV(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glMakeImageHandleNonResidentNV(long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMakeImageHandleNonResidentNV(GLuint64 handle)
Part of GL_NV_bindless_texture
- glMakeImageHandleNonResidentNV(long) - Method in class javax.media.opengl.TraceGL4bc
-
- glMakeImageHandleResidentNV(long, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMakeImageHandleResidentNV(long, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMakeImageHandleResidentNV(GLuint64 handle, GLenum access)
Part of GL_NV_bindless_texture
- glMakeImageHandleResidentNV(long, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMakeNamedBufferNonResidentNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMakeNamedBufferNonResidentNV(int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glMakeNamedBufferNonResidentNV(GLuint buffer)
Part of GL_NV_shader_buffer_load
- glMakeNamedBufferNonResidentNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMakeNamedBufferResidentNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMakeNamedBufferResidentNV(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glMakeNamedBufferResidentNV(GLuint buffer, GLenum access)
Part of GL_NV_shader_buffer_load
- glMakeNamedBufferResidentNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMakeTextureHandleNonResidentNV(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glMakeTextureHandleNonResidentNV(long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMakeTextureHandleNonResidentNV(GLuint64 handle)
Part of GL_NV_bindless_texture
- glMakeTextureHandleNonResidentNV(long) - Method in class javax.media.opengl.TraceGL4bc
-
- glMakeTextureHandleResidentNV(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glMakeTextureHandleResidentNV(long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMakeTextureHandleResidentNV(GLuint64 handle)
Part of GL_NV_bindless_texture
- glMakeTextureHandleResidentNV(long) - Method in class javax.media.opengl.TraceGL4bc
-
- glMap1d(int, double, double, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMap1d(int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMap1d(int, double, double, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of
GL_VERSION_1_0
- glMap1d(int, double, double, int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of
GL_VERSION_1_0
- glMap1d(int, double, double, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMap1d(int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMap1f(int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMap1f(int, float, float, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMap1f(int, float, float, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of
GL_VERSION_1_0
- glMap1f(int, float, float, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of
GL_VERSION_1_0
- glMap1f(int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMap1f(int, float, float, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMap2d(int, double, double, int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMap2d(int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMap2d(int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
Part of
GL_VERSION_1_0
- glMap2d(int, double, double, int, int, double, double, int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
Part of
GL_VERSION_1_0
- glMap2d(int, double, double, int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMap2d(int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMap2f(int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMap2f(int, float, float, int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMap2f(int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
Part of
GL_VERSION_1_0
- glMap2f(int, float, float, int, int, float, float, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
Part of
GL_VERSION_1_0
- glMap2f(int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMap2f(int, float, float, int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapBuffer(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapBuffer(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glMapBuffer(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glMapBuffer(int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void * glMapBuffer(GLenum target, GLenum access)
Part of
GL_VERSION_1_5
;
GL_OES_mapbuffer
- glMapBuffer(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapBuffer(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glMapBuffer(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glMapBufferRange(int, long, long, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapBufferRange(int, long, long, int) - Method in class javax.media.opengl.DebugGLES1
-
- glMapBufferRange(int, long, long, int) - Method in class javax.media.opengl.DebugGLES3
-
- glMapBufferRange(int, long, long, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void * glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_map_buffer_range
,
GL_VERSION_3_0
;
GL_EXT_map_buffer_range
- glMapBufferRange(int, long, long, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapBufferRange(int, long, long, int) - Method in class javax.media.opengl.TraceGLES1
-
- glMapBufferRange(int, long, long, int) - Method in class javax.media.opengl.TraceGLES3
-
- glMapControlPointsNV(int, int, int, int, int, int, int, boolean, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapControlPointsNV(int, int, int, int, int, int, int, boolean, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid * points)
Part of GL_NV_evaluators
- glMapControlPointsNV(int, int, int, int, int, int, int, boolean, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapGrid1d(int, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapGrid1d(int, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMapGrid1d(GLint un, GLdouble u1, GLdouble u2)
Part of
GL_VERSION_1_0
- glMapGrid1d(int, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapGrid1f(int, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapGrid1f(int, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMapGrid1f(GLint un, GLfloat u1, GLfloat u2)
Part of
GL_VERSION_1_0
- glMapGrid1f(int, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapGrid2d(int, double, double, int, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapGrid2d(int, double, double, int, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
Part of
GL_VERSION_1_0
- glMapGrid2d(int, double, double, int, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapGrid2f(int, float, float, int, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapGrid2f(int, float, float, int, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
Part of
GL_VERSION_1_0
- glMapGrid2f(int, float, float, int, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapNamedBufferEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapNamedBufferEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void * glMapNamedBufferEXT(GLuint buffer, GLenum access)
Part of GL_EXT_direct_state_access
- glMapNamedBufferEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapNamedBufferRangeEXT(int, long, long, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapNamedBufferRangeEXT(int, long, long, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void * glMapNamedBufferRangeEXT(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part of GL_EXT_direct_state_access
- glMapNamedBufferRangeEXT(int, long, long, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapParameterfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapParameterfvNV(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_NV_evaluators
- glMapParameterfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapParameterfvNV(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_NV_evaluators
- glMapParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapParameterivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapParameterivNV(GLenum target, GLenum pname, const GLint * params)
Part of GL_NV_evaluators
- glMapParameterivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapParameterivNV(GLenum target, GLenum pname, const GLint * params)
Part of GL_NV_evaluators
- glMapParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapTexture2DINTEL(int, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapTexture2DINTEL(int, int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapTexture2DINTEL(int, int, int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void * glMapTexture2DINTEL(GLuint texture, GLint level, GLbitfield access, const GLint * stride, const GLenum * layout)
Part of GL_INTEL_map_texture
- glMapTexture2DINTEL(int, int, int, int[], int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void * glMapTexture2DINTEL(GLuint texture, GLint level, GLbitfield access, const GLint * stride, const GLenum * layout)
Part of GL_INTEL_map_texture
- glMapTexture2DINTEL(int, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapTexture2DINTEL(int, int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapVertexAttrib1dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of GL_APPLE_vertex_program_evaluators
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapVertexAttrib1dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of GL_APPLE_vertex_program_evaluators
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapVertexAttrib1fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of GL_APPLE_vertex_program_evaluators
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapVertexAttrib1fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of GL_APPLE_vertex_program_evaluators
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapVertexAttrib2dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
Part of GL_APPLE_vertex_program_evaluators
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapVertexAttrib2dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
Part of GL_APPLE_vertex_program_evaluators
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapVertexAttrib2fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
Part of GL_APPLE_vertex_program_evaluators
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMapVertexAttrib2fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
Part of GL_APPLE_vertex_program_evaluators
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMaterialf(int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMaterialf(int, int, float) - Method in class javax.media.opengl.DebugGLES1
-
- glMaterialf(int, int, float) - Method in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- glMaterialf(int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMaterialf(int, int, float) - Method in class javax.media.opengl.TraceGLES1
-
- glMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glMaterialfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- glMaterialfv(int, int, float[], int) - Method in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- glMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glMateriali(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMateriali(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMateriali(GLenum face, GLenum pname, GLint param)
Part of
GL_VERSION_1_0
- glMateriali(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMaterialiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMaterialiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMaterialiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMaterialiv(GLenum face, GLenum pname, const GLint * params)
Part of
GL_VERSION_1_0
- glMaterialiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMaterialiv(GLenum face, GLenum pname, const GLint * params)
Part of
GL_VERSION_1_0
- glMaterialiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMaterialiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMaterialx(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glMaterialx(int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glMaterialx(GLenum face, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM
- glMaterialx(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glMaterialxv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glMaterialxv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glMaterialxv(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glMaterialxv(GLenum face, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glMaterialxv(int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glMaterialxv(GLenum face, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glMaterialxv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glMaterialxv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glMatrixFrustumEXT(int, double, double, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixFrustumEXT(int, double, double, double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixFrustumEXT(GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
Part of GL_EXT_direct_state_access
- glMatrixFrustumEXT(int, double, double, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- GLMatrixFunc - Interface in javax.media.opengl.fixedfunc
-
Subset of OpenGL fixed function pipeline's matrix operations.
- glMatrixIndexPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixIndexPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glMatrixIndexPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixIndexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_OES_matrix_palette
; GL_ARB_matrix_palette
- glMatrixIndexPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glMatrixIndexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
- glMatrixIndexPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixIndexPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glMatrixIndexubvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixIndexubvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixIndexubvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixIndexubvARB(GLint size, const GLubyte * indices)
Part of GL_ARB_matrix_palette
- glMatrixIndexubvARB(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixIndexubvARB(GLint size, const GLubyte * indices)
Part of GL_ARB_matrix_palette
- glMatrixIndexubvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixIndexubvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixIndexuivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixIndexuivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixIndexuivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixIndexuivARB(GLint size, const GLuint * indices)
Part of GL_ARB_matrix_palette
- glMatrixIndexuivARB(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixIndexuivARB(GLint size, const GLuint * indices)
Part of GL_ARB_matrix_palette
- glMatrixIndexuivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixIndexuivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixIndexusvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixIndexusvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixIndexusvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixIndexusvARB(GLint size, const GLushort * indices)
Part of GL_ARB_matrix_palette
- glMatrixIndexusvARB(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixIndexusvARB(GLint size, const GLushort * indices)
Part of GL_ARB_matrix_palette
- glMatrixIndexusvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixIndexusvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixLoaddEXT(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixLoaddEXT(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixLoaddEXT(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixLoaddEXT(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access
- glMatrixLoaddEXT(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixLoaddEXT(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access
- glMatrixLoaddEXT(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixLoaddEXT(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixLoadfEXT(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixLoadfEXT(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixLoadfEXT(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixLoadfEXT(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access
- glMatrixLoadfEXT(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixLoadfEXT(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access
- glMatrixLoadfEXT(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixLoadfEXT(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixLoadIdentityEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixLoadIdentityEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixLoadIdentityEXT(GLenum mode)
Part of GL_EXT_direct_state_access
- glMatrixLoadIdentityEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixLoadTransposedEXT(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixLoadTransposedEXT(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixLoadTransposedEXT(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixLoadTransposedEXT(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access
- glMatrixLoadTransposedEXT(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixLoadTransposedEXT(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access
- glMatrixLoadTransposedEXT(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixLoadTransposedEXT(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixLoadTransposefEXT(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixLoadTransposefEXT(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixLoadTransposefEXT(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixLoadTransposefEXT(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access
- glMatrixLoadTransposefEXT(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixLoadTransposefEXT(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access
- glMatrixLoadTransposefEXT(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixLoadTransposefEXT(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixMode(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixMode(int) - Method in class javax.media.opengl.DebugGLES1
-
- glMatrixMode(int) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Sets the current matrix mode.
- glMatrixMode(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixMode(int) - Method in class javax.media.opengl.TraceGLES1
-
- glMatrixMultdEXT(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixMultdEXT(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixMultdEXT(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixMultdEXT(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access
- glMatrixMultdEXT(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixMultdEXT(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access
- glMatrixMultdEXT(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixMultdEXT(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixMultfEXT(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixMultfEXT(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixMultfEXT(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixMultfEXT(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access
- glMatrixMultfEXT(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixMultfEXT(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access
- glMatrixMultfEXT(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixMultfEXT(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixMultTransposedEXT(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixMultTransposedEXT(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixMultTransposedEXT(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixMultTransposedEXT(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access
- glMatrixMultTransposedEXT(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixMultTransposedEXT(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access
- glMatrixMultTransposedEXT(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixMultTransposedEXT(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixMultTransposefEXT(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixMultTransposefEXT(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixMultTransposefEXT(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixMultTransposefEXT(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access
- glMatrixMultTransposefEXT(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixMultTransposefEXT(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access
- glMatrixMultTransposefEXT(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixMultTransposefEXT(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixOrthoEXT(int, double, double, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixOrthoEXT(int, double, double, double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixOrthoEXT(GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
Part of GL_EXT_direct_state_access
- glMatrixOrthoEXT(int, double, double, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixPopEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixPopEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixPopEXT(GLenum mode)
Part of GL_EXT_direct_state_access
- glMatrixPopEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixPushEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixPushEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixPushEXT(GLenum mode)
Part of GL_EXT_direct_state_access
- glMatrixPushEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixRotatedEXT(int, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixRotatedEXT(int, double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixRotatedEXT(GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access
- glMatrixRotatedEXT(int, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixRotatefEXT(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixRotatefEXT(int, float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixRotatefEXT(GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access
- glMatrixRotatefEXT(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixScaledEXT(int, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixScaledEXT(int, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixScaledEXT(GLenum mode, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access
- glMatrixScaledEXT(int, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixScalefEXT(int, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixScalefEXT(int, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixScalefEXT(GLenum mode, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access
- glMatrixScalefEXT(int, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixTranslatedEXT(int, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixTranslatedEXT(int, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixTranslatedEXT(GLenum mode, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access
- glMatrixTranslatedEXT(int, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glMatrixTranslatefEXT(int, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMatrixTranslatefEXT(int, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMatrixTranslatefEXT(GLenum mode, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access
- glMatrixTranslatefEXT(int, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMemoryBarrier(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMemoryBarrier(int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glMemoryBarrier(GLbitfield barriers)
Part of
GL_ARB_shader_image_load_store
,
GL_VERSION_4_2
- glMemoryBarrier(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMinmax(int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glMinmax(int, int, boolean) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMinmax(GLenum target, GLenum internalformat, GLboolean sink)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glMinmax(int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glMinSampleShading(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMinSampleShading(float) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glMinSampleShading(GLfloat value)
Part of
GL_VERSION_4_0
;
GL_ARB_sample_shading
- glMinSampleShading(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiDrawArrays(int, IntBuffer, IntBuffer, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiDrawArrays(int, int[], int, int[], int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiDrawArrays(int, IntBuffer, IntBuffer, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glMultiDrawArrays(GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount)
Part of
GL_VERSION_1_4
- glMultiDrawArrays(int, int[], int, int[], int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glMultiDrawArrays(GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount)
Part of
GL_VERSION_1_4
- glMultiDrawArrays(int, IntBuffer, IntBuffer, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiDrawArrays(int, int[], int, int[], int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiDrawArraysIndirect(int, long, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiDrawArraysIndirect(int, Buffer, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiDrawArraysIndirect(int, long, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glMultiDrawArraysIndirect(GLenum mode, const void * indirect, GLsizei drawcount, GLsizei stride)
Part of
GL_VERSION_4_3
,
GL_ARB_multi_draw_indirect
- glMultiDrawArraysIndirect(int, Buffer, int, int) - Method in interface javax.media.opengl.GL4bc
-
Entry point to C language function:
void glMultiDrawArraysIndirect(GLenum mode, const void * indirect, GLsizei drawcount, GLsizei stride);
Part of
GL_VERSION_4_3
,
GL_ARB_multi_draw_indirect
- glMultiDrawArraysIndirect(int, long, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiDrawArraysIndirect(int, Buffer, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiDrawArraysIndirectAMD(int, Buffer, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiDrawArraysIndirectAMD(int, Buffer, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glMultiDrawArraysIndirectAMD(GLenum mode, const GLvoid * indirect, GLsizei primcount, GLsizei stride)
Part of GL_AMD_multi_draw_indirect
- glMultiDrawArraysIndirectAMD(int, Buffer, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiDrawElements(int, IntBuffer, int, PointerBuffer, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiDrawElements(int, IntBuffer, int, PointerBuffer, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glMultiDrawElements(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei drawcount)
Part of
GL_VERSION_1_4
- glMultiDrawElements(int, IntBuffer, int, PointerBuffer, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiDrawElementsBaseVertex(int, IntBuffer, int, PointerBuffer, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiDrawElementsBaseVertex(int, IntBuffer, int, PointerBuffer, int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glMultiDrawElementsBaseVertex(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei drawcount, const GLint * basevertex)
Part of
GL_ARB_draw_elements_base_vertex
,
GL_VERSION_3_2
- glMultiDrawElementsBaseVertex(int, IntBuffer, int, PointerBuffer, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiDrawElementsIndirect(int, int, Buffer, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiDrawElementsIndirect(int, int, Buffer, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glMultiDrawElementsIndirect(GLenum mode, GLenum type, const void * indirect, GLsizei drawcount, GLsizei stride)
Part of
GL_VERSION_4_3
,
GL_ARB_multi_draw_indirect
- glMultiDrawElementsIndirect(int, int, Buffer, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiDrawElementsIndirectAMD(int, int, Buffer, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiDrawElementsIndirectAMD(int, int, Buffer, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glMultiDrawElementsIndirectAMD(GLenum mode, GLenum type, const GLvoid * indirect, GLsizei primcount, GLsizei stride)
Part of GL_AMD_multi_draw_indirect
- glMultiDrawElementsIndirectAMD(int, int, Buffer, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexBufferEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexBufferEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexBufferEXT(GLenum texunit, GLenum target, GLenum internalformat, GLuint buffer)
Part of GL_EXT_direct_state_access
- glMultiTexBufferEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1bOES(int, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1bOES(int, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord1bOES(GLenum texture, GLbyte s)
Part of GL_OES_byte_coordinates
- glMultiTexCoord1bOES(int, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1bvOES(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1bvOES(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1bvOES(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord1bvOES(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glMultiTexCoord1bvOES(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord1bvOES(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glMultiTexCoord1bvOES(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1bvOES(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1d(int, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1d(int, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1d(GLenum target, GLdouble s)
Part of
GL_VERSION_1_3
- glMultiTexCoord1d(int, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1dv(GLenum target, const GLdouble * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord1dv(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1dv(GLenum target, const GLdouble * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord1dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1f(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1f(int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1f(GLenum target, GLfloat s)
Part of
GL_VERSION_1_3
- glMultiTexCoord1f(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1fv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1fv(GLenum target, const GLfloat * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord1fv(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1fv(GLenum target, const GLfloat * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord1fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1fv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1h(int, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1h(int, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord1h(GLenum target, GLhalfNV s)
Part of GL_NV_half_float
- glMultiTexCoord1h(int, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1hv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1hv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1hv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord1hv(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
- glMultiTexCoord1hv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord1hv(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
- glMultiTexCoord1hv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1hv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1i(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1i(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1i(GLenum target, GLint s)
Part of
GL_VERSION_1_3
- glMultiTexCoord1i(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1iv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1iv(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1iv(GLenum target, const GLint * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord1iv(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1iv(GLenum target, const GLint * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord1iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1iv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1s(int, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1s(int, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1s(GLenum target, GLshort s)
Part of
GL_VERSION_1_3
- glMultiTexCoord1s(int, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1sv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord1sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1sv(GLenum target, const GLshort * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord1sv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord1sv(GLenum target, const GLshort * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord1sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord1sv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2bOES(int, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2bOES(int, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord2bOES(GLenum texture, GLbyte s, GLbyte t)
Part of GL_OES_byte_coordinates
- glMultiTexCoord2bOES(int, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2bvOES(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2bvOES(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2bvOES(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord2bvOES(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glMultiTexCoord2bvOES(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord2bvOES(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glMultiTexCoord2bvOES(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2bvOES(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2d(int, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2d(int, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2d(GLenum target, GLdouble s, GLdouble t)
Part of
GL_VERSION_1_3
- glMultiTexCoord2d(int, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2dv(GLenum target, const GLdouble * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord2dv(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2dv(GLenum target, const GLdouble * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord2dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2f(int, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2f(int, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2f(GLenum target, GLfloat s, GLfloat t)
Part of
GL_VERSION_1_3
- glMultiTexCoord2f(int, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2fv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2fv(GLenum target, const GLfloat * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord2fv(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2fv(GLenum target, const GLfloat * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord2fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2fv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2h(int, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2h(int, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord2h(GLenum target, GLhalfNV s, GLhalfNV t)
Part of GL_NV_half_float
- glMultiTexCoord2h(int, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2hv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2hv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2hv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord2hv(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
- glMultiTexCoord2hv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord2hv(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
- glMultiTexCoord2hv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2hv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2i(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2i(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2i(GLenum target, GLint s, GLint t)
Part of
GL_VERSION_1_3
- glMultiTexCoord2i(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2iv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2iv(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2iv(GLenum target, const GLint * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord2iv(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2iv(GLenum target, const GLint * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord2iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2iv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2s(int, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2s(int, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2s(GLenum target, GLshort s, GLshort t)
Part of
GL_VERSION_1_3
- glMultiTexCoord2s(int, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2sv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord2sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2sv(GLenum target, const GLshort * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord2sv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord2sv(GLenum target, const GLshort * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord2sv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord2sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3bOES(int, byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3bOES(int, byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord3bOES(GLenum texture, GLbyte s, GLbyte t, GLbyte r)
Part of GL_OES_byte_coordinates
- glMultiTexCoord3bOES(int, byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3bvOES(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3bvOES(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3bvOES(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord3bvOES(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glMultiTexCoord3bvOES(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord3bvOES(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glMultiTexCoord3bvOES(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3bvOES(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3d(int, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3d(int, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3d(GLenum target, GLdouble s, GLdouble t, GLdouble r)
Part of
GL_VERSION_1_3
- glMultiTexCoord3d(int, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3dv(GLenum target, const GLdouble * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord3dv(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3dv(GLenum target, const GLdouble * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord3dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3f(int, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3f(int, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3f(GLenum target, GLfloat s, GLfloat t, GLfloat r)
Part of
GL_VERSION_1_3
- glMultiTexCoord3f(int, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3fv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3fv(GLenum target, const GLfloat * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord3fv(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3fv(GLenum target, const GLfloat * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord3fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3fv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3h(int, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3h(int, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord3h(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r)
Part of GL_NV_half_float
- glMultiTexCoord3h(int, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3hv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3hv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3hv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord3hv(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
- glMultiTexCoord3hv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord3hv(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
- glMultiTexCoord3hv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3hv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3i(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3i(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3i(GLenum target, GLint s, GLint t, GLint r)
Part of
GL_VERSION_1_3
- glMultiTexCoord3i(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3iv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3iv(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3iv(GLenum target, const GLint * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord3iv(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3iv(GLenum target, const GLint * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord3iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3iv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3s(int, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3s(int, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r)
Part of
GL_VERSION_1_3
- glMultiTexCoord3s(int, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3sv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord3sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3sv(GLenum target, const GLshort * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord3sv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord3sv(GLenum target, const GLshort * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord3sv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord3sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4bOES(int, byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4bOES(int, byte, byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord4bOES(GLenum texture, GLbyte s, GLbyte t, GLbyte r, GLbyte q)
Part of GL_OES_byte_coordinates
- glMultiTexCoord4bOES(int, byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4bvOES(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4bvOES(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4bvOES(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord4bvOES(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glMultiTexCoord4bvOES(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord4bvOES(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glMultiTexCoord4bvOES(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4bvOES(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4d(int, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4d(int, double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord4d(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
Part of
GL_VERSION_1_3
- glMultiTexCoord4d(int, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord4dv(GLenum target, const GLdouble * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord4dv(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord4dv(GLenum target, const GLdouble * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord4dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4f(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4f(int, float, float, float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glMultiTexCoord4f(int, float, float, float, float) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
Part of
GL_VERSION_1_3
,
GL_VERSION_ES_CM
- glMultiTexCoord4f(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4f(int, float, float, float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glMultiTexCoord4fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4fv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord4fv(GLenum target, const GLfloat * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord4fv(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord4fv(GLenum target, const GLfloat * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord4fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4fv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4h(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4h(int, short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord4h(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
Part of GL_NV_half_float
- glMultiTexCoord4h(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4hv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4hv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4hv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord4hv(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
- glMultiTexCoord4hv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoord4hv(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
- glMultiTexCoord4hv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4hv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4i(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4i(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord4i(GLenum target, GLint s, GLint t, GLint r, GLint q)
Part of
GL_VERSION_1_3
- glMultiTexCoord4i(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4iv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4iv(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord4iv(GLenum target, const GLint * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord4iv(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord4iv(GLenum target, const GLint * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord4iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4iv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4s(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4s(int, short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord4s(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
Part of
GL_VERSION_1_3
- glMultiTexCoord4s(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4sv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoord4sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord4sv(GLenum target, const GLshort * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord4sv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultiTexCoord4sv(GLenum target, const GLshort * v)
Part of
GL_VERSION_1_3
- glMultiTexCoord4sv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoord4x(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glMultiTexCoord4x(int, int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glMultiTexCoord4x(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q)
Part of GL_VERSION_ES_CL_CM
- glMultiTexCoord4x(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glMultiTexCoordP1ui(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP1ui(int, int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP1ui(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP1ui(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordP1uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP1uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP1uiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP1uiv(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP1uiv(int, int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP1uiv(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP1uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordP1uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordP2ui(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP2ui(int, int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP2ui(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP2ui(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordP2uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP2uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP2uiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP2uiv(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP2uiv(int, int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP2uiv(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP2uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordP2uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordP3ui(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP3ui(int, int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP3ui(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP3ui(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordP3uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP3uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP3uiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP3uiv(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP3uiv(int, int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP3uiv(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP3uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordP3uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordP4ui(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP4ui(int, int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP4ui(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP4ui(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordP4uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP4uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordP4uiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP4uiv(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP4uiv(int, int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glMultiTexCoordP4uiv(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glMultiTexCoordP4uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordP4uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexCoordPointerEXT(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexCoordPointerEXT(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexCoordPointerEXT(GLenum texunit, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_EXT_direct_state_access
- glMultiTexCoordPointerEXT(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexEnvfEXT(int, int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexEnvfEXT(int, int, int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexEnvfEXT(GLenum texunit, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access
- glMultiTexEnvfEXT(int, int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexEnvfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexEnvfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexEnvfvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexEnvfvEXT(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glMultiTexEnvfvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexEnvfvEXT(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glMultiTexEnvfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexEnvfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexEnviEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexEnviEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexEnviEXT(GLenum texunit, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access
- glMultiTexEnviEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexEnvivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexEnvivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexEnvivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexEnvivEXT(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glMultiTexEnvivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexEnvivEXT(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glMultiTexEnvivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexEnvivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexGendEXT(int, int, int, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexGendEXT(int, int, int, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexGendEXT(GLenum texunit, GLenum coord, GLenum pname, GLdouble param)
Part of GL_EXT_direct_state_access
- glMultiTexGendEXT(int, int, int, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexGendvEXT(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexGendvEXT(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexGendvEXT(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexGendvEXT(GLenum texunit, GLenum coord, GLenum pname, const GLdouble * params)
Part of GL_EXT_direct_state_access
- glMultiTexGendvEXT(int, int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexGendvEXT(GLenum texunit, GLenum coord, GLenum pname, const GLdouble * params)
Part of GL_EXT_direct_state_access
- glMultiTexGendvEXT(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexGendvEXT(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexGenfEXT(int, int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexGenfEXT(int, int, int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexGenfEXT(GLenum texunit, GLenum coord, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access
- glMultiTexGenfEXT(int, int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexGenfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexGenfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexGenfvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexGenfvEXT(GLenum texunit, GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glMultiTexGenfvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexGenfvEXT(GLenum texunit, GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glMultiTexGenfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexGenfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexGeniEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexGeniEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexGeniEXT(GLenum texunit, GLenum coord, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access
- glMultiTexGeniEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexGenivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexGenivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexGenivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexGenivEXT(GLenum texunit, GLenum coord, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glMultiTexGenivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexGenivEXT(GLenum texunit, GLenum coord, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glMultiTexGenivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexGenivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexImage1DEXT(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexImage2DEXT(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexImage3DEXT(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexParameterfEXT(int, int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexParameterfEXT(int, int, int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexParameterfEXT(GLenum texunit, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access
- glMultiTexParameterfEXT(int, int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexParameterfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexParameterfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexParameterfvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexParameterfvEXT(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glMultiTexParameterfvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexParameterfvEXT(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glMultiTexParameterfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexParameterfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexParameteriEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexParameteriEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexParameteriEXT(GLenum texunit, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access
- glMultiTexParameteriEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexParameterIivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexParameterIivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexParameterIivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexParameterIivEXT(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glMultiTexParameterIivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexParameterIivEXT(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glMultiTexParameterIivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexParameterIivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexParameterIuivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexParameterIuivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexParameterIuivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexParameterIuivEXT(GLenum texunit, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access
- glMultiTexParameterIuivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexParameterIuivEXT(GLenum texunit, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access
- glMultiTexParameterIuivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexParameterIuivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexParameterivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexParameterivEXT(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glMultiTexParameterivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexParameterivEXT(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glMultiTexParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexRenderbufferEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexRenderbufferEXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexRenderbufferEXT(GLenum texunit, GLenum target, GLuint renderbuffer)
Part of GL_EXT_direct_state_access
- glMultiTexRenderbufferEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexSubImage1DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexSubImage2DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glMultiTexSubImage3DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultMatrixd(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultMatrixd(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultMatrixd(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultMatrixd(const GLdouble * m)
Part of
GL_VERSION_1_0
- glMultMatrixd(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glMultMatrixd(const GLdouble * m)
Part of
GL_VERSION_1_0
- glMultMatrixd(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultMatrixd(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultMatrixf(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultMatrixf(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultMatrixf(FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glMultMatrixf(float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glMultMatrixf(FloatBuffer) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Multiply the current matrix: [c] = [c] x [m]
- glMultMatrixf(float[], int) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Multiply the current matrix: [c] = [c] x [m]
- glMultMatrixf(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultMatrixf(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultMatrixf(FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glMultMatrixf(float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glMultMatrixx(IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glMultMatrixx(int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glMultMatrixx(IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glMultMatrixx(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM
- glMultMatrixx(int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glMultMatrixx(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM
- glMultMatrixx(IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glMultMatrixx(int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glMultTransposeMatrixd(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultTransposeMatrixd(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultTransposeMatrixd(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
- glMultTransposeMatrixd(double[], int) - Method in interface javax.media.opengl.GL2
-
- glMultTransposeMatrixd(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultTransposeMatrixd(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultTransposeMatrixf(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultTransposeMatrixf(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glMultTransposeMatrixf(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
- glMultTransposeMatrixf(float[], int) - Method in interface javax.media.opengl.GL2
-
- glMultTransposeMatrixf(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glMultTransposeMatrixf(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedBufferDataEXT(int, long, Buffer, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedBufferDataEXT(int, long, Buffer, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedBufferDataEXT(GLuint buffer, GLsizeiptr size, const GLvoid * data, GLenum usage)
Part of GL_EXT_direct_state_access
- glNamedBufferDataEXT(int, long, Buffer, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedBufferSubDataEXT(int, long, long, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedBufferSubDataEXT(int, long, long, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedBufferSubDataEXT(GLuint buffer, GLintptr offset, GLsizeiptr size, const GLvoid * data)
Part of GL_EXT_direct_state_access
- glNamedBufferSubDataEXT(int, long, long, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedCopyBufferSubDataEXT(int, int, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedCopyBufferSubDataEXT(int, int, long, long, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedCopyBufferSubDataEXT(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_EXT_direct_state_access
- glNamedCopyBufferSubDataEXT(int, int, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedFramebufferParameteriEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedFramebufferParameteriEXT(int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glNamedFramebufferParameteriEXT(GLuint framebuffer, GLenum pname, GLint param)
Part of GL_ARB_framebuffer_no_attachments
- glNamedFramebufferParameteriEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedFramebufferRenderbufferEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedFramebufferRenderbufferEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedFramebufferRenderbufferEXT(GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of GL_EXT_direct_state_access
- glNamedFramebufferRenderbufferEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedFramebufferTexture1DEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedFramebufferTexture1DEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedFramebufferTexture1DEXT(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access
- glNamedFramebufferTexture1DEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedFramebufferTexture2DEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedFramebufferTexture2DEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedFramebufferTexture2DEXT(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access
- glNamedFramebufferTexture2DEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedFramebufferTexture3DEXT(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
Part of GL_EXT_direct_state_access
- glNamedFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedFramebufferTextureEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedFramebufferTextureEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedFramebufferTextureEXT(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access
- glNamedFramebufferTextureEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedFramebufferTextureFaceEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedFramebufferTextureFaceEXT(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_EXT_direct_state_access
- glNamedFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedFramebufferTextureLayerEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedFramebufferTextureLayerEXT(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_EXT_direct_state_access
- glNamedFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameter4dEXT(int, int, int, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameter4dEXT(int, int, int, double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameter4dEXT(GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameter4dEXT(int, int, int, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameter4dvEXT(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameter4dvEXT(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameter4dvEXT(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameter4dvEXT(GLuint program, GLenum target, GLuint index, const GLdouble * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameter4dvEXT(int, int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameter4dvEXT(GLuint program, GLenum target, GLuint index, const GLdouble * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameter4dvEXT(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameter4dvEXT(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameter4fEXT(int, int, int, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameter4fEXT(int, int, int, float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameter4fEXT(GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameter4fEXT(int, int, int, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameter4fvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameter4fvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameter4fvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameter4fvEXT(GLuint program, GLenum target, GLuint index, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameter4fvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameter4fvEXT(GLuint program, GLenum target, GLuint index, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameter4fvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameter4fvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameterI4iEXT(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameterI4iEXT(int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameterI4iEXT(GLuint program, GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameterI4iEXT(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameterI4ivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameterI4ivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameterI4ivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameterI4ivEXT(GLuint program, GLenum target, GLuint index, const GLint * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameterI4ivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameterI4ivEXT(GLuint program, GLenum target, GLuint index, const GLint * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameterI4ivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameterI4ivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameterI4uiEXT(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameterI4uiEXT(int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameterI4uiEXT(GLuint program, GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameterI4uiEXT(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameterI4uivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameterI4uivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameterI4uivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameterI4uivEXT(GLuint program, GLenum target, GLuint index, const GLuint * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameterI4uivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameterI4uivEXT(GLuint program, GLenum target, GLuint index, const GLuint * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameterI4uivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameterI4uivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameters4fvEXT(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameters4fvEXT(int, int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParameters4fvEXT(int, int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameters4fvEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameters4fvEXT(int, int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParameters4fvEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParameters4fvEXT(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParameters4fvEXT(int, int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParametersI4ivEXT(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParametersI4ivEXT(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParametersI4ivEXT(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParametersI4ivEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParametersI4ivEXT(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParametersI4ivEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParametersI4ivEXT(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParametersI4ivEXT(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParametersI4uivEXT(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParametersI4uivEXT(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramLocalParametersI4uivEXT(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParametersI4uivEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParametersI4uivEXT(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramLocalParametersI4uivEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_EXT_direct_state_access
- glNamedProgramLocalParametersI4uivEXT(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramLocalParametersI4uivEXT(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedProgramStringEXT(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedProgramStringEXT(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedProgramStringEXT(GLuint program, GLenum target, GLenum format, GLsizei len, const GLvoid * string)
Part of GL_EXT_direct_state_access
- glNamedProgramStringEXT(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedRenderbufferStorageEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedRenderbufferStorageEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedRenderbufferStorageEXT(GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access
- glNamedRenderbufferStorageEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedRenderbufferStorageMultisampleCoverageEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedRenderbufferStorageMultisampleCoverageEXT(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedRenderbufferStorageMultisampleCoverageEXT(GLuint renderbuffer, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access
- glNamedRenderbufferStorageMultisampleCoverageEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNamedRenderbufferStorageMultisampleEXT(GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access
- glNamedRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNamedStringARB(int, int, String, int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glNamedStringARB(int, int, String, int, String) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glNamedStringARB(GLenum type, GLint namelen, const GLchar * name, GLint stringlen, const GLchar * string)
Part of GL_ARB_shading_language_include
- glNamedStringARB(int, int, String, int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glNewList(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNewList(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNewList(GLuint list, GLenum mode)
Part of
GL_VERSION_1_0
- glNewList(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3b(byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3b(byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz)
Part of
GL_VERSION_1_0
- glNormal3b(byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3bv(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3bv(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3bv(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3bv(const GLbyte * v)
Part of
GL_VERSION_1_0
- glNormal3bv(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3bv(const GLbyte * v)
Part of
GL_VERSION_1_0
- glNormal3bv(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3bv(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3d(double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3d(double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3d(GLdouble nx, GLdouble ny, GLdouble nz)
Part of
GL_VERSION_1_0
- glNormal3d(double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glNormal3dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glNormal3dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3f(float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3f(float, float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glNormal3f(float, float, float) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glNormal3f(float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3f(float, float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glNormal3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glNormal3fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glNormal3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3h(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3h(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNormal3h(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz)
Part of GL_NV_half_float
- glNormal3h(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3hv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3hv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3hv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNormal3hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glNormal3hv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glNormal3hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glNormal3hv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3hv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3i(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3i(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3i(GLint nx, GLint ny, GLint nz)
Part of
GL_VERSION_1_0
- glNormal3i(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3iv(const GLint * v)
Part of
GL_VERSION_1_0
- glNormal3iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3iv(const GLint * v)
Part of
GL_VERSION_1_0
- glNormal3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3s(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3s(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3s(GLshort nx, GLshort ny, GLshort nz)
Part of
GL_VERSION_1_0
- glNormal3s(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormal3sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glNormal3sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glNormal3sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glNormal3sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormal3x(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glNormal3x(int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz)
Part of GL_VERSION_ES_CL_CM
- glNormal3x(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glNormalFormatNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormalFormatNV(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glNormalFormatNV(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory
- glNormalFormatNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormalP3ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormalP3ui(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glNormalP3ui(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glNormalP3ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormalP3uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormalP3uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormalP3uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glNormalP3uiv(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glNormalP3uiv(int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glNormalP3uiv(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glNormalP3uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormalP3uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormalPointer(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormalPointer(GLArrayData) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormalPointer(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glNormalPointer(int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glNormalPointer(int, int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glNormalPointer(GLArrayData) - Method in class javax.media.opengl.DebugGLES1
-
- glNormalPointer(GLArrayData) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glNormalPointer(int, int, Buffer) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glNormalPointer(int, int, long) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glNormalPointer(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormalPointer(GLArrayData) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormalPointer(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glNormalPointer(int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glNormalPointer(int, int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glNormalPointer(GLArrayData) - Method in class javax.media.opengl.TraceGLES1
-
- glObjectLabel(int, int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glObjectLabel(int, int, int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glObjectLabel(int, int, int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glObjectLabel(int, int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glObjectLabel(int, int, int, ByteBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glObjectLabel(GLenum identifier, GLuint name, GLsizei length, const GLchar * label)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_KHR_debug
- glObjectLabel(int, int, int, byte[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glObjectLabel(GLenum identifier, GLuint name, GLsizei length, const GLchar * label)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_KHR_debug
- glObjectLabel(int, int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glObjectLabel(int, int, int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glObjectLabel(int, int, int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glObjectLabel(int, int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glObjectPtrLabel(Buffer, int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glObjectPtrLabel(Buffer, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glObjectPtrLabel(Buffer, int, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glObjectPtrLabel(Buffer, int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glObjectPtrLabel(Buffer, int, ByteBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glObjectPtrLabel(const void * ptr, GLsizei length, const GLchar * label)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_KHR_debug
- glObjectPtrLabel(Buffer, int, byte[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glObjectPtrLabel(const void * ptr, GLsizei length, const GLchar * label)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_KHR_debug
- glObjectPtrLabel(Buffer, int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glObjectPtrLabel(Buffer, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glObjectPtrLabel(Buffer, int, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glObjectPtrLabel(Buffer, int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glObjectPurgeableAPPLE(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glObjectPurgeableAPPLE(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLenum glObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option)
Part of GL_APPLE_object_purgeable
- glObjectPurgeableAPPLE(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glObjectUnpurgeableAPPLE(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glObjectUnpurgeableAPPLE(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLenum glObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option)
Part of GL_APPLE_object_purgeable
- glObjectUnpurgeableAPPLE(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- GLOffscreenAutoDrawable - Interface in javax.media.opengl
-
Platform-independent
GLAutoDrawable
specialization,
exposing offscreen functionality.
- GLOffscreenAutoDrawable.FBO - Interface in javax.media.opengl
-
- glOrtho(double, double, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glOrtho(double, double, double, double, double, double) - Method in class javax.media.opengl.DebugGLES1
-
- glOrtho(double, double, double, double, double, double) - Method in interface javax.media.opengl.GL2ES1
-
- glOrtho(double, double, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glOrtho(double, double, double, double, double, double) - Method in class javax.media.opengl.TraceGLES1
-
- glOrthof(float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glOrthof(float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glOrthof(float, float, float, float, float, float) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Multiply
the current matrix with the orthogonal matrix.
- glOrthof(float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glOrthof(float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glOrthox(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glOrthox(int, int, int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
Part of GL_VERSION_ES_CL_CM
- glOrthox(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glPassThrough(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPassThrough(float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPassThrough(GLfloat token)
Part of
GL_VERSION_1_0
- glPassThrough(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPatchParameterfv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPatchParameterfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPatchParameterfv(int, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glPatchParameterfv(GLenum pname, const GLfloat * values)
Part of
GL_VERSION_4_0
,
GL_ARB_tessellation_shader
- glPatchParameterfv(int, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glPatchParameterfv(GLenum pname, const GLfloat * values)
Part of
GL_VERSION_4_0
,
GL_ARB_tessellation_shader
- glPatchParameterfv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPatchParameterfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPatchParameteri(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPatchParameteri(int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glPatchParameteri(GLenum pname, GLint value)
Part of
GL_VERSION_4_0
,
GL_ARB_tessellation_shader
- glPatchParameteri(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathColorGenNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathColorGenNV(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathColorGenNV(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathColorGenNV(GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat * coeffs)
Part of GL_NV_path_rendering
- glPathColorGenNV(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathColorGenNV(GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat * coeffs)
Part of GL_NV_path_rendering
- glPathColorGenNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathColorGenNV(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathCommandsNV(int, int, byte[], int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathCommandsNV(int, int, ByteBuffer, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathCommandsNV(int, int, ByteBuffer, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathCommandsNV(GLuint path, GLsizei numCommands, const GLubyte * commands, GLsizei numCoords, GLenum coordType, const GLvoid * coords)
Part of GL_NV_path_rendering
- glPathCommandsNV(int, int, byte[], int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathCommandsNV(GLuint path, GLsizei numCommands, const GLubyte * commands, GLsizei numCoords, GLenum coordType, const GLvoid * coords)
Part of GL_NV_path_rendering
- glPathCommandsNV(int, int, byte[], int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathCommandsNV(int, int, ByteBuffer, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathCoordsNV(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathCoordsNV(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathCoordsNV(GLuint path, GLsizei numCoords, GLenum coordType, const GLvoid * coords)
Part of GL_NV_path_rendering
- glPathCoordsNV(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathCoverDepthFuncNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathCoverDepthFuncNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathCoverDepthFuncNV(GLenum func)
Part of GL_NV_path_rendering
- glPathCoverDepthFuncNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathDashArrayNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathDashArrayNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathDashArrayNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathDashArrayNV(GLuint path, GLsizei dashCount, const GLfloat * dashArray)
Part of GL_NV_path_rendering
- glPathDashArrayNV(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathDashArrayNV(GLuint path, GLsizei dashCount, const GLfloat * dashArray)
Part of GL_NV_path_rendering
- glPathDashArrayNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathDashArrayNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathFogGenNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathFogGenNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathFogGenNV(GLenum genMode)
Part of GL_NV_path_rendering
- glPathFogGenNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathGlyphRangeNV(int, int, Buffer, int, int, int, int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathGlyphRangeNV(int, int, Buffer, int, int, int, int, int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathGlyphRangeNV(GLuint firstPathName, GLenum fontTarget, const GLvoid * fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyphs, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale)
Part of GL_NV_path_rendering
- glPathGlyphRangeNV(int, int, Buffer, int, int, int, int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathGlyphsNV(int, int, Buffer, int, int, int, Buffer, int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathGlyphsNV(int, int, Buffer, int, int, int, Buffer, int, int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathGlyphsNV(GLuint firstPathName, GLenum fontTarget, const GLvoid * fontName, GLbitfield fontStyle, GLsizei numGlyphs, GLenum type, const GLvoid * charcodes, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale)
Part of GL_NV_path_rendering
- glPathGlyphsNV(int, int, Buffer, int, int, int, Buffer, int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathParameterfNV(int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathParameterfNV(int, int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathParameterfNV(GLuint path, GLenum pname, GLfloat value)
Part of GL_NV_path_rendering
- glPathParameterfNV(int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathParameterfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathParameterfvNV(GLuint path, GLenum pname, const GLfloat * value)
Part of GL_NV_path_rendering
- glPathParameterfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathParameterfvNV(GLuint path, GLenum pname, const GLfloat * value)
Part of GL_NV_path_rendering
- glPathParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathParameteriNV(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathParameteriNV(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathParameteriNV(GLuint path, GLenum pname, GLint value)
Part of GL_NV_path_rendering
- glPathParameteriNV(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathParameterivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathParameterivNV(GLuint path, GLenum pname, const GLint * value)
Part of GL_NV_path_rendering
- glPathParameterivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathParameterivNV(GLuint path, GLenum pname, const GLint * value)
Part of GL_NV_path_rendering
- glPathParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathStencilDepthOffsetNV(float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathStencilDepthOffsetNV(float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathStencilDepthOffsetNV(GLfloat factor, GLfloat units)
Part of GL_NV_path_rendering
- glPathStencilDepthOffsetNV(float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathStencilFuncNV(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathStencilFuncNV(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathStencilFuncNV(GLenum func, GLint ref, GLuint mask)
Part of GL_NV_path_rendering
- glPathStencilFuncNV(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathStringNV(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathStringNV(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathStringNV(GLuint path, GLenum format, GLsizei length, const GLvoid * pathString)
Part of GL_NV_path_rendering
- glPathStringNV(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathSubCommandsNV(int, int, int, int, ByteBuffer, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathSubCommandsNV(int, int, int, int, byte[], int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathSubCommandsNV(int, int, int, int, ByteBuffer, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathSubCommandsNV(GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte * commands, GLsizei numCoords, GLenum coordType, const GLvoid * coords)
Part of GL_NV_path_rendering
- glPathSubCommandsNV(int, int, int, int, byte[], int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathSubCommandsNV(GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte * commands, GLsizei numCoords, GLenum coordType, const GLvoid * coords)
Part of GL_NV_path_rendering
- glPathSubCommandsNV(int, int, int, int, ByteBuffer, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathSubCommandsNV(int, int, int, int, byte[], int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathSubCoordsNV(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathSubCoordsNV(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathSubCoordsNV(GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const GLvoid * coords)
Part of GL_NV_path_rendering
- glPathSubCoordsNV(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathTexGenNV(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathTexGenNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPathTexGenNV(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathTexGenNV(GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat * coeffs)
Part of GL_NV_path_rendering
- glPathTexGenNV(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPathTexGenNV(GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat * coeffs)
Part of GL_NV_path_rendering
- glPathTexGenNV(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPathTexGenNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPauseTransformFeedback() - Method in class javax.media.opengl.DebugGL4bc
-
- glPauseTransformFeedback() - Method in class javax.media.opengl.DebugGLES3
-
- glPauseTransformFeedback() - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glPauseTransformFeedback(void)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_0
,
GL_ARB_transform_feedback2
- glPauseTransformFeedback() - Method in class javax.media.opengl.TraceGL4bc
-
- glPauseTransformFeedback() - Method in class javax.media.opengl.TraceGLES3
-
- glPauseTransformFeedbackNV() - Method in class javax.media.opengl.DebugGL4bc
-
- glPauseTransformFeedbackNV() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPauseTransformFeedbackNV(void)
Part of GL_NV_transform_feedback2
- glPauseTransformFeedbackNV() - Method in class javax.media.opengl.TraceGL4bc
-
- GLPipelineFactory - Class in javax.media.opengl
-
Factory for pipelining GL instances
- GLPipelineFactory() - Constructor for class javax.media.opengl.GLPipelineFactory
-
- glPixelDataRangeNV(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelDataRangeNV(int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPixelDataRangeNV(GLenum target, GLsizei length, const GLvoid * pointer)
Part of GL_NV_pixel_data_range
- glPixelDataRangeNV(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelMapfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelMapfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelMapfv(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelMapfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat * values)
Part of
GL_VERSION_1_0
- glPixelMapfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat * values)
Part of
GL_VERSION_1_0
- glPixelMapfv(int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat * values)
Part of
GL_VERSION_1_0
- glPixelMapfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelMapfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelMapfv(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelMapuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelMapuiv(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelMapuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelMapuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint * values)
Part of
GL_VERSION_1_0
- glPixelMapuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint * values)
Part of
GL_VERSION_1_0
- glPixelMapuiv(int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint * values)
Part of
GL_VERSION_1_0
- glPixelMapuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelMapuiv(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelMapuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelMapusv(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelMapusv(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelMapusv(int, int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelMapusv(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelMapusv(GLenum map, GLint mapsize, const GLushort * values)
Part of
GL_VERSION_1_0
- glPixelMapusv(int, int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelMapusv(GLenum map, GLint mapsize, const GLushort * values)
Part of
GL_VERSION_1_0
- glPixelMapusv(int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelMapusv(GLenum map, GLint mapsize, const GLushort * values)
Part of
GL_VERSION_1_0
- glPixelMapusv(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelMapusv(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelMapusv(int, int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelStoref(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelStoref(int, float) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glPixelStoref(GLenum pname, GLfloat param)
Part of
GL_VERSION_1_0
- glPixelStoref(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelStorei(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelStorei(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glPixelStorei(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glPixelStorei(int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glPixelStorei(GLenum pname, GLint param)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glPixelStorei(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelStorei(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glPixelStorei(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glPixelTransferf(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelTransferf(int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelTransferf(GLenum pname, GLfloat param)
Part of
GL_VERSION_1_0
- glPixelTransferf(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelTransferi(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelTransferi(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelTransferi(GLenum pname, GLint param)
Part of
GL_VERSION_1_0
- glPixelTransferi(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelTransformParameterfEXT(int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelTransformParameterfEXT(int, int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPixelTransformParameterfEXT(GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_pixel_transform
- glPixelTransformParameterfEXT(int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelTransformParameterfvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelTransformParameterfvEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelTransformParameterfvEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPixelTransformParameterfvEXT(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_pixel_transform
- glPixelTransformParameterfvEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPixelTransformParameterfvEXT(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_pixel_transform
- glPixelTransformParameterfvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelTransformParameterfvEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelTransformParameteriEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelTransformParameteriEXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPixelTransformParameteriEXT(GLenum target, GLenum pname, GLint param)
Part of GL_EXT_pixel_transform
- glPixelTransformParameteriEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelTransformParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelTransformParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelTransformParameterivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPixelTransformParameterivEXT(GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_pixel_transform
- glPixelTransformParameterivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPixelTransformParameterivEXT(GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_pixel_transform
- glPixelTransformParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelTransformParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPixelZoom(float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPixelZoom(float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPixelZoom(GLfloat xfactor, GLfloat yfactor)
Part of
GL_VERSION_1_0
- glPixelZoom(float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPNTrianglesfATI(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPNTrianglesfATI(int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPNTrianglesfATI(GLenum pname, GLfloat param)
Part of GL_ATI_pn_triangles
- glPNTrianglesfATI(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPNTrianglesiATI(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPNTrianglesiATI(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPNTrianglesiATI(GLenum pname, GLint param)
Part of GL_ATI_pn_triangles
- glPNTrianglesiATI(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPointAlongPathNV(int, int, int, float, FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPointAlongPathNV(int, int, int, float, float[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPointAlongPathNV(int, int, int, float, FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glPointAlongPathNV(GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distance, GLfloat * x, GLfloat * y, GLfloat * tangentX, GLfloat * tangentY)
Part of GL_NV_path_rendering
- glPointAlongPathNV(int, int, int, float, float[], int, float[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glPointAlongPathNV(GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distance, GLfloat * x, GLfloat * y, GLfloat * tangentX, GLfloat * tangentY)
Part of GL_NV_path_rendering
- glPointAlongPathNV(int, int, int, float, FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPointAlongPathNV(int, int, int, float, float[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- GLPointerFunc - Interface in javax.media.opengl.fixedfunc
-
- GLPointerFuncUtil - Class in javax.media.opengl.fixedfunc
-
- GLPointerFuncUtil() - Constructor for class javax.media.opengl.fixedfunc.GLPointerFuncUtil
-
- glPointParameterf(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPointParameterf(int, float) - Method in class javax.media.opengl.DebugGLES1
-
- glPointParameterf(int, float) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glPointParameterf(GLenum pname, GLfloat param)
Part of
GL_VERSION_1_4
,
GL_VERSION_ES_CM
- glPointParameterf(int, float) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glPointParameterf(GLenum pname, GLfloat param)
Part of
GL_VERSION_1_4
,
GL_VERSION_ES_CM
- glPointParameterf(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPointParameterf(int, float) - Method in class javax.media.opengl.TraceGLES1
-
- glPointParameterfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPointParameterfv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPointParameterfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glPointParameterfv(int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glPointParameterfv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glPointParameterfv(GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_4
,
GL_VERSION_ES_CM
- glPointParameterfv(int, float[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glPointParameterfv(GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_4
,
GL_VERSION_ES_CM
- glPointParameterfv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glPointParameterfv(GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_4
,
GL_VERSION_ES_CM
- glPointParameterfv(int, float[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glPointParameterfv(GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_4
,
GL_VERSION_ES_CM
- glPointParameterfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPointParameterfv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPointParameterfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glPointParameterfv(int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glPointParameteri(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPointParameteri(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glPointParameteri(GLenum pname, GLint param)
Part of
GL_VERSION_1_4
- glPointParameteri(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPointParameteriv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPointParameteriv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPointParameteriv(int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glPointParameteriv(GLenum pname, const GLint * params)
Part of
GL_VERSION_1_4
- glPointParameteriv(int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glPointParameteriv(GLenum pname, const GLint * params)
Part of
GL_VERSION_1_4
- glPointParameteriv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPointParameteriv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPointParameterx(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glPointParameterx(int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glPointParameterx(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM
- glPointParameterx(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glPointParameterxv(int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glPointParameterxv(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glPointParameterxv(int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glPointParameterxv(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glPointParameterxv(int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glPointParameterxv(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glPointParameterxv(int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glPointParameterxv(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glPointSize(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPointSize(float) - Method in class javax.media.opengl.DebugGLES1
-
- glPointSize(float) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glPointSize(GLfloat size)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glPointSize(float) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glPointSize(GLfloat size)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glPointSize(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPointSize(float) - Method in class javax.media.opengl.TraceGLES1
-
- glPointSizePointerOES(int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glPointSizePointerOES(int, int, Buffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_OES_point_size_array
- glPointSizePointerOES(int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glPointSizex(int) - Method in class javax.media.opengl.DebugGLES1
-
- glPointSizex(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glPointSizex(GLfixed size)
Part of GL_VERSION_ES_CL_CM
- glPointSizex(int) - Method in class javax.media.opengl.TraceGLES1
-
- glPolygonMode(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPolygonMode(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glPolygonMode(GLenum face, GLenum mode)
Part of
GL_VERSION_1_0
- glPolygonMode(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPolygonOffset(float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glPolygonOffset(float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glPolygonOffset(float, float) - Method in class javax.media.opengl.DebugGLES3
-
- glPolygonOffset(float, float) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glPolygonOffset(GLfloat factor, GLfloat units)
Part of
GL_VERSION_1_1
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
,
GL_VERSION_ES_CM
- glPolygonOffset(float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glPolygonOffset(float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glPolygonOffset(float, float) - Method in class javax.media.opengl.TraceGLES3
-
- glPolygonOffsetx(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glPolygonOffsetx(int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glPolygonOffsetx(GLfixed factor, GLfixed units)
Part of GL_VERSION_ES_CL_CM
- glPolygonOffsetx(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glPolygonStipple(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glPolygonStipple(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPolygonStipple(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPolygonStipple(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPolygonStipple(const GLubyte * mask)
Part of
GL_VERSION_1_0
- glPolygonStipple(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPolygonStipple(const GLubyte * mask)
Part of
GL_VERSION_1_0
- glPolygonStipple(long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPolygonStipple(const GLubyte * mask)
Part of
GL_VERSION_1_0
- glPolygonStipple(long) - Method in class javax.media.opengl.TraceGL4bc
-
- glPolygonStipple(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPolygonStipple(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPopAttrib() - Method in class javax.media.opengl.DebugGL4bc
-
- glPopAttrib() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPopAttrib(void)
Part of
GL_VERSION_1_0
- glPopAttrib() - Method in class javax.media.opengl.TraceGL4bc
-
- glPopClientAttrib() - Method in class javax.media.opengl.DebugGL4bc
-
- glPopClientAttrib() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPopClientAttrib(void)
Part of
GL_VERSION_1_1
- glPopClientAttrib() - Method in class javax.media.opengl.TraceGL4bc
-
- glPopDebugGroup() - Method in class javax.media.opengl.DebugGL4bc
-
- glPopDebugGroup() - Method in class javax.media.opengl.DebugGLES3
-
- glPopDebugGroup() - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glPopDebugGroup(void)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_KHR_debug
- glPopDebugGroup() - Method in class javax.media.opengl.TraceGL4bc
-
- glPopDebugGroup() - Method in class javax.media.opengl.TraceGLES3
-
- glPopGroupMarkerEXT() - Method in class javax.media.opengl.DebugGLES3
-
- glPopGroupMarkerEXT() - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glPopGroupMarkerEXT(void)
Part of GL_EXT_debug_marker
- glPopGroupMarkerEXT() - Method in class javax.media.opengl.TraceGLES3
-
- glPopMatrix() - Method in class javax.media.opengl.DebugGL4bc
-
- glPopMatrix() - Method in class javax.media.opengl.DebugGLES1
-
- glPopMatrix() - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Pop the current matrix from it's stack.
- glPopMatrix() - Method in class javax.media.opengl.TraceGL4bc
-
- glPopMatrix() - Method in class javax.media.opengl.TraceGLES1
-
- glPopName() - Method in class javax.media.opengl.DebugGL4bc
-
- glPopName() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPopName(void)
Part of
GL_VERSION_1_0
- glPopName() - Method in class javax.media.opengl.TraceGL4bc
-
- glPrimitiveRestartIndex(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPrimitiveRestartIndex(int) - Method in interface javax.media.opengl.GL2GL3
-
- glPrimitiveRestartIndex(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPrimitiveRestartIndexNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPrimitiveRestartIndexNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPrimitiveRestartIndexNV(GLuint index)
Part of GL_NV_primitive_restart
- glPrimitiveRestartIndexNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPrimitiveRestartNV() - Method in class javax.media.opengl.DebugGL4bc
-
- glPrimitiveRestartNV() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPrimitiveRestartNV(void)
Part of GL_NV_primitive_restart
- glPrimitiveRestartNV() - Method in class javax.media.opengl.TraceGL4bc
-
- glPrioritizeTextures(int, IntBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPrioritizeTextures(int, int[], int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPrioritizeTextures(int, IntBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPrioritizeTextures(GLsizei n, const GLuint * textures, const GLclampf * priorities)
Part of
GL_VERSION_1_1
- glPrioritizeTextures(int, int[], int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPrioritizeTextures(GLsizei n, const GLuint * textures, const GLclampf * priorities)
Part of
GL_VERSION_1_1
- glPrioritizeTextures(int, IntBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPrioritizeTextures(int, int[], int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- GLProfile - Class in javax.media.opengl
-
Specifies the the OpenGL profile.
- glProgramBinary(int, int, Buffer, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramBinary(int, int, Buffer, int) - Method in class javax.media.opengl.DebugGLES3
-
- glProgramBinary(int, int, Buffer, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glProgramBinary(GLuint program, GLenum binaryFormat, const GLvoid * binary, GLint length)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_1
,
GL_ARB_get_program_binary
;
GL_OES_get_program_binary
- glProgramBinary(int, int, Buffer, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramBinary(int, int, Buffer, int) - Method in class javax.media.opengl.TraceGLES3
-
- glProgramBufferParametersfvNV(int, int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramBufferParametersfvNV(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramBufferParametersfvNV(int, int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramBufferParametersfvNV(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat * params)
Part of GL_NV_parameter_buffer_object
- glProgramBufferParametersfvNV(int, int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramBufferParametersfvNV(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat * params)
Part of GL_NV_parameter_buffer_object
- glProgramBufferParametersfvNV(int, int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramBufferParametersfvNV(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramBufferParametersIivNV(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramBufferParametersIivNV(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramBufferParametersIivNV(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramBufferParametersIivNV(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint * params)
Part of GL_NV_parameter_buffer_object
- glProgramBufferParametersIivNV(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramBufferParametersIivNV(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint * params)
Part of GL_NV_parameter_buffer_object
- glProgramBufferParametersIivNV(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramBufferParametersIivNV(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramBufferParametersIuivNV(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramBufferParametersIuivNV(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramBufferParametersIuivNV(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramBufferParametersIuivNV(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint * params)
Part of GL_NV_parameter_buffer_object
- glProgramBufferParametersIuivNV(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramBufferParametersIuivNV(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint * params)
Part of GL_NV_parameter_buffer_object
- glProgramBufferParametersIuivNV(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramBufferParametersIuivNV(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameter4dARB(int, int, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameter4dARB(int, int, double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program
- glProgramEnvParameter4dARB(int, int, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameter4dvARB(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameter4dvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameter4dvARB(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameter4dvARB(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program
- glProgramEnvParameter4dvARB(int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameter4dvARB(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program
- glProgramEnvParameter4dvARB(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameter4dvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameter4fARB(int, int, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameter4fARB(int, int, float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program
- glProgramEnvParameter4fARB(int, int, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameter4fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameter4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameter4fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameter4fvARB(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program
- glProgramEnvParameter4fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameter4fvARB(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program
- glProgramEnvParameter4fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameter4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameterI4iNV(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameterI4iNV(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameterI4iNV(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_NV_gpu_program4
- glProgramEnvParameterI4iNV(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameterI4ivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameterI4ivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameterI4ivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameterI4ivNV(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4
- glProgramEnvParameterI4ivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameterI4ivNV(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4
- glProgramEnvParameterI4ivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameterI4ivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameterI4uiNV(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameterI4uiNV(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameterI4uiNV(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_NV_gpu_program4
- glProgramEnvParameterI4uiNV(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameterI4uivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameterI4uivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameterI4uivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameterI4uivNV(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4
- glProgramEnvParameterI4uivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameterI4uivNV(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4
- glProgramEnvParameterI4uivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameterI4uivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameters4fvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameters4fvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParameters4fvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameters4fvEXT(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters
- glProgramEnvParameters4fvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParameters4fvEXT(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters
- glProgramEnvParameters4fvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParameters4fvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParametersI4ivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParametersI4ivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParametersI4ivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4
- glProgramEnvParametersI4ivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4
- glProgramEnvParametersI4ivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParametersI4ivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParametersI4uivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParametersI4uivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramEnvParametersI4uivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4
- glProgramEnvParametersI4uivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramEnvParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4
- glProgramEnvParametersI4uivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramEnvParametersI4uivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameter4dARB(int, int, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameter4dARB(int, int, double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program
- glProgramLocalParameter4dARB(int, int, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameter4dvARB(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameter4dvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameter4dvARB(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameter4dvARB(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program
- glProgramLocalParameter4dvARB(int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameter4dvARB(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program
- glProgramLocalParameter4dvARB(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameter4dvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameter4fARB(int, int, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameter4fARB(int, int, float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program
- glProgramLocalParameter4fARB(int, int, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameter4fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameter4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameter4fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameter4fvARB(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program
- glProgramLocalParameter4fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameter4fvARB(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program
- glProgramLocalParameter4fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameter4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameterI4iNV(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameterI4iNV(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameterI4iNV(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_NV_gpu_program4
- glProgramLocalParameterI4iNV(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameterI4ivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameterI4ivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameterI4ivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameterI4ivNV(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4
- glProgramLocalParameterI4ivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameterI4ivNV(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4
- glProgramLocalParameterI4ivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameterI4ivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameterI4uiNV(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameterI4uiNV(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameterI4uiNV(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_NV_gpu_program4
- glProgramLocalParameterI4uiNV(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameterI4uivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameterI4uivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameterI4uivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameterI4uivNV(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4
- glProgramLocalParameterI4uivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameterI4uivNV(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4
- glProgramLocalParameterI4uivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameterI4uivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameters4fvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameters4fvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParameters4fvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameters4fvEXT(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters
- glProgramLocalParameters4fvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParameters4fvEXT(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters
- glProgramLocalParameters4fvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParameters4fvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParametersI4ivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParametersI4ivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParametersI4ivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4
- glProgramLocalParametersI4ivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4
- glProgramLocalParametersI4ivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParametersI4ivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParametersI4uivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParametersI4uivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramLocalParametersI4uivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4
- glProgramLocalParametersI4uivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramLocalParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4
- glProgramLocalParametersI4uivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramLocalParametersI4uivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramParameteri(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramParameteri(int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glProgramParameteri(int, int, int) - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glProgramParameteri(GLuint program, GLenum pname, GLint value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_1
,
GL_ARB_get_program_binary
;
GL_EXT_separate_shader_objects
,
GL_EXT_geometry_shader4
- glProgramParameteri(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramParameteri(int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glProgramParameteriARB(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramParameteriARB(int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glProgramParameteriARB(GLuint program, GLenum pname, GLint value)
Part of GL_ARB_geometry_shader4
- glProgramParameteriARB(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramStringARB(int, int, int, String) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramStringARB(int, int, int, String) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramStringARB(GLenum target, GLenum format, GLsizei len, const GLvoid * string)
Part of GL_ARB_vertex_program
- glProgramStringARB(int, int, int, String) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramSubroutineParametersuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramSubroutineParametersuivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramSubroutineParametersuivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramSubroutineParametersuivNV(GLenum target, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program5
- glProgramSubroutineParametersuivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramSubroutineParametersuivNV(GLenum target, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program5
- glProgramSubroutineParametersuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramSubroutineParametersuivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1d(int, int, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1d(int, int, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1d(GLuint program, GLint location, GLdouble v0)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform1d(int, int, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1dv(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1dv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1dv(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1dv(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform1dv(int, int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1dv(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform1dv(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1dv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1f(int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1f(int, int, float) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1f(GLuint program, GLint location, GLfloat v0)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform1f(int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1fv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1fv(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1fv(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1fv(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform1fv(int, int, int, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1fv(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform1fv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1fv(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1i(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1i(int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1i(GLuint program, GLint location, GLint v0)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform1i(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1i64NV(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1i64NV(int, int, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform1i64NV(GLuint program, GLint location, GLint64EXT x)
Part of GL_NV_gpu_shader5
- glProgramUniform1i64NV(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1i64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1i64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1i64vNV(int, int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform1i64vNV(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform1i64vNV(int, int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform1i64vNV(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform1i64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1i64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1iv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1iv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1iv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1iv(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform1iv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1iv(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform1iv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1iv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1ui(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1ui(int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1ui(GLuint program, GLint location, GLuint v0)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform1ui(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1ui64NV(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1ui64NV(int, int, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform1ui64NV(GLuint program, GLint location, GLuint64EXT x)
Part of GL_NV_gpu_shader5
- glProgramUniform1ui64NV(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1ui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1ui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1ui64vNV(int, int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform1ui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform1ui64vNV(int, int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform1ui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform1ui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1ui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1uiEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1uiEXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform1uiEXT(GLuint program, GLint location, GLuint v0)
Part of GL_EXT_direct_state_access
- glProgramUniform1uiEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1uiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1uiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1uiv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1uiv(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform1uiv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform1uiv(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform1uiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1uiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1uivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1uivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform1uivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform1uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_EXT_direct_state_access
- glProgramUniform1uivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform1uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_EXT_direct_state_access
- glProgramUniform1uivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform1uivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2d(int, int, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2d(int, int, double, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2d(GLuint program, GLint location, GLdouble v0, GLdouble v1)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform2d(int, int, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2dv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2dv(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2dv(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2dv(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform2dv(int, int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2dv(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform2dv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2dv(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2f(int, int, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2f(int, int, float, float) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform2f(int, int, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2fv(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2fv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2fv(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2fv(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform2fv(int, int, int, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2fv(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform2fv(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2fv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2i(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2i(int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform2i(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2i64NV(int, int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2i64NV(int, int, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform2i64NV(GLuint program, GLint location, GLint64EXT x, GLint64EXT y)
Part of GL_NV_gpu_shader5
- glProgramUniform2i64NV(int, int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2i64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2i64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2i64vNV(int, int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform2i64vNV(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform2i64vNV(int, int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform2i64vNV(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform2i64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2i64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2iv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2iv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2iv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2iv(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform2iv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2iv(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform2iv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2iv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2ui(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2ui(int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2ui(GLuint program, GLint location, GLuint v0, GLuint v1)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform2ui(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2ui64NV(int, int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2ui64NV(int, int, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform2ui64NV(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_gpu_shader5
- glProgramUniform2ui64NV(int, int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2ui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2ui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2ui64vNV(int, int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform2ui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform2ui64vNV(int, int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform2ui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform2ui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2ui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2uiEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2uiEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform2uiEXT(GLuint program, GLint location, GLuint v0, GLuint v1)
Part of GL_EXT_direct_state_access
- glProgramUniform2uiEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2uiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2uiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2uiv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2uiv(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform2uiv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform2uiv(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform2uiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2uiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2uivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2uivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform2uivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform2uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_EXT_direct_state_access
- glProgramUniform2uivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform2uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_EXT_direct_state_access
- glProgramUniform2uivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform2uivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3d(int, int, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3d(int, int, double, double, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3d(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform3d(int, int, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3dv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3dv(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3dv(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3dv(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform3dv(int, int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3dv(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform3dv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3dv(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3f(int, int, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3f(int, int, float, float, float) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform3f(int, int, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3fv(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3fv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3fv(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3fv(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform3fv(int, int, int, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3fv(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform3fv(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3fv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3i(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3i(int, int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform3i(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3i64NV(int, int, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3i64NV(int, int, long, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform3i64NV(GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_gpu_shader5
- glProgramUniform3i64NV(int, int, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3i64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3i64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3i64vNV(int, int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform3i64vNV(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform3i64vNV(int, int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform3i64vNV(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform3i64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3i64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3iv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3iv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3iv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3iv(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform3iv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3iv(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform3iv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3iv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3ui(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3ui(int, int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform3ui(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3ui64NV(int, int, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3ui64NV(int, int, long, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform3ui64NV(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_gpu_shader5
- glProgramUniform3ui64NV(int, int, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3ui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3ui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3ui64vNV(int, int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform3ui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform3ui64vNV(int, int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform3ui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform3ui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3ui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3uiEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3uiEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform3uiEXT(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
Part of GL_EXT_direct_state_access
- glProgramUniform3uiEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3uiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3uiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3uiv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3uiv(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform3uiv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform3uiv(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform3uiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3uiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3uivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3uivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform3uivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform3uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_EXT_direct_state_access
- glProgramUniform3uivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform3uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_EXT_direct_state_access
- glProgramUniform3uivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform3uivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4d(int, int, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4d(int, int, double, double, double, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4d(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform4d(int, int, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4dv(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4dv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4dv(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4dv(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform4dv(int, int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4dv(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_ARB_gpu_shader_fp64
- glProgramUniform4dv(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4dv(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4f(int, int, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4f(int, int, float, float, float, float) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform4f(int, int, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4fv(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4fv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4fv(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4fv(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform4fv(int, int, int, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4fv(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform4fv(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4fv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4i(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4i(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform4i(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4i64NV(int, int, long, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4i64NV(int, int, long, long, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform4i64NV(GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_gpu_shader5
- glProgramUniform4i64NV(int, int, long, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4i64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4i64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4i64vNV(int, int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform4i64vNV(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform4i64vNV(int, int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform4i64vNV(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform4i64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4i64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4iv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4iv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4iv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4iv(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform4iv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4iv(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_direct_state_access
,
GL_EXT_separate_shader_objects
- glProgramUniform4iv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4iv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4ui(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4ui(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform4ui(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4ui64NV(int, int, long, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4ui64NV(int, int, long, long, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform4ui64NV(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_gpu_shader5
- glProgramUniform4ui64NV(int, int, long, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4ui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4ui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4ui64vNV(int, int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform4ui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform4ui64vNV(int, int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glProgramUniform4ui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glProgramUniform4ui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4ui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4uiEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4uiEXT(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform4uiEXT(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Part of GL_EXT_direct_state_access
- glProgramUniform4uiEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4uiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4uiv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4uiv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4uiv(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform4uiv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glProgramUniform4uiv(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
- glProgramUniform4uiv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4uiv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4uivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4uivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniform4uivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform4uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_EXT_direct_state_access
- glProgramUniform4uivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniform4uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_EXT_direct_state_access
- glProgramUniform4uivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniform4uivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformHandleui64NV(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformHandleui64NV(int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformHandleui64NV(GLuint program, GLint location, GLuint64 value)
Part of GL_NV_bindless_texture
- glProgramUniformHandleui64NV(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformHandleui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformHandleui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformHandleui64vNV(int, int, int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformHandleui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64 * values)
Part of GL_NV_bindless_texture
- glProgramUniformHandleui64vNV(int, int, int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformHandleui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64 * values)
Part of GL_NV_bindless_texture
- glProgramUniformHandleui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformHandleui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2dv(int, int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix2dv(int, int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix2dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2fv(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_EXT_separate_shader_objects
- glProgramUniformMatrix2fv(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_EXT_separate_shader_objects
- glProgramUniformMatrix2fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x3dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x3dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x3dv(int, int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix2x3dv(int, int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix2x3dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x3dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x3fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x3fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x3fv(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix2x3fv(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix2x3fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x3fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x3fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x3fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x3fvEXT(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix2x3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix2x3fvEXT(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix2x3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix2x3fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x3fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x4dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x4dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x4dv(int, int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix2x4dv(int, int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix2x4dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x4dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x4fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x4fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x4fv(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix2x4fv(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix2x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix2x4fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x4fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x4fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x4fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix2x4fvEXT(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix2x4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix2x4fvEXT(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix2x4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix2x4fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix2x4fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3dv(int, int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix3dv(int, int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix3dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3fv(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_EXT_separate_shader_objects
- glProgramUniformMatrix3fv(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_EXT_separate_shader_objects
- glProgramUniformMatrix3fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x2dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x2dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x2dv(int, int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix3x2dv(int, int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix3x2dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x2dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x2fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x2fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x2fv(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix3x2fv(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix3x2fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x2fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x2fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x2fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x2fvEXT(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix3x2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix3x2fvEXT(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix3x2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix3x2fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x2fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x4dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x4dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x4dv(int, int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix3x4dv(int, int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix3x4dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x4dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x4fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x4fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x4fv(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix3x4fv(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix3x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix3x4fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x4fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x4fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x4fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix3x4fvEXT(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix3x4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix3x4fvEXT(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix3x4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix3x4fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix3x4fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4dv(int, int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix4dv(int, int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix4dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4fv(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_EXT_separate_shader_objects
- glProgramUniformMatrix4fv(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_EXT_separate_shader_objects
- glProgramUniformMatrix4fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x2dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x2dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x2dv(int, int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix4x2dv(int, int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix4x2dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x2dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x2fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x2fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x2fv(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix4x2fv(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix4x2fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x2fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x2fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x2fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x2fvEXT(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix4x2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix4x2fvEXT(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix4x2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix4x2fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x2fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x3dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x3dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x3dv(int, int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix4x3dv(int, int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
; GL_EXT_direct_state_access
, GL_ARB_gpu_shader_fp64
- glProgramUniformMatrix4x3dv(int, int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x3dv(int, int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x3fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x3fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x3fv(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix4x3fv(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glProgramUniformMatrix4x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_VERSION_4_1
, GL_ARB_separate_shader_objects
- glProgramUniformMatrix4x3fv(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x3fv(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x3fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x3fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformMatrix4x3fvEXT(int, int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix4x3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix4x3fvEXT(int, int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramUniformMatrix4x3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_EXT_direct_state_access
- glProgramUniformMatrix4x3fvEXT(int, int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformMatrix4x3fvEXT(int, int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformui64NV(int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformui64NV(int, int, long) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glProgramUniformui64NV(GLuint program, GLint location, GLuint64EXT value)
Part of GL_NV_shader_buffer_load
- glProgramUniformui64NV(int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramUniformui64vNV(int, int, int, LongBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glProgramUniformui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load
- glProgramUniformui64vNV(int, int, int, long[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glProgramUniformui64vNV(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load
- glProgramUniformui64vNV(int, int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramUniformui64vNV(int, int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glProgramVertexLimitNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProgramVertexLimitNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProgramVertexLimitNV(GLenum target, GLint limit)
Part of GL_NV_geometry_program4
- glProgramVertexLimitNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProvokingVertex(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProvokingVertex(int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glProvokingVertex(GLenum mode)
Part of
GL_VERSION_3_2
,
GL_ARB_provoking_vertex
- glProvokingVertex(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glProvokingVertexEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glProvokingVertexEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glProvokingVertexEXT(GLenum mode)
Part of GL_EXT_provoking_vertex
- glProvokingVertexEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPushAttrib(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPushAttrib(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPushAttrib(GLbitfield mask)
Part of
GL_VERSION_1_0
- glPushAttrib(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPushClientAttrib(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPushClientAttrib(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPushClientAttrib(GLbitfield mask)
Part of
GL_VERSION_1_1
- glPushClientAttrib(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPushClientAttribDefaultEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPushClientAttribDefaultEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glPushClientAttribDefaultEXT(GLbitfield mask)
Part of GL_EXT_direct_state_access
- glPushClientAttribDefaultEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPushDebugGroup(int, int, int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPushDebugGroup(int, int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glPushDebugGroup(int, int, int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glPushDebugGroup(int, int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glPushDebugGroup(int, int, int, ByteBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar * message)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_KHR_debug
- glPushDebugGroup(int, int, int, byte[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar * message)
Part of
GL_VERSION_4_3
,
GL_KHR_debug
;
GL_KHR_debug
- glPushDebugGroup(int, int, int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glPushDebugGroup(int, int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glPushDebugGroup(int, int, int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glPushDebugGroup(int, int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glPushGroupMarkerEXT(int, ByteBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glPushGroupMarkerEXT(int, byte[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glPushGroupMarkerEXT(int, ByteBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glPushGroupMarkerEXT(GLsizei length, const GLchar * marker)
Part of GL_EXT_debug_marker
- glPushGroupMarkerEXT(int, byte[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glPushGroupMarkerEXT(GLsizei length, const GLchar * marker)
Part of GL_EXT_debug_marker
- glPushGroupMarkerEXT(int, ByteBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glPushGroupMarkerEXT(int, byte[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glPushMatrix() - Method in class javax.media.opengl.DebugGL4bc
-
- glPushMatrix() - Method in class javax.media.opengl.DebugGLES1
-
- glPushMatrix() - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Push the current matrix to it's stack, while preserving it's values.
- glPushMatrix() - Method in class javax.media.opengl.TraceGL4bc
-
- glPushMatrix() - Method in class javax.media.opengl.TraceGLES1
-
- glPushName(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glPushName(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glPushName(GLuint name)
Part of
GL_VERSION_1_0
- glPushName(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glQueryCounter(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glQueryCounter(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glQueryCounter(GLuint id, GLenum target)
Part of
GL_ARB_timer_query
,
GL_VERSION_3_3
- glQueryCounter(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glQueryCounterEXT(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glQueryCounterEXT(int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glQueryCounterEXT(GLuint id, GLenum target)
Part of GL_EXT_disjoint_timer_query
- glQueryCounterEXT(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glQueryMatrixxOES(int[], int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glQueryMatrixxOES(IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glQueryMatrixxOES(int[], int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glQueryMatrixxOES(IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glQueryMatrixxOES(IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLbitfield glQueryMatrixxOES(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix
- glQueryMatrixxOES(int[], int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLbitfield glQueryMatrixxOES(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix
- glQueryMatrixxOES(IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: GLbitfield glQueryMatrixxOES(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix
- glQueryMatrixxOES(int[], int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: GLbitfield glQueryMatrixxOES(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix
- glQueryMatrixxOES(int[], int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glQueryMatrixxOES(IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glQueryMatrixxOES(int[], int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glQueryMatrixxOES(IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glRasterPos2d(double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2d(double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2d(GLdouble x, GLdouble y)
Part of
GL_VERSION_1_0
- glRasterPos2d(double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos2dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glRasterPos2dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glRasterPos2dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos2dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos2f(float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2f(float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2f(GLfloat x, GLfloat y)
Part of
GL_VERSION_1_0
- glRasterPos2f(float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos2fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glRasterPos2fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glRasterPos2fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos2fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos2i(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2i(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2i(GLint x, GLint y)
Part of
GL_VERSION_1_0
- glRasterPos2i(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos2iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2iv(const GLint * v)
Part of
GL_VERSION_1_0
- glRasterPos2iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2iv(const GLint * v)
Part of
GL_VERSION_1_0
- glRasterPos2iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos2iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos2s(short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2s(short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2s(GLshort x, GLshort y)
Part of
GL_VERSION_1_0
- glRasterPos2s(short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos2sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos2sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glRasterPos2sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos2sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glRasterPos2sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos2sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3d(double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3d(double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3d(GLdouble x, GLdouble y, GLdouble z)
Part of
GL_VERSION_1_0
- glRasterPos3d(double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glRasterPos3dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glRasterPos3dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3f(float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3f(float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3f(GLfloat x, GLfloat y, GLfloat z)
Part of
GL_VERSION_1_0
- glRasterPos3f(float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glRasterPos3fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glRasterPos3fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3i(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3i(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3i(GLint x, GLint y, GLint z)
Part of
GL_VERSION_1_0
- glRasterPos3i(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3iv(const GLint * v)
Part of
GL_VERSION_1_0
- glRasterPos3iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3iv(const GLint * v)
Part of
GL_VERSION_1_0
- glRasterPos3iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3s(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3s(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3s(GLshort x, GLshort y, GLshort z)
Part of
GL_VERSION_1_0
- glRasterPos3s(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos3sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glRasterPos3sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos3sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glRasterPos3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos3sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4d(double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4d(double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of
GL_VERSION_1_0
- glRasterPos4d(double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glRasterPos4dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glRasterPos4dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4f(float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4f(float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of
GL_VERSION_1_0
- glRasterPos4f(float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glRasterPos4fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glRasterPos4fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4i(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4i(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4i(GLint x, GLint y, GLint z, GLint w)
Part of
GL_VERSION_1_0
- glRasterPos4i(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4iv(const GLint * v)
Part of
GL_VERSION_1_0
- glRasterPos4iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4iv(const GLint * v)
Part of
GL_VERSION_1_0
- glRasterPos4iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4s(short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4s(short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w)
Part of
GL_VERSION_1_0
- glRasterPos4s(short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRasterPos4sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glRasterPos4sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRasterPos4sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glRasterPos4sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRasterPos4sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glReadBuffer(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glReadBuffer(int) - Method in class javax.media.opengl.DebugGLES3
-
- glReadBuffer(int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glReadBuffer(GLenum mode)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_0
- glReadBuffer(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glReadBuffer(int) - Method in class javax.media.opengl.TraceGLES3
-
- glReadBufferIndexedEXT(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glReadBufferIndexedEXT(int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glReadBufferIndexedEXT(GLenum src, GLint index)
Part of GL_EXT_multiview_draw_buffers
- glReadBufferIndexedEXT(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glReadBufferNV(int) - Method in class javax.media.opengl.DebugGLES3
-
- glReadBufferNV(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glReadBufferNV(GLenum mode)
Part of GL_NV_read_buffer
- glReadBufferNV(int) - Method in class javax.media.opengl.TraceGLES3
-
- glReadnPixels(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glReadnPixels(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glReadnPixels(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glReadnPixels(int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glReadnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
Part of GL_ARB_robustness
; GL_EXT_robustness
- glReadnPixels(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glReadnPixels(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glReadnPixels(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glReadPixels(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glReadPixels(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glReadPixels(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glReadPixels(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glReadPixels(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glReadPixels(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glReadPixels(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glRectd(double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glRectd(double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRectd(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
Part of
GL_VERSION_1_0
- glRectd(double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glRectdv(DoubleBuffer, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRectdv(double[], int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRectdv(DoubleBuffer, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRectdv(const GLdouble * v1, const GLdouble * v2)
Part of
GL_VERSION_1_0
- glRectdv(double[], int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRectdv(const GLdouble * v1, const GLdouble * v2)
Part of
GL_VERSION_1_0
- glRectdv(DoubleBuffer, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRectdv(double[], int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRectf(float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glRectf(float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
Part of
GL_VERSION_1_0
- glRectf(float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glRectfv(float[], int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRectfv(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRectfv(FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRectfv(const GLfloat * v1, const GLfloat * v2)
Part of
GL_VERSION_1_0
- glRectfv(float[], int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRectfv(const GLfloat * v1, const GLfloat * v2)
Part of
GL_VERSION_1_0
- glRectfv(float[], int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRectfv(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRecti(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRecti(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRecti(GLint x1, GLint y1, GLint x2, GLint y2)
Part of
GL_VERSION_1_0
- glRecti(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRectiv(int[], int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRectiv(IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRectiv(IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRectiv(const GLint * v1, const GLint * v2)
Part of
GL_VERSION_1_0
- glRectiv(int[], int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRectiv(const GLint * v1, const GLint * v2)
Part of
GL_VERSION_1_0
- glRectiv(int[], int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRectiv(IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRects(short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glRects(short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRects(GLshort x1, GLshort y1, GLshort x2, GLshort y2)
Part of
GL_VERSION_1_0
- glRects(short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glRectsv(ShortBuffer, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glRectsv(short[], int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRectsv(ShortBuffer, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRectsv(const GLshort * v1, const GLshort * v2)
Part of
GL_VERSION_1_0
- glRectsv(short[], int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRectsv(const GLshort * v1, const GLshort * v2)
Part of
GL_VERSION_1_0
- glRectsv(ShortBuffer, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glRectsv(short[], int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glReleaseShaderCompiler() - Method in class javax.media.opengl.DebugGL4bc
-
- glReleaseShaderCompiler() - Method in class javax.media.opengl.DebugGLES3
-
- glReleaseShaderCompiler() - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glReleaseShaderCompiler(void);
Part of
GL_ES_VERSION_2_0
and
GL_ARB_ES2_compatibility
.
- glReleaseShaderCompiler() - Method in class javax.media.opengl.TraceGL4bc
-
- glReleaseShaderCompiler() - Method in class javax.media.opengl.TraceGLES3
-
- glRenderbufferStorage(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRenderbufferStorage(int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glRenderbufferStorage(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glRenderbufferStorage(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Part of
GL_ARB_framebuffer_object
,
GL_VERSION_3_0
,
GL_ES_VERSION_2_0
;
GL_OES_framebuffer_object
- glRenderbufferStorage(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRenderbufferStorage(int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glRenderbufferStorage(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glRenderbufferStorageMultisample(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRenderbufferStorageMultisample(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glRenderbufferStorageMultisample(int, int, int, int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of
GL_ARB_framebuffer_object
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glRenderbufferStorageMultisample(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRenderbufferStorageMultisample(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glRenderbufferStorageMultisampleANGLE(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glRenderbufferStorageMultisampleANGLE(int, int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glRenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ANGLE_framebuffer_multisample
- glRenderbufferStorageMultisampleANGLE(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glRenderbufferStorageMultisampleAPPLE(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Part of GL_APPLE_framebuffer_multisample
- glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glRenderbufferStorageMultisampleAPPLE(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Part of GL_APPLE_framebuffer_multisample
- glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glRenderbufferStorageMultisampleCoverageNV(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_NV_framebuffer_multisample_coverage
- glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glRenderbufferStorageMultisampleIMG(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glRenderbufferStorageMultisampleIMG(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glRenderbufferStorageMultisampleIMG(int, int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glRenderbufferStorageMultisampleIMG(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Part of GL_IMG_multisampled_render_to_texture
- glRenderbufferStorageMultisampleIMG(int, int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glRenderbufferStorageMultisampleIMG(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Part of GL_IMG_multisampled_render_to_texture
- glRenderbufferStorageMultisampleIMG(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glRenderbufferStorageMultisampleIMG(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glRenderbufferStorageMultisampleNV(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glRenderbufferStorageMultisampleNV(int, int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glRenderbufferStorageMultisampleNV(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_NV_framebuffer_multisample
- glRenderbufferStorageMultisampleNV(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glRenderMode(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glRenderMode(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
GLint glRenderMode(GLenum mode)
Part of
GL_VERSION_1_0
- glRenderMode(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glResetHistogram(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glResetHistogram(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glResetHistogram(GLenum target)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glResetHistogram(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glResetMinmax(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glResetMinmax(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glResetMinmax(GLenum target)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glResetMinmax(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glResolveMultisampleFramebufferAPPLE() - Method in class javax.media.opengl.DebugGLES1
-
- glResolveMultisampleFramebufferAPPLE() - Method in class javax.media.opengl.DebugGLES3
-
- glResolveMultisampleFramebufferAPPLE() - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glResolveMultisampleFramebufferAPPLE(void)
Part of GL_APPLE_framebuffer_multisample
- glResolveMultisampleFramebufferAPPLE() - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glResolveMultisampleFramebufferAPPLE(void)
Part of GL_APPLE_framebuffer_multisample
- glResolveMultisampleFramebufferAPPLE() - Method in class javax.media.opengl.TraceGLES1
-
- glResolveMultisampleFramebufferAPPLE() - Method in class javax.media.opengl.TraceGLES3
-
- glResumeTransformFeedback() - Method in class javax.media.opengl.DebugGL4bc
-
- glResumeTransformFeedback() - Method in class javax.media.opengl.DebugGLES3
-
- glResumeTransformFeedback() - Method in interface javax.media.opengl.GL4ES3
-
Entry point to C language function:
void glResumeTransformFeedback(void)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_0
,
GL_ARB_transform_feedback2
- glResumeTransformFeedback() - Method in class javax.media.opengl.TraceGL4bc
-
- glResumeTransformFeedback() - Method in class javax.media.opengl.TraceGLES3
-
- glResumeTransformFeedbackNV() - Method in class javax.media.opengl.DebugGL4bc
-
- glResumeTransformFeedbackNV() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glResumeTransformFeedbackNV(void)
Part of GL_NV_transform_feedback2
- glResumeTransformFeedbackNV() - Method in class javax.media.opengl.TraceGL4bc
-
- glRotated(double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glRotated(double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
Part of
GL_VERSION_1_0
- glRotated(double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glRotatef(float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glRotatef(float, float, float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glRotatef(float, float, float, float) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Rotate the current matrix.
- glRotatef(float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glRotatef(float, float, float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glRotatex(int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glRotatex(int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM
- glRotatex(int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- GLRunnable - Interface in javax.media.opengl
-
- GLRunnable2<T,U> - Interface in javax.media.opengl
-
Declares a one-shot OpenGL command.
- glSampleCoverage(float, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glSampleCoverage(float, boolean) - Method in class javax.media.opengl.DebugGLES1
-
- glSampleCoverage(float, boolean) - Method in class javax.media.opengl.DebugGLES3
-
- glSampleCoverage(float, boolean) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glSampleCoverage(GLclampf value, GLboolean invert)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_3
,
GL_ES_VERSION_2_0
- glSampleCoverage(float, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glSampleCoverage(float, boolean) - Method in class javax.media.opengl.TraceGLES1
-
- glSampleCoverage(float, boolean) - Method in class javax.media.opengl.TraceGLES3
-
- glSampleCoveragex(int, boolean) - Method in class javax.media.opengl.DebugGLES1
-
- glSampleCoveragex(int, boolean) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glSampleCoveragex(GLclampx value, GLboolean invert)
Part of GL_VERSION_ES_CL_CM
- glSampleCoveragex(int, boolean) - Method in class javax.media.opengl.TraceGLES1
-
- glSampleMaski(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSampleMaski(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glSampleMaski(GLuint index, GLbitfield mask)
Part of
GL_ARB_texture_multisample
,
GL_VERSION_3_2
- glSampleMaski(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSampleMaskIndexedNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSampleMaskIndexedNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSampleMaskIndexedNV(GLuint index, GLbitfield mask)
Part of GL_NV_explicit_multisample
- glSampleMaskIndexedNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSamplerParameterf(int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glSamplerParameterf(int, int, float) - Method in class javax.media.opengl.DebugGLES3
-
- glSamplerParameterf(int, int, float) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glSamplerParameterf(int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glSamplerParameterf(int, int, float) - Method in class javax.media.opengl.TraceGLES3
-
- glSamplerParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSamplerParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSamplerParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glSamplerParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glSamplerParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat * param)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glSamplerParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat * param)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glSamplerParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSamplerParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSamplerParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glSamplerParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glSamplerParameteri(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSamplerParameteri(int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glSamplerParameteri(int, int, int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glSamplerParameteri(GLuint sampler, GLenum pname, GLint param)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glSamplerParameteri(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSamplerParameteri(int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glSamplerParameterIiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSamplerParameterIiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSamplerParameterIiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glSamplerParameterIiv(GLuint sampler, GLenum pname, const GLint * param)
Part of GL_ARB_sampler_objects
, GL_VERSION_3_3
- glSamplerParameterIiv(int, int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glSamplerParameterIiv(GLuint sampler, GLenum pname, const GLint * param)
Part of GL_ARB_sampler_objects
, GL_VERSION_3_3
- glSamplerParameterIiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSamplerParameterIiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSamplerParameterIuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSamplerParameterIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSamplerParameterIuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glSamplerParameterIuiv(GLuint sampler, GLenum pname, const GLuint * param)
Part of GL_ARB_sampler_objects
, GL_VERSION_3_3
- glSamplerParameterIuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glSamplerParameterIuiv(GLuint sampler, GLenum pname, const GLuint * param)
Part of GL_ARB_sampler_objects
, GL_VERSION_3_3
- glSamplerParameterIuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSamplerParameterIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSamplerParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSamplerParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSamplerParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glSamplerParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glSamplerParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glSamplerParameteriv(GLuint sampler, GLenum pname, const GLint * param)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glSamplerParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glSamplerParameteriv(GLuint sampler, GLenum pname, const GLint * param)
Part of
GL_ARB_sampler_objects
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
- glSamplerParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSamplerParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSamplerParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glSamplerParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glScaled(double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glScaled(double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glScaled(GLdouble x, GLdouble y, GLdouble z)
Part of
GL_VERSION_1_0
- glScaled(double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glScalef(float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glScalef(float, float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glScalef(float, float, float) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Scale the current matrix.
- glScalef(float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glScalef(float, float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glScalex(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glScalex(int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glScalex(GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM
- glScalex(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glScissor(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glScissor(int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glScissor(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glScissor(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glScissor(GLint x, GLint y, GLsizei width, GLsizei height)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glScissor(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glScissor(int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glScissor(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glScissorArrayv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glScissorArrayv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glScissorArrayv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glScissorArrayv(GLuint first, GLsizei count, const GLint * v)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glScissorArrayv(int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glScissorArrayv(GLuint first, GLsizei count, const GLint * v)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glScissorArrayv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glScissorArrayv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glScissorIndexed(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glScissorIndexed(int, int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
Part of
GL_VERSION_4_1
,
GL_ARB_viewport_array
- glScissorIndexed(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glScissorIndexedv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glScissorIndexedv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glScissorIndexedv(int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glScissorIndexedv(GLuint index, const GLint * v)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glScissorIndexedv(int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glScissorIndexedv(GLuint index, const GLint * v)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glScissorIndexedv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glScissorIndexedv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3b(byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3b(byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue)
Part of
GL_VERSION_1_4
- glSecondaryColor3b(byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3bv(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3bv(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3bv(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3bv(const GLbyte * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3bv(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3bv(const GLbyte * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3bv(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3bv(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3d(double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3d(double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue)
Part of
GL_VERSION_1_4
- glSecondaryColor3d(double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3dv(const GLdouble * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3dv(const GLdouble * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3f(float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3f(float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3f(GLfloat red, GLfloat green, GLfloat blue)
Part of
GL_VERSION_1_4
- glSecondaryColor3f(float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3fv(const GLfloat * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3fv(const GLfloat * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3h(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3h(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSecondaryColor3h(GLhalfNV red, GLhalfNV green, GLhalfNV blue)
Part of GL_NV_half_float
- glSecondaryColor3h(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3hv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3hv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3hv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSecondaryColor3hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glSecondaryColor3hv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSecondaryColor3hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glSecondaryColor3hv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3hv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3i(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3i(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3i(GLint red, GLint green, GLint blue)
Part of
GL_VERSION_1_4
- glSecondaryColor3i(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3iv(const GLint * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3iv(const GLint * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3s(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3s(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3s(GLshort red, GLshort green, GLshort blue)
Part of
GL_VERSION_1_4
- glSecondaryColor3s(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3sv(const GLshort * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3sv(const GLshort * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3ub(byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3ub(byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue)
Part of
GL_VERSION_1_4
- glSecondaryColor3ub(byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3ubv(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3ubv(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3ubv(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3ubv(const GLubyte * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3ubv(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3ubv(const GLubyte * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3ubv(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3ubv(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3ui(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3ui(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3ui(GLuint red, GLuint green, GLuint blue)
Part of
GL_VERSION_1_4
- glSecondaryColor3ui(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3uiv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3uiv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3uiv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3uiv(const GLuint * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3uiv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3uiv(const GLuint * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3uiv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3uiv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3us(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3us(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3us(GLushort red, GLushort green, GLushort blue)
Part of
GL_VERSION_1_4
- glSecondaryColor3us(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3usv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3usv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColor3usv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3usv(const GLushort * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3usv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColor3usv(const GLushort * v)
Part of
GL_VERSION_1_4
- glSecondaryColor3usv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColor3usv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColorFormatNV(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColorFormatNV(int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glSecondaryColorFormatNV(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory
- glSecondaryColorFormatNV(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColorP3ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColorP3ui(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glSecondaryColorP3ui(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glSecondaryColorP3ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColorP3uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColorP3uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColorP3uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glSecondaryColorP3uiv(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glSecondaryColorP3uiv(int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glSecondaryColorP3uiv(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glSecondaryColorP3uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColorP3uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColorPointer(int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColorPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSecondaryColorPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of
GL_VERSION_1_4
- glSecondaryColorPointer(int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSecondaryColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of
GL_VERSION_1_4
- glSecondaryColorPointer(int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glSecondaryColorPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSelectBuffer(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSelectBuffer(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSelectBuffer(GLsizei size, GLuint * buffer)
Part of
GL_VERSION_1_0
- glSelectBuffer(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * counterList)
Part of GL_AMD_performance_monitor
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * counterList)
Part of GL_AMD_performance_monitor
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, IntBuffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * countersList)
Part of GL_AMD_performance_monitor
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, int[], int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * countersList)
Part of GL_AMD_performance_monitor
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glSelectPerfMonitorCountersAMD(int, boolean, int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glSeparableFilter2D(int, int, int, int, int, int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glSeparableFilter2D(int, int, int, int, int, int, Buffer, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSeparableFilter2D(int, int, int, int, int, int, Buffer, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glSeparableFilter2D(int, int, int, int, int, int, long, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column)
Part of
GL_VERSION_1_2
,
GL_ARB_imaging
- glSeparableFilter2D(int, int, int, int, int, int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glSeparableFilter2D(int, int, int, int, int, int, Buffer, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSetFenceAPPLE(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSetFenceAPPLE(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSetFenceAPPLE(GLuint fence)
Part of GL_APPLE_fence
- glSetFenceAPPLE(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSetFenceNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSetFenceNV(int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glSetFenceNV(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glSetFenceNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSetFenceNV(GLuint fence, GLenum condition)
Part of GL_NV_fence
- glSetFenceNV(int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glSetFenceNV(GLuint, GLenum)
Part of GL_NV_fence
- glSetFenceNV(int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glSetFenceNV(GLuint, GLenum)
Part of GL_NV_fence
- glSetFenceNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSetFenceNV(int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glSetFenceNV(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glSetInvariantEXT(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSetInvariantEXT(int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr)
Part of GL_EXT_vertex_shader
- glSetInvariantEXT(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSetLocalConstantEXT(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSetLocalConstantEXT(int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr)
Part of GL_EXT_vertex_shader
- glSetLocalConstantEXT(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSetMultisamplefvAMD(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSetMultisamplefvAMD(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glSetMultisamplefvAMD(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glSetMultisamplefvAMD(GLenum pname, GLuint index, const GLfloat * val)
Part of GL_AMD_sample_positions
- glSetMultisamplefvAMD(int, int, float[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glSetMultisamplefvAMD(GLenum pname, GLuint index, const GLfloat * val)
Part of GL_AMD_sample_positions
- glSetMultisamplefvAMD(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSetMultisamplefvAMD(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glShadeModel(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glShadeModel(int) - Method in class javax.media.opengl.DebugGLES1
-
- glShadeModel(int) - Method in interface javax.media.opengl.fixedfunc.GLLightingFunc
-
- glShadeModel(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glShadeModel(int) - Method in class javax.media.opengl.TraceGLES1
-
- glShaderBinary(int, IntBuffer, int, Buffer, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glShaderBinary(int, int[], int, int, Buffer, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glShaderBinary(int, int[], int, int, Buffer, int) - Method in class javax.media.opengl.DebugGLES3
-
- glShaderBinary(int, IntBuffer, int, Buffer, int) - Method in class javax.media.opengl.DebugGLES3
-
- glShaderBinary(int, IntBuffer, int, Buffer, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glShaderBinary(GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
Part of
GL_ES_VERSION_2_0
and
GL_ARB_ES2_compatibility
.
- glShaderBinary(int, int[], int, int, Buffer, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glShaderBinary(GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
Part of
GL_ES_VERSION_2_0
and
GL_ARB_ES2_compatibility
.
- glShaderBinary(int, IntBuffer, int, Buffer, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glShaderBinary(int, int[], int, int, Buffer, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glShaderBinary(int, int[], int, int, Buffer, int) - Method in class javax.media.opengl.TraceGLES3
-
- glShaderBinary(int, IntBuffer, int, Buffer, int) - Method in class javax.media.opengl.TraceGLES3
-
- glShaderOp1EXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glShaderOp1EXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glShaderOp1EXT(GLenum op, GLuint res, GLuint arg1)
Part of GL_EXT_vertex_shader
- glShaderOp1EXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glShaderOp2EXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glShaderOp2EXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glShaderOp2EXT(GLenum op, GLuint res, GLuint arg1, GLuint arg2)
Part of GL_EXT_vertex_shader
- glShaderOp2EXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glShaderOp3EXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glShaderOp3EXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glShaderOp3EXT(GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3)
Part of GL_EXT_vertex_shader
- glShaderOp3EXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glShaderSource(int, int, String[], int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glShaderSource(int, int, String[], IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glShaderSource(int, int, String[], int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glShaderSource(int, int, String[], IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glShaderSource(int, int, String[], IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glShaderSource(int, int, String[], int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glShaderSource(int, int, String[], int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glShaderSource(int, int, String[], IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glShaderSource(int, int, String[], int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glShaderSource(int, int, String[], IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glShaderSourceARB(int, int, String[], IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glShaderSourceARB(int, int, String[], int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glShaderSourceARB(int, int, String[], IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glShaderSourceARB(GLhandleARB shaderObj, GLsizei count, const GLcharARB * * string, const GLint * length)
Part of GL_ARB_shader_objects
- glShaderSourceARB(int, int, String[], int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glShaderSourceARB(GLhandleARB shaderObj, GLsizei count, const GLcharARB * * string, const GLint * length)
Part of GL_ARB_shader_objects
- glShaderSourceARB(int, int, String[], IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glShaderSourceARB(int, int, String[], int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glShaderStorageBlockBinding(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glShaderStorageBlockBinding(int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glShaderStorageBlockBinding(GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)
Part of
GL_VERSION_4_3
,
GL_ARB_shader_storage_buffer_object
- glShaderStorageBlockBinding(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- GLSharedContextSetter - Interface in javax.media.opengl
-
- glStartTilingQCOM(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glStartTilingQCOM(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glStartTilingQCOM(int, int, int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering
- glStartTilingQCOM(int, int, int, int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering
- glStartTilingQCOM(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glStartTilingQCOM(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glStencilClearTagEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilClearTagEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glStencilClearTagEXT(GLsizei stencilTagBits, GLuint stencilClearTag)
Part of GL_EXT_stencil_clear_tag
- glStencilClearTagEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilFillPathInstancedNV(int, int, Buffer, int, int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilFillPathInstancedNV(int, int, Buffer, int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilFillPathInstancedNV(int, int, Buffer, int, int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glStencilFillPathInstancedNV(GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum transformType, const GLfloat * transformValues)
Part of GL_NV_path_rendering
- glStencilFillPathInstancedNV(int, int, Buffer, int, int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glStencilFillPathInstancedNV(GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum transformType, const GLfloat * transformValues)
Part of GL_NV_path_rendering
- glStencilFillPathInstancedNV(int, int, Buffer, int, int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilFillPathInstancedNV(int, int, Buffer, int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilFillPathNV(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilFillPathNV(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glStencilFillPathNV(GLuint path, GLenum fillMode, GLuint mask)
Part of GL_NV_path_rendering
- glStencilFillPathNV(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilFunc(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilFunc(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glStencilFunc(int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glStencilFunc(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glStencilFunc(GLenum func, GLint ref, GLuint mask)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glStencilFunc(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilFunc(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glStencilFunc(int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glStencilFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glStencilFuncSeparate(int, int, int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glStencilFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glStencilMask(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilMask(int) - Method in class javax.media.opengl.DebugGLES1
-
- glStencilMask(int) - Method in class javax.media.opengl.DebugGLES3
-
- glStencilMask(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glStencilMask(GLuint mask)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glStencilMask(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilMask(int) - Method in class javax.media.opengl.TraceGLES1
-
- glStencilMask(int) - Method in class javax.media.opengl.TraceGLES3
-
- glStencilMaskSeparate(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilMaskSeparate(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glStencilMaskSeparate(int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glStencilMaskSeparate(GLenum face, GLuint mask)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glStencilMaskSeparate(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilMaskSeparate(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glStencilOp(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilOp(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glStencilOp(int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glStencilOp(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glStencilOp(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilOp(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glStencilOp(int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glStencilOpSeparate(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilOpSeparate(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glStencilOpSeparate(int, int, int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glStencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glStencilOpSeparate(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilOpSeparate(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glStencilOpValueAMD(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilOpValueAMD(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glStencilOpValueAMD(GLenum face, GLuint value)
Part of GL_AMD_stencil_operation_extended
- glStencilOpValueAMD(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilStrokePathInstancedNV(int, int, Buffer, int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilStrokePathInstancedNV(int, int, Buffer, int, int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilStrokePathInstancedNV(int, int, Buffer, int, int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glStencilStrokePathInstancedNV(GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLint reference, GLuint mask, GLenum transformType, const GLfloat * transformValues)
Part of GL_NV_path_rendering
- glStencilStrokePathInstancedNV(int, int, Buffer, int, int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glStencilStrokePathInstancedNV(GLsizei numPaths, GLenum pathNameType, const GLvoid * paths, GLuint pathBase, GLint reference, GLuint mask, GLenum transformType, const GLfloat * transformValues)
Part of GL_NV_path_rendering
- glStencilStrokePathInstancedNV(int, int, Buffer, int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilStrokePathInstancedNV(int, int, Buffer, int, int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStencilStrokePathNV(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glStencilStrokePathNV(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glStencilStrokePathNV(GLuint path, GLint reference, GLuint mask)
Part of GL_NV_path_rendering
- glStencilStrokePathNV(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glStringMarkerGREMEDY(int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glStringMarkerGREMEDY(int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glStringMarkerGREMEDY(GLsizei len, const GLvoid * string)
Part of GL_GREMEDY_string_marker
- glStringMarkerGREMEDY(int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glSwizzleEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSwizzleEXT(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSwizzleEXT(GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
Part of GL_EXT_vertex_shader
- glSwizzleEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glSyncTextureINTEL(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glSyncTextureINTEL(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glSyncTextureINTEL(GLuint texture)
Part of GL_INTEL_map_texture
- glSyncTextureINTEL(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTessellationFactorAMD(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glTessellationFactorAMD(float) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTessellationFactorAMD(GLfloat factor)
Part of GL_AMD_vertex_shader_tesselator
, GL_AMD_vertex_shader_tessellator
- glTessellationFactorAMD(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glTessellationModeAMD(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTessellationModeAMD(int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTessellationModeAMD(GLenum mode)
Part of GL_AMD_vertex_shader_tesselator
, GL_AMD_vertex_shader_tessellator
- glTessellationModeAMD(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTestFenceAPPLE(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTestFenceAPPLE(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glTestFenceAPPLE(GLuint fence)
Part of GL_APPLE_fence
- glTestFenceAPPLE(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTestFenceNV(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTestFenceNV(int) - Method in class javax.media.opengl.DebugGLES1
-
- glTestFenceNV(int) - Method in class javax.media.opengl.DebugGLES3
-
- glTestFenceNV(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glTestFenceNV(GLuint fence)
Part of GL_NV_fence
- glTestFenceNV(int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: GLboolean glTestFenceNV(GLuint)
Part of GL_NV_fence
- glTestFenceNV(int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: GLboolean glTestFenceNV(GLuint)
Part of GL_NV_fence
- glTestFenceNV(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTestFenceNV(int) - Method in class javax.media.opengl.TraceGLES1
-
- glTestFenceNV(int) - Method in class javax.media.opengl.TraceGLES3
-
- glTestObjectAPPLE(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTestObjectAPPLE(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glTestObjectAPPLE(GLenum object, GLuint name)
Part of GL_APPLE_fence
- glTestObjectAPPLE(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexBuffer(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexBuffer(int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glTexBuffer(GLenum target, GLenum internalformat, GLuint buffer)
Part of
GL_VERSION_3_1
;
GL_ARB_texture_buffer_object
- glTexBuffer(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexBufferRange(int, int, int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexBufferRange(int, int, int, long, long) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glTexBufferRange(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of
GL_ARB_texture_buffer_range
,
GL_VERSION_4_3
- glTexBufferRange(int, int, int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1bOES(byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1bOES(byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord1bOES(GLbyte s)
Part of GL_OES_byte_coordinates
- glTexCoord1bOES(byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1bvOES(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1bvOES(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1bvOES(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord1bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glTexCoord1bvOES(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord1bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glTexCoord1bvOES(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1bvOES(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1d(double) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1d(double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1d(GLdouble s)
Part of
GL_VERSION_1_0
- glTexCoord1d(double) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glTexCoord1dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glTexCoord1dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1f(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1f(float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1f(GLfloat s)
Part of
GL_VERSION_1_0
- glTexCoord1f(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glTexCoord1fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glTexCoord1fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1h(short) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1h(short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord1h(GLhalfNV s)
Part of GL_NV_half_float
- glTexCoord1h(short) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1hv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1hv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1hv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord1hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glTexCoord1hv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord1hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glTexCoord1hv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1hv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1i(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1i(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1i(GLint s)
Part of
GL_VERSION_1_0
- glTexCoord1i(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1iv(const GLint * v)
Part of
GL_VERSION_1_0
- glTexCoord1iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1iv(const GLint * v)
Part of
GL_VERSION_1_0
- glTexCoord1iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1s(short) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1s(short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1s(GLshort s)
Part of
GL_VERSION_1_0
- glTexCoord1s(short) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord1sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glTexCoord1sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord1sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glTexCoord1sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord1sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2bOES(byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2bOES(byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord2bOES(GLbyte s, GLbyte t)
Part of GL_OES_byte_coordinates
- glTexCoord2bOES(byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2bvOES(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2bvOES(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2bvOES(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord2bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glTexCoord2bvOES(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord2bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glTexCoord2bvOES(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2bvOES(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2d(double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2d(double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2d(GLdouble s, GLdouble t)
Part of
GL_VERSION_1_0
- glTexCoord2d(double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glTexCoord2dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glTexCoord2dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2f(float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2f(float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2f(GLfloat s, GLfloat t)
Part of
GL_VERSION_1_0
- glTexCoord2f(float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glTexCoord2fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glTexCoord2fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2h(short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2h(short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord2h(GLhalfNV s, GLhalfNV t)
Part of GL_NV_half_float
- glTexCoord2h(short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2hv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2hv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2hv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord2hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glTexCoord2hv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord2hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glTexCoord2hv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2hv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2i(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2i(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2i(GLint s, GLint t)
Part of
GL_VERSION_1_0
- glTexCoord2i(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2iv(const GLint * v)
Part of
GL_VERSION_1_0
- glTexCoord2iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2iv(const GLint * v)
Part of
GL_VERSION_1_0
- glTexCoord2iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2s(short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2s(short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2s(GLshort s, GLshort t)
Part of
GL_VERSION_1_0
- glTexCoord2s(short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord2sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glTexCoord2sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord2sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glTexCoord2sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord2sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3bOES(byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3bOES(byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord3bOES(GLbyte s, GLbyte t, GLbyte r)
Part of GL_OES_byte_coordinates
- glTexCoord3bOES(byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3bvOES(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3bvOES(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3bvOES(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord3bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glTexCoord3bvOES(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord3bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glTexCoord3bvOES(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3bvOES(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3d(double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3d(double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3d(GLdouble s, GLdouble t, GLdouble r)
Part of
GL_VERSION_1_0
- glTexCoord3d(double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glTexCoord3dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glTexCoord3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3f(float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3f(float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3f(GLfloat s, GLfloat t, GLfloat r)
Part of
GL_VERSION_1_0
- glTexCoord3f(float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glTexCoord3fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glTexCoord3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3h(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3h(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord3h(GLhalfNV s, GLhalfNV t, GLhalfNV r)
Part of GL_NV_half_float
- glTexCoord3h(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3hv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3hv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3hv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord3hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glTexCoord3hv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord3hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glTexCoord3hv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3hv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3i(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3i(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3i(GLint s, GLint t, GLint r)
Part of
GL_VERSION_1_0
- glTexCoord3i(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3iv(const GLint * v)
Part of
GL_VERSION_1_0
- glTexCoord3iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3iv(const GLint * v)
Part of
GL_VERSION_1_0
- glTexCoord3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3s(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3s(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3s(GLshort s, GLshort t, GLshort r)
Part of
GL_VERSION_1_0
- glTexCoord3s(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord3sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glTexCoord3sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord3sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glTexCoord3sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4bOES(byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4bOES(byte, byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord4bOES(GLbyte s, GLbyte t, GLbyte r, GLbyte q)
Part of GL_OES_byte_coordinates
- glTexCoord4bOES(byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4bvOES(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4bvOES(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4bvOES(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord4bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glTexCoord4bvOES(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord4bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glTexCoord4bvOES(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4bvOES(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4d(double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4d(double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4d(GLdouble s, GLdouble t, GLdouble r, GLdouble q)
Part of
GL_VERSION_1_0
- glTexCoord4d(double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glTexCoord4dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glTexCoord4dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4f(float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4f(float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4f(GLfloat s, GLfloat t, GLfloat r, GLfloat q)
Part of
GL_VERSION_1_0
- glTexCoord4f(float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glTexCoord4fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glTexCoord4fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4h(short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4h(short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord4h(GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
Part of GL_NV_half_float
- glTexCoord4h(short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4hv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4hv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4hv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord4hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glTexCoord4hv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexCoord4hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glTexCoord4hv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4hv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4i(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4i(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4i(GLint s, GLint t, GLint r, GLint q)
Part of
GL_VERSION_1_0
- glTexCoord4i(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4iv(const GLint * v)
Part of
GL_VERSION_1_0
- glTexCoord4iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4iv(const GLint * v)
Part of
GL_VERSION_1_0
- glTexCoord4iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4s(short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4s(short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4s(GLshort s, GLshort t, GLshort r, GLshort q)
Part of
GL_VERSION_1_0
- glTexCoord4s(short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoord4sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glTexCoord4sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexCoord4sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glTexCoord4sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoord4sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordFormatNV(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordFormatNV(int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTexCoordFormatNV(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory
- glTexCoordFormatNV(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP1ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP1ui(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP1ui(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP1ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP1uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP1uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP1uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP1uiv(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP1uiv(int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP1uiv(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP1uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP1uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP2ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP2ui(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP2ui(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP2ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP2uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP2uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP2uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP2uiv(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP2uiv(int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP2uiv(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP2uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP2uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP3ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP3ui(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP3ui(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP3ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP3uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP3uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP3uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP3uiv(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP3uiv(int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP3uiv(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP3uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP3uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP4ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP4ui(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP4ui(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP4ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP4uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP4uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordP4uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP4uiv(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP4uiv(int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glTexCoordP4uiv(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glTexCoordP4uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordP4uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordPointer(int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordPointer(GLArrayData) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexCoordPointer(GLArrayData) - Method in class javax.media.opengl.DebugGLES1
-
- glTexCoordPointer(int, int, int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glTexCoordPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glTexCoordPointer(GLArrayData) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glTexCoordPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glTexCoordPointer(int, int, int, long) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glTexCoordPointer(int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordPointer(GLArrayData) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexCoordPointer(GLArrayData) - Method in class javax.media.opengl.TraceGLES1
-
- glTexCoordPointer(int, int, int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glTexCoordPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glTexEnvf(int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexEnvf(int, int, float) - Method in class javax.media.opengl.DebugGLES1
-
- glTexEnvf(int, int, float) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexEnvf(GLenum target, GLenum pname, GLfloat param)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glTexEnvf(int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexEnvf(int, int, float) - Method in class javax.media.opengl.TraceGLES1
-
- glTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexEnvfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexEnvfv(GLenum target, GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glTexEnvfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexEnvfv(GLenum target, GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_VERSION_ES_CM
- glTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexEnvi(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexEnvi(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexEnvi(int, int, int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexEnvi(GLenum target, GLenum pname, GLint param)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
- glTexEnvi(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexEnvi(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glTexEnviv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexEnviv(GLenum target, GLenum pname, const GLint * params)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
- glTexEnviv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexEnviv(GLenum target, GLenum pname, const GLint * params)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
- glTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glTexEnvx(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexEnvx(int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glTexEnvx(GLenum target, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM
- glTexEnvx(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexEnvxv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexEnvxv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glTexEnvxv(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glTexEnvxv(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glTexEnvxv(int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glTexEnvxv(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glTexEnvxv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexEnvxv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glTexGend(int, int, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexGend(int, int, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexGend(GLenum coord, GLenum pname, GLdouble param)
Part of
GL_VERSION_1_0
- glTexGend(int, int, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexGendv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexGendv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexGendv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexGendv(GLenum coord, GLenum pname, const GLdouble * params)
Part of
GL_VERSION_1_0
- glTexGendv(int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTexGendv(GLenum coord, GLenum pname, const GLdouble * params)
Part of
GL_VERSION_1_0
- glTexGendv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexGendv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexGenf(int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexGenf(int, int, float) - Method in class javax.media.opengl.DebugGLES1
-
- glTexGenf(int, int, float) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexGenf(GLenum coord, GLenum pname, GLfloat param)
Part of
GL_VERSION_1_0
;
GL_OES_texture_cube_map
- glTexGenf(int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexGenf(int, int, float) - Method in class javax.media.opengl.TraceGLES1
-
- glTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glTexGenfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexGenfv(GLenum coord, GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_0
;
GL_OES_texture_cube_map
- glTexGenfv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexGenfv(GLenum coord, GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_0
;
GL_OES_texture_cube_map
- glTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glTexGeni(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexGeni(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexGeni(int, int, int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexGeni(GLenum coord, GLenum pname, GLint param)
Part of
GL_VERSION_1_0
;
GL_OES_texture_cube_map
- glTexGeni(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexGeni(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glTexGeniv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexGeniv(GLenum coord, GLenum pname, const GLint * params)
Part of
GL_VERSION_1_0
;
GL_OES_texture_cube_map
- glTexGeniv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES1
-
Entry point to C language function:
void glTexGeniv(GLenum coord, GLenum pname, const GLint * params)
Part of
GL_VERSION_1_0
;
GL_OES_texture_cube_map
- glTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glTexImage1D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexImage1D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexImage1D(int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_1_0
- glTexImage1D(int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_1_0
- glTexImage1D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexImage1D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glTexImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glTexImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glTexImage2D(int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glTexImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glTexImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glTexImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glTexImage2DMultisample(int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexImage2DMultisample(int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glTexImage2DMultisample(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Part of
GL_ARB_texture_multisample
,
GL_VERSION_3_2
- glTexImage2DMultisample(int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexImage2DMultisampleCoverageNV(int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexImage2DMultisampleCoverageNV(int, int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTexImage2DMultisampleCoverageNV(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample
- glTexImage2DMultisampleCoverageNV(int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_1_2
,
GL_ES_VERSION_3_0
;
GL_OES_texture_3D
- glTexImage3D(int, int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_1_2
,
GL_ES_VERSION_3_0
;
GL_OES_texture_3D
- glTexImage3D(int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glTexImage3DMultisample(int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexImage3DMultisample(int, int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function:
void glTexImage3DMultisample(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Part of
GL_ARB_texture_multisample
,
GL_VERSION_3_2
- glTexImage3DMultisample(int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTexImage3DMultisampleCoverageNV(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample
- glTexImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexParameterf(int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexParameterf(int, int, float) - Method in class javax.media.opengl.DebugGLES1
-
- glTexParameterf(int, int, float) - Method in class javax.media.opengl.DebugGLES3
-
- glTexParameterf(int, int, float) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexParameterf(GLenum target, GLenum pname, GLfloat param)
Part of
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
,
GL_VERSION_ES_CM
- glTexParameterf(int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexParameterf(int, int, float) - Method in class javax.media.opengl.TraceGLES1
-
- glTexParameterf(int, int, float) - Method in class javax.media.opengl.TraceGLES3
-
- glTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glTexParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
,
GL_VERSION_ES_CM
- glTexParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params)
Part of
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
,
GL_VERSION_ES_CM
- glTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glTexParameteri(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexParameteri(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexParameteri(int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glTexParameteri(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexParameteri(GLenum target, GLenum pname, GLint param)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glTexParameteri(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexParameteri(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexParameteri(int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glTexParameterIiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexParameterIiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexParameterIiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTexParameterIiv(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- glTexParameterIiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTexParameterIiv(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- glTexParameterIiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexParameterIiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexParameterIuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexParameterIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexParameterIuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTexParameterIuiv(GLenum target, GLenum pname, const GLuint * params)
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- glTexParameterIuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTexParameterIuiv(GLenum target, GLenum pname, const GLuint * params)
Part of GL_VERSION_3_0
; GL_EXT_texture_integer
- glTexParameterIuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexParameterIuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glTexParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexParameteriv(GLenum target, GLenum pname, const GLint * params)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glTexParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexParameteriv(GLenum target, GLenum pname, const GLint * params)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glTexParameterx(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexParameterx(int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glTexParameterx(GLenum target, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM
- glTexParameterx(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexParameterxv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES1
-
- glTexParameterxv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexParameterxv(int, int, IntBuffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glTexParameterxv(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glTexParameterxv(int, int, int[], int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glTexParameterxv(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM
- glTexParameterxv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES1
-
- glTexParameterxv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexRenderbufferNV(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexRenderbufferNV(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexRenderbufferNV(GLenum target, GLuint renderbuffer)
Part of GL_NV_explicit_multisample
- glTexRenderbufferNV(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexStorage1D(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexStorage1D(int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexStorage1D(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glTexStorage1D(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part of
GL_VERSION_4_2
,
GL_ARB_texture_storage
;
GL_EXT_texture_storage
- glTexStorage1D(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexStorage1D(int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexStorage1D(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glTexStorage2D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexStorage2D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexStorage2D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glTexStorage2D(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_2
,
GL_ARB_texture_storage
;
GL_EXT_texture_storage
- glTexStorage2D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexStorage2D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexStorage2D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glTexStorage2DMultisample(int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexStorage2DMultisample(int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glTexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Part of
GL_VERSION_4_3
,
GL_ARB_texture_storage_multisample
- glTexStorage2DMultisample(int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexStorage3D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexStorage3D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTexStorage3D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glTexStorage3D(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_4_2
,
GL_ARB_texture_storage
;
GL_EXT_texture_storage
- glTexStorage3D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexStorage3D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glTexStorage3D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glTexStorage3DMultisample(int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexStorage3DMultisample(int, int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glTexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Part of
GL_VERSION_4_3
,
GL_ARB_texture_storage_multisample
- glTexStorage3DMultisample(int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexStorageSparseAMD(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexStorageSparseAMD(int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTexStorageSparseAMD(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
Part of GL_AMD_sparse_texture
- glTexStorageSparseAMD(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexSubImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_1_1
- glTexSubImage1D(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_1_1
- glTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexSubImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_1
,
GL_ES_VERSION_2_0
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_1_2
,
GL_ES_VERSION_3_0
;
GL_OES_texture_3D
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels)
Part of
GL_VERSION_1_2
,
GL_ES_VERSION_3_0
;
GL_OES_texture_3D
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glTextureBarrierNV() - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureBarrierNV() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureBarrierNV(void)
Part of GL_NV_texture_barrier
- glTextureBarrierNV() - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureBufferEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureBufferEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureBufferEXT(GLuint texture, GLenum target, GLenum internalformat, GLuint buffer)
Part of GL_EXT_direct_state_access
- glTextureBufferEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureBufferRangeEXT(int, int, int, int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureBufferRangeEXT(int, int, int, int, long, long) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTextureBufferRangeEXT(GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of GL_ARB_texture_buffer_range
- glTextureBufferRangeEXT(int, int, int, int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureImage1DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureImage1DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureImage1DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glTextureImage1DEXT(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureImage2DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureImage2DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureImage2DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTextureImage2DMultisampleCoverageNV(GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample
- glTextureImage2DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureImage2DMultisampleNV(int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureImage2DMultisampleNV(int, int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTextureImage2DMultisampleNV(GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample
- glTextureImage2DMultisampleNV(int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureImage3DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTextureImage3DMultisampleCoverageNV(GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample
- glTextureImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureImage3DMultisampleNV(int, int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureImage3DMultisampleNV(int, int, int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glTextureImage3DMultisampleNV(GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample
- glTextureImage3DMultisampleNV(int, int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureLightEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureLightEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureLightEXT(GLenum pname)
Part of GL_EXT_light_texture
- glTextureLightEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureMaterialEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureMaterialEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureMaterialEXT(GLenum face, GLenum mode)
Part of GL_EXT_light_texture
- glTextureMaterialEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureNormalEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureNormalEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureNormalEXT(GLenum mode)
Part of GL_EXT_texture_perturb_normal
- glTextureNormalEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureParameterfEXT(int, int, int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureParameterfEXT(int, int, int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureParameterfEXT(GLuint texture, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access
- glTextureParameterfEXT(int, int, int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureParameterfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureParameterfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureParameterfvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureParameterfvEXT(GLuint texture, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glTextureParameterfvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureParameterfvEXT(GLuint texture, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
- glTextureParameterfvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureParameterfvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureParameteriEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureParameteriEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureParameteriEXT(GLuint texture, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access
- glTextureParameteriEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureParameterIivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureParameterIivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureParameterIivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureParameterIivEXT(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glTextureParameterIivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureParameterIivEXT(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glTextureParameterIivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureParameterIivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureParameterIuivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureParameterIuivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureParameterIuivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureParameterIuivEXT(GLuint texture, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access
- glTextureParameterIuivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureParameterIuivEXT(GLuint texture, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access
- glTextureParameterIuivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureParameterIuivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureParameterivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureParameterivEXT(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glTextureParameterivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureParameterivEXT(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
- glTextureParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureRangeAPPLE(int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureRangeAPPLE(int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer)
Part of GL_APPLE_texture_range
- glTextureRangeAPPLE(int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureRenderbufferEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureRenderbufferEXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureRenderbufferEXT(GLuint texture, GLenum target, GLuint renderbuffer)
Part of GL_EXT_direct_state_access
- glTextureRenderbufferEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureStorage1D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureStorage1D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTextureStorage1D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glTextureStorage1D(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glTextureStorage1D(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part of GL_EXT_texture_storage
, GL_ARB_texture_storage
- glTextureStorage1D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureStorage1D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glTextureStorage1D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glTextureStorage2D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureStorage2D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTextureStorage2D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glTextureStorage2D(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glTextureStorage2D(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_texture_storage
, GL_ARB_texture_storage
- glTextureStorage2D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureStorage2D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glTextureStorage2D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glTextureStorage2DMultisampleEXT(int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureStorage2DMultisampleEXT(int, int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glTextureStorage2DMultisampleEXT(GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Part of GL_VERSION_4_3
, GL_ARB_texture_storage_multisample
- glTextureStorage2DMultisampleEXT(int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureStorage3D(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureStorage3D(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTextureStorage3D(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glTextureStorage3D(int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function: void glTextureStorage3D(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_EXT_texture_storage
, GL_ARB_texture_storage
- glTextureStorage3D(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureStorage3D(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glTextureStorage3D(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glTextureStorage3DMultisampleEXT(int, int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureStorage3DMultisampleEXT(int, int, int, int, int, int, int, boolean) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glTextureStorage3DMultisampleEXT(GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Part of GL_VERSION_4_3
, GL_ARB_texture_storage_multisample
- glTextureStorage3DMultisampleEXT(int, int, int, int, int, int, int, boolean) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureStorageSparseAMD(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureStorageSparseAMD(int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureStorageSparseAMD(GLuint texture, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
Part of GL_AMD_sparse_texture
- glTextureStorageSparseAMD(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureSubImage1DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glTextureSubImage1DEXT(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureSubImage2DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTextureSubImage3DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_EXT_direct_state_access
- glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTextureView(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTextureView(int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glTextureView(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
Part of
GL_VERSION_4_3
,
GL_ARB_texture_view
- glTextureView(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTransformFeedbackVaryings(int, int, String[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTransformFeedbackVaryings(int, int, String[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glTransformFeedbackVaryings(int, int, String[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glTransformFeedbackVaryings(GLuint program, GLsizei count, const GLchar * const * varyings, GLenum bufferMode)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
- glTransformFeedbackVaryings(int, int, String[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTransformFeedbackVaryings(int, int, String[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glTransformPathNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glTransformPathNV(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glTransformPathNV(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTransformPathNV(GLuint resultPath, GLuint srcPath, GLenum transformType, const GLfloat * transformValues)
Part of GL_NV_path_rendering
- glTransformPathNV(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glTransformPathNV(GLuint resultPath, GLuint srcPath, GLenum transformType, const GLfloat * transformValues)
Part of GL_NV_path_rendering
- glTransformPathNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glTransformPathNV(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glTranslated(double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glTranslated(double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glTranslated(GLdouble x, GLdouble y, GLdouble z)
Part of
GL_VERSION_1_0
- glTranslated(double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glTranslatef(float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glTranslatef(float, float, float) - Method in class javax.media.opengl.DebugGLES1
-
- glTranslatef(float, float, float) - Method in interface javax.media.opengl.fixedfunc.GLMatrixFunc
-
Translate the current matrix.
- glTranslatef(float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glTranslatef(float, float, float) - Method in class javax.media.opengl.TraceGLES1
-
- glTranslatex(int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glTranslatex(int, int, int) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glTranslatex(GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM
- glTranslatex(int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- GLU - Class in javax.media.opengl.glu
-
Provides access to the OpenGL Utility Library (GLU).
- GLU() - Constructor for class javax.media.opengl.glu.GLU
-
- GLU_BEGIN - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_CCW - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_CW - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_EDGE_FLAG - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_END - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_ERROR - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_EXTENSIONS - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_EXTERIOR - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_FALSE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_FILL - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_FLAT - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_INSIDE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_INTERIOR - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_INVALID_ENUM - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_INVALID_OPERATION - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_INVALID_VALUE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_LINE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_NONE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_OUT_OF_MEMORY - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_OUTSIDE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_POINT - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_SILHOUETTE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_SMOOTH - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_AVOID_DEGENERATE_TRIANGLES - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_BEGIN - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_BEGIN_DATA - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_BOUNDARY_ONLY - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_COMBINE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_COMBINE_DATA - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_COORD_TOO_LARGE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_EDGE_FLAG - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_EDGE_FLAG_DATA - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_END - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_END_DATA - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_ERROR - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_ERROR1 - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_ERROR2 - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_ERROR3 - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_ERROR4 - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_ERROR5 - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_ERROR6 - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_ERROR7 - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_ERROR8 - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_ERROR_DATA - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_MAX_COORD - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_MISSING_BEGIN_CONTOUR - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_MISSING_BEGIN_POLYGON - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_MISSING_END_CONTOUR - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_MISSING_END_POLYGON - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_NEED_COMBINE_CALLBACK - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_TOLERANCE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_VERTEX - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_VERTEX_DATA - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_WINDING_ABS_GEQ_TWO - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_WINDING_NEGATIVE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_WINDING_NONZERO - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_WINDING_ODD - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_WINDING_POSITIVE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TESS_WINDING_RULE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_TRUE - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_UNKNOWN - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_VERSION - Static variable in class javax.media.opengl.glu.GLU
-
- GLU_VERTEX - Static variable in class javax.media.opengl.glu.GLU
-
- gluBeginCurve(GLUnurbs) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Begins a curve definition.
- gluBeginPolygon(GLUtessellator) - Static method in class javax.media.opengl.glu.GLU
-
gluBeginPolygon and
gluEndPolygon
delimit the definition of a nonconvex polygon.
- gluBeginSurface(GLUnurbs) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Begins a surface definition.
- gluBuild1DMipmapLevels(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluBuild1DMipmapLevels(GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void * data);
- gluBuild1DMipmapLevels(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2es1.GLUgl2es1
-
Optional, throws GLException if not available in profile
- gluBuild1DMipmapLevels(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
Optional, throws GLException if not available in profile
- gluBuild1DMipmapLevelsC(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Entry point to C language function: GLint gluBuild1DMipmapLevelsC(GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void * data)
Part of GLU_VERSION_1_X
- gluBuild1DMipmaps(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluBuild1DMipmaps(GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, const void * data);
- gluBuild1DMipmaps(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2es1.GLUgl2es1
-
Optional, throws GLException if not available in profile
- gluBuild1DMipmaps(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
Optional, throws GLException if not available in profile
- gluBuild1DMipmapsC(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Entry point to C language function: GLint gluBuild1DMipmapsC(GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, const void * data)
Part of GLU_VERSION_1_X
- gluBuild2DMipmapLevels(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluBuild2DMipmapLevels(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void * data);
- gluBuild2DMipmapLevels(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2es1.GLUgl2es1
-
Optional, throws GLException if not available in profile
- gluBuild2DMipmapLevels(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
Optional, throws GLException if not available in profile
- gluBuild2DMipmapLevelsC(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Entry point to C language function: GLint gluBuild2DMipmapLevelsC(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void * data)
Part of GLU_VERSION_1_X
- gluBuild2DMipmaps(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluBuild2DMipmaps(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * data);
- gluBuild2DMipmaps(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2es1.GLUgl2es1
-
Optional, throws GLException if not available in profile
- gluBuild2DMipmaps(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
Optional, throws GLException if not available in profile
- gluBuild2DMipmapsC(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Entry point to C language function: GLint gluBuild2DMipmapsC(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * data)
Part of GLU_VERSION_1_X
- gluBuild3DMipmapLevels(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluBuild3DMipmapLevels(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void * data);
- gluBuild3DMipmapLevels(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2es1.GLUgl2es1
-
Optional, throws GLException if not available in profile
- gluBuild3DMipmapLevels(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
Optional, throws GLException if not available in profile
- gluBuild3DMipmapLevelsC(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Entry point to C language function: GLint gluBuild3DMipmapLevelsC(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void * data)
Part of GLU_VERSION_1_X
- gluBuild3DMipmaps(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluBuild3DMipmaps(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * data);
- gluBuild3DMipmaps(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2es1.GLUgl2es1
-
Optional, throws GLException if not available in profile
- gluBuild3DMipmaps(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
Optional, throws GLException if not available in profile
- gluBuild3DMipmapsC(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Entry point to C language function: GLint gluBuild3DMipmapsC(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * data)
Part of GLU_VERSION_1_X
- gluCheckExtension(String, String) - Method in class javax.media.opengl.glu.GLU
-
- gluCylinder(GLUquadric, double, double, double, int, int) - Method in class javax.media.opengl.glu.GLU
-
Option (throws GLException if not available in profile).
- gluDeleteQuadric(GLUquadric) - Method in class javax.media.opengl.glu.GLU
-
Option (throws GLException if not available in profile).
- gluDeleteTess(GLUtessellator) - Static method in class javax.media.opengl.glu.GLU
-
gluDeleteTess destroys the indicated tessellation object (which was
created with
gluNewTess
).
- gluDisk(GLUquadric, double, double, int, int) - Method in class javax.media.opengl.glu.GLU
-
Option (throws GLException if not available in profile).
- gluEndCurve(GLUnurbs) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Ends a curve definition.
- gluEndPolygon(GLUtessellator) - Static method in class javax.media.opengl.glu.GLU
-
gluEndPolygon and
gluBeginPolygon
delimit the definition of a nonconvex polygon.
- gluEndSurface(GLUnurbs) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Ends a surface.
- gluErrorString(int) - Method in class javax.media.opengl.glu.GLU
-
- gluGetString(int) - Method in class javax.media.opengl.glu.GLU
-
- gluGetTessProperty(GLUtessellator, int, double[], int) - Static method in class javax.media.opengl.glu.GLU
-
gluGetTessProperty retrieves properties stored in a tessellation
object.
- GLUgl2 - Class in javax.media.opengl.glu.gl2
-
- GLUgl2() - Constructor for class javax.media.opengl.glu.gl2.GLUgl2
-
Instantiates a new OpenGL Utility Library object.
- GLUgl2es1 - Class in javax.media.opengl.glu.gl2es1
-
- GLUgl2es1() - Constructor for class javax.media.opengl.glu.gl2es1.GLUgl2es1
-
Instantiates a new OpenGL Utility Library object.
- gluLookAt(float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
- gluLookAt(double, double, double, double, double, double, double, double, double) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
- gluLookAt(float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.glu.GLU
-
- gluLookAt(double, double, double, double, double, double, double, double, double) - Method in class javax.media.opengl.glu.GLU
-
- gluNewNurbsRenderer() - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Creates a new GLUnurbs object.
- gluNewQuadric() - Method in class javax.media.opengl.glu.GLU
-
Option (throws GLException if not available in profile).
- gluNewQuadric(boolean, ShaderState) - Method in class javax.media.opengl.glu.GLU
-
- gluNewQuadric(boolean, int) - Method in class javax.media.opengl.glu.GLU
-
- gluNewTess() - Static method in class javax.media.opengl.glu.GLU
-
gluNewTess creates and returns a new tessellation object.
- gluNextContour(GLUtessellator, int) - Static method in class javax.media.opengl.glu.GLU
-
gluNextContour is used to describe polygons with multiple
contours.
- glUniform(GLUniformData) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform(GLUniformData) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform(GLUniformData) - Method in interface javax.media.opengl.GL2ES2
-
- glUniform(GLUniformData) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform(GLUniformData) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform1d(int, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1d(int, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform1d(GLint location, GLdouble x)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform1d(int, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1dv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1dv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1dv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform1dv(GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform1dv(int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform1dv(GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform1dv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1dv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1f(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1f(int, float) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform1f(int, float) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform1f(GLint location, GLfloat x)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform1f(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1f(int, float) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform1fARB(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1fARB(int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform1fARB(GLint location, GLfloat v0)
Part of GL_ARB_shader_objects
- glUniform1fARB(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform1fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform1fv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform1fv(GLint location, GLsizei count, const GLfloat * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform1fv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform1fv(GLint location, GLsizei count, const GLfloat * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform1fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform1fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform1fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform1fvARB(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniform1fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform1fvARB(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniform1fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1i(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1i(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform1i(int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform1i(GLint location, GLint x)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform1i(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1i(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform1i64NV(int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1i64NV(int, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform1i64NV(GLint location, GLint64EXT x)
Part of GL_NV_gpu_shader5
- glUniform1i64NV(int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1i64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1i64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1i64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform1i64vNV(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform1i64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform1i64vNV(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform1i64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1i64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1iARB(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1iARB(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform1iARB(GLint location, GLint v0)
Part of GL_ARB_shader_objects
- glUniform1iARB(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform1iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform1iv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform1iv(GLint location, GLsizei count, const GLint * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform1iv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform1iv(GLint location, GLsizei count, const GLint * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform1iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform1iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform1ivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1ivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform1ivARB(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
- glUniform1ivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform1ivARB(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
- glUniform1ivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1ui(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform1ui(int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform1ui(GLint location, GLuint v0)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform1ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1ui(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform1ui64NV(int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1ui64NV(int, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform1ui64NV(GLint location, GLuint64EXT x)
Part of GL_NV_gpu_shader5
- glUniform1ui64NV(int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1ui64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1ui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1ui64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform1ui64vNV(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform1ui64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform1ui64vNV(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform1ui64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1ui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform1uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform1uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform1uiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform1uiv(GLint location, GLsizei count, const GLuint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform1uiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform1uiv(GLint location, GLsizei count, const GLuint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform1uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform1uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform1uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform2d(int, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2d(int, double, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform2d(GLint location, GLdouble x, GLdouble y)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform2d(int, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2dv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2dv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2dv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform2dv(GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform2dv(int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform2dv(GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform2dv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2dv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2f(int, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2f(int, float, float) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform2f(int, float, float) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform2f(GLint location, GLfloat x, GLfloat y)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform2f(int, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2f(int, float, float) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform2fARB(int, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2fARB(int, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform2fARB(GLint location, GLfloat v0, GLfloat v1)
Part of GL_ARB_shader_objects
- glUniform2fARB(int, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform2fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform2fv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform2fv(GLint location, GLsizei count, const GLfloat * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform2fv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform2fv(GLint location, GLsizei count, const GLfloat * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform2fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform2fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform2fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform2fvARB(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniform2fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform2fvARB(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniform2fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2i(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2i(int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform2i(int, int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform2i(GLint location, GLint x, GLint y)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform2i(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2i(int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform2i64NV(int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2i64NV(int, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform2i64NV(GLint location, GLint64EXT x, GLint64EXT y)
Part of GL_NV_gpu_shader5
- glUniform2i64NV(int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2i64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2i64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2i64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform2i64vNV(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform2i64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform2i64vNV(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform2i64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2i64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2iARB(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2iARB(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform2iARB(GLint location, GLint v0, GLint v1)
Part of GL_ARB_shader_objects
- glUniform2iARB(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform2iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform2iv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform2iv(GLint location, GLsizei count, const GLint * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform2iv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform2iv(GLint location, GLsizei count, const GLint * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform2iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform2iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform2ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2ivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2ivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform2ivARB(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
- glUniform2ivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform2ivARB(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
- glUniform2ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2ivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2ui(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2ui(int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform2ui(int, int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform2ui(GLint location, GLuint v0, GLuint v1)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform2ui(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2ui(int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform2ui64NV(int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2ui64NV(int, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform2ui64NV(GLint location, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_gpu_shader5
- glUniform2ui64NV(int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2ui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2ui64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2ui64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform2ui64vNV(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform2ui64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform2ui64vNV(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform2ui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2ui64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform2uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform2uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform2uiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform2uiv(GLint location, GLsizei count, const GLuint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform2uiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform2uiv(GLint location, GLsizei count, const GLuint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform2uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform2uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform2uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform3d(int, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3d(int, double, double, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform3d(GLint location, GLdouble x, GLdouble y, GLdouble z)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform3d(int, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3dv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3dv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3dv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform3dv(GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform3dv(int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform3dv(GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform3dv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3dv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3f(int, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3f(int, float, float, float) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform3f(int, float, float, float) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform3f(int, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3f(int, float, float, float) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform3fARB(int, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3fARB(int, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform3fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Part of GL_ARB_shader_objects
- glUniform3fARB(int, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform3fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform3fv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform3fv(GLint location, GLsizei count, const GLfloat * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform3fv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform3fv(GLint location, GLsizei count, const GLfloat * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform3fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform3fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform3fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform3fvARB(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniform3fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform3fvARB(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniform3fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3i(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3i(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform3i(int, int, int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform3i(GLint location, GLint x, GLint y, GLint z)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform3i(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3i(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform3i64NV(int, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3i64NV(int, long, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform3i64NV(GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_gpu_shader5
- glUniform3i64NV(int, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3i64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3i64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3i64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform3i64vNV(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform3i64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform3i64vNV(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform3i64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3i64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3iARB(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3iARB(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform3iARB(GLint location, GLint v0, GLint v1, GLint v2)
Part of GL_ARB_shader_objects
- glUniform3iARB(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform3iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform3iv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform3iv(GLint location, GLsizei count, const GLint * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform3iv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform3iv(GLint location, GLsizei count, const GLint * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform3iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform3iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform3ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3ivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3ivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform3ivARB(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
- glUniform3ivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform3ivARB(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
- glUniform3ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3ivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3ui(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3ui(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform3ui(int, int, int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform3ui(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3ui(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform3ui64NV(int, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3ui64NV(int, long, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform3ui64NV(GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_gpu_shader5
- glUniform3ui64NV(int, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3ui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3ui64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3ui64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform3ui64vNV(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform3ui64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform3ui64vNV(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform3ui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3ui64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform3uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform3uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform3uiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform3uiv(GLint location, GLsizei count, const GLuint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform3uiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform3uiv(GLint location, GLsizei count, const GLuint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform3uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform3uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform3uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform4d(int, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4d(int, double, double, double, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform4d(GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform4d(int, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4dv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4dv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4dv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform4dv(GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform4dv(int, int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniform4dv(GLint location, GLsizei count, const GLdouble * value)
Part of
GL_VERSION_4_0
,
GL_ARB_gpu_shader_fp64
- glUniform4dv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4dv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4f(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4f(int, float, float, float, float) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform4f(int, float, float, float, float) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform4f(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4f(int, float, float, float, float) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform4fARB(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4fARB(int, float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform4fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Part of GL_ARB_shader_objects
- glUniform4fARB(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform4fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform4fv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform4fv(GLint location, GLsizei count, const GLfloat * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform4fv(int, int, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform4fv(GLint location, GLsizei count, const GLfloat * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform4fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform4fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform4fvARB(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniform4fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform4fvARB(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniform4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4i(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4i(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform4i(int, int, int, int, int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform4i(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4i(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform4i64NV(int, long, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4i64NV(int, long, long, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform4i64NV(GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_gpu_shader5
- glUniform4i64NV(int, long, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4i64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4i64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4i64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform4i64vNV(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform4i64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform4i64vNV(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform4i64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4i64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4iARB(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4iARB(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform4iARB(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Part of GL_ARB_shader_objects
- glUniform4iARB(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform4iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform4iv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform4iv(GLint location, GLsizei count, const GLint * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform4iv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUniform4iv(GLint location, GLsizei count, const GLint * v)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUniform4iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform4iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform4ivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4ivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform4ivARB(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
- glUniform4ivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniform4ivARB(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
- glUniform4ivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4ui(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4ui(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform4ui(int, int, int, int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform4ui(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4ui(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform4ui64NV(int, long, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4ui64NV(int, long, long, long, long) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform4ui64NV(GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_gpu_shader5
- glUniform4ui64NV(int, long, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4ui64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4ui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4ui64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform4ui64vNV(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform4ui64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL3bc
-
Entry point to C language function: void glUniform4ui64vNV(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5
- glUniform4ui64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4ui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniform4uiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform4uiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniform4uiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform4uiv(GLint location, GLsizei count, const GLuint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform4uiv(int, int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniform4uiv(GLint location, GLsizei count, const GLuint * value)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_0
;
GL_EXT_gpu_shader4
- glUniform4uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniform4uiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniform4uiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformBlockBinding(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformBlockBinding(int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformBlockBinding(int, int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function:
void glUniformBlockBinding(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
Part of
GL_ES_VERSION_3_0
,
GL_ARB_uniform_buffer_object
,
GL_VERSION_3_1
- glUniformBlockBinding(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformBlockBinding(int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformBufferEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformBufferEXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniformBufferEXT(GLuint program, GLint location, GLuint buffer)
Part of GL_EXT_bindable_uniform
- glUniformBufferEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- GLUniformData - Class in javax.media.opengl
-
- GLUniformData(String, int) - Constructor for class javax.media.opengl.GLUniformData
-
int atom
Number of objects is 1
- GLUniformData(String, float) - Constructor for class javax.media.opengl.GLUniformData
-
float atom
Number of objects is 1
- GLUniformData(String, int, IntBuffer) - Constructor for class javax.media.opengl.GLUniformData
-
Multiple IntBuffer Vector
Number of objects is calculated by data.limit()/components
- GLUniformData(String, int, FloatBuffer) - Constructor for class javax.media.opengl.GLUniformData
-
Multiple FloatBuffer Vector
Number of objects is calculated by data.limit()/components
- GLUniformData(String, int, int, FloatBuffer) - Constructor for class javax.media.opengl.GLUniformData
-
Multiple FloatBuffer Matrix
Number of objects is calculated by data.limit()/(rows*columns)
- glUniformHandleui64NV(int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformHandleui64NV(int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniformHandleui64NV(GLint location, GLuint64 value)
Part of GL_NV_bindless_texture
- glUniformHandleui64NV(int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformHandleui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformHandleui64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformHandleui64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniformHandleui64vNV(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_NV_bindless_texture
- glUniformHandleui64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniformHandleui64vNV(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_NV_bindless_texture
- glUniformHandleui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformHandleui64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2dv(int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix2dv(int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix2dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function: void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- glUniformMatrix2fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function: void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix2fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2fvARB(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniformMatrix2fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniformMatrix2fvARB(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniformMatrix2fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniformMatrix2fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2x3dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2x3dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2x3dv(int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix2x3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix2x3dv(int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix2x3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix2x3dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2x3dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix2x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix2x3fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix2x3fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix2x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix2x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix2x4dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2x4dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2x4dv(int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix2x4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix2x4dv(int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix2x4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix2x4dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2x4dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix2x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix2x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix2x4fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix2x4fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix2x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix2x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix2x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix3dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3dv(int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix3dv(int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix3dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function: void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- glUniformMatrix3fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function: void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix3fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3fvARB(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniformMatrix3fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniformMatrix3fvARB(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniformMatrix3fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniformMatrix3fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3x2dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3x2dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3x2dv(int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix3x2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix3x2dv(int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix3x2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix3x2dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3x2dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix3x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix3x2fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix3x2fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix3x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix3x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix3x4dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3x4dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3x4dv(int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix3x4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix3x4dv(int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix3x4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix3x4dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3x4dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix3x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix3x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix3x4fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix3x4fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix3x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix3x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix3x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix4dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4dv(int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix4dv(int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix4dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function: void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- glUniformMatrix4fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function: void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_2_0
, GL_VERSION_2_0
- glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix4fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4fvARB(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniformMatrix4fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniformMatrix4fvARB(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUniformMatrix4fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects
- glUniformMatrix4fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4x2dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4x2dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4x2dv(int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix4x2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix4x2dv(int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix4x2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix4x2dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4x2dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix4x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix4x2fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix4x2fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix4x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix4x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix4x3dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4x3dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4x3dv(int, int, boolean, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix4x3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix4x3dv(int, int, boolean, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glUniformMatrix4x3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_VERSION_4_0
, GL_ARB_gpu_shader_fp64
- glUniformMatrix4x3dv(int, int, boolean, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4x3dv(int, int, boolean, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformMatrix4x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix4x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glUniformMatrix4x3fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix4x3fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0
, GL_VERSION_2_1
- glUniformMatrix4x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformMatrix4x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformMatrix4x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glUniformSubroutinesuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformSubroutinesuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformSubroutinesuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniformSubroutinesuiv(GLenum shadertype, GLsizei count, const GLuint * indices)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glUniformSubroutinesuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUniformSubroutinesuiv(GLenum shadertype, GLsizei count, const GLuint * indices)
Part of
GL_ARB_shader_subroutine
,
GL_VERSION_4_0
- glUniformSubroutinesuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformSubroutinesuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformui64NV(int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformui64NV(int, long) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glUniformui64NV(GLint location, GLuint64EXT value)
Part of GL_NV_shader_buffer_load
- glUniformui64NV(int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformui64vNV(int, int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUniformui64vNV(int, int, LongBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glUniformui64vNV(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load
- glUniformui64vNV(int, int, long[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glUniformui64vNV(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load
- glUniformui64vNV(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glUniformui64vNV(int, int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUnlockArraysEXT() - Method in class javax.media.opengl.DebugGL4bc
-
- glUnlockArraysEXT() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUnlockArraysEXT(void)
Part of GL_EXT_compiled_vertex_array
- glUnlockArraysEXT() - Method in class javax.media.opengl.TraceGL4bc
-
- glUnmapBuffer(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUnmapBuffer(int) - Method in class javax.media.opengl.DebugGLES1
-
- glUnmapBuffer(int) - Method in class javax.media.opengl.DebugGLES3
-
- glUnmapBuffer(int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
GLboolean glUnmapBuffer(GLenum target)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_1_5
;
GL_OES_mapbuffer
- glUnmapBuffer(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUnmapBuffer(int) - Method in class javax.media.opengl.TraceGLES1
-
- glUnmapBuffer(int) - Method in class javax.media.opengl.TraceGLES3
-
- glUnmapNamedBufferEXT(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUnmapNamedBufferEXT(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLboolean glUnmapNamedBufferEXT(GLuint buffer)
Part of GL_EXT_direct_state_access
- glUnmapNamedBufferEXT(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUnmapTexture2DINTEL(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUnmapTexture2DINTEL(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUnmapTexture2DINTEL(GLuint texture, GLint level)
Part of GL_INTEL_map_texture
- glUnmapTexture2DINTEL(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- GLUnurbs - Interface in javax.media.opengl.glu
-
Wrapper for a GLU NURBS object.
- gluNurbsCurve(GLUnurbs, int, float[], int, float[], int, int) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Make a NURBS curve.
- gluNurbsProperty(GLUnurbs, int, float) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Sets a property on a NURBS object.
- gluNurbsSurface(GLUnurbs, int, float[], int, float[], int, int, float[], int, int, int) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Makes a NURBS surface.
- gluOrtho2D(float, float, float, float) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
- gluOrtho2D(double, double, double, double) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
- gluOrtho2D(float, float, float, float) - Method in class javax.media.opengl.glu.GLU
-
- gluOrtho2D(double, double, double, double) - Method in class javax.media.opengl.glu.GLU
-
- gluPartialDisk(GLUquadric, double, double, int, int, double, double) - Method in class javax.media.opengl.glu.GLU
-
Option (throws GLException if not available in profile).
- gluPerspective(float, float, float, float) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
- gluPerspective(double, double, double, double) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
- gluPerspective(float, float, float, float) - Method in class javax.media.opengl.glu.GLU
-
- gluPerspective(double, double, double, double) - Method in class javax.media.opengl.glu.GLU
-
- gluPickMatrix(double, double, double, double, int[], int) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
- gluPickMatrix(double, double, double, double, IntBuffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
- gluPickMatrix(float, float, float, float, int[], int) - Method in class javax.media.opengl.glu.GLU
-
- gluPickMatrix(float, float, float, float, IntBuffer) - Method in class javax.media.opengl.glu.GLU
-
- gluPickMatrix(double, double, double, double, int[], int) - Method in class javax.media.opengl.glu.GLU
-
- gluPickMatrix(double, double, double, double, IntBuffer) - Method in class javax.media.opengl.glu.GLU
-
- gluProject(double, double, double, double[], int, double[], int, int[], int, double[], int) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluProject(GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble * winX, GLdouble * winY, GLdouble * winZ);
- gluProject(double, double, double, DoubleBuffer, DoubleBuffer, IntBuffer, DoubleBuffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluProject(GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble * winX, GLdouble * winY, GLdouble * winZ);
- gluProject(float, float, float, float[], int, float[], int, int[], int, float[], int) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluProject(GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble * winX, GLdouble * winY, GLdouble * winZ);
- gluProject(float, float, float, FloatBuffer, FloatBuffer, IntBuffer, FloatBuffer) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluProject(GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble * winX, GLdouble * winY, GLdouble * winZ);
- gluProject(double, double, double, double[], int, double[], int, int[], int, double[], int) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluProject(GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble * winX, GLdouble * winY, GLdouble * winZ);
- GLUquadric - Interface in javax.media.opengl.glu
-
Wrapper for a GLU quadric object.
- gluQuadricDrawStyle(GLUquadric, int) - Method in class javax.media.opengl.glu.GLU
-
Option (throws GLException if not available in profile).
- gluQuadricNormals(GLUquadric, int) - Method in class javax.media.opengl.glu.GLU
-
Option (throws GLException if not available in profile).
- gluQuadricOrientation(GLUquadric, int) - Method in class javax.media.opengl.glu.GLU
-
Option (throws GLException if not available in profile).
- gluQuadricTexture(GLUquadric, boolean) - Method in class javax.media.opengl.glu.GLU
-
Option (throws GLException if not available in profile).
- gluScaleImage(int, int, int, int, Buffer, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluScaleImage(GLenum format, GLsizei wIn, GLsizei hIn, GLenum typeIn, const void * dataIn, GLsizei wOut, GLsizei hOut, GLenum typeOut, GLvoid * dataOut);
- gluScaleImage(int, int, int, int, Buffer, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2es1.GLUgl2es1
-
Optional, throws GLException if not available in profile
- gluScaleImage(int, int, int, int, Buffer, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
Optional, throws GLException if not available in profile
- gluScaleImageC(int, int, int, int, Buffer, int, int, int, Buffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Entry point to C language function: GLint gluScaleImageC(GLenum format, GLsizei wIn, GLsizei hIn, GLenum typeIn, const void * dataIn, GLsizei wOut, GLsizei hOut, GLenum typeOut, GLvoid * dataOut)
Part of GLU_VERSION_1_X
- glUseProgram(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUseProgram(int) - Method in class javax.media.opengl.DebugGLES3
-
- glUseProgram(int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glUseProgram(GLuint program)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glUseProgram(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUseProgram(int) - Method in class javax.media.opengl.TraceGLES3
-
- glUseProgramObjectARB(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUseProgramObjectARB(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glUseProgramObjectARB(GLhandleARB programObj)
Part of GL_ARB_shader_objects
- glUseProgramObjectARB(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glUseProgramStages(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glUseProgramStages(int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glUseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glUseProgramStages(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- gluSphere(GLUquadric, double, int, int) - Method in class javax.media.opengl.glu.GLU
-
Option (throws GLException if not available in profile).
- gluTessBeginContour(GLUtessellator) - Static method in class javax.media.opengl.glu.GLU
-
gluTessBeginContour and
gluTessEndContour
delimit
the definition of a polygon contour.
- gluTessBeginPolygon(GLUtessellator, Object) - Static method in class javax.media.opengl.glu.GLU
-
gluTessBeginPolygon and
gluTessEndPolygon
delimit
the definition of a convex, concave or self-intersecting polygon.
- gluTessCallback(GLUtessellator, int, GLUtessellatorCallback) - Static method in class javax.media.opengl.glu.GLU
-
gluTessCallback is used to indicate a callback to be used by a
tessellation object.
- GLUtessellator - Interface in javax.media.opengl.glu
-
The GLUtessellator object is used to hold the data, such as the
vertices, edges and callback objects, to describe and tessellate complex
polygons.
- GLUtessellatorCallback - Interface in javax.media.opengl.glu
-
GLUtessellatorCallback interface provides methods that the user will
override to define the callbacks for a tessellation object.
- GLUtessellatorCallbackAdapter - Class in javax.media.opengl.glu
-
The
GLUtessellatorCallbackAdapter provides a default implementation of
GLUtessellatorCallback
with empty callback methods.
- GLUtessellatorCallbackAdapter() - Constructor for class javax.media.opengl.glu.GLUtessellatorCallbackAdapter
-
- gluTessEndContour(GLUtessellator) - Static method in class javax.media.opengl.glu.GLU
-
- gluTessEndPolygon(GLUtessellator) - Static method in class javax.media.opengl.glu.GLU
-
gluTessEndPolygon and
gluTessBeginPolygon
delimit the definition of a convex, concave or self-intersecting polygon.
- gluTessNormal(GLUtessellator, double, double, double) - Static method in class javax.media.opengl.glu.GLU
-
gluTessNormal describes a normal for a polygon that the program is
defining.
- gluTessProperty(GLUtessellator, int, double) - Static method in class javax.media.opengl.glu.GLU
-
gluTessProperty is used to control properites stored in a
tessellation object.
- gluTessVertex(GLUtessellator, double[], int, Object) - Static method in class javax.media.opengl.glu.GLU
-
gluTessVertex describes a vertex on a polygon that the program
defines.
- gluUnProject(double, double, double, double[], int, double[], int, int[], int, double[], int) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluUnProject(GLdouble winX, GLdouble winY, GLdouble winZ, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble * objX, GLdouble * objY, GLdouble * objZ);
- gluUnProject(double, double, double, DoubleBuffer, DoubleBuffer, IntBuffer, DoubleBuffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluUnProject(GLdouble winX, GLdouble winY, GLdouble winZ, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble * objX, GLdouble * objY, GLdouble * objZ);
- gluUnProject(float, float, float, float[], int, float[], int, int[], int, float[], int) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluUnProject(GLdouble winX, GLdouble winY, GLdouble winZ, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble * objX, GLdouble * objY, GLdouble * objZ);
- gluUnProject(float, float, float, FloatBuffer, FloatBuffer, IntBuffer, FloatBuffer) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluUnProject(GLdouble winX, GLdouble winY, GLdouble winZ, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble * objX, GLdouble * objY, GLdouble * objZ);
- gluUnProject(double, double, double, double[], int, double[], int, int[], int, double[], int) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluUnProject(GLdouble winX, GLdouble winY, GLdouble winZ, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble * objX, GLdouble * objY, GLdouble * objZ);
- gluUnProject4(double, double, double, double, double[], int, double[], int, int[], int, double, double, double[], int) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluUnProject4(GLdouble winX, GLdouble winY, GLdouble winZ, GLdouble clipW, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble nearVal, GLdouble farVal, GLdouble * objX, GLdouble * objY, GLdouble * objZ, GLdouble * objW);
- gluUnProject4(double, double, double, double, DoubleBuffer, DoubleBuffer, IntBuffer, double, double, DoubleBuffer) - Method in class javax.media.opengl.glu.gl2.GLUgl2
-
Interface to C language function:
GLint gluUnProject4(GLdouble winX, GLdouble winY, GLdouble winZ, GLdouble clipW, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble nearVal, GLdouble farVal, GLdouble * objX, GLdouble * objY, GLdouble * objZ, GLdouble * objW);
- gluUnProject4(float, float, float, float, float[], int, float[], int, int[], int, float, float, float[], int) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluUnProject4(GLdouble winX, GLdouble winY, GLdouble winZ, GLdouble clipW, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble nearVal, GLdouble farVal, GLdouble * objX, GLdouble * objY, GLdouble * objZ, GLdouble * objW);
- gluUnProject4(float, float, float, float, FloatBuffer, FloatBuffer, IntBuffer, float, float, FloatBuffer) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluUnProject4(GLdouble winX, GLdouble winY, GLdouble winZ, GLdouble clipW, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble nearVal, GLdouble farVal, GLdouble * objX, GLdouble * objY, GLdouble * objZ, GLdouble * objW);
- gluUnProject4(double, double, double, double, double[], int, double[], int, int[], int, double, double, double[], int) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluUnProject4(GLdouble winX, GLdouble winY, GLdouble winZ, GLdouble clipW, const GLdouble * model, const GLdouble * proj, const GLint * view, GLdouble nearVal, GLdouble farVal, GLdouble * objX, GLdouble * objY, GLdouble * objZ, GLdouble * objW);
- glValidateProgram(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glValidateProgram(int) - Method in class javax.media.opengl.DebugGLES3
-
- glValidateProgram(int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glValidateProgram(GLuint program)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glValidateProgram(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glValidateProgram(int) - Method in class javax.media.opengl.TraceGLES3
-
- glValidateProgramARB(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glValidateProgramARB(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glValidateProgramARB(GLhandleARB programObj)
Part of GL_ARB_shader_objects
- glValidateProgramARB(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glValidateProgramPipeline(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glValidateProgramPipeline(int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glValidateProgramPipeline(GLuint pipeline)
Part of
GL_VERSION_4_1
,
GL_ARB_separate_shader_objects
;
GL_EXT_separate_shader_objects
- glValidateProgramPipeline(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantbvEXT(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantbvEXT(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantbvEXT(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantbvEXT(GLuint id, const GLbyte * addr)
Part of GL_EXT_vertex_shader
- glVariantbvEXT(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantbvEXT(GLuint id, const GLbyte * addr)
Part of GL_EXT_vertex_shader
- glVariantbvEXT(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantbvEXT(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantdvEXT(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantdvEXT(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantdvEXT(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantdvEXT(GLuint id, const GLdouble * addr)
Part of GL_EXT_vertex_shader
- glVariantdvEXT(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantdvEXT(GLuint id, const GLdouble * addr)
Part of GL_EXT_vertex_shader
- glVariantdvEXT(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantdvEXT(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantfvEXT(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantfvEXT(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantfvEXT(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantfvEXT(GLuint id, const GLfloat * addr)
Part of GL_EXT_vertex_shader
- glVariantfvEXT(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantfvEXT(GLuint id, const GLfloat * addr)
Part of GL_EXT_vertex_shader
- glVariantfvEXT(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantfvEXT(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantivEXT(GLuint id, const GLint * addr)
Part of GL_EXT_vertex_shader
- glVariantivEXT(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantivEXT(GLuint id, const GLint * addr)
Part of GL_EXT_vertex_shader
- glVariantivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantPointerEXT(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantPointerEXT(int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantPointerEXT(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr)
Part of GL_EXT_vertex_shader
- glVariantPointerEXT(int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr)
Part of GL_EXT_vertex_shader
- glVariantPointerEXT(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantPointerEXT(int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantsvEXT(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantsvEXT(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantsvEXT(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantsvEXT(GLuint id, const GLshort * addr)
Part of GL_EXT_vertex_shader
- glVariantsvEXT(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantsvEXT(GLuint id, const GLshort * addr)
Part of GL_EXT_vertex_shader
- glVariantsvEXT(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantsvEXT(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantubvEXT(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantubvEXT(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantubvEXT(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantubvEXT(GLuint id, const GLubyte * addr)
Part of GL_EXT_vertex_shader
- glVariantubvEXT(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantubvEXT(GLuint id, const GLubyte * addr)
Part of GL_EXT_vertex_shader
- glVariantubvEXT(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantubvEXT(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantuivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantuivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantuivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantuivEXT(GLuint id, const GLuint * addr)
Part of GL_EXT_vertex_shader
- glVariantuivEXT(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantuivEXT(GLuint id, const GLuint * addr)
Part of GL_EXT_vertex_shader
- glVariantuivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantuivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantusvEXT(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantusvEXT(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVariantusvEXT(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantusvEXT(GLuint id, const GLushort * addr)
Part of GL_EXT_vertex_shader
- glVariantusvEXT(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVariantusvEXT(GLuint id, const GLushort * addr)
Part of GL_EXT_vertex_shader
- glVariantusvEXT(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVariantusvEXT(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAUFiniNV() - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAUFiniNV() - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVDPAUFiniNV(void)
Part of GL_NV_vdpau_interop
- glVDPAUFiniNV() - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAUGetSurfaceivNV(long, int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAUGetSurfaceivNV(long, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAUGetSurfaceivNV(long, int, int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVDPAUGetSurfaceivNV(GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
Part of GL_NV_vdpau_interop
- glVDPAUGetSurfaceivNV(long, int, int, int[], int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVDPAUGetSurfaceivNV(GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
Part of GL_NV_vdpau_interop
- glVDPAUGetSurfaceivNV(long, int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAUGetSurfaceivNV(long, int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAUInitNV(Buffer, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAUInitNV(Buffer, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVDPAUInitNV(const GLvoid * vdpDevice, const GLvoid * getProcAddress)
Part of GL_NV_vdpau_interop
- glVDPAUInitNV(Buffer, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAUIsSurfaceNV(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAUIsSurfaceNV(long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVDPAUIsSurfaceNV(GLvdpauSurfaceNV surface)
Part of GL_NV_vdpau_interop
- glVDPAUIsSurfaceNV(long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAUMapSurfacesNV(int, PointerBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAUMapSurfacesNV(int, PointerBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVDPAUMapSurfacesNV(GLsizei numSurfaces, const GLvdpauSurfaceNV * surfaces)
Part of GL_NV_vdpau_interop
- glVDPAUMapSurfacesNV(int, PointerBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAURegisterOutputSurfaceNV(Buffer, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAURegisterOutputSurfaceNV(Buffer, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAURegisterOutputSurfaceNV(Buffer, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLvdpauSurfaceNV glVDPAURegisterOutputSurfaceNV(GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
Part of GL_NV_vdpau_interop
- glVDPAURegisterOutputSurfaceNV(Buffer, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLvdpauSurfaceNV glVDPAURegisterOutputSurfaceNV(GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
Part of GL_NV_vdpau_interop
- glVDPAURegisterOutputSurfaceNV(Buffer, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAURegisterOutputSurfaceNV(Buffer, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAURegisterVideoSurfaceNV(Buffer, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAURegisterVideoSurfaceNV(Buffer, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAURegisterVideoSurfaceNV(Buffer, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceNV(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
Part of GL_NV_vdpau_interop
- glVDPAURegisterVideoSurfaceNV(Buffer, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceNV(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
Part of GL_NV_vdpau_interop
- glVDPAURegisterVideoSurfaceNV(Buffer, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAURegisterVideoSurfaceNV(Buffer, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAUSurfaceAccessNV(long, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAUSurfaceAccessNV(long, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVDPAUSurfaceAccessNV(GLvdpauSurfaceNV surface, GLenum access)
Part of GL_NV_vdpau_interop
- glVDPAUSurfaceAccessNV(long, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAUUnmapSurfacesNV(int, PointerBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAUUnmapSurfacesNV(int, PointerBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVDPAUUnmapSurfacesNV(GLsizei numSurface, const GLvdpauSurfaceNV * surfaces)
Part of GL_NV_vdpau_interop
- glVDPAUUnmapSurfacesNV(int, PointerBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVDPAUUnregisterSurfaceNV(long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVDPAUUnregisterSurfaceNV(long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVDPAUUnregisterSurfaceNV(GLvdpauSurfaceNV surface)
Part of GL_NV_vdpau_interop
- glVDPAUUnregisterSurfaceNV(long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2bOES(byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2bOES(byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex2bOES(GLbyte x)
Part of GL_OES_byte_coordinates
- glVertex2bOES(byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2bvOES(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2bvOES(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2bvOES(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex2bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glVertex2bvOES(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex2bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glVertex2bvOES(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2bvOES(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2d(double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2d(double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2d(GLdouble x, GLdouble y)
Part of
GL_VERSION_1_0
- glVertex2d(double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glVertex2dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glVertex2dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2f(float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2f(float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2f(GLfloat x, GLfloat y)
Part of
GL_VERSION_1_0
- glVertex2f(float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glVertex2fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glVertex2fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2h(short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2h(short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex2h(GLhalfNV x, GLhalfNV y)
Part of GL_NV_half_float
- glVertex2h(short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2hv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2hv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2hv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex2hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glVertex2hv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex2hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glVertex2hv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2hv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2i(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2i(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2i(GLint x, GLint y)
Part of
GL_VERSION_1_0
- glVertex2i(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2iv(const GLint * v)
Part of
GL_VERSION_1_0
- glVertex2iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2iv(const GLint * v)
Part of
GL_VERSION_1_0
- glVertex2iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2s(short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2s(short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2s(GLshort x, GLshort y)
Part of
GL_VERSION_1_0
- glVertex2s(short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex2sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glVertex2sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex2sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glVertex2sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex2sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3bOES(byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3bOES(byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex3bOES(GLbyte x, GLbyte y)
Part of GL_OES_byte_coordinates
- glVertex3bOES(byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3bvOES(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3bvOES(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3bvOES(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex3bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glVertex3bvOES(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex3bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glVertex3bvOES(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3bvOES(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3d(double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3d(double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3d(GLdouble x, GLdouble y, GLdouble z)
Part of
GL_VERSION_1_0
- glVertex3d(double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glVertex3dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glVertex3dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3f(float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3f(float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3f(GLfloat x, GLfloat y, GLfloat z)
Part of
GL_VERSION_1_0
- glVertex3f(float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glVertex3fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glVertex3fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3h(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3h(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex3h(GLhalfNV x, GLhalfNV y, GLhalfNV z)
Part of GL_NV_half_float
- glVertex3h(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3hv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3hv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3hv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex3hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glVertex3hv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex3hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glVertex3hv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3hv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3i(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3i(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3i(GLint x, GLint y, GLint z)
Part of
GL_VERSION_1_0
- glVertex3i(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3iv(const GLint * v)
Part of
GL_VERSION_1_0
- glVertex3iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3iv(const GLint * v)
Part of
GL_VERSION_1_0
- glVertex3iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3s(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3s(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3s(GLshort x, GLshort y, GLshort z)
Part of
GL_VERSION_1_0
- glVertex3s(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex3sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glVertex3sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex3sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glVertex3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex3sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4bOES(byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4bOES(byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex4bOES(GLbyte x, GLbyte y, GLbyte z)
Part of GL_OES_byte_coordinates
- glVertex4bOES(byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4bvOES(ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4bvOES(byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4bvOES(ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex4bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glVertex4bvOES(byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex4bvOES(const GLbyte * coords)
Part of GL_OES_byte_coordinates
- glVertex4bvOES(ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4bvOES(byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4d(double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4d(double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of
GL_VERSION_1_0
- glVertex4d(double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glVertex4dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4dv(const GLdouble * v)
Part of
GL_VERSION_1_0
- glVertex4dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4f(float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4f(float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of
GL_VERSION_1_0
- glVertex4f(float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glVertex4fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4fv(const GLfloat * v)
Part of
GL_VERSION_1_0
- glVertex4fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4h(short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4h(short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex4h(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
Part of GL_NV_half_float
- glVertex4h(short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4hv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4hv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4hv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex4hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glVertex4hv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertex4hv(const GLhalfNV * v)
Part of GL_NV_half_float
- glVertex4hv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4hv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4i(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4i(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4i(GLint x, GLint y, GLint z, GLint w)
Part of
GL_VERSION_1_0
- glVertex4i(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4iv(const GLint * v)
Part of
GL_VERSION_1_0
- glVertex4iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4iv(const GLint * v)
Part of
GL_VERSION_1_0
- glVertex4iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4s(short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4s(short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w)
Part of
GL_VERSION_1_0
- glVertex4s(short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertex4sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glVertex4sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertex4sv(const GLshort * v)
Part of
GL_VERSION_1_0
- glVertex4sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertex4sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayBindVertexBufferEXT(int, int, int, long, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayBindVertexBufferEXT(int, int, int, long, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexArrayBindVertexBufferEXT(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of GL_ARB_vertex_attrib_binding
- glVertexArrayBindVertexBufferEXT(int, int, int, long, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayColorOffsetEXT(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayColorOffsetEXT(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayColorOffsetEXT(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access
- glVertexArrayColorOffsetEXT(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayEdgeFlagOffsetEXT(int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayEdgeFlagOffsetEXT(int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayEdgeFlagOffsetEXT(GLuint vaobj, GLuint buffer, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access
- glVertexArrayEdgeFlagOffsetEXT(int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayFogCoordOffsetEXT(int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayFogCoordOffsetEXT(int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayFogCoordOffsetEXT(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access
- glVertexArrayFogCoordOffsetEXT(int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayIndexOffsetEXT(int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayIndexOffsetEXT(int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayIndexOffsetEXT(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access
- glVertexArrayIndexOffsetEXT(int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayMultiTexCoordOffsetEXT(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayMultiTexCoordOffsetEXT(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayMultiTexCoordOffsetEXT(GLuint vaobj, GLuint buffer, GLenum texunit, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access
- glVertexArrayMultiTexCoordOffsetEXT(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayNormalOffsetEXT(int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayNormalOffsetEXT(int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayNormalOffsetEXT(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access
- glVertexArrayNormalOffsetEXT(int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayParameteriAPPLE(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayParameteriAPPLE(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayParameteriAPPLE(GLenum pname, GLint param)
Part of GL_APPLE_vertex_array_range
- glVertexArrayParameteriAPPLE(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayRangeAPPLE(int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayRangeAPPLE(int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer)
Part of GL_APPLE_vertex_array_range
- glVertexArrayRangeAPPLE(int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayRangeNV(int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayRangeNV(int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayRangeNV(GLsizei length, const GLvoid * pointer)
Part of GL_NV_vertex_array_range
- glVertexArrayRangeNV(int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArraySecondaryColorOffsetEXT(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArraySecondaryColorOffsetEXT(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArraySecondaryColorOffsetEXT(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access
- glVertexArraySecondaryColorOffsetEXT(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayTexCoordOffsetEXT(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayTexCoordOffsetEXT(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayTexCoordOffsetEXT(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access
- glVertexArrayTexCoordOffsetEXT(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayVertexAttribBindingEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayVertexAttribBindingEXT(int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexArrayVertexAttribBindingEXT(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
Part of GL_ARB_vertex_attrib_binding
- glVertexArrayVertexAttribBindingEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayVertexAttribFormatEXT(int, int, int, int, boolean, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayVertexAttribFormatEXT(int, int, int, int, boolean, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexArrayVertexAttribFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Part of GL_ARB_vertex_attrib_binding
- glVertexArrayVertexAttribFormatEXT(int, int, int, int, boolean, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayVertexAttribIFormatEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayVertexAttribIFormatEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexArrayVertexAttribIFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_ARB_vertex_attrib_binding
- glVertexArrayVertexAttribIFormatEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayVertexAttribIOffsetEXT(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayVertexAttribIOffsetEXT(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayVertexAttribIOffsetEXT(GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access
- glVertexArrayVertexAttribIOffsetEXT(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayVertexAttribLFormatEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayVertexAttribLFormatEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexArrayVertexAttribLFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_ARB_vertex_attrib_binding
- glVertexArrayVertexAttribLFormatEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayVertexAttribOffsetEXT(int, int, int, int, int, boolean, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayVertexAttribOffsetEXT(int, int, int, int, int, boolean, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayVertexAttribOffsetEXT(GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access
- glVertexArrayVertexAttribOffsetEXT(int, int, int, int, int, boolean, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayVertexBindingDivisorEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayVertexBindingDivisorEXT(int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexArrayVertexBindingDivisorEXT(GLuint vaobj, GLuint bindingindex, GLuint divisor)
Part of GL_ARB_vertex_attrib_binding
- glVertexArrayVertexBindingDivisorEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexArrayVertexOffsetEXT(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexArrayVertexOffsetEXT(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexArrayVertexOffsetEXT(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access
- glVertexArrayVertexOffsetEXT(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1d(int, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1d(int, double) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib1d(GLuint index, GLdouble x)
Part of
GL_VERSION_2_0
- glVertexAttrib1d(int, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1dARB(int, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1dARB(int, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1dARB(GLuint index, GLdouble x)
Part of GL_ARB_vertex_program
- glVertexAttrib1dARB(int, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib1dv(GLuint index, const GLdouble * v)
Part of
GL_VERSION_2_0
- glVertexAttrib1dv(int, double[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib1dv(GLuint index, const GLdouble * v)
Part of
GL_VERSION_2_0
- glVertexAttrib1dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1dvARB(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1dvARB(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1dvARB(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
- glVertexAttrib1dvARB(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1dvARB(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
- glVertexAttrib1dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1dvARB(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1f(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1f(int, float) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib1f(int, float) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib1f(GLuint indx, GLfloat x)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib1f(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1f(int, float) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib1fARB(int, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1fARB(int, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1fARB(GLuint index, GLfloat x)
Part of GL_ARB_vertex_program
- glVertexAttrib1fARB(int, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1fv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1fv(int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib1fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib1fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib1fv(GLuint indx, const GLfloat * values)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib1fv(int, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib1fv(GLuint indx, const GLfloat * values)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib1fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1fv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1fv(int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib1fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib1fvARB(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1fvARB(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1fvARB(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1fvARB(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
- glVertexAttrib1fvARB(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1fvARB(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
- glVertexAttrib1fvARB(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1fvARB(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1h(int, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1h(int, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1h(GLuint index, GLhalfNV x)
Part of GL_NV_half_float
- glVertexAttrib1h(int, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1hv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1hv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1hv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1hv(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttrib1hv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1hv(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttrib1hv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1hv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1s(int, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1s(int, short) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib1s(GLuint index, GLshort x)
Part of
GL_VERSION_2_0
- glVertexAttrib1s(int, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1sARB(int, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1sARB(int, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1sARB(GLuint index, GLshort x)
Part of GL_ARB_vertex_program
- glVertexAttrib1sARB(int, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1sv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib1sv(GLuint index, const GLshort * v)
Part of
GL_VERSION_2_0
- glVertexAttrib1sv(int, short[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib1sv(GLuint index, const GLshort * v)
Part of
GL_VERSION_2_0
- glVertexAttrib1sv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1svARB(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1svARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib1svARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1svARB(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib1svARB(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib1svARB(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib1svARB(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib1svARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2d(int, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2d(int, double, double) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib2d(GLuint index, GLdouble x, GLdouble y)
Part of
GL_VERSION_2_0
- glVertexAttrib2d(int, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2dARB(int, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2dARB(int, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2dARB(GLuint index, GLdouble x, GLdouble y)
Part of GL_ARB_vertex_program
- glVertexAttrib2dARB(int, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib2dv(GLuint index, const GLdouble * v)
Part of
GL_VERSION_2_0
- glVertexAttrib2dv(int, double[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib2dv(GLuint index, const GLdouble * v)
Part of
GL_VERSION_2_0
- glVertexAttrib2dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2dvARB(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2dvARB(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2dvARB(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
- glVertexAttrib2dvARB(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2dvARB(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
- glVertexAttrib2dvARB(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2f(int, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2f(int, float, float) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib2f(int, float, float) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib2f(int, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2f(int, float, float) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib2fARB(int, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2fARB(int, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2fARB(GLuint index, GLfloat x, GLfloat y)
Part of GL_ARB_vertex_program
- glVertexAttrib2fARB(int, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2fv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2fv(int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib2fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib2fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib2fv(GLuint indx, const GLfloat * values)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib2fv(int, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib2fv(GLuint indx, const GLfloat * values)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib2fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2fv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2fv(int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib2fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib2fvARB(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2fvARB(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2fvARB(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2fvARB(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
- glVertexAttrib2fvARB(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2fvARB(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
- glVertexAttrib2fvARB(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2fvARB(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2h(int, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2h(int, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2h(GLuint index, GLhalfNV x, GLhalfNV y)
Part of GL_NV_half_float
- glVertexAttrib2h(int, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2hv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2hv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2hv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2hv(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttrib2hv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2hv(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttrib2hv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2hv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2s(int, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2s(int, short, short) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib2s(GLuint index, GLshort x, GLshort y)
Part of
GL_VERSION_2_0
- glVertexAttrib2s(int, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2sARB(int, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2sARB(int, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2sARB(GLuint index, GLshort x, GLshort y)
Part of GL_ARB_vertex_program
- glVertexAttrib2sARB(int, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2sv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib2sv(GLuint index, const GLshort * v)
Part of
GL_VERSION_2_0
- glVertexAttrib2sv(int, short[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib2sv(GLuint index, const GLshort * v)
Part of
GL_VERSION_2_0
- glVertexAttrib2sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2sv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2svARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2svARB(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib2svARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2svARB(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib2svARB(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib2svARB(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib2svARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib2svARB(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3d(int, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3d(int, double, double, double) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Part of
GL_VERSION_2_0
- glVertexAttrib3d(int, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3dARB(int, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3dARB(int, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3dARB(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Part of GL_ARB_vertex_program
- glVertexAttrib3dARB(int, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib3dv(GLuint index, const GLdouble * v)
Part of
GL_VERSION_2_0
- glVertexAttrib3dv(int, double[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib3dv(GLuint index, const GLdouble * v)
Part of
GL_VERSION_2_0
- glVertexAttrib3dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3dvARB(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3dvARB(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3dvARB(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
- glVertexAttrib3dvARB(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3dvARB(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
- glVertexAttrib3dvARB(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3f(int, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3f(int, float, float, float) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib3f(int, float, float, float) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib3f(int, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3f(int, float, float, float) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib3fARB(int, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3fARB(int, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3fARB(GLuint index, GLfloat x, GLfloat y, GLfloat z)
Part of GL_ARB_vertex_program
- glVertexAttrib3fARB(int, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3fv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3fv(int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib3fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib3fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib3fv(GLuint indx, const GLfloat * values)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib3fv(int, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib3fv(GLuint indx, const GLfloat * values)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib3fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3fv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3fv(int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib3fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib3fvARB(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3fvARB(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3fvARB(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3fvARB(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
- glVertexAttrib3fvARB(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3fvARB(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
- glVertexAttrib3fvARB(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3fvARB(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3h(int, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3h(int, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3h(GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z)
Part of GL_NV_half_float
- glVertexAttrib3h(int, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3hv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3hv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3hv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3hv(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttrib3hv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3hv(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttrib3hv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3hv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3s(int, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3s(int, short, short, short) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z)
Part of
GL_VERSION_2_0
- glVertexAttrib3s(int, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3sARB(int, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3sARB(int, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3sARB(GLuint index, GLshort x, GLshort y, GLshort z)
Part of GL_ARB_vertex_program
- glVertexAttrib3sARB(int, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3sv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib3sv(GLuint index, const GLshort * v)
Part of
GL_VERSION_2_0
- glVertexAttrib3sv(int, short[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib3sv(GLuint index, const GLshort * v)
Part of
GL_VERSION_2_0
- glVertexAttrib3sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3sv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3svARB(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3svARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib3svARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3svARB(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib3svARB(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib3svARB(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib3svARB(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib3svARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4bv(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4bv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4bv(int, ByteBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4bv(GLuint index, const GLbyte * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4bv(int, byte[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4bv(GLuint index, const GLbyte * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4bv(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4bv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4bvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4bvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4bvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4bvARB(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4bvARB(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4bvARB(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4bvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4bvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4d(int, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4d(int, double, double, double, double) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of
GL_VERSION_2_0
- glVertexAttrib4d(int, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4dARB(int, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4dARB(int, double, double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4dARB(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program
- glVertexAttrib4dARB(int, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4dv(GLuint index, const GLdouble * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4dv(int, double[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4dv(GLuint index, const GLdouble * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4dvARB(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4dvARB(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4dvARB(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4dvARB(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4dvARB(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4dvARB(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4f(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4f(int, float, float, float, float) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib4f(int, float, float, float, float) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib4f(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4f(int, float, float, float, float) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib4fARB(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4fARB(int, float, float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4fARB(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program
- glVertexAttrib4fARB(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4fv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib4fv(int, float[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttrib4fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib4fv(GLuint indx, const GLfloat * values)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib4fv(int, float[], int) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttrib4fv(GLuint indx, const GLfloat * values)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttrib4fv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib4fv(int, float[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttrib4fvARB(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4fvARB(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4fvARB(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4fvARB(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4fvARB(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4fvARB(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4fvARB(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4fvARB(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4h(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4h(int, short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4h(GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
Part of GL_NV_half_float
- glVertexAttrib4h(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4hv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4hv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4hv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4hv(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttrib4hv(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4hv(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttrib4hv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4hv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4iv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4iv(int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4iv(GLuint index, const GLint * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4iv(int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4iv(GLuint index, const GLint * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4iv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4ivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4ivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4ivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4ivARB(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4ivARB(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4ivARB(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4ivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4ivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Nbv(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Nbv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Nbv(int, ByteBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Nbv(GLuint index, const GLbyte * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Nbv(int, byte[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Nbv(GLuint index, const GLbyte * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Nbv(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Nbv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NbvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NbvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NbvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NbvARB(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NbvARB(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NbvARB(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NbvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NbvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Niv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Niv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Niv(int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Niv(GLuint index, const GLint * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Niv(int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Niv(GLuint index, const GLint * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Niv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Niv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NivARB(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NivARB(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NivARB(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Nsv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Nsv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Nsv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Nsv(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Nsv(int, short[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Nsv(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Nsv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Nsv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NsvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NsvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NsvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NsvARB(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NsvARB(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NsvARB(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NsvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NsvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
Part of GL_VERSION_2_0
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NubARB(int, byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NubARB(int, byte, byte, byte, byte) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NubARB(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
Part of GL_ARB_vertex_program
- glVertexAttrib4NubARB(int, byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Nubv(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Nubv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Nubv(int, ByteBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Nubv(GLuint index, const GLubyte * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Nubv(int, byte[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Nubv(GLuint index, const GLubyte * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Nubv(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Nubv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NubvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NubvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NubvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NubvARB(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NubvARB(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NubvARB(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NubvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NubvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Nuiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Nuiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Nuiv(int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Nuiv(GLuint index, const GLuint * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Nuiv(int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Nuiv(GLuint index, const GLuint * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Nuiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Nuiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NuivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NuivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NuivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NuivARB(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NuivARB(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NuivARB(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NuivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NuivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Nusv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Nusv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4Nusv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Nusv(GLuint index, const GLushort * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Nusv(int, short[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttrib4Nusv(GLuint index, const GLushort * v)
Part of GL_VERSION_2_0
- glVertexAttrib4Nusv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4Nusv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NusvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NusvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4NusvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NusvARB(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NusvARB(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4NusvARB(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4NusvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4NusvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4s(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4s(int, short, short, short, short) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
Part of
GL_VERSION_2_0
- glVertexAttrib4s(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4sARB(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4sARB(int, short, short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4sARB(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
Part of GL_ARB_vertex_program
- glVertexAttrib4sARB(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4sv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4sv(GLuint index, const GLshort * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4sv(int, short[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4sv(GLuint index, const GLshort * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4sv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4svARB(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4svARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4svARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4svARB(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4svARB(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4svARB(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4svARB(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4svARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4ubv(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4ubv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4ubv(int, ByteBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4ubv(GLuint index, const GLubyte * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4ubv(int, byte[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4ubv(GLuint index, const GLubyte * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4ubv(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4ubv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4ubvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4ubvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4ubvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4ubvARB(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4ubvARB(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4ubvARB(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4ubvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4ubvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4uiv(GLuint index, const GLuint * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4uiv(int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4uiv(GLuint index, const GLuint * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4uivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4uivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4uivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4uivARB(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4uivARB(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4uivARB(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4uivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4uivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4usv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4usv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4usv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4usv(GLuint index, const GLushort * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4usv(int, short[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function:
void glVertexAttrib4usv(GLuint index, const GLushort * v)
Part of
GL_VERSION_2_0
- glVertexAttrib4usv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4usv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4usvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4usvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttrib4usvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4usvARB(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4usvARB(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttrib4usvARB(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program
- glVertexAttrib4usvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttrib4usvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribBinding(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribBinding(int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex)
Part of
GL_VERSION_4_3
,
GL_ARB_vertex_attrib_binding
- glVertexAttribBinding(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribDivisor(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribDivisor(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribDivisor(int, int) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glVertexAttribDivisor(GLuint index, GLuint divisor)
Part of
GL_ES_VERSION_3_0
,
GL_VERSION_3_3
;
GL_ARB_instanced_arrays
- glVertexAttribDivisor(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribDivisor(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribDivisorANGLE(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribDivisorANGLE(int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glVertexAttribDivisorANGLE(GLuint index, GLuint divisor)
Part of GL_ANGLE_instanced_arrays
- glVertexAttribDivisorANGLE(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribDivisorNV(int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribDivisorNV(int, int) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function: void glVertexAttribDivisorNV(GLuint index, GLuint divisor)
Part of GL_NV_instanced_arrays
- glVertexAttribDivisorNV(int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribFormat(int, int, int, boolean, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribFormat(int, int, int, boolean, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Part of
GL_VERSION_4_3
,
GL_ARB_vertex_attrib_binding
- glVertexAttribFormat(int, int, int, boolean, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribFormatNV(int, int, int, boolean, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribFormatNV(int, int, int, boolean, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribFormatNV(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory
- glVertexAttribFormatNV(int, int, int, boolean, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1i(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1i(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI1i(GLuint index, GLint x)
Part of GL_VERSION_3_0
- glVertexAttribI1i(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1iEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1iEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI1iEXT(GLuint index, GLint x)
Part of GL_NV_vertex_program4
- glVertexAttribI1iEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1iv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1iv(int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI1iv(GLuint index, const GLint * v)
Part of GL_VERSION_3_0
- glVertexAttribI1iv(int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI1iv(GLuint index, const GLint * v)
Part of GL_VERSION_3_0
- glVertexAttribI1iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1iv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1ivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1ivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1ivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI1ivEXT(GLuint index, const GLint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI1ivEXT(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI1ivEXT(GLuint index, const GLint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI1ivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1ivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1ui(int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI1ui(GLuint index, GLuint x)
Part of GL_VERSION_3_0
- glVertexAttribI1ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1uiEXT(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1uiEXT(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI1uiEXT(GLuint index, GLuint x)
Part of GL_NV_vertex_program4
- glVertexAttribI1uiEXT(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI1uiv(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0
- glVertexAttribI1uiv(int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI1uiv(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0
- glVertexAttribI1uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1uivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1uivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI1uivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI1uivEXT(GLuint index, const GLuint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI1uivEXT(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI1uivEXT(GLuint index, const GLuint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI1uivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI1uivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2i(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2i(int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI2i(GLuint index, GLint x, GLint y)
Part of GL_VERSION_3_0
- glVertexAttribI2i(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2iEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2iEXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI2iEXT(GLuint index, GLint x, GLint y)
Part of GL_NV_vertex_program4
- glVertexAttribI2iEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2iv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2iv(int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI2iv(GLuint index, const GLint * v)
Part of GL_VERSION_3_0
- glVertexAttribI2iv(int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI2iv(GLuint index, const GLint * v)
Part of GL_VERSION_3_0
- glVertexAttribI2iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2iv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2ivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2ivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2ivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI2ivEXT(GLuint index, const GLint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI2ivEXT(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI2ivEXT(GLuint index, const GLint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI2ivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2ivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2ui(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2ui(int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI2ui(GLuint index, GLuint x, GLuint y)
Part of GL_VERSION_3_0
- glVertexAttribI2ui(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2uiEXT(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2uiEXT(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI2uiEXT(GLuint index, GLuint x, GLuint y)
Part of GL_NV_vertex_program4
- glVertexAttribI2uiEXT(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI2uiv(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0
- glVertexAttribI2uiv(int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI2uiv(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0
- glVertexAttribI2uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2uivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2uivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI2uivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI2uivEXT(GLuint index, const GLuint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI2uivEXT(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI2uivEXT(GLuint index, const GLuint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI2uivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI2uivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3i(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3i(int, int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI3i(GLuint index, GLint x, GLint y, GLint z)
Part of GL_VERSION_3_0
- glVertexAttribI3i(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3iEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3iEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI3iEXT(GLuint index, GLint x, GLint y, GLint z)
Part of GL_NV_vertex_program4
- glVertexAttribI3iEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3iv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3iv(int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI3iv(GLuint index, const GLint * v)
Part of GL_VERSION_3_0
- glVertexAttribI3iv(int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI3iv(GLuint index, const GLint * v)
Part of GL_VERSION_3_0
- glVertexAttribI3iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3iv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3ivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3ivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3ivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI3ivEXT(GLuint index, const GLint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI3ivEXT(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI3ivEXT(GLuint index, const GLint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI3ivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3ivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3ui(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3ui(int, int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI3ui(GLuint index, GLuint x, GLuint y, GLuint z)
Part of GL_VERSION_3_0
- glVertexAttribI3ui(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3uiEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3uiEXT(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI3uiEXT(GLuint index, GLuint x, GLuint y, GLuint z)
Part of GL_NV_vertex_program4
- glVertexAttribI3uiEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI3uiv(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0
- glVertexAttribI3uiv(int, int[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI3uiv(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0
- glVertexAttribI3uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3uivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3uivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI3uivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI3uivEXT(GLuint index, const GLuint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI3uivEXT(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI3uivEXT(GLuint index, const GLuint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI3uivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI3uivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4bv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4bv(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4bv(int, ByteBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI4bv(GLuint index, const GLbyte * v)
Part of GL_VERSION_3_0
- glVertexAttribI4bv(int, byte[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI4bv(GLuint index, const GLbyte * v)
Part of GL_VERSION_3_0
- glVertexAttribI4bv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4bv(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4bvEXT(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4bvEXT(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4bvEXT(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4bvEXT(GLuint index, const GLbyte * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4bvEXT(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4bvEXT(GLuint index, const GLbyte * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4bvEXT(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4bvEXT(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4i(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4i(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribI4i(int, int, int, int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glVertexAttribI4i(GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glVertexAttribI4i(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4i(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribI4iEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4iEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4iEXT(GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_NV_vertex_program4
- glVertexAttribI4iEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4iv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribI4iv(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribI4iv(int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glVertexAttribI4iv(GLuint index, const GLint * v)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glVertexAttribI4iv(int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glVertexAttribI4iv(GLuint index, const GLint * v)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glVertexAttribI4iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4iv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribI4iv(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribI4ivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4ivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4ivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4ivEXT(GLuint index, const GLint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4ivEXT(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4ivEXT(GLuint index, const GLint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4ivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4ivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4sv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI4sv(GLuint index, const GLshort * v)
Part of GL_VERSION_3_0
- glVertexAttribI4sv(int, short[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI4sv(GLuint index, const GLshort * v)
Part of GL_VERSION_3_0
- glVertexAttribI4sv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4svEXT(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4svEXT(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4svEXT(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4svEXT(GLuint index, const GLshort * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4svEXT(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4svEXT(GLuint index, const GLshort * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4svEXT(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4svEXT(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4ubv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4ubv(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4ubv(int, ByteBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI4ubv(GLuint index, const GLubyte * v)
Part of GL_VERSION_3_0
- glVertexAttribI4ubv(int, byte[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI4ubv(GLuint index, const GLubyte * v)
Part of GL_VERSION_3_0
- glVertexAttribI4ubv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4ubv(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4ubvEXT(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4ubvEXT(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4ubvEXT(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4ubvEXT(GLuint index, const GLubyte * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4ubvEXT(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4ubvEXT(GLuint index, const GLubyte * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4ubvEXT(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4ubvEXT(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4ui(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4ui(int, int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribI4ui(int, int, int, int, int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glVertexAttribI4ui(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glVertexAttribI4ui(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4ui(int, int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribI4uiEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4uiEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4uiEXT(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_NV_vertex_program4
- glVertexAttribI4uiEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribI4uiv(int, int[], int) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribI4uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glVertexAttribI4uiv(GLuint index, const GLuint * v)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glVertexAttribI4uiv(int, int[], int) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glVertexAttribI4uiv(GLuint index, const GLuint * v)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glVertexAttribI4uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribI4uiv(int, int[], int) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribI4uivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4uivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4uivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4uivEXT(GLuint index, const GLuint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4uivEXT(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4uivEXT(GLuint index, const GLuint * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4uivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4uivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4usv(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4usv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4usv(int, ShortBuffer) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI4usv(GLuint index, const GLushort * v)
Part of GL_VERSION_3_0
- glVertexAttribI4usv(int, short[], int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribI4usv(GLuint index, const GLushort * v)
Part of GL_VERSION_3_0
- glVertexAttribI4usv(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4usv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4usvEXT(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4usvEXT(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribI4usvEXT(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4usvEXT(GLuint index, const GLushort * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4usvEXT(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribI4usvEXT(GLuint index, const GLushort * v)
Part of GL_NV_vertex_program4
- glVertexAttribI4usvEXT(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribI4usvEXT(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribIFormat(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribIFormat(int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_VERSION_4_3
, GL_ARB_vertex_attrib_binding
- glVertexAttribIFormat(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribIFormatNV(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribIFormatNV(int, int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexAttribIFormatNV(GLuint index, GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory
- glVertexAttribIFormatNV(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribIPointer(int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribIPointer(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribIPointer(int, int, int, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribIPointer(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribIPointer(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glVertexAttribIPointer(int, int, int, int, long) - Method in interface javax.media.opengl.GL2ES3
-
Entry point to C language function: void glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glVertexAttribIPointer(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GLES3
-
Entry point to C language function: void glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
Part of GL_ES_VERSION_3_0
, GL_VERSION_3_0
- glVertexAttribIPointer(int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribIPointer(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribIPointer(int, int, int, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribIPointer(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribIPointerEXT(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribIPointerEXT(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribIPointerEXT(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_NV_vertex_program4
- glVertexAttribIPointerEXT(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL1d(int, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL1d(int, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL1d(GLuint index, GLdouble x)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL1d(int, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL1dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL1dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL1dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL1dv(GLuint index, const GLdouble * v)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL1dv(int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL1dv(GLuint index, const GLdouble * v)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL1dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL1dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL1i64NV(int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL1i64NV(int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL1i64NV(GLuint index, GLint64EXT x)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL1i64NV(int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL1i64vNV(int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL1i64vNV(int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL1i64vNV(int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL1i64vNV(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL1i64vNV(int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL1i64vNV(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL1i64vNV(int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL1i64vNV(int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL1ui64NV(int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL1ui64NV(int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL1ui64NV(GLuint index, GLuint64EXT x)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL1ui64NV(int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL1ui64vNV(int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL1ui64vNV(int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL1ui64vNV(int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL1ui64vNV(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL1ui64vNV(int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL1ui64vNV(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL1ui64vNV(int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL1ui64vNV(int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL2d(int, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL2d(int, double, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL2d(GLuint index, GLdouble x, GLdouble y)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL2d(int, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL2dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL2dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL2dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL2dv(GLuint index, const GLdouble * v)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL2dv(int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL2dv(GLuint index, const GLdouble * v)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL2dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL2dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL2i64NV(int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL2i64NV(int, long, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL2i64NV(GLuint index, GLint64EXT x, GLint64EXT y)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL2i64NV(int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL2i64vNV(int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL2i64vNV(int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL2i64vNV(int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL2i64vNV(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL2i64vNV(int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL2i64vNV(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL2i64vNV(int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL2i64vNV(int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL2ui64NV(int, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL2ui64NV(int, long, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL2ui64NV(GLuint index, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL2ui64NV(int, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL2ui64vNV(int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL2ui64vNV(int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL2ui64vNV(int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL2ui64vNV(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL2ui64vNV(int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL2ui64vNV(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL2ui64vNV(int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL2ui64vNV(int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL3d(int, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL3d(int, double, double, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL3d(int, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL3dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL3dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL3dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL3dv(GLuint index, const GLdouble * v)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL3dv(int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL3dv(GLuint index, const GLdouble * v)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL3dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL3dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL3i64NV(int, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL3i64NV(int, long, long, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL3i64NV(GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL3i64NV(int, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL3i64vNV(int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL3i64vNV(int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL3i64vNV(int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL3i64vNV(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL3i64vNV(int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL3i64vNV(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL3i64vNV(int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL3i64vNV(int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL3ui64NV(int, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL3ui64NV(int, long, long, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL3ui64NV(GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL3ui64NV(int, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL3ui64vNV(int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL3ui64vNV(int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL3ui64vNV(int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL3ui64vNV(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL3ui64vNV(int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL3ui64vNV(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL3ui64vNV(int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL3ui64vNV(int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL4d(int, double, double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL4d(int, double, double, double, double) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL4d(int, double, double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL4dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL4dv(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL4dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL4dv(GLuint index, const GLdouble * v)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL4dv(int, double[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribL4dv(GLuint index, const GLdouble * v)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribL4dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL4dv(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL4i64NV(int, long, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL4i64NV(int, long, long, long, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL4i64NV(GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL4i64NV(int, long, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL4i64vNV(int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL4i64vNV(int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL4i64vNV(int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL4i64vNV(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL4i64vNV(int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL4i64vNV(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL4i64vNV(int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL4i64vNV(int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL4ui64NV(int, long, long, long, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL4ui64NV(int, long, long, long, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL4ui64NV(GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL4ui64NV(int, long, long, long, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL4ui64vNV(int, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL4ui64vNV(int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribL4ui64vNV(int, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL4ui64vNV(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL4ui64vNV(int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribL4ui64vNV(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribL4ui64vNV(int, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribL4ui64vNV(int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribLFormat(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribLFormat(int, int, int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_VERSION_4_3
, GL_ARB_vertex_attrib_binding
- glVertexAttribLFormat(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribLFormatNV(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribLFormatNV(int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribLFormatNV(GLuint index, GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_attrib_integer_64bit
- glVertexAttribLFormatNV(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribLPointer(int, int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribLPointer(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribLPointer(int, int, int, int, long) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glVertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribLPointer(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL4bc
-
Entry point to C language function: void glVertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
Part of GL_VERSION_4_1
, GL_ARB_vertex_attrib_64bit
- glVertexAttribLPointer(int, int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribLPointer(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP1ui(int, int, boolean, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP1ui(int, int, boolean, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP1ui(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP1ui(int, int, boolean, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP1uiv(int, int, boolean, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP1uiv(int, int, boolean, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP1uiv(int, int, boolean, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP1uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP1uiv(int, int, boolean, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP1uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP1uiv(int, int, boolean, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP1uiv(int, int, boolean, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP2ui(int, int, boolean, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP2ui(int, int, boolean, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP2ui(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP2ui(int, int, boolean, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP2uiv(int, int, boolean, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP2uiv(int, int, boolean, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP2uiv(int, int, boolean, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP2uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP2uiv(int, int, boolean, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP2uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP2uiv(int, int, boolean, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP2uiv(int, int, boolean, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP3ui(int, int, boolean, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP3ui(int, int, boolean, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP3ui(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP3ui(int, int, boolean, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP3uiv(int, int, boolean, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP3uiv(int, int, boolean, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP3uiv(int, int, boolean, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP3uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP3uiv(int, int, boolean, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP3uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP3uiv(int, int, boolean, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP3uiv(int, int, boolean, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP4ui(int, int, boolean, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP4ui(int, int, boolean, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP4ui(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP4ui(int, int, boolean, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP4uiv(int, int, boolean, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP4uiv(int, int, boolean, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribP4uiv(int, int, boolean, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP4uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP4uiv(int, int, boolean, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexAttribP4uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexAttribP4uiv(int, int, boolean, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribP4uiv(int, int, boolean, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribParameteriAMD(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribParameteriAMD(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribParameteriAMD(GLuint index, GLenum pname, GLint param)
Part of GL_AMD_interleaved_elements
- glVertexAttribParameteriAMD(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribPointer(GLArrayData) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribPointer(GLArrayData) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr);
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in interface javax.media.opengl.GL2ES2
-
Entry point to C language function:
void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr)
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttribPointer(GLArrayData) - Method in interface javax.media.opengl.GL2ES2
-
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in interface javax.media.opengl.GLES2
-
Entry point to C language function:
void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr);
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in interface javax.media.opengl.GLES3
-
Entry point to C language function:
void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr);
Part of
GL_ES_VERSION_2_0
,
GL_VERSION_2_0
- glVertexAttribPointer(GLArrayData) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribPointer(GLArrayData) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glVertexAttribPointerARB(int, int, int, boolean, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribPointerARB(int, int, int, boolean, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribPointerARB(int, int, int, boolean, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribPointerARB(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer)
Part of GL_ARB_vertex_program
- glVertexAttribPointerARB(int, int, int, boolean, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribPointerARB(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer)
Part of GL_ARB_vertex_program
- glVertexAttribPointerARB(int, int, int, boolean, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribPointerARB(int, int, int, boolean, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribs1hv(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribs1hv(int, int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribs1hv(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribs1hv(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttribs1hv(int, int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribs1hv(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttribs1hv(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribs1hv(int, int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribs2hv(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribs2hv(int, int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribs2hv(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribs2hv(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttribs2hv(int, int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribs2hv(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttribs2hv(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribs2hv(int, int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribs3hv(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribs3hv(int, int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribs3hv(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribs3hv(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttribs3hv(int, int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribs3hv(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttribs3hv(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribs3hv(int, int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribs4hv(int, int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribs4hv(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexAttribs4hv(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribs4hv(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttribs4hv(int, int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexAttribs4hv(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
- glVertexAttribs4hv(int, int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexAttribs4hv(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexBindingDivisor(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexBindingDivisor(int, int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glVertexBindingDivisor(GLuint bindingindex, GLuint divisor)
Part of
GL_VERSION_4_3
,
GL_ARB_vertex_attrib_binding
- glVertexBindingDivisor(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexBlendARB(int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexBlendARB(int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexBlendARB(GLint count)
Part of GL_ARB_vertex_blend
- glVertexBlendARB(int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexFormatNV(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexFormatNV(int, int, int) - Method in interface javax.media.opengl.GL2GL3
-
Entry point to C language function: void glVertexFormatNV(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory
- glVertexFormatNV(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexP2ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexP2ui(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexP2ui(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexP2ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexP2uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexP2uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexP2uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexP2uiv(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexP2uiv(int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexP2uiv(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexP2uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexP2uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexP3ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexP3ui(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexP3ui(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexP3ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexP3uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexP3uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexP3uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexP3uiv(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexP3uiv(int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexP3uiv(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexP3uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexP3uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexP4ui(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexP4ui(int, int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexP4ui(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexP4ui(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexP4uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexP4uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexP4uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexP4uiv(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexP4uiv(int, int[], int) - Method in interface javax.media.opengl.GL3
-
Entry point to C language function: void glVertexP4uiv(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev
, GL_VERSION_3_3
- glVertexP4uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexP4uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexPointer(GLArrayData) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexPointer(int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexPointer(GLArrayData) - Method in class javax.media.opengl.DebugGLES1
-
- glVertexPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glVertexPointer(int, int, int, long) - Method in class javax.media.opengl.DebugGLES1
-
- glVertexPointer(GLArrayData) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glVertexPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glVertexPointer(int, int, int, long) - Method in interface javax.media.opengl.fixedfunc.GLPointerFunc
-
- glVertexPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexPointer(GLArrayData) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexPointer(int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexPointer(GLArrayData) - Method in class javax.media.opengl.TraceGLES1
-
- glVertexPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glVertexPointer(int, int, int, long) - Method in class javax.media.opengl.TraceGLES1
-
- glVertexWeightfEXT(float) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexWeightfEXT(float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexWeightfEXT(GLfloat weight)
Part of GL_EXT_vertex_weighting
- glVertexWeightfEXT(float) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexWeightfvEXT(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexWeightfvEXT(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexWeightfvEXT(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexWeightfvEXT(const GLfloat * weight)
Part of GL_EXT_vertex_weighting
- glVertexWeightfvEXT(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexWeightfvEXT(const GLfloat * weight)
Part of GL_EXT_vertex_weighting
- glVertexWeightfvEXT(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexWeightfvEXT(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexWeighth(short) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexWeighth(short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexWeighth(GLhalfNV weight)
Part of GL_NV_half_float
- glVertexWeighth(short) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexWeighthv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexWeighthv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexWeighthv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexWeighthv(const GLhalfNV * weight)
Part of GL_NV_half_float
- glVertexWeighthv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexWeighthv(const GLhalfNV * weight)
Part of GL_NV_half_float
- glVertexWeighthv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexWeighthv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexWeightPointerEXT(int, int, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexWeightPointerEXT(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVertexWeightPointerEXT(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexWeightPointerEXT(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_EXT_vertex_weighting
- glVertexWeightPointerEXT(int, int, int, long) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVertexWeightPointerEXT(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_EXT_vertex_weighting
- glVertexWeightPointerEXT(int, int, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glVertexWeightPointerEXT(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVideoCaptureNV(int, int[], int, long[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVideoCaptureNV(int, IntBuffer, LongBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVideoCaptureNV(int, IntBuffer, LongBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLenum glVideoCaptureNV(GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time)
Part of GL_NV_video_capture
- glVideoCaptureNV(int, int[], int, long[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: GLenum glVideoCaptureNV(GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time)
Part of GL_NV_video_capture
- glVideoCaptureNV(int, int[], int, long[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVideoCaptureNV(int, IntBuffer, LongBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVideoCaptureStreamParameterdvNV(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVideoCaptureStreamParameterdvNV(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVideoCaptureStreamParameterdvNV(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVideoCaptureStreamParameterdvNV(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble * params)
Part of GL_NV_video_capture
- glVideoCaptureStreamParameterdvNV(int, int, int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVideoCaptureStreamParameterdvNV(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble * params)
Part of GL_NV_video_capture
- glVideoCaptureStreamParameterdvNV(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVideoCaptureStreamParameterdvNV(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVideoCaptureStreamParameterfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVideoCaptureStreamParameterfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVideoCaptureStreamParameterfvNV(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVideoCaptureStreamParameterfvNV(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat * params)
Part of GL_NV_video_capture
- glVideoCaptureStreamParameterfvNV(int, int, int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVideoCaptureStreamParameterfvNV(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat * params)
Part of GL_NV_video_capture
- glVideoCaptureStreamParameterfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVideoCaptureStreamParameterfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glVideoCaptureStreamParameterivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glVideoCaptureStreamParameterivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glVideoCaptureStreamParameterivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVideoCaptureStreamParameterivNV(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint * params)
Part of GL_NV_video_capture
- glVideoCaptureStreamParameterivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glVideoCaptureStreamParameterivNV(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint * params)
Part of GL_NV_video_capture
- glVideoCaptureStreamParameterivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glVideoCaptureStreamParameterivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glViewport(int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glViewport(int, int, int, int) - Method in class javax.media.opengl.DebugGLES1
-
- glViewport(int, int, int, int) - Method in class javax.media.opengl.DebugGLES3
-
- glViewport(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point to C language function:
void glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
Part of
GL_VERSION_ES_CL_CM
,
GL_VERSION_1_0
,
GL_ES_VERSION_2_0
- glViewport(int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glViewport(int, int, int, int) - Method in class javax.media.opengl.TraceGLES1
-
- glViewport(int, int, int, int) - Method in class javax.media.opengl.TraceGLES3
-
- glViewportArrayv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glViewportArrayv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glViewportArrayv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glViewportArrayv(GLuint first, GLsizei count, const GLfloat * v)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glViewportArrayv(int, int, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function: void glViewportArrayv(GLuint first, GLsizei count, const GLfloat * v)
Part of GL_VERSION_4_1
, GL_ARB_viewport_array
- glViewportArrayv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glViewportArrayv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glViewportIndexedf(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glViewportIndexedf(int, float, float, float, float) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glViewportIndexedf(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
Part of
GL_VERSION_4_1
,
GL_ARB_viewport_array
- glViewportIndexedf(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glViewportIndexedfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glViewportIndexedfv(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glViewportIndexedfv(int, FloatBuffer) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glViewportIndexedfv(GLuint index, const GLfloat * v)
Part of
GL_VERSION_4_1
,
GL_ARB_viewport_array
- glViewportIndexedfv(int, float[], int) - Method in interface javax.media.opengl.GL4
-
Entry point to C language function:
void glViewportIndexedfv(GLuint index, const GLfloat * v)
Part of
GL_VERSION_4_1
,
GL_ARB_viewport_array
- glViewportIndexedfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glViewportIndexedfv(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWaitSync(long, int, long) - Method in class javax.media.opengl.DebugGL4bc
-
- glWaitSync(long, int, long) - Method in class javax.media.opengl.DebugGLES3
-
- glWaitSync(long, int, long) - Method in interface javax.media.opengl.GL3ES3
-
Entry point to C language function:
void glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
Part of
GL_ARB_sync
,
GL_ES_VERSION_3_0
,
GL_VERSION_3_2
- glWaitSync(long, int, long) - Method in class javax.media.opengl.TraceGL4bc
-
- glWaitSync(long, int, long) - Method in class javax.media.opengl.TraceGLES3
-
- glWeightbvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightbvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightbvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightbvARB(GLint size, const GLbyte * weights)
Part of GL_ARB_vertex_blend
- glWeightbvARB(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightbvARB(GLint size, const GLbyte * weights)
Part of GL_ARB_vertex_blend
- glWeightbvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightbvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightdvARB(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightdvARB(int, double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightdvARB(int, DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightdvARB(GLint size, const GLdouble * weights)
Part of GL_ARB_vertex_blend
- glWeightdvARB(int, double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightdvARB(GLint size, const GLdouble * weights)
Part of GL_ARB_vertex_blend
- glWeightdvARB(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightdvARB(int, double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightfvARB(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightfvARB(int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightfvARB(int, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightfvARB(GLint size, const GLfloat * weights)
Part of GL_ARB_vertex_blend
- glWeightfvARB(int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightfvARB(GLint size, const GLfloat * weights)
Part of GL_ARB_vertex_blend
- glWeightfvARB(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightfvARB(int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightivARB(GLint size, const GLint * weights)
Part of GL_ARB_vertex_blend
- glWeightivARB(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightivARB(GLint size, const GLint * weights)
Part of GL_ARB_vertex_blend
- glWeightivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightPathsNV(int, int, IntBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightPathsNV(int, int, int[], int, float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightPathsNV(int, int, IntBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightPathsNV(GLuint resultPath, GLsizei numPaths, const GLuint * paths, const GLfloat * weights)
Part of GL_NV_path_rendering
- glWeightPathsNV(int, int, int[], int, float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightPathsNV(GLuint resultPath, GLsizei numPaths, const GLuint * paths, const GLfloat * weights)
Part of GL_NV_path_rendering
- glWeightPathsNV(int, int, IntBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightPathsNV(int, int, int[], int, float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGLES1
-
- glWeightPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_OES_matrix_palette
; GL_ARB_vertex_blend
- glWeightPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.GLES1
-
Entry point to C language function: void glWeightPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_ARB_vertex_blend
; GL_OES_matrix_palette
- glWeightPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGLES1
-
- glWeightsvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightsvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightsvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightsvARB(GLint size, const GLshort * weights)
Part of GL_ARB_vertex_blend
- glWeightsvARB(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightsvARB(GLint size, const GLshort * weights)
Part of GL_ARB_vertex_blend
- glWeightsvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightsvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightubvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightubvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightubvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightubvARB(GLint size, const GLubyte * weights)
Part of GL_ARB_vertex_blend
- glWeightubvARB(int, byte[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightubvARB(GLint size, const GLubyte * weights)
Part of GL_ARB_vertex_blend
- glWeightubvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightubvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightuivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightuivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightuivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightuivARB(GLint size, const GLuint * weights)
Part of GL_ARB_vertex_blend
- glWeightuivARB(int, int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightuivARB(GLint size, const GLuint * weights)
Part of GL_ARB_vertex_blend
- glWeightuivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightuivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightusvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightusvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWeightusvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightusvARB(GLint size, const GLushort * weights)
Part of GL_ARB_vertex_blend
- glWeightusvARB(int, short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWeightusvARB(GLint size, const GLushort * weights)
Part of GL_ARB_vertex_blend
- glWeightusvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWeightusvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2d(double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2d(double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2d(GLdouble x, GLdouble y)
Part of
GL_VERSION_1_4
- glWindowPos2d(double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2dv(const GLdouble * v)
Part of
GL_VERSION_1_4
- glWindowPos2dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2dv(const GLdouble * v)
Part of
GL_VERSION_1_4
- glWindowPos2dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2f(float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2f(float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2f(GLfloat x, GLfloat y)
Part of
GL_VERSION_1_4
- glWindowPos2f(float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2fv(const GLfloat * v)
Part of
GL_VERSION_1_4
- glWindowPos2fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2fv(const GLfloat * v)
Part of
GL_VERSION_1_4
- glWindowPos2fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2i(int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2i(int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2i(GLint x, GLint y)
Part of
GL_VERSION_1_4
- glWindowPos2i(int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2iv(const GLint * v)
Part of
GL_VERSION_1_4
- glWindowPos2iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2iv(const GLint * v)
Part of
GL_VERSION_1_4
- glWindowPos2iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2s(short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2s(short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2s(GLshort x, GLshort y)
Part of
GL_VERSION_1_4
- glWindowPos2s(short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos2sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2sv(const GLshort * v)
Part of
GL_VERSION_1_4
- glWindowPos2sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos2sv(const GLshort * v)
Part of
GL_VERSION_1_4
- glWindowPos2sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos2sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3d(double, double, double) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3d(double, double, double) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3d(GLdouble x, GLdouble y, GLdouble z)
Part of
GL_VERSION_1_4
- glWindowPos3d(double, double, double) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3dv(double[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3dv(const GLdouble * v)
Part of
GL_VERSION_1_4
- glWindowPos3dv(double[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3dv(const GLdouble * v)
Part of
GL_VERSION_1_4
- glWindowPos3dv(double[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3f(float, float, float) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3f(float, float, float) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3f(GLfloat x, GLfloat y, GLfloat z)
Part of
GL_VERSION_1_4
- glWindowPos3f(float, float, float) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3fv(float[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3fv(FloatBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3fv(const GLfloat * v)
Part of
GL_VERSION_1_4
- glWindowPos3fv(float[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3fv(const GLfloat * v)
Part of
GL_VERSION_1_4
- glWindowPos3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3fv(float[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3i(int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3i(int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3i(GLint x, GLint y, GLint z)
Part of
GL_VERSION_1_4
- glWindowPos3i(int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3iv(int[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3iv(IntBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3iv(const GLint * v)
Part of
GL_VERSION_1_4
- glWindowPos3iv(int[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3iv(const GLint * v)
Part of
GL_VERSION_1_4
- glWindowPos3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3iv(int[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3s(short, short, short) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3s(short, short, short) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3s(GLshort x, GLshort y, GLshort z)
Part of
GL_VERSION_1_4
- glWindowPos3s(short, short, short) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3sv(short[], int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL4bc
-
- glWindowPos3sv(ShortBuffer) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3sv(const GLshort * v)
Part of
GL_VERSION_1_4
- glWindowPos3sv(short[], int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function:
void glWindowPos3sv(const GLshort * v)
Part of
GL_VERSION_1_4
- glWindowPos3sv(short[], int) - Method in class javax.media.opengl.TraceGL4bc
-
- glWindowPos3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL4bc
-
- glWriteMaskEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL4bc
-
- glWriteMaskEXT(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL2
-
Entry point to C language function: void glWriteMaskEXT(GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
Part of GL_EXT_vertex_shader
- glWriteMaskEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL4bc
-