- Gamma - Class in com.sun.opengl.util
-
Provides control over the primary display's gamma, brightness and
contrast controls via the hardware gamma ramp tables.
- getAccumAlphaBits() - Method in class javax.media.opengl.GLCapabilities
-
Returns the number of bits requested for the accumulation
buffer's alpha component.
- getAccumBlueBits() - Method in class javax.media.opengl.GLCapabilities
-
Returns the number of bits requested for the accumulation
buffer's blue component.
- getAccumGreenBits() - Method in class javax.media.opengl.GLCapabilities
-
Returns the number of bits requested for the accumulation
buffer's green component.
- getAccumRedBits() - Method in class javax.media.opengl.GLCapabilities
-
Returns the number of bits requested for the accumulation
buffer's red component.
- getAddressFor(String) - Method in class com.sun.opengl.impl.GLProcAddressTable
-
This is a convenience method to get (by name) the native function
pointer for a given function.
- getAddressFor(String) - Method in class com.sun.opengl.impl.GLUProcAddressTable
-
This is a convenience method to get (by name) the native function
pointer for a given function.
- getAddressFor(String) - Method in class com.sun.opengl.impl.x11.GLXExtProcAddressTable
-
This is a convenience method to get (by name) the native function
pointer for a given function.
- getAddressFor(String) - Method in class com.sun.opengl.impl.x11.GLXProcAddressTable
-
This is a convenience method to get (by name) the native function
pointer for a given function.
- getAlphaBits() - Method in class javax.media.opengl.GLCapabilities
-
Returns the number of bits requested for the color buffer's
alpha component.
- getAutoSwapBufferMode() - Method in class com.sun.opengl.impl.GLDrawableHelper
-
- getAutoSwapBufferMode() - Method in class com.sun.opengl.impl.GLPbufferImpl
-
- getAutoSwapBufferMode() - Method in interface javax.media.opengl.GLAutoDrawable
-
Indicates whether automatic buffer swapping is enabled for this
drawable.
- getAutoSwapBufferMode() - Method in class javax.media.opengl.GLCanvas
-
- getAutoSwapBufferMode() - Method in class javax.media.opengl.GLJPanel
-
- getBlueBits() - Method in class javax.media.opengl.GLCapabilities
-
Returns the number of bits requested for the color buffer's blue
component.
- getBooleanProperty(String) - Static method in class com.sun.opengl.impl.Debug
-
- getBoundBufferObject(int, GL) - Method in class com.sun.opengl.impl.GLBufferStateTracker
-
Note: returns an unspecified value if the binding for the
specified target (e.g.
- getBuffer() - Method in class com.sun.opengl.impl.JAWT
-
- getBuffer() - Method in class com.sun.opengl.impl.JAWT_DrawingSurface
-
- getBuffer() - Method in class com.sun.opengl.impl.JAWT_DrawingSurfaceInfo
-
- getBuffer() - Method in class com.sun.opengl.impl.JAWT_Rectangle
-
- getBuffer() - Method in class com.sun.opengl.impl.x11.GLXFBConfig
-
- getBuffer() - Method in class com.sun.opengl.impl.x11.GLXHyperpipeConfigSGIX
-
- getBuffer() - Method in class com.sun.opengl.impl.x11.GLXHyperpipeNetworkSGIX
-
- getBuffer() - Method in class com.sun.opengl.impl.x11.JAWT_X11DrawingSurfaceInfo
-
- getBuffer() - Method in class com.sun.opengl.impl.x11.XVisualInfo
-
- getBufferSize(GLBufferStateTracker, int, GL) - Method in class com.sun.opengl.impl.GLBufferSizeTracker
-
- getBufferSizeTracker() - Method in class com.sun.opengl.impl.GLContextImpl
-
- getChosenGLCapabilities() - Method in class com.sun.opengl.impl.GLDrawableImpl
-
- getChosenGLCapabilities() - Method in class com.sun.opengl.impl.GLPbufferImpl
-
- getChosenGLCapabilities() - Method in class javax.media.opengl.GLCanvas
-
- getChosenGLCapabilities() - Method in interface javax.media.opengl.GLDrawable
-
Fetches the
GLCapabilities
corresponding to the chosen
OpenGL capabilities (pixel format / visual) for this drawable.
- getChosenGLCapabilities() - Method in class javax.media.opengl.GLJPanel
-
- getContext() - Method in class com.sun.opengl.impl.GLImpl
-
Returns the context this GL object is associated with for better
error checking by DebugGL.
- getContext() - Method in class com.sun.opengl.impl.GLPbufferImpl
-
- getContext() - Method in class com.sun.opengl.impl.x11.X11GLContext
-
- getContext() - Method in interface javax.media.opengl.GLAutoDrawable
-
Returns the context associated with this drawable.
- getContext() - Method in class javax.media.opengl.GLCanvas
-
- getContext() - Method in class javax.media.opengl.GLJPanel
-
- getCurrent() - Static method in class javax.media.opengl.GLContext
-
Returns the context which is current on the current thread.
- getCurrentGL() - Static method in class javax.media.opengl.glu.GLU
-
Returns the GL object associated with the OpenGL context current on
the current thread.
- getDeletedObjectTracker() - Method in class com.sun.opengl.impl.GLContextImpl
-
- getDepthBits() - Method in class javax.media.opengl.GLCapabilities
-
Returns the number of bits requested for the depth buffer.
- getDisplay() - Method in class com.sun.opengl.impl.x11.X11GLDrawable
-
- getDisplayConnection() - Static method in class com.sun.opengl.impl.x11.X11GLDrawableFactory
-
- getDoubleBuffered() - Method in class javax.media.opengl.GLCapabilities
-
Indicates whether double-buffering is enabled.
- getDrawable() - Method in class com.sun.opengl.impl.GLPbufferImpl
-
- getDrawable() - Method in class com.sun.opengl.impl.x11.X11GLDrawable
-
- GetDrawingSurface(Object) - Method in class com.sun.opengl.impl.JAWT
-
Interface to C language function:
JAWT_DrawingSurface * GetDrawingSurface(JNIEnv * env, jobject target);
- GetDrawingSurfaceInfo() - Method in class com.sun.opengl.impl.JAWT_DrawingSurface
-
Interface to C language function:
JAWT_DrawingSurfaceInfo * GetDrawingSurfaceInfo(JAWT_DrawingSurface * ds);
- getDrawStyle() - Method in class com.sun.opengl.impl.GLUquadricImpl
-
Returns the drawStyle.
- getExtension(String) - Method in class com.sun.opengl.impl.GLImpl
-
- getExtension(String) - Method in class javax.media.opengl.DebugGL
-
- getExtension(String) - Method in interface javax.media.opengl.GL
-
Returns an object providing access to the specified OpenGL
extension.
- getExtension(String) - Method in class javax.media.opengl.TraceGL
-
- getExtensionCorrespondingToFunction(String) - Static method in class com.sun.opengl.impl.FunctionAvailabilityCache
-
Returns the extension name that corresponds to the given extension
function.
- getFactory() - Static method in class javax.media.opengl.GLDrawableFactory
-
Returns the sole GLDrawableFactory instance.
- getFactoryImpl() - Static method in class com.sun.opengl.impl.GLDrawableFactoryImpl
-
- getFailFastMode() - Method in class com.sun.opengl.impl.GLContextLock
-
- getFBConfig() - Method in class com.sun.opengl.impl.x11.X11PbufferGLDrawable
-
- getFileSuffix(File) - Static method in class com.sun.opengl.util.FileUtil
-
Returns the lowercase suffix of the given file name (the text
after the last '.' in the file name).
- getFileSuffix(String) - Static method in class com.sun.opengl.util.FileUtil
-
Returns the lowercase suffix of the given file name (the text
after the last '.' in the file name).
- getFloatingPointMode() - Method in class com.sun.opengl.impl.GLContextImpl
-
Indicates which floating-point pbuffer implementation is in
use.
- getFloatingPointMode() - Method in class com.sun.opengl.impl.GLPbufferImpl
-
- getFloatingPointMode() - Method in class com.sun.opengl.impl.x11.X11PbufferGLContext
-
- getFloatingPointMode() - Method in class com.sun.opengl.impl.x11.X11PbufferGLDrawable
-
- getFloatingPointMode() - Method in interface javax.media.opengl.GLPbuffer
-
Indicates which vendor's extension is being used to support
floating point channels in this pbuffer if that capability was
requested in the GLCapabilities during pbuffer creation.
- getFunctionAssociation(String) - Static method in class com.sun.opengl.impl.StaticGLInfo
-
Returns the OpenGL extension string or GL_VERSION string with which the
given function is associated.
- getGammaRamp() - Method in class com.sun.opengl.impl.GLDrawableFactoryImpl
-
Gets the current gamma ramp.
- getGammaRamp() - Method in class com.sun.opengl.impl.x11.X11GLDrawableFactory
-
- getGammaRampLength() - Method in class com.sun.opengl.impl.GLDrawableFactoryImpl
-
Returns the length of the computed gamma ramp for this OS and
hardware.
- getGammaRampLength() - Method in class com.sun.opengl.impl.x11.X11GLDrawableFactory
-
- getGL() - Method in class com.sun.opengl.impl.GLContextImpl
-
- getGL() - Method in class com.sun.opengl.impl.GLPbufferImpl
-
- getGL() - Method in interface javax.media.opengl.GLAutoDrawable
-
Returns the
GL
pipeline object this GLAutoDrawable uses.
- getGL() - Method in class javax.media.opengl.GLCanvas
-
- getGL() - Method in class javax.media.opengl.GLContext
-
Returns the GL pipeline object for this GLContext.
- getGL() - Method in class javax.media.opengl.GLJPanel
-
- getGLDrawable() - Method in class com.sun.opengl.impl.x11.X11GLContext
-
- getGLDrawable(Object, GLCapabilities, GLCapabilitiesChooser) - Method in class com.sun.opengl.impl.x11.X11GLDrawableFactory
-
- getGLDrawable() - Method in class javax.media.opengl.GLContext
-
Returns the GLDrawable to which this context may be used to
draw.
- getGLDrawable(Object, GLCapabilities, GLCapabilitiesChooser) - Method in class javax.media.opengl.GLDrawableFactory
-
Returns a GLDrawable that wraps a platform-specific window system
object, such as an AWT or LCDUI Canvas.
- getGLProcAddressTable() - Method in class com.sun.opengl.impl.GLContextImpl
-
- getGLXExt() - Method in class com.sun.opengl.impl.x11.X11GLContext
-
- getGLXExtProcAddressTable() - Method in class com.sun.opengl.impl.x11.X11GLContext
-
- getGLXProcAddressTable() - Static method in class com.sun.opengl.impl.x11.GLX
-
- getGraphicsConfiguration() - Method in class javax.media.opengl.AWTGraphicsConfiguration
-
- getGraphicsConfiguration() - Method in class javax.media.opengl.GLCanvas
-
Overridden to choose a GraphicsConfiguration on a parent container's
GraphicsDevice because both devices
- getGraphicsDevice() - Method in class javax.media.opengl.AWTGraphicsDevice
-
- getGreenBits() - Method in class javax.media.opengl.GLCapabilities
-
Returns the number of bits requested for the color buffer's
green component.
- getHardwareAccelerated() - Method in class javax.media.opengl.GLCapabilities
-
Indicates whether hardware acceleration is enabled.
- getHeight() - Method in class com.sun.opengl.impl.GLPbufferImpl
-
- getHeight() - Method in class com.sun.opengl.impl.x11.X11ExternalGLDrawable
-
- getHeight() - Method in class com.sun.opengl.impl.x11.X11OffscreenGLDrawable
-
- getHeight() - Method in class com.sun.opengl.impl.x11.X11OnscreenGLDrawable
-
- getHeight() - Method in class com.sun.opengl.impl.x11.X11PbufferGLDrawable
-
- getHeight() - Method in interface javax.media.opengl.GLDrawable
-
Returns the current height of this GLDrawable.
- getImageData() - Method in class com.sun.opengl.util.TGAWriter
-
Returns the ByteBuffer corresponding to the data for the image.
- getJAWT() - Static method in class com.sun.opengl.impl.JAWT
-
Helper routine for all users to call to access the JAWT.
- getNormals() - Method in class com.sun.opengl.impl.GLUquadricImpl
-
Returns the normals.
- getNumSamples() - Method in class javax.media.opengl.GLCapabilities
-
Returns the number of sample buffers to be allocated if sample
buffers are enabled.
- getObjectTracker() - Method in class com.sun.opengl.impl.GLContextImpl
-
- getOffscreenContextPixelDataType() - Method in class com.sun.opengl.impl.GLContextImpl
-
Only called for offscreen contexts; needed by glReadPixels
- getOffscreenContextPixelDataType() - Method in class com.sun.opengl.impl.x11.X11GLContext
-
- getOffscreenContextPixelDataType() - Method in class com.sun.opengl.impl.x11.X11OffscreenGLContext
-
- getOffscreenContextReadBuffer() - Method in class com.sun.opengl.impl.x11.X11GLContext
-
- getOffscreenContextReadBuffer() - Method in class com.sun.opengl.impl.x11.X11OffscreenGLContext
-
- getOGLScissorBox(Graphics) - Static method in class com.sun.opengl.impl.Java2D
-
Returns the OpenGL scissor region associated with the given
Graphics object, taking into account all clipping regions, etc.
- getOGLSurfaceIdentifier(Graphics) - Static method in class com.sun.opengl.impl.Java2D
-
Returns an opaque "surface identifier" associated with the given
Graphics object.
- getOGLSurfaceType(Graphics) - Static method in class com.sun.opengl.impl.Java2D
-
Returns the underlying surface type for the given Graphics
object.
- getOGLTextureType(Graphics) - Static method in class com.sun.opengl.impl.Java2D
-
Returns the underlying texture target of the given Graphics
object assuming it is rendering to an FBO.
- getOGLViewport(Graphics, int, int) - Static method in class com.sun.opengl.impl.Java2D
-
Returns the OpenGL viewport associated with the given Graphics
object, assuming that the Graphics object is associated with a
component of the specified width and height.
- getOrientation() - Method in class com.sun.opengl.impl.GLUquadricImpl
-
Returns the orientation.
- getParam(int) - Method in class com.sun.opengl.util.TileRenderer
-
Gets the parameters of this TileRenderer object
- getPbufferFloatingPointBuffers() - Method in class javax.media.opengl.GLCapabilities
-
For pbuffers only, returns whether floating-point buffers should
be used if available.
- getPbufferRenderToTexture() - Method in class javax.media.opengl.GLCapabilities
-
For pbuffers only, returns whether the render-to-texture
extension should be used if available.
- getPbufferRenderToTextureRectangle() - Method in class javax.media.opengl.GLCapabilities
-
For pbuffers only, returns whether the render-to-texture
extension should be used.
- getPlatformExtensionsString() - Method in class com.sun.opengl.impl.GLContextImpl
-
Returns a non-null (but possibly empty) string containing the
space-separated list of available platform-dependent (e.g., WGL,
GLX) extensions.
- getPlatformExtensionsString() - Method in class com.sun.opengl.impl.x11.X11GLContext
-
- getPlatformGLExtensions() - Method in class com.sun.opengl.impl.GLContextImpl
-
- getPlatformGLExtensions() - Method in class com.sun.opengl.impl.GLImpl
-
- getPlatformGLExtensions() - Method in class com.sun.opengl.impl.x11.X11GLContext
-
- getPlatformGLExtensions() - Method in class javax.media.opengl.DebugGL
-
- getPlatformGLExtensions() - Method in interface javax.media.opengl.GL
-
Returns an object through which platform-specific OpenGL extensions
(WGL, GLX, etc.) may be accessed.
- getPlatformGLExtensions() - Method in class javax.media.opengl.TraceGL
-
- getRedBits() - Method in class javax.media.opengl.GLCapabilities
-
Returns the number of bits requested for the color buffer's red
component.
- getSampleBuffers() - Method in class javax.media.opengl.GLCapabilities
-
Returns whether sample buffers for full-scene antialiasing
(FSAA) should be allocated for this drawable.
- getShareContext(GLContext) - Static method in class com.sun.opengl.impl.GLContextShareSet
-
- getShareContext(GraphicsConfiguration) - Static method in class com.sun.opengl.impl.Java2D
-
Returns the GLContext associated with the Java2D "share
context", with which all contexts created by JOGL must share
textures and display lists when the FBO option is enabled for
the Java2D/OpenGL pipeline.
- getStencilBits() - Method in class javax.media.opengl.GLCapabilities
-
Returns the number of bits requested for the stencil buffer.
- getStereo() - Method in class javax.media.opengl.GLCapabilities
-
Indicates whether stereo is enabled.
- getSubApplet() - Method in class com.sun.opengl.util.JOGLAppletLauncher
-
Helper method to make it easier to call methods on the
sub-applet from JavaScript.
- getTextureFlag() - Method in class com.sun.opengl.impl.GLUquadricImpl
-
Returns the textureFlag.
- getThreadName() - Static method in class com.sun.opengl.impl.GLContextImpl
-
- getWidth() - Method in class com.sun.opengl.impl.GLPbufferImpl
-
- getWidth() - Method in class com.sun.opengl.impl.x11.X11ExternalGLDrawable
-
- getWidth() - Method in class com.sun.opengl.impl.x11.X11OffscreenGLDrawable
-
- getWidth() - Method in class com.sun.opengl.impl.x11.X11OnscreenGLDrawable
-
- getWidth() - Method in class com.sun.opengl.impl.x11.X11PbufferGLDrawable
-
- getWidth() - Method in interface javax.media.opengl.GLDrawable
-
Returns the current width of this GLDrawable.
- getX11Factory() - Static method in class com.sun.opengl.impl.x11.X11GLDrawableFactory
-
- gl - Variable in class com.sun.opengl.impl.GLContextImpl
-
- GL - Interface in javax.media.opengl
-
The basic interface to OpenGL, providing access to core
functionality up through the OpenGL 2.0 specification as well as
all vendor extensions.
- GL_1PASS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_1PASS_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_2_BYTES - Static variable in interface javax.media.opengl.GL
-
- GL_2D - Static variable in interface javax.media.opengl.GL
-
- GL_2PASS_0_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_2PASS_0_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_2PASS_1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_2PASS_1_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_2X_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_3_BYTES - Static variable in interface javax.media.opengl.GL
-
- GL_3D - Static variable in interface javax.media.opengl.GL
-
- GL_3D_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_3D_COLOR_TEXTURE - Static variable in interface javax.media.opengl.GL
-
- GL_422_AVERAGE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_422_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_422_REV_AVERAGE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_422_REV_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_4_BYTES - Static variable in interface javax.media.opengl.GL
-
- GL_4D_COLOR_TEXTURE - Static variable in interface javax.media.opengl.GL
-
- GL_4PASS_0_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_4PASS_0_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_4PASS_1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_4PASS_1_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_4PASS_2_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_4PASS_2_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_4PASS_3_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_4PASS_3_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_4X_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_8X_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_ABGR_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ACCUM - Static variable in interface javax.media.opengl.GL
-
- GL_ACCUM_ALPHA_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_ACCUM_BLUE_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_ACCUM_BUFFER_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_ACCUM_CLEAR_VALUE - Static variable in interface javax.media.opengl.GL
-
- GL_ACCUM_GREEN_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_ACCUM_RED_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_ACTIVE_ATTRIBUTE_MAX_LENGTH - Static variable in interface javax.media.opengl.GL
-
- GL_ACTIVE_ATTRIBUTES - Static variable in interface javax.media.opengl.GL
-
- GL_ACTIVE_STENCIL_FACE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ACTIVE_TEXTURE - Static variable in interface javax.media.opengl.GL
-
- GL_ACTIVE_UNIFORM_MAX_LENGTH - Static variable in interface javax.media.opengl.GL
-
- GL_ACTIVE_UNIFORMS - Static variable in interface javax.media.opengl.GL
-
- GL_ACTIVE_VARYING_MAX_LENGTH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_ACTIVE_VARYINGS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_ACTIVE_VERTEX_UNITS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_ADD - Static variable in interface javax.media.opengl.GL
-
- GL_ADD_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_ADD_SIGNED - Static variable in interface javax.media.opengl.GL
-
- GL_ALIASED_LINE_WIDTH_RANGE - Static variable in interface javax.media.opengl.GL
-
- GL_ALIASED_POINT_SIZE_RANGE - Static variable in interface javax.media.opengl.GL
-
- GL_ALL_ATTRIB_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_ALL_CLIENT_ATTRIB_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_ALL_COMPLETED_NV - Static variable in interface javax.media.opengl.GL
-
- GL_ALLOW_DRAW_FRG_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_ALLOW_DRAW_MEM_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_ALLOW_DRAW_OBJ_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_ALLOW_DRAW_WIN_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA12 - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA16 - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA16F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA16I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA16UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA32F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA32I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA32UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA4 - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA8 - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA8I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA8UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_INTEGER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_MAX_CLAMP_INGR - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_MAX_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_MIN_CLAMP_INGR - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_MIN_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_TEST - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_TEST_FUNC - Static variable in interface javax.media.opengl.GL
-
- GL_ALPHA_TEST_REF - Static variable in interface javax.media.opengl.GL
-
- GL_ALWAYS - Static variable in interface javax.media.opengl.GL
-
- GL_ALWAYS_FAST_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_ALWAYS_SOFT_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_AMBIENT - Static variable in interface javax.media.opengl.GL
-
- GL_AMBIENT_AND_DIFFUSE - Static variable in interface javax.media.opengl.GL
-
- GL_AND - Static variable in interface javax.media.opengl.GL
-
- GL_AND_INVERTED - Static variable in interface javax.media.opengl.GL
-
- GL_AND_REVERSE - Static variable in interface javax.media.opengl.GL
-
- GL_ARRAY_BUFFER - Static variable in interface javax.media.opengl.GL
-
- GL_ARRAY_BUFFER_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_ARRAY_ELEMENT_LOCK_COUNT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ARRAY_ELEMENT_LOCK_FIRST_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ARRAY_OBJECT_BUFFER_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_ARRAY_OBJECT_OFFSET_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_ASYNC_DRAW_PIXELS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_ASYNC_HISTOGRAM_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_ASYNC_MARKER_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_ASYNC_READ_PIXELS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_ASYNC_TEX_IMAGE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_ATTACHED_SHADERS - Static variable in interface javax.media.opengl.GL
-
- GL_ATTENUATION_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ATTRIB_ARRAY_POINTER_NV - Static variable in interface javax.media.opengl.GL
-
- GL_ATTRIB_ARRAY_SIZE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_ATTRIB_ARRAY_STRIDE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_ATTRIB_ARRAY_TYPE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_ATTRIB_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_AUTO_NORMAL - Static variable in interface javax.media.opengl.GL
-
- GL_AUX0 - Static variable in interface javax.media.opengl.GL
-
- GL_AUX1 - Static variable in interface javax.media.opengl.GL
-
- GL_AUX2 - Static variable in interface javax.media.opengl.GL
-
- GL_AUX3 - Static variable in interface javax.media.opengl.GL
-
- GL_AUX_BUFFERS - Static variable in interface javax.media.opengl.GL
-
- GL_AVERAGE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_AVERAGE_HP - Static variable in interface javax.media.opengl.GL
-
- GL_BACK - Static variable in interface javax.media.opengl.GL
-
- GL_BACK_LEFT - Static variable in interface javax.media.opengl.GL
-
- GL_BACK_NORMALS_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_BACK_PRIMARY_COLOR_NV - Static variable in interface javax.media.opengl.GL
-
- GL_BACK_RIGHT - Static variable in interface javax.media.opengl.GL
-
- GL_BACK_SECONDARY_COLOR_NV - Static variable in interface javax.media.opengl.GL
-
- GL_BGR - Static variable in interface javax.media.opengl.GL
-
- GL_BGR_INTEGER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_BGRA - Static variable in interface javax.media.opengl.GL
-
- GL_BGRA_INTEGER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_BIAS_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_BIAS_BY_NEGATIVE_ONE_HALF_NV - Static variable in interface javax.media.opengl.GL
-
- GL_BITMAP - Static variable in interface javax.media.opengl.GL
-
- GL_BITMAP_TOKEN - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_DST - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_DST_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_DST_ALPHA_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_DST_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_DST_RGB_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_EQUATION - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_EQUATION_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_EQUATION_ALPHA_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_EQUATION_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_EQUATION_RGB_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_SRC - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_SRC_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_SRC_ALPHA_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_SRC_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_BLEND_SRC_RGB_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_BLUE - Static variable in interface javax.media.opengl.GL
-
- GL_BLUE_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_BLUE_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_BLUE_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_BLUE_INTEGER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_BLUE_MAX_CLAMP_INGR - Static variable in interface javax.media.opengl.GL
-
- GL_BLUE_MIN_CLAMP_INGR - Static variable in interface javax.media.opengl.GL
-
- GL_BLUE_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_BOOL - Static variable in interface javax.media.opengl.GL
-
- GL_BOOL_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_BOOL_VEC2 - Static variable in interface javax.media.opengl.GL
-
- GL_BOOL_VEC2_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_BOOL_VEC3 - Static variable in interface javax.media.opengl.GL
-
- GL_BOOL_VEC3_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_BOOL_VEC4 - Static variable in interface javax.media.opengl.GL
-
- GL_BOOL_VEC4_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_ACCESS - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_ACCESS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_FLUSHING_UNMAP_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_MAP_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_MAP_POINTER_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_MAPPED - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_MAPPED_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_SERIALIZED_MODIFY_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_SIZE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_USAGE - Static variable in interface javax.media.opengl.GL
-
- GL_BUFFER_USAGE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_BUMP_ENVMAP_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_BUMP_NUM_TEX_UNITS_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_BUMP_ROT_MATRIX_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_BUMP_ROT_MATRIX_SIZE_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_BUMP_TARGET_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_BUMP_TEX_UNITS_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_BYTE - Static variable in interface javax.media.opengl.GL
-
- GL_C3F_V3F - Static variable in interface javax.media.opengl.GL
-
- GL_C4F_N3F_V3F - Static variable in interface javax.media.opengl.GL
-
- GL_C4UB_V2F - Static variable in interface javax.media.opengl.GL
-
- GL_C4UB_V3F - Static variable in interface javax.media.opengl.GL
-
- GL_CALLIGRAPHIC_FRAGMENT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_CCW - Static variable in interface javax.media.opengl.GL
-
- GL_CG_FRAGMENT_SHADER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CG_VERTEX_SHADER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CLAMP - Static variable in interface javax.media.opengl.GL
-
- GL_CLAMP_FRAGMENT_COLOR_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_CLAMP_READ_COLOR_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_CLAMP_TO_BORDER - Static variable in interface javax.media.opengl.GL
-
- GL_CLAMP_TO_EDGE - Static variable in interface javax.media.opengl.GL
-
- GL_CLAMP_VERTEX_COLOR_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_CLEAR - Static variable in interface javax.media.opengl.GL
-
- GL_CLIENT_ACTIVE_TEXTURE - Static variable in interface javax.media.opengl.GL
-
- GL_CLIENT_ALL_ATTRIB_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_CLIENT_ATTRIB_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_CLIENT_PIXEL_STORE_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_CLIENT_VERTEX_ARRAY_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_CLIP_DISTANCE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_CLIP_FAR_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_CLIP_NEAR_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_CLIP_PLANE0 - Static variable in interface javax.media.opengl.GL
-
- GL_CLIP_PLANE1 - Static variable in interface javax.media.opengl.GL
-
- GL_CLIP_PLANE2 - Static variable in interface javax.media.opengl.GL
-
- GL_CLIP_PLANE3 - Static variable in interface javax.media.opengl.GL
-
- GL_CLIP_PLANE4 - Static variable in interface javax.media.opengl.GL
-
- GL_CLIP_PLANE5 - Static variable in interface javax.media.opengl.GL
-
- GL_CLIP_VOLUME_CLIPPING_HINT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CMYK_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CMYKA_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CND0_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CND_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_COEFF - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR3_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR4_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ALPHA_PAIRING_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ARRAY - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT0_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT10_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT11_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT12_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT13_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT14_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT15_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT2_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT3_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT4_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT5_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT6_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT7_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT8_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_ATTACHMENT9_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_BUFFER_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_CLEAR_VALUE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_FLOAT_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_INDEX - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_INDEX12_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_INDEX16_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_INDEX1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_INDEX2_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_INDEX4_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_INDEX8_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_INDEXES - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_LOGIC_OP - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_MATERIAL - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_MATERIAL_FACE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_MATERIAL_PARAMETER - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_MATRIX - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_MATRIX_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_SUM - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_SUM_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_SUM_CLAMP_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_SUM_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_TABLE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_TABLE_ALPHA_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_TABLE_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_TABLE_BLUE_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_TABLE_FORMAT - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_TABLE_GREEN_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_TABLE_INTENSITY_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_TABLE_LUMINANCE_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_TABLE_RED_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_TABLE_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_TABLE_WIDTH - Static variable in interface javax.media.opengl.GL
-
- GL_COLOR_WRITEMASK - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINE - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINE4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINE_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINE_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER0_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER1_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER2_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER3_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER5_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER6_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER7_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER_AB_DOT_PRODUCT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER_AB_OUTPUT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER_BIAS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER_CD_DOT_PRODUCT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER_CD_OUTPUT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER_COMPONENT_USAGE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER_INPUT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER_MAPPING_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER_MUX_SUM_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMBINER_SUM_OUTPUT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COMP_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_COMPARE_R_TO_TEXTURE - Static variable in interface javax.media.opengl.GL
-
- GL_COMPARE_R_TO_TEXTURE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPILE - Static variable in interface javax.media.opengl.GL
-
- GL_COMPILE_AND_EXECUTE - Static variable in interface javax.media.opengl.GL
-
- GL_COMPILE_STATUS - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_INTENSITY - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_LUMINANCE - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_LUMINANCE_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_LUMINANCE_LATC1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_RED_GREEN_RGTC2_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_RED_RGTC1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_RGB_FXT1_3DFX - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_RGB_S3TC_DXT1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_RGBA - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_RGBA_FXT1_3DFX - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_RGBA_S3TC_DXT1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_RGBA_S3TC_DXT3_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_RGBA_S3TC_DXT5_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SIGNED_RED_RGTC1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SLUMINANCE - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SLUMINANCE_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SLUMINANCE_ALPHA_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SLUMINANCE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SRGB - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SRGB_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SRGB_ALPHA_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SRGB_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_SRGB_S3TC_DXT1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_COMPRESSED_TEXTURE_FORMATS - Static variable in interface javax.media.opengl.GL
-
- GL_CON_0_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_10_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_11_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_12_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_13_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_14_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_15_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_16_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_17_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_18_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_19_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_1_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_20_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_21_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_22_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_23_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_24_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_25_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_26_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_27_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_28_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_29_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_2_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_30_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_31_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_3_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_4_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_5_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_6_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_7_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_8_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CON_9_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_CONSERVE_MEMORY_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_CONST_EYE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_CONSTANT - Static variable in interface javax.media.opengl.GL
-
- GL_CONSTANT_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_CONSTANT_ATTENUATION - Static variable in interface javax.media.opengl.GL
-
- GL_CONSTANT_BORDER - Static variable in interface javax.media.opengl.GL
-
- GL_CONSTANT_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_CONSTANT_COLOR0_NV - Static variable in interface javax.media.opengl.GL
-
- GL_CONSTANT_COLOR1_NV - Static variable in interface javax.media.opengl.GL
-
- GL_CONVOLUTION_1D - Static variable in interface javax.media.opengl.GL
-
- GL_CONVOLUTION_2D - Static variable in interface javax.media.opengl.GL
-
- GL_CONVOLUTION_BORDER_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_CONVOLUTION_BORDER_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_CONVOLUTION_FILTER_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_CONVOLUTION_FILTER_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_CONVOLUTION_FORMAT - Static variable in interface javax.media.opengl.GL
-
- GL_CONVOLUTION_HEIGHT - Static variable in interface javax.media.opengl.GL
-
- GL_CONVOLUTION_HINT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_CONVOLUTION_WIDTH - Static variable in interface javax.media.opengl.GL
-
- GL_COORD_REPLACE - Static variable in interface javax.media.opengl.GL
-
- GL_COORD_REPLACE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_COORD_REPLACE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_COPY - Static variable in interface javax.media.opengl.GL
-
- GL_COPY_INVERTED - Static variable in interface javax.media.opengl.GL
-
- GL_COPY_PIXEL_TOKEN - Static variable in interface javax.media.opengl.GL
-
- GL_CUBIC_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CUBIC_HP - Static variable in interface javax.media.opengl.GL
-
- GL_CULL_FACE - Static variable in interface javax.media.opengl.GL
-
- GL_CULL_FACE_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_CULL_FRAGMENT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_CULL_MODES_NV - Static variable in interface javax.media.opengl.GL
-
- GL_CULL_VERTEX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CULL_VERTEX_EYE_POSITION_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CULL_VERTEX_IBM - Static variable in interface javax.media.opengl.GL
-
- GL_CULL_VERTEX_OBJECT_POSITION_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_ATTRIB_NV - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_FOG_COORD - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_FOG_COORDINATE - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_FOG_COORDINATE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_INDEX - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_MATRIX_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_MATRIX_INDEX_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_MATRIX_NV - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_MATRIX_STACK_DEPTH_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_MATRIX_STACK_DEPTH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_NORMAL - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_OCCLUSION_QUERY_ID_NV - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_PALETTE_MATRIX_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_PROGRAM - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_QUERY - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_QUERY_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_RASTER_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_RASTER_DISTANCE - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_RASTER_INDEX - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_RASTER_NORMAL_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_RASTER_POSITION - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_RASTER_POSITION_VALID - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_RASTER_SECONDARY_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_RASTER_TEXTURE_COORDS - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_SECONDARY_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_SECONDARY_COLOR_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_TEXTURE_COORDS - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_VERTEX_ATTRIB - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_VERTEX_ATTRIB_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_VERTEX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_VERTEX_WEIGHT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_CURRENT_WEIGHT_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_CW - Static variable in interface javax.media.opengl.GL
-
- GL_DECAL - Static variable in interface javax.media.opengl.GL
-
- GL_DECR - Static variable in interface javax.media.opengl.GL
-
- GL_DECR_WRAP - Static variable in interface javax.media.opengl.GL
-
- GL_DECR_WRAP_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_DEFORMATIONS_MASK_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_DELETE_STATUS - Static variable in interface javax.media.opengl.GL
-
- GL_DEPENDENT_AR_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPENDENT_GB_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPENDENT_HILO_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPENDENT_RGB_TEXTURE_3D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH24_STENCIL8_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH32F_STENCIL8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_ATTACHMENT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_BOUNDS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_BOUNDS_TEST_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_BUFFER_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_BUFFER_FLOAT_MODE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_CLAMP_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_CLEAR_VALUE - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_COMPONENT - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_COMPONENT16 - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_COMPONENT16_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_COMPONENT16_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_COMPONENT24 - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_COMPONENT24_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_COMPONENT24_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_COMPONENT32 - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_COMPONENT32_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_COMPONENT32_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_COMPONENT32F_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_FUNC - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_PASS_INSTRUMENT_COUNTERS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_PASS_INSTRUMENT_MAX_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_PASS_INSTRUMENT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_RANGE - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_STENCIL_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_STENCIL_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_STENCIL_TO_BGRA_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_STENCIL_TO_RGBA_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_TEST - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_TEXTURE_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_TEXTURE_MODE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DEPTH_WRITEMASK - Static variable in interface javax.media.opengl.GL
-
- GL_DETAIL_TEXTURE_2D_BINDING_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DETAIL_TEXTURE_2D_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DETAIL_TEXTURE_LEVEL_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DETAIL_TEXTURE_MODE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DIFFUSE - Static variable in interface javax.media.opengl.GL
-
- GL_DISCARD_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DISCARD_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DISTANCE_ATTENUATION_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_DISTANCE_ATTENUATION_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DITHER - Static variable in interface javax.media.opengl.GL
-
- GL_DOMAIN - Static variable in interface javax.media.opengl.GL
-
- GL_DONT_CARE - Static variable in interface javax.media.opengl.GL
-
- GL_DOT2_ADD_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DOT3_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DOT3_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_DOT3_RGBA - Static variable in interface javax.media.opengl.GL
-
- GL_DOT4_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_DEPTH_REPLACE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_PASS_THROUGH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_TEXTURE_1D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_TEXTURE_3D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DOUBLE - Static variable in interface javax.media.opengl.GL
-
- GL_DOUBLEBUFFER - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER0 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER0_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER0_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER1 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER10 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER10_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER10_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER11 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER11_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER11_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER12 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER12_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER12_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER13 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER13_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER13_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER14 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER14_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER14_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER15 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER15_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER15_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER1_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER1_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER2 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER2_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER2_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER3 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER3_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER3_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER4 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER4_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER4_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER5 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER5_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER5_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER6 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER6_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER6_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER7 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER7_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER7_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER8 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER8_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER8_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER9 - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER9_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_BUFFER9_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_FRAMEBUFFER_BINDING_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_FRAMEBUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_PIXEL_TOKEN - Static variable in interface javax.media.opengl.GL
-
- GL_DRAW_PIXELS_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_DS_BIAS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DS_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DSDT8_MAG8_INTENSITY8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DSDT8_MAG8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DSDT8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DSDT_MAG_INTENSITY_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DSDT_MAG_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DSDT_MAG_VIB_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DSDT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DST_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_DST_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_DT_BIAS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DT_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_DU8DV8_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_ALPHA12_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_ALPHA16_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_ALPHA4_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_ALPHA8_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_INTENSITY12_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_INTENSITY16_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_INTENSITY4_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_INTENSITY8_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_LUMINANCE12_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_LUMINANCE16_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_LUMINANCE4_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_LUMINANCE8_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_LUMINANCE_ALPHA4_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_LUMINANCE_ALPHA8_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUAL_TEXTURE_SELECT_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_DUDV_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DYNAMIC_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_DYNAMIC_COPY - Static variable in interface javax.media.opengl.GL
-
- GL_DYNAMIC_COPY_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DYNAMIC_DRAW - Static variable in interface javax.media.opengl.GL
-
- GL_DYNAMIC_DRAW_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_DYNAMIC_READ - Static variable in interface javax.media.opengl.GL
-
- GL_DYNAMIC_READ_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_E_TIMES_F_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EDGE_FLAG - Static variable in interface javax.media.opengl.GL
-
- GL_EDGE_FLAG_ARRAY - Static variable in interface javax.media.opengl.GL
-
- GL_EDGE_FLAG_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_EDGE_FLAG_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_EDGE_FLAG_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL
-
- GL_EDGEFLAG_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_EIGHTH_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_ELEMENT_ARRAY_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_ELEMENT_ARRAY_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_ELEMENT_ARRAY_BUFFER - Static variable in interface javax.media.opengl.GL
-
- GL_ELEMENT_ARRAY_BUFFER_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_ELEMENT_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_ELEMENT_ARRAY_POINTER_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_ELEMENT_ARRAY_POINTER_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_ELEMENT_ARRAY_TYPE_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_ELEMENT_ARRAY_TYPE_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_EMBOSS_CONSTANT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EMBOSS_LIGHT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EMBOSS_MAP_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EMISSION - Static variable in interface javax.media.opengl.GL
-
- GL_ENABLE_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_EQUAL - Static variable in interface javax.media.opengl.GL
-
- GL_EQUIV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_2D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_FRACTIONAL_TESSELLATION_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_TRIANGULAR_2D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB0_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB10_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB11_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB12_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB13_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB14_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB15_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB1_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB2_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB3_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB5_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB6_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB7_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EVAL_VERTEX_ATTRIB9_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EXP - Static variable in interface javax.media.opengl.GL
-
- GL_EXP2 - Static variable in interface javax.media.opengl.GL
-
- GL_EXPAND_NEGATE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EXPAND_NORMAL_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EXTENSIONS - Static variable in interface javax.media.opengl.GL
-
- GL_EYE_DISTANCE_TO_LINE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_EYE_DISTANCE_TO_POINT_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_EYE_LINE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_EYE_LINEAR - Static variable in interface javax.media.opengl.GL
-
- GL_EYE_PLANE - Static variable in interface javax.media.opengl.GL
-
- GL_EYE_PLANE_ABSOLUTE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_EYE_POINT_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_EYE_RADIAL_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FALSE - Static variable in interface javax.media.opengl.GL
-
- GL_FASTEST - Static variable in interface javax.media.opengl.GL
-
- GL_FEEDBACK - Static variable in interface javax.media.opengl.GL
-
- GL_FEEDBACK_BUFFER_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_FEEDBACK_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_FEEDBACK_BUFFER_TYPE - Static variable in interface javax.media.opengl.GL
-
- GL_FENCE_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_FENCE_CONDITION_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FENCE_STATUS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FILL - Static variable in interface javax.media.opengl.GL
-
- GL_FILTER4_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_FIXED_ONLY_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_FLAT - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_CLEAR_COLOR_VALUE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT2 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT2_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT2x3 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT2x4 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT3 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT3_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT3x2 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT3x4 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT4 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT4_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT4x2 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_MAT4x3 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_R16_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_R32_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_R_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_RG16_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_RG32_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_RG_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_RGB16_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_RGB32_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_RGB_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_RGBA16_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_RGBA32_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_RGBA_MODE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_RGBA_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_VEC2 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_VEC2_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_VEC3 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_VEC3_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_VEC4 - Static variable in interface javax.media.opengl.GL
-
- GL_FLOAT_VEC4_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_FOG - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORD - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORD_ARRAY - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORD_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORD_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORD_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORD_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORD_SRC - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_ARRAY - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_ARRAY_POINTER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_ARRAY_STRIDE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_ARRAY_TYPE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_SOURCE - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_COORDINATE_SOURCE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_DENSITY - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_DISTANCE_MODE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_END - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_FUNC_POINTS_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_FUNC_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_HINT - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_INDEX - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_OFFSET_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_OFFSET_VALUE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_SCALE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_SCALE_VALUE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_SPECULAR_TEXTURE_WIN - Static variable in interface javax.media.opengl.GL
-
- GL_FOG_START - Static variable in interface javax.media.opengl.GL
-
- GL_FORCE_BLUE_TO_ONE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FORMAT_SUBSAMPLE_244_244_OML - Static variable in interface javax.media.opengl.GL
-
- GL_FORMAT_SUBSAMPLE_24_24_OML - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_COLOR_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_COLOR_MATERIAL_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_DEPTH_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT0_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT1_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT2_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT3_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT4_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT5_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT6_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT7_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_LIGHTING_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_MATERIAL_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_NORMAL_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_PROGRAM_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_PROGRAM_BINDING_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_PROGRAM_NV - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_SHADER - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_SHADER_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_SHADER_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_SHADER_DERIVATIVE_HINT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_BINDING_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_COMPLETE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_SRGB_CAPABLE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_SRGB_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEBUFFER_UNSUPPORTED_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEZOOM_FACTOR_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRAMEZOOM_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_FRONT - Static variable in interface javax.media.opengl.GL
-
- GL_FRONT_AND_BACK - Static variable in interface javax.media.opengl.GL
-
- GL_FRONT_FACE - Static variable in interface javax.media.opengl.GL
-
- GL_FRONT_LEFT - Static variable in interface javax.media.opengl.GL
-
- GL_FRONT_RIGHT - Static variable in interface javax.media.opengl.GL
-
- GL_FULL_RANGE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_FULL_STIPPLE_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_FUNC_ADD - Static variable in interface javax.media.opengl.GL
-
- GL_FUNC_REVERSE_SUBTRACT - Static variable in interface javax.media.opengl.GL
-
- GL_FUNC_SUBTRACT - Static variable in interface javax.media.opengl.GL
-
- GL_GENERATE_MIPMAP - Static variable in interface javax.media.opengl.GL
-
- GL_GENERATE_MIPMAP_HINT - Static variable in interface javax.media.opengl.GL
-
- GL_GENERATE_MIPMAP_HINT_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_GENERATE_MIPMAP_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_GENERIC_ATTRIB_NV - Static variable in interface javax.media.opengl.GL
-
- GL_GEOMETRY_DEFORMATION_BIT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_GEOMETRY_DEFORMATION_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_GEOMETRY_INPUT_TYPE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_GEOMETRY_OUTPUT_TYPE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_GEOMETRY_PROGRAM_NV - Static variable in interface javax.media.opengl.GL
-
- GL_GEOMETRY_SHADER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_GEOMETRY_VERTICES_OUT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_GEQUAL - Static variable in interface javax.media.opengl.GL
-
- GL_GLEXT_VERSION - Static variable in interface javax.media.opengl.GL
-
- GL_GLOBAL_ALPHA_FACTOR_SUN - Static variable in interface javax.media.opengl.GL
-
- GL_GLOBAL_ALPHA_SUN - Static variable in interface javax.media.opengl.GL
-
- GL_GREATER - Static variable in interface javax.media.opengl.GL
-
- GL_GREEN - Static variable in interface javax.media.opengl.GL
-
- GL_GREEN_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_GREEN_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_GREEN_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_GREEN_INTEGER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_GREEN_MAX_CLAMP_INGR - Static variable in interface javax.media.opengl.GL
-
- GL_GREEN_MIN_CLAMP_INGR - Static variable in interface javax.media.opengl.GL
-
- GL_GREEN_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_GREMEDY_string_marker - Static variable in interface javax.media.opengl.GL
-
- GL_HALF_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_HALF_BIAS_NEGATE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_HALF_BIAS_NORMAL_NV - Static variable in interface javax.media.opengl.GL
-
- GL_HALF_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_HALF_FLOAT_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_HALF_FLOAT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_HI_BIAS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_HI_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_HILO16_NV - Static variable in interface javax.media.opengl.GL
-
- GL_HILO8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_HILO_NV - Static variable in interface javax.media.opengl.GL
-
- GL_HINT_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_HISTOGRAM - Static variable in interface javax.media.opengl.GL
-
- GL_HISTOGRAM_ALPHA_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_HISTOGRAM_BLUE_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_HISTOGRAM_FORMAT - Static variable in interface javax.media.opengl.GL
-
- GL_HISTOGRAM_GREEN_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_HISTOGRAM_LUMINANCE_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_HISTOGRAM_RED_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_HISTOGRAM_SINK - Static variable in interface javax.media.opengl.GL
-
- GL_HISTOGRAM_WIDTH - Static variable in interface javax.media.opengl.GL
-
- GL_IDENTITY_NV - Static variable in interface javax.media.opengl.GL
-
- GL_IMAGE_CUBIC_WEIGHT_HP - Static variable in interface javax.media.opengl.GL
-
- GL_IMAGE_MAG_FILTER_HP - Static variable in interface javax.media.opengl.GL
-
- GL_IMAGE_MIN_FILTER_HP - Static variable in interface javax.media.opengl.GL
-
- GL_IMAGE_ROTATE_ANGLE_HP - Static variable in interface javax.media.opengl.GL
-
- GL_IMAGE_ROTATE_ORIGIN_X_HP - Static variable in interface javax.media.opengl.GL
-
- GL_IMAGE_ROTATE_ORIGIN_Y_HP - Static variable in interface javax.media.opengl.GL
-
- GL_IMAGE_SCALE_X_HP - Static variable in interface javax.media.opengl.GL
-
- GL_IMAGE_SCALE_Y_HP - Static variable in interface javax.media.opengl.GL
-
- GL_IMAGE_TRANSFORM_2D_HP - Static variable in interface javax.media.opengl.GL
-
- GL_IMAGE_TRANSLATE_X_HP - Static variable in interface javax.media.opengl.GL
-
- GL_IMAGE_TRANSLATE_Y_HP - Static variable in interface javax.media.opengl.GL
-
- GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES - Static variable in interface javax.media.opengl.GL
-
- GL_IMPLEMENTATION_COLOR_READ_TYPE_OES - Static variable in interface javax.media.opengl.GL
-
- GL_INCR - Static variable in interface javax.media.opengl.GL
-
- GL_INCR_WRAP - Static variable in interface javax.media.opengl.GL
-
- GL_INCR_WRAP_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_ARRAY - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_CLEAR_VALUE - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_LOGIC_OP - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_MATERIAL_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_MATERIAL_FACE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_MATERIAL_PARAMETER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_OFFSET - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_SHIFT - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_TEST_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_TEST_FUNC_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_TEST_REF_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INDEX_WRITEMASK - Static variable in interface javax.media.opengl.GL
-
- GL_INFO_LOG_LENGTH - Static variable in interface javax.media.opengl.GL
-
- GL_INSTRUMENT_BUFFER_POINTER_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_INSTRUMENT_MEASUREMENTS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_INT - Static variable in interface javax.media.opengl.GL
-
- GL_INT_SAMPLER_1D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INT_SAMPLER_1D_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INT_SAMPLER_2D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INT_SAMPLER_2D_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INT_SAMPLER_2D_RECT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INT_SAMPLER_3D_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INT_SAMPLER_BUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INT_SAMPLER_CUBE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INT_VEC2 - Static variable in interface javax.media.opengl.GL
-
- GL_INT_VEC2_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_INT_VEC3 - Static variable in interface javax.media.opengl.GL
-
- GL_INT_VEC3_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_INT_VEC4 - Static variable in interface javax.media.opengl.GL
-
- GL_INT_VEC4_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY12 - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY16 - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY16F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY16I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY16UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY32F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY32I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY32UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY4 - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY8 - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY8I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY8UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_INTENSITY_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_INTERLACE_OML - Static variable in interface javax.media.opengl.GL
-
- GL_INTERLACE_READ_INGR - Static variable in interface javax.media.opengl.GL
-
- GL_INTERLACE_READ_OML - Static variable in interface javax.media.opengl.GL
-
- GL_INTERLACE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_INTERLEAVED_ATTRIBS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_INTERPOLATE - Static variable in interface javax.media.opengl.GL
-
- GL_INVALID_ENUM - Static variable in interface javax.media.opengl.GL
-
- GL_INVALID_FRAMEBUFFER_OPERATION_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INVALID_OPERATION - Static variable in interface javax.media.opengl.GL
-
- GL_INVALID_VALUE - Static variable in interface javax.media.opengl.GL
-
- GL_INVARIANT_DATATYPE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INVARIANT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INVARIANT_VALUE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_INVERSE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_INVERSE_TRANSPOSE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_INVERT - Static variable in interface javax.media.opengl.GL
-
- GL_INVERTED_SCREEN_W_REND - Static variable in interface javax.media.opengl.GL
-
- GL_IR_INSTRUMENT1_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_IUI_N3F_V2F_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_IUI_N3F_V3F_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_IUI_V2F_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_IUI_V3F_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_KEEP - Static variable in interface javax.media.opengl.GL
-
- GL_KTX_BACK_REGION - Static variable in interface javax.media.opengl.GL
-
- GL_KTX_FRONT_REGION - Static variable in interface javax.media.opengl.GL
-
- GL_KTX_STENCIL_REGION - Static variable in interface javax.media.opengl.GL
-
- GL_KTX_Z_REGION - Static variable in interface javax.media.opengl.GL
-
- GL_LEFT - Static variable in interface javax.media.opengl.GL
-
- GL_LEQUAL - Static variable in interface javax.media.opengl.GL
-
- GL_LERP_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_LESS - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT0 - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT1 - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT2 - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT3 - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT4 - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT5 - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT6 - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT7 - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT_ENV_MODE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT_MODEL_AMBIENT - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT_MODEL_COLOR_CONTROL - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT_MODEL_LOCAL_VIEWER - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHT_MODEL_TWO_SIDE - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHTING - Static variable in interface javax.media.opengl.GL
-
- GL_LIGHTING_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_LINE - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_LOOP - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_RESET_TOKEN - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_SMOOTH - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_SMOOTH_HINT - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_STIPPLE - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_STIPPLE_PATTERN - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_STIPPLE_REPEAT - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_STRIP - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_STRIP_ADJACENCY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_TOKEN - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_WIDTH - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_WIDTH_GRANULARITY - Static variable in interface javax.media.opengl.GL
-
- GL_LINE_WIDTH_RANGE - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR_ATTENUATION - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR_CLIPMAP_LINEAR_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR_CLIPMAP_NEAREST_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR_DETAIL_ALPHA_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR_DETAIL_COLOR_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR_DETAIL_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR_MIPMAP_LINEAR - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR_MIPMAP_NEAREST - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR_SHARPEN_ALPHA_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR_SHARPEN_COLOR_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_LINEAR_SHARPEN_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_LINES - Static variable in interface javax.media.opengl.GL
-
- GL_LINES_ADJACENCY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LINK_STATUS - Static variable in interface javax.media.opengl.GL
-
- GL_LIST_BASE - Static variable in interface javax.media.opengl.GL
-
- GL_LIST_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_LIST_INDEX - Static variable in interface javax.media.opengl.GL
-
- GL_LIST_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_LIST_PRIORITY_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_LO_BIAS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_LO_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_LOAD - Static variable in interface javax.media.opengl.GL
-
- GL_LOCAL_CONSTANT_DATATYPE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LOCAL_CONSTANT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LOCAL_CONSTANT_VALUE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LOCAL_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LOGIC_OP - Static variable in interface javax.media.opengl.GL
-
- GL_LOGIC_OP_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_LOWER_LEFT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE12 - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE12_ALPHA12 - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE12_ALPHA4 - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE16 - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE16_ALPHA16 - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE16F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE16I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE16UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE32F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE32I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE32UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE4 - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE4_ALPHA4 - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE6_ALPHA2 - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE8 - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE8_ALPHA8 - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE8I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE8UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA16F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA16I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA16UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA32F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA32I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA32UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA8I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA8UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_ALPHA_INTEGER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_LUMINANCE_INTEGER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAD_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_MAGNITUDE_BIAS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAGNITUDE_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_COLOR_4 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_GRID_DOMAIN - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_GRID_SEGMENTS - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_INDEX - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_NORMAL - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_TEXTURE_COORD_1 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_TEXTURE_COORD_2 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_TEXTURE_COORD_3 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_TEXTURE_COORD_4 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_3 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_4 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB0_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB10_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB11_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB12_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB13_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB14_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB15_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB1_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB2_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB3_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB4_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB5_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB6_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB7_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB8_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP1_VERTEX_ATTRIB9_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_COLOR_4 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_GRID_DOMAIN - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_GRID_SEGMENTS - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_INDEX - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_NORMAL - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_TEXTURE_COORD_1 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_TEXTURE_COORD_2 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_TEXTURE_COORD_3 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_TEXTURE_COORD_4 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_3 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_4 - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB0_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB10_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB11_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB12_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB13_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB14_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB15_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB1_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB2_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB3_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB4_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB5_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB6_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB7_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB8_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP2_VERTEX_ATTRIB9_4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP_ATTRIB_U_ORDER_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP_ATTRIB_V_ORDER_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAP_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_MAP_STENCIL - Static variable in interface javax.media.opengl.GL
-
- GL_MAP_TESSELLATION_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAT_AMBIENT_AND_DIFFUSE_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_MAT_AMBIENT_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_MAT_COLOR_INDEXES_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_MAT_DIFFUSE_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_MAT_EMISSION_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_MAT_SHININESS_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_MAT_SPECULAR_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_MATERIAL_SIDE_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX0_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX0_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX10_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX11_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX12_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX13_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX14_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX15_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX16_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX17_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX18_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX19_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX1_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX1_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX20_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX21_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX22_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX23_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX24_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX25_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX26_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX27_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX28_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX29_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX2_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX2_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX30_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX31_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX3_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX3_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX4_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX5_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX5_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX6_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX6_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX7_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX7_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX8_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX9_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX_INDEX_ARRAY_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX_INDEX_ARRAY_POINTER_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX_INDEX_ARRAY_SIZE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX_INDEX_ARRAY_STRIDE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX_INDEX_ARRAY_TYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_MATRIX_PALETTE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_3D_TEXTURE_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_4D_TEXTURE_SIZE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_ACTIVE_LIGHTS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_ARRAY_TEXTURE_LAYERS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_ASYNC_DRAW_PIXELS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_ASYNC_HISTOGRAM_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_ASYNC_READ_PIXELS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_ASYNC_TEX_IMAGE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_ATTRIB_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_BINDABLE_UNIFORM_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_CLIENT_ATTRIB_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_CLIP_PLANES - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_CLIPMAP_DEPTH_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_COLOR_ATTACHMENTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_COLOR_MATRIX_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_CONVOLUTION_HEIGHT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_CONVOLUTION_WIDTH - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_CUBE_MAP_TEXTURE_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_DEFORMATION_ORDER_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_DRAW_BUFFERS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_DRAW_BUFFERS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_DRAW_BUFFERS_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_ELEMENTS_INDICES - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_ELEMENTS_VERTICES - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_EVAL_ORDER - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_FOG_FUNC_POINTS_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_FRAGMENT_LIGHTS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_FRAGMENT_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_FRAMEZOOM_FACTOR_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_GENERAL_COMBINERS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_LIGHTS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_LIST_NESTING - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_MAP_TESSELLATION_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_MODELVIEW_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_NAME_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PALETTE_MATRICES_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PIXEL_MAP_TABLE - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_ATTRIBS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_CALL_DEPTH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_ENV_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_GENERIC_RESULTS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_IF_DEPTH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_LOOP_COUNT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_LOOP_DEPTH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_MATRICES_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_OUTPUT_VERTICES_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_RESULT_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_TEMPORARIES_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_TEXEL_OFFSET_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_PROJECTION_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_RATIONAL_EVAL_ORDER_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_RECTANGLE_TEXTURE_SIZE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_RENDERBUFFER_COLOR_SAMPLES_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_RENDERBUFFER_COVERAGE_SAMPLES_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_RENDERBUFFER_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_SAMPLES_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_SHININESS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_SPOT_EXPONENT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_BUFFER_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_COORDS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_COORDS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_COORDS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_IMAGE_UNITS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_IMAGE_UNITS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_IMAGE_UNITS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_LOD_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_LOD_BIAS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TEXTURE_UNITS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TRACK_MATRICES_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_ATTRIBS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VARYING_COMPONENTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VARYING_FLOATS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VARYING_FLOATS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_ATTRIBS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_ATTRIBS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_SHADER_INVARIANTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_SHADER_LOCALS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_SHADER_VARIANTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_STREAMS_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_UNIFORM_COMPONENTS - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_UNITS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VERTEX_VARYING_COMPONENTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MAX_VIEWPORT_DIMS - Static variable in interface javax.media.opengl.GL
-
- GL_MESAX_texture_stack - Static variable in interface javax.media.opengl.GL
-
- GL_MIN - Static variable in interface javax.media.opengl.GL
-
- GL_MIN_PBUFFER_VIEWPORT_DIMS_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_MIN_PROGRAM_TEXEL_OFFSET_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MINMAX - Static variable in interface javax.media.opengl.GL
-
- GL_MINMAX_FORMAT - Static variable in interface javax.media.opengl.GL
-
- GL_MINMAX_SINK - Static variable in interface javax.media.opengl.GL
-
- GL_MIRROR_CLAMP_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_MIRROR_CLAMP_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MIRROR_CLAMP_TO_BORDER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MIRROR_CLAMP_TO_EDGE_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_MIRROR_CLAMP_TO_EDGE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MIRRORED_REPEAT - Static variable in interface javax.media.opengl.GL
-
- GL_MIRRORED_REPEAT_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MIRRORED_REPEAT_IBM - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW0_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW0_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW0_MATRIX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW0_STACK_DEPTH_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW10_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW11_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW12_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW13_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW14_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW15_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW16_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW17_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW18_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW19_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW1_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW1_MATRIX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW1_STACK_DEPTH_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW20_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW21_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW22_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW23_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW24_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW25_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW26_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW27_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW28_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW29_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW2_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW30_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW31_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW3_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW4_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW5_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW6_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW7_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW8_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW9_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW_MATRIX - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW_PROJECTION_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MODELVIEW_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_MODULATE - Static variable in interface javax.media.opengl.GL
-
- GL_MODULATE_ADD_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_MODULATE_SIGNED_ADD_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_MODULATE_SUBTRACT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_MOV_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_MUL_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_MULT - Static variable in interface javax.media.opengl.GL
-
- GL_MULTISAMPLE - Static variable in interface javax.media.opengl.GL
-
- GL_MULTISAMPLE_3DFX - Static variable in interface javax.media.opengl.GL
-
- GL_MULTISAMPLE_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_MULTISAMPLE_BIT_3DFX - Static variable in interface javax.media.opengl.GL
-
- GL_MULTISAMPLE_BIT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MULTISAMPLE_COVERAGE_MODES_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MULTISAMPLE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_MULTISAMPLE_FILTER_HINT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_MULTISAMPLE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_MVP_MATRIX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_N3F_V3F - Static variable in interface javax.media.opengl.GL
-
- GL_NAME_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_NAND - Static variable in interface javax.media.opengl.GL
-
- GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_NATIVE_GRAPHICS_END_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_NATIVE_GRAPHICS_HANDLE_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_NEAREST - Static variable in interface javax.media.opengl.GL
-
- GL_NEAREST_CLIPMAP_LINEAR_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_NEAREST_CLIPMAP_NEAREST_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_NEAREST_MIPMAP_LINEAR - Static variable in interface javax.media.opengl.GL
-
- GL_NEAREST_MIPMAP_NEAREST - Static variable in interface javax.media.opengl.GL
-
- GL_NEGATE_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_NEGATIVE_ONE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_NEGATIVE_W_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_NEGATIVE_X_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_NEGATIVE_Y_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_NEGATIVE_Z_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_NEVER - Static variable in interface javax.media.opengl.GL
-
- GL_NICEST - Static variable in interface javax.media.opengl.GL
-
- GL_NO_ERROR - Static variable in interface javax.media.opengl.GL
-
- GL_NONE - Static variable in interface javax.media.opengl.GL
-
- GL_NOOP - Static variable in interface javax.media.opengl.GL
-
- GL_NOR - Static variable in interface javax.media.opengl.GL
-
- GL_NORMAL_ARRAY - Static variable in interface javax.media.opengl.GL
-
- GL_NORMAL_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_NORMAL_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_NORMAL_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_NORMAL_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL
-
- GL_NORMAL_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL
-
- GL_NORMAL_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_NORMAL_MAP - Static variable in interface javax.media.opengl.GL
-
- GL_NORMAL_MAP_NV - Static variable in interface javax.media.opengl.GL
-
- GL_NORMALIZE - Static variable in interface javax.media.opengl.GL
-
- GL_NORMALIZED_RANGE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_NOTEQUAL - Static variable in interface javax.media.opengl.GL
-
- GL_NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in interface javax.media.opengl.GL
-
- GL_NUM_FRAGMENT_CONSTANTS_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_NUM_FRAGMENT_REGISTERS_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_NUM_GENERAL_COMBINERS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_NUM_INSTRUCTIONS_PER_PASS_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_NUM_INSTRUCTIONS_TOTAL_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_NUM_LOOPBACK_COMPONENTS_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_NUM_PASSES_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_ACTIVE_ATTRIBUTES_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_ACTIVE_UNIFORMS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_ATTACHED_OBJECTS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_BUFFER_SIZE_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_BUFFER_USAGE_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_COMPILE_STATUS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_DELETE_STATUS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_DISTANCE_TO_LINE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_DISTANCE_TO_POINT_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_INFO_LOG_LENGTH_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_LINE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_LINEAR - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_LINK_STATUS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_PLANE - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_POINT_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_SHADER_SOURCE_LENGTH_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_SUBTYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_TYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OBJECT_VALIDATE_STATUS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_OCCLUSION_TEST_HP - Static variable in interface javax.media.opengl.GL
-
- GL_OCCLUSION_TEST_RESULT_HP - Static variable in interface javax.media.opengl.GL
-
- GL_OES_read_format - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_HILO_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_TEXTURE_2D_BIAS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_TEXTURE_2D_MATRIX_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_TEXTURE_2D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_TEXTURE_2D_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_TEXTURE_BIAS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_TEXTURE_MATRIX_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OFFSET_TEXTURE_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_ONE - Static variable in interface javax.media.opengl.GL
-
- GL_ONE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ONE_MINUS_CONSTANT_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_ONE_MINUS_CONSTANT_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_ONE_MINUS_DST_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_ONE_MINUS_DST_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_ONE_MINUS_SRC_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_ONE_MINUS_SRC_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_OP_ADD_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_CLAMP_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_CROSS_PRODUCT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_DOT3_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_DOT4_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_EXP_BASE_2_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_FLOOR_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_FRAC_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_INDEX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_LOG_BASE_2_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_MADD_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_MAX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_MIN_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_MOV_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_MUL_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_MULTIPLY_MATRIX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_NEGATE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_POWER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_RECIP_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_RECIP_SQRT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_ROUND_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_SET_GE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_SET_LT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OP_SUB_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OPERAND0_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_OPERAND0_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_OPERAND1_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_OPERAND1_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_OPERAND2_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_OPERAND2_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_OPERAND3_ALPHA_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OPERAND3_RGB_NV - Static variable in interface javax.media.opengl.GL
-
- GL_OR - Static variable in interface javax.media.opengl.GL
-
- GL_OR_INVERTED - Static variable in interface javax.media.opengl.GL
-
- GL_OR_REVERSE - Static variable in interface javax.media.opengl.GL
-
- GL_ORDER - Static variable in interface javax.media.opengl.GL
-
- GL_OUT_OF_MEMORY - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_COLOR0_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_COLOR1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_FOG_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD0_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD10_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD11_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD12_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD13_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD14_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD15_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD16_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD17_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD18_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD19_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD20_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD21_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD22_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD23_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD24_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD25_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD26_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD27_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD28_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD29_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD2_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD30_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD31_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD3_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD4_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD5_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD6_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD7_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD8_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_TEXTURE_COORD9_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_OUTPUT_VERTEX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_ALIGNMENT - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_CMYK_HINT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_IMAGE_DEPTH_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_IMAGE_HEIGHT - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_INVERT_MESA - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_LSB_FIRST - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_RESAMPLE_OML - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_RESAMPLE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_ROW_LENGTH - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_SKIP_IMAGES - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_SKIP_PIXELS - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_SKIP_ROWS - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_SKIP_VOLUMES_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_SUBSAMPLE_RATE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PACK_SWAP_BYTES - Static variable in interface javax.media.opengl.GL
-
- GL_PASS_THROUGH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PASS_THROUGH_TOKEN - Static variable in interface javax.media.opengl.GL
-
- GL_PER_STAGE_CONSTANTS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PERSPECTIVE_CORRECTION_HINT - Static variable in interface javax.media.opengl.GL
-
- GL_PERTURB_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PHONG_HINT_WIN - Static variable in interface javax.media.opengl.GL
-
- GL_PHONG_WIN - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_COUNT_AVAILABLE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_COUNT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_COUNTER_BITS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_CUBIC_WEIGHT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_GROUP_COLOR_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAG_FILTER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_A_TO_A - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_A_TO_A_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_B_TO_B - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_B_TO_B_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_G_TO_G - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_G_TO_G_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_I_TO_A - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_I_TO_A_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_I_TO_B - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_I_TO_B_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_I_TO_G - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_I_TO_G_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_I_TO_I - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_I_TO_I_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_I_TO_R - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_I_TO_R_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_R_TO_R - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_R_TO_R_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_S_TO_S - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MAP_S_TO_S_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MIN_FILTER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_MODE_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_PACK_BUFFER - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_PACK_BUFFER_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_PACK_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_PACK_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_PACK_BUFFER_BINDING_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_PACK_BUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_SUBSAMPLE_2424_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_SUBSAMPLE_4242_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_SUBSAMPLE_4444_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TEX_GEN_MODE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TEX_GEN_Q_CEILING_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TEX_GEN_Q_ROUND_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TEX_GEN_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TEXTURE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TILE_CACHE_INCREMENT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TILE_CACHE_SIZE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TILE_GRID_DEPTH_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TILE_GRID_HEIGHT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TILE_GRID_WIDTH_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TILE_HEIGHT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TILE_WIDTH_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TRANSFORM_2D_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TRANSFORM_2D_MATRIX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_UNPACK_BUFFER - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_UNPACK_BUFFER_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_UNPACK_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_UNPACK_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_UNPACK_BUFFER_BINDING_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PIXEL_UNPACK_BUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PN_TRIANGLES_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_PN_TRIANGLES_NORMAL_MODE_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_PN_TRIANGLES_POINT_MODE_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_POINT - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_DISTANCE_ATTENUATION - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_DISTANCE_ATTENUATION_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_FADE_THRESHOLD_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_FADE_THRESHOLD_SIZE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_FADE_THRESHOLD_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_FADE_THRESHOLD_SIZE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SIZE_GRANULARITY - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SIZE_MAX - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SIZE_MAX_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SIZE_MAX_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SIZE_MAX_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SIZE_MIN - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SIZE_MIN_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SIZE_MIN_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SIZE_MIN_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SIZE_RANGE - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SMOOTH - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SMOOTH_HINT - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SPRITE - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SPRITE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SPRITE_COORD_ORIGIN - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SPRITE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_SPRITE_R_MODE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_POINT_TOKEN - Static variable in interface javax.media.opengl.GL
-
- GL_POINTS - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_OFFSET_FACTOR - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_OFFSET_FILL - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_OFFSET_LINE - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_OFFSET_POINT - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_OFFSET_UNITS - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_SMOOTH - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_SMOOTH_HINT - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_STIPPLE - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_STIPPLE_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_POLYGON_TOKEN - Static variable in interface javax.media.opengl.GL
-
- GL_POSITION - Static variable in interface javax.media.opengl.GL
-
- GL_POST_COLOR_MATRIX_ALPHA_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_POST_COLOR_MATRIX_ALPHA_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_POST_COLOR_MATRIX_BLUE_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_POST_COLOR_MATRIX_BLUE_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_POST_COLOR_MATRIX_COLOR_TABLE - Static variable in interface javax.media.opengl.GL
-
- GL_POST_COLOR_MATRIX_GREEN_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_POST_COLOR_MATRIX_GREEN_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_POST_COLOR_MATRIX_RED_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_POST_COLOR_MATRIX_RED_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_POST_CONVOLUTION_ALPHA_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_POST_CONVOLUTION_ALPHA_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_POST_CONVOLUTION_BLUE_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_POST_CONVOLUTION_BLUE_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_POST_CONVOLUTION_COLOR_TABLE - Static variable in interface javax.media.opengl.GL
-
- GL_POST_CONVOLUTION_GREEN_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_POST_CONVOLUTION_GREEN_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_POST_CONVOLUTION_RED_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_POST_CONVOLUTION_RED_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP - Static variable in interface javax.media.opengl.GL
-
- GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_POST_TEXTURE_FILTER_BIAS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_POST_TEXTURE_FILTER_SCALE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_PREFER_DOUBLEBUFFER_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_PRESERVE_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_PREVIOUS - Static variable in interface javax.media.opengl.GL
-
- GL_PREVIOUS_TEXTURE_INPUT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PRIMARY_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_PRIMARY_COLOR_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PRIMITIVE_ID_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PRIMITIVE_RESTART_INDEX_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PRIMITIVE_RESTART_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PRIMITIVES_GENERATED_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_ADDRESS_REGISTERS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_ALU_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_ATTRIB_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_ATTRIBS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_ERROR_POSITION_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_ERROR_POSITION_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_ERROR_STRING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_ERROR_STRING_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_FORMAT_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_FORMAT_ASCII_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_LENGTH_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_LENGTH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_NATIVE_ATTRIBS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_NATIVE_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_NATIVE_TEMPORARIES_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_OBJECT_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_PARAMETER_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_PARAMETERS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_POINT_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_RESIDENT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_RESULT_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_STRING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_STRING_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_TARGET_NV - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_TEMPORARIES_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_TEX_INDIRECTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_TEX_INSTRUCTIONS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROJECTION - Static variable in interface javax.media.opengl.GL
-
- GL_PROJECTION_MATRIX - Static variable in interface javax.media.opengl.GL
-
- GL_PROJECTION_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_COLOR_TABLE - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_HISTOGRAM - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_POST_CONVOLUTION_COLOR_TABLE - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_1D - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_1D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_1D_STACK_MESAX - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_2D - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_2D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_2D_STACK_MESAX - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_3D - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_4D_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_COLOR_TABLE_SGI - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_CUBE_MAP - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_RECTANGLE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_RECTANGLE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_PROXY_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_Q - Static variable in interface javax.media.opengl.GL
-
- GL_QUAD_ALPHA4_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_QUAD_ALPHA8_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_QUAD_INTENSITY4_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_QUAD_INTENSITY8_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_QUAD_LUMINANCE4_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_QUAD_LUMINANCE8_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_QUAD_MESH_SUN - Static variable in interface javax.media.opengl.GL
-
- GL_QUAD_STRIP - Static variable in interface javax.media.opengl.GL
-
- GL_QUAD_TEXTURE_SELECT_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_QUADRATIC_ATTENUATION - Static variable in interface javax.media.opengl.GL
-
- GL_QUADS - Static variable in interface javax.media.opengl.GL
-
- GL_QUARTER_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_QUERY_COUNTER_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_QUERY_COUNTER_BITS_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_QUERY_RESULT - Static variable in interface javax.media.opengl.GL
-
- GL_QUERY_RESULT_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_QUERY_RESULT_AVAILABLE - Static variable in interface javax.media.opengl.GL
-
- GL_QUERY_RESULT_AVAILABLE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_R - Static variable in interface javax.media.opengl.GL
-
- GL_R11F_G11F_B10F_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_R3_G3_B2 - Static variable in interface javax.media.opengl.GL
-
- GL_RASTER_POSITION_UNCLIPPED_IBM - Static variable in interface javax.media.opengl.GL
-
- GL_RASTERIZER_DISCARD_NV - Static variable in interface javax.media.opengl.GL
-
- GL_READ_BUFFER - Static variable in interface javax.media.opengl.GL
-
- GL_READ_FRAMEBUFFER_BINDING_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_READ_FRAMEBUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_READ_ONLY - Static variable in interface javax.media.opengl.GL
-
- GL_READ_ONLY_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_READ_PIXEL_DATA_RANGE_LENGTH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_READ_PIXEL_DATA_RANGE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_READ_PIXEL_DATA_RANGE_POINTER_NV - Static variable in interface javax.media.opengl.GL
-
- GL_READ_WRITE - Static variable in interface javax.media.opengl.GL
-
- GL_READ_WRITE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_RECLAIM_MEMORY_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_RED - Static variable in interface javax.media.opengl.GL
-
- GL_RED_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_RED_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_RED_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_RED_INTEGER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RED_MAX_CLAMP_INGR - Static variable in interface javax.media.opengl.GL
-
- GL_RED_MIN_CLAMP_INGR - Static variable in interface javax.media.opengl.GL
-
- GL_RED_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_REDUCE - Static variable in interface javax.media.opengl.GL
-
- GL_REFERENCE_PLANE_EQUATION_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_REFERENCE_PLANE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_REFLECTION_MAP - Static variable in interface javax.media.opengl.GL
-
- GL_REFLECTION_MAP_NV - Static variable in interface javax.media.opengl.GL
-
- GL_REG_0_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_10_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_11_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_12_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_13_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_14_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_15_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_16_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_17_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_18_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_19_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_1_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_20_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_21_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_22_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_23_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_24_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_25_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_26_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_27_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_28_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_29_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_2_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_30_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_31_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_3_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_4_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_5_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_6_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_7_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_8_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REG_9_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_REGISTER_COMBINERS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_RENDER - Static variable in interface javax.media.opengl.GL
-
- GL_RENDER_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_ALPHA_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_BINDING_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_BLUE_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_COLOR_SAMPLES_NV - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_COVERAGE_SAMPLES_NV - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_DEPTH_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_GREEN_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_HEIGHT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_INTERNAL_FORMAT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_RED_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_SAMPLES_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_STENCIL_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERBUFFER_WIDTH_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RENDERER - Static variable in interface javax.media.opengl.GL
-
- GL_REPEAT - Static variable in interface javax.media.opengl.GL
-
- GL_REPLACE - Static variable in interface javax.media.opengl.GL
-
- GL_REPLICATE_BORDER - Static variable in interface javax.media.opengl.GL
-
- GL_RESAMPLE_AVERAGE_OML - Static variable in interface javax.media.opengl.GL
-
- GL_RESAMPLE_DECIMATE_OML - Static variable in interface javax.media.opengl.GL
-
- GL_RESAMPLE_DECIMATE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_RESAMPLE_REPLICATE_OML - Static variable in interface javax.media.opengl.GL
-
- GL_RESAMPLE_REPLICATE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_RESAMPLE_ZERO_FILL_OML - Static variable in interface javax.media.opengl.GL
-
- GL_RESAMPLE_ZERO_FILL_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_RESCALE_NORMAL - Static variable in interface javax.media.opengl.GL
-
- GL_RETURN - Static variable in interface javax.media.opengl.GL
-
- GL_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_RGB10 - Static variable in interface javax.media.opengl.GL
-
- GL_RGB10_A2 - Static variable in interface javax.media.opengl.GL
-
- GL_RGB12 - Static variable in interface javax.media.opengl.GL
-
- GL_RGB16 - Static variable in interface javax.media.opengl.GL
-
- GL_RGB16F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_RGB16I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGB16UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGB32F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_RGB32I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGB32UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGB4 - Static variable in interface javax.media.opengl.GL
-
- GL_RGB4_S3TC - Static variable in interface javax.media.opengl.GL
-
- GL_RGB5 - Static variable in interface javax.media.opengl.GL
-
- GL_RGB5_A1 - Static variable in interface javax.media.opengl.GL
-
- GL_RGB8 - Static variable in interface javax.media.opengl.GL
-
- GL_RGB8I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGB8UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGB9_E5_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGB_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_RGB_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_RGB_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_RGB_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_RGB_INTEGER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGB_S3TC - Static variable in interface javax.media.opengl.GL
-
- GL_RGB_SCALE - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA12 - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA16 - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA16F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA16I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA16UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA2 - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA32F_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA32I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA32UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA4 - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA4_S3TC - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA8 - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA8I_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA8UI_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA_FLOAT16_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA_FLOAT16_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA_FLOAT32_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA_FLOAT32_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA_FLOAT_MODE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA_INTEGER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA_INTEGER_MODE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA_S3TC - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA_SIGNED_COMPONENTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV - Static variable in interface javax.media.opengl.GL
-
- GL_RIGHT - Static variable in interface javax.media.opengl.GL
-
- GL_S - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_ALPHA_TO_COVERAGE - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_ALPHA_TO_MASK_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_ALPHA_TO_MASK_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_ALPHA_TO_ONE - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_ALPHA_TO_ONE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_ALPHA_TO_ONE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_BUFFERS - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_BUFFERS_3DFX - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_BUFFERS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_BUFFERS_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_COVERAGE - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_COVERAGE_INVERT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_COVERAGE_VALUE - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_MASK_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_MASK_INVERT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_MASK_INVERT_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_MASK_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_MASK_VALUE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_MASK_VALUE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_PATTERN_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLE_PATTERN_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_1D - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_1D_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_1D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_1D_ARRAY_SHADOW_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_1D_SHADOW - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_1D_SHADOW_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_2D - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_2D_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_2D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_2D_ARRAY_SHADOW_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_2D_RECT_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_2D_RECT_SHADOW_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_2D_SHADOW - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_2D_SHADOW_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_3D - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_3D_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_BUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_CUBE - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_CUBE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLER_CUBE_SHADOW_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLES - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLES_3DFX - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLES_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLES_PASSED - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLES_PASSED_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SAMPLES_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_SATURATE_BIT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_SCALAR_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SCALE_BY_FOUR_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SCALE_BY_ONE_HALF_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SCALE_BY_TWO_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SCALEBIAS_HINT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_SCISSOR_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_SCISSOR_BOX - Static variable in interface javax.media.opengl.GL
-
- GL_SCISSOR_TEST - Static variable in interface javax.media.opengl.GL
-
- GL_SCREEN_COORDINATES_REND - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY_POINTER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_ARRAY_TYPE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_COLOR_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SECONDARY_INTERPOLATOR_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_SELECT - Static variable in interface javax.media.opengl.GL
-
- GL_SELECTION_BUFFER_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_SELECTION_BUFFER_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_SEPARABLE_2D - Static variable in interface javax.media.opengl.GL
-
- GL_SEPARATE_ATTRIBS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SEPARATE_SPECULAR_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_SET - Static variable in interface javax.media.opengl.GL
-
- GL_SHADE_MODEL - Static variable in interface javax.media.opengl.GL
-
- GL_SHADER_CONSISTENT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SHADER_OBJECT_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SHADER_OPERATION_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SHADER_SOURCE_LENGTH - Static variable in interface javax.media.opengl.GL
-
- GL_SHADER_TYPE - Static variable in interface javax.media.opengl.GL
-
- GL_SHADING_LANGUAGE_VERSION - Static variable in interface javax.media.opengl.GL
-
- GL_SHADING_LANGUAGE_VERSION_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_SHADOW_AMBIENT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_SHADOW_ATTENUATION_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SHARED_TEXTURE_PALETTE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_SHININESS - Static variable in interface javax.media.opengl.GL
-
- GL_SHORT - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_ALPHA8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_ALPHA_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_HILO16_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_HILO8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_HILO_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_IDENTITY_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_INTENSITY8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_INTENSITY_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_LUMINANCE8_ALPHA8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_LUMINANCE8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_LUMINANCE_ALPHA_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_LUMINANCE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_NEGATE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_RGB8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_RGB_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_RGB_UNSIGNED_ALPHA_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_RGBA8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SIGNED_RGBA_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SINGLE_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_SLICE_ACCUM_SUN - Static variable in interface javax.media.opengl.GL
-
- GL_SLUMINANCE - Static variable in interface javax.media.opengl.GL
-
- GL_SLUMINANCE8 - Static variable in interface javax.media.opengl.GL
-
- GL_SLUMINANCE8_ALPHA8 - Static variable in interface javax.media.opengl.GL
-
- GL_SLUMINANCE8_ALPHA8_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SLUMINANCE8_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SLUMINANCE_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_SLUMINANCE_ALPHA_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SLUMINANCE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SMOOTH - Static variable in interface javax.media.opengl.GL
-
- GL_SMOOTH_LINE_WIDTH_GRANULARITY - Static variable in interface javax.media.opengl.GL
-
- GL_SMOOTH_LINE_WIDTH_RANGE - Static variable in interface javax.media.opengl.GL
-
- GL_SMOOTH_POINT_SIZE_GRANULARITY - Static variable in interface javax.media.opengl.GL
-
- GL_SMOOTH_POINT_SIZE_RANGE - Static variable in interface javax.media.opengl.GL
-
- GL_SOURCE0_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_SOURCE0_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_SOURCE1_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_SOURCE1_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_SOURCE2_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_SOURCE2_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_SOURCE3_ALPHA_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SOURCE3_RGB_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SPARE0_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SPARE0_PLUS_SECONDARY_COLOR_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SPARE1_NV - Static variable in interface javax.media.opengl.GL
-
- GL_SPECULAR - Static variable in interface javax.media.opengl.GL
-
- GL_SPHERE_MAP - Static variable in interface javax.media.opengl.GL
-
- GL_SPOT_CUTOFF - Static variable in interface javax.media.opengl.GL
-
- GL_SPOT_DIRECTION - Static variable in interface javax.media.opengl.GL
-
- GL_SPOT_EXPONENT - Static variable in interface javax.media.opengl.GL
-
- GL_SPRITE_AXIAL_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_SPRITE_AXIS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_SPRITE_EYE_ALIGNED_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_SPRITE_MODE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_SPRITE_OBJECT_ALIGNED_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_SPRITE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_SPRITE_TRANSLATION_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_SRC0_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_SRC0_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_SRC1_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_SRC1_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_SRC2_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_SRC2_RGB - Static variable in interface javax.media.opengl.GL
-
- GL_SRC_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_SRC_ALPHA_SATURATE - Static variable in interface javax.media.opengl.GL
-
- GL_SRC_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_SRGB - Static variable in interface javax.media.opengl.GL
-
- GL_SRGB8 - Static variable in interface javax.media.opengl.GL
-
- GL_SRGB8_ALPHA8 - Static variable in interface javax.media.opengl.GL
-
- GL_SRGB8_ALPHA8_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SRGB8_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SRGB_ALPHA - Static variable in interface javax.media.opengl.GL
-
- GL_SRGB_ALPHA_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_SRGB_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_STACK_OVERFLOW - Static variable in interface javax.media.opengl.GL
-
- GL_STACK_UNDERFLOW - Static variable in interface javax.media.opengl.GL
-
- GL_STATIC_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_STATIC_COPY - Static variable in interface javax.media.opengl.GL
-
- GL_STATIC_COPY_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_STATIC_DRAW - Static variable in interface javax.media.opengl.GL
-
- GL_STATIC_DRAW_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_STATIC_READ - Static variable in interface javax.media.opengl.GL
-
- GL_STATIC_READ_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_ATTACHMENT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BACK_FAIL - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BACK_FAIL_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BACK_FUNC - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BACK_FUNC_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BACK_PASS_DEPTH_FAIL - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BACK_PASS_DEPTH_PASS - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BACK_REF - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BACK_VALUE_MASK - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BACK_WRITEMASK - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_BUFFER_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_CLEAR_TAG_VALUE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_CLEAR_VALUE - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_FAIL - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_FUNC - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_INDEX - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_INDEX16_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_INDEX1_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_INDEX4_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_INDEX8_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_PASS_DEPTH_FAIL - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_PASS_DEPTH_PASS - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_REF - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_TAG_BITS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_TEST - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_TEST_TWO_SIDE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_VALUE_MASK - Static variable in interface javax.media.opengl.GL
-
- GL_STENCIL_WRITEMASK - Static variable in interface javax.media.opengl.GL
-
- GL_STEREO - Static variable in interface javax.media.opengl.GL
-
- GL_STORAGE_CACHED_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_STORAGE_PRIVATE_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_STORAGE_SHARED_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_STREAM_COPY - Static variable in interface javax.media.opengl.GL
-
- GL_STREAM_COPY_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_STREAM_DRAW - Static variable in interface javax.media.opengl.GL
-
- GL_STREAM_DRAW_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_STREAM_READ - Static variable in interface javax.media.opengl.GL
-
- GL_STREAM_READ_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_STRICT_DEPTHFUNC_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_STRICT_LIGHTING_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_STRICT_SCISSOR_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_SUB_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_SUBPIXEL_BITS - Static variable in interface javax.media.opengl.GL
-
- GL_SUBTRACT - Static variable in interface javax.media.opengl.GL
-
- GL_SWIZZLE_STQ_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_SWIZZLE_STQ_DQ_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_SWIZZLE_STR_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_SWIZZLE_STR_DR_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_SWIZZLE_STRQ_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_SWIZZLE_STRQ_DQ_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_T - Static variable in interface javax.media.opengl.GL
-
- GL_T2F_C3F_V3F - Static variable in interface javax.media.opengl.GL
-
- GL_T2F_C4F_N3F_V3F - Static variable in interface javax.media.opengl.GL
-
- GL_T2F_C4UB_V3F - Static variable in interface javax.media.opengl.GL
-
- GL_T2F_IUI_N3F_V2F_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_T2F_IUI_N3F_V3F_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_T2F_IUI_V2F_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_T2F_IUI_V3F_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_T2F_N3F_V3F - Static variable in interface javax.media.opengl.GL
-
- GL_T2F_V3F - Static variable in interface javax.media.opengl.GL
-
- GL_T4F_C4F_N3F_V4F - Static variable in interface javax.media.opengl.GL
-
- GL_T4F_V4F - Static variable in interface javax.media.opengl.GL
-
- GL_TABLE_TOO_LARGE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXCOORD1_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_TEXCOORD2_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_TEXCOORD3_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_TEXCOORD4_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_TEXT_FRAGMENT_SHADER_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE0 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE1 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE10 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE11 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE12 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE13 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE14 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE15 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE16 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE17 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE18 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE19 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE2 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE20 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE21 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE22 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE23 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE24 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE25 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE26 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE27 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE28 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE29 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE3 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE30 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE31 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE4 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE5 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE6 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE7 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE8 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE9 - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_1D - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_1D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_1D_STACK_BINDING_MESAX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_1D_STACK_MESAX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_2D - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_2D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_2D_STACK_BINDING_MESAX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_2D_STACK_MESAX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_3D - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_4D_BINDING_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_4D_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_4DSIZE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_ALPHA_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_ALPHA_TYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_APPLICATION_MODE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BASE_LEVEL - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BINDING_1D - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BINDING_1D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BINDING_2D - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BINDING_2D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BINDING_3D - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BINDING_BUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BINDING_CUBE_MAP - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BINDING_RECTANGLE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BINDING_RECTANGLE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BINDING_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BLUE_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BLUE_TYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BORDER - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BORDER_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BORDER_VALUES_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_BUFFER_FORMAT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CLIPMAP_CENTER_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CLIPMAP_DEPTH_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CLIPMAP_FRAME_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CLIPMAP_OFFSET_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COLOR_TABLE_SGI - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COLOR_WRITEMASK_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COMPARE_FAIL_VALUE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COMPARE_FUNC - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COMPARE_FUNC_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COMPARE_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COMPARE_MODE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COMPARE_OPERATOR_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COMPARE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COMPONENTS - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COMPRESSED - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COMPRESSED_IMAGE_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COMPRESSION_HINT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CONSTANT_DATA_SUNX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COORD_ARRAY - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COORD_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COORD_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COORD_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COORD_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_COORD_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CUBE_MAP - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_DEFORMATION_BIT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_DEFORMATION_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_DEPTH_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_DEPTH_SIZE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_DEPTH_TYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_DS_SIZE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_DT_SIZE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_ENV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_ENV_BIAS_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_ENV_COLOR - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_ENV_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_FILTER4_SIZE_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_FILTER_CONTROL - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_FILTER_CONTROL_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_FLOAT_COMPONENTS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_GEN_MODE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_GEN_Q - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_GEN_R - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_GEN_S - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_GEN_T - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_GEQUAL_R_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_GREEN_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_GREEN_TYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_HEIGHT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_HI_SIZE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_INDEX_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_INTENSITY_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_INTENSITY_TYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_INTERNAL_FORMAT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_LEQUAL_R_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_LIGHT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_LIGHTING_MODE_HP - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_LO_SIZE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_LOD_BIAS - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_LOD_BIAS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_LOD_BIAS_R_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_LOD_BIAS_S_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_LOD_BIAS_T_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_LUMINANCE_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_LUMINANCE_TYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MAG_FILTER - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MAG_SIZE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MATERIAL_FACE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MATERIAL_PARAMETER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MATRIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MAX_ANISOTROPY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MAX_CLAMP_R_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MAX_CLAMP_S_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MAX_CLAMP_T_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MAX_LEVEL - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MAX_LOD - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MIN_FILTER - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MIN_LOD - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MINIMIZE_STORAGE_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_MULTI_BUFFER_HINT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_NORMAL_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_POST_SPECULAR_HP - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_PRE_SPECULAR_HP - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_PRIORITY - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_RANGE_LENGTH_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_RANGE_POINTER_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_RECTANGLE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_RECTANGLE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_RECTANGLE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_RED_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_RED_TYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_RESIDENT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_SHADER_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_SHARED_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_STACK_DEPTH - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_STENCIL_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_STORAGE_HINT_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_UNSIGNED_REMAP_MODE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_WIDTH - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_WRAP_Q_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_WRAP_R - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_WRAP_S - Static variable in interface javax.media.opengl.GL
-
- GL_TEXTURE_WRAP_T - Static variable in interface javax.media.opengl.GL
-
- GL_TIME_ELAPSED_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TRACK_MATRIX_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRACK_MATRIX_TRANSFORM_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSFORM_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSFORM_FEEDBACK_ATTRIBS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSFORM_FEEDBACK_BUFFER_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSFORM_FEEDBACK_BUFFER_START_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSFORM_FEEDBACK_RECORD_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSFORM_FEEDBACK_VARYINGS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSFORM_HINT_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSPOSE_COLOR_MATRIX - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSPOSE_CURRENT_MATRIX_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSPOSE_MODELVIEW_MATRIX - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSPOSE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSPOSE_PROJECTION_MATRIX - Static variable in interface javax.media.opengl.GL
-
- GL_TRANSPOSE_TEXTURE_MATRIX - Static variable in interface javax.media.opengl.GL
-
- GL_TRIANGLE_FAN - Static variable in interface javax.media.opengl.GL
-
- GL_TRIANGLE_MESH_SUN - Static variable in interface javax.media.opengl.GL
-
- GL_TRIANGLE_STRIP - Static variable in interface javax.media.opengl.GL
-
- GL_TRIANGLE_STRIP_ADJACENCY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TRIANGLES - Static variable in interface javax.media.opengl.GL
-
- GL_TRIANGLES_ADJACENCY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_TRUE - Static variable in interface javax.media.opengl.GL
-
- GL_TYPE_RGBA_FLOAT_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_UNIFORM_BUFFER_BINDING_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNIFORM_BUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_ALIGNMENT - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_CLIENT_STORAGE_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_CMYK_HINT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_CONSTANT_DATA_SUNX - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_IMAGE_DEPTH_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_IMAGE_HEIGHT - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_LSB_FIRST - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_RESAMPLE_OML - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_RESAMPLE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_ROW_LENGTH - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_SKIP_IMAGES - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_SKIP_PIXELS - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_SKIP_ROWS - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_SKIP_VOLUMES_SGIS - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_SUBSAMPLE_RATE_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_UNPACK_SWAP_BYTES - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_BYTE - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_BYTE_2_3_3_REV - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_BYTE_3_3_2 - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_IDENTITY_NV - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_10_10_10_2 - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_10F_11F_11F_REV_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_24_8_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_24_8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_2_10_10_10_REV - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_5_9_9_9_REV_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_8_8_8_8 - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_8_8_8_8_REV - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_8_8_S8_S8_REV_NV - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_S8_S8_8_8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_SAMPLER_1D_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_SAMPLER_2D_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_SAMPLER_3D_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_SAMPLER_CUBE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_VEC2_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_VEC3_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INT_VEC4_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_INVERT_NV - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_NORMALIZED_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_SHORT - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_SHORT_1_5_5_5_REV - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_SHORT_4_4_4_4 - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_SHORT_4_4_4_4_REV - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_SHORT_5_6_5 - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_SHORT_5_6_5_REV - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_SHORT_8_8_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_SHORT_8_8_MESA - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_SHORT_8_8_REV_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_UNSIGNED_SHORT_8_8_REV_MESA - Static variable in interface javax.media.opengl.GL
-
- GL_UPPER_LEFT - Static variable in interface javax.media.opengl.GL
-
- GL_V2F - Static variable in interface javax.media.opengl.GL
-
- GL_V3F - Static variable in interface javax.media.opengl.GL
-
- GL_VALIDATE_STATUS - Static variable in interface javax.media.opengl.GL
-
- GL_VARIABLE_A_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VARIABLE_B_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VARIABLE_C_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VARIABLE_D_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VARIABLE_E_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VARIABLE_F_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VARIABLE_G_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VARIANT_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VARIANT_ARRAY_POINTER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VARIANT_ARRAY_STRIDE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VARIANT_ARRAY_TYPE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VARIANT_DATATYPE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VARIANT_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VARIANT_VALUE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VECTOR_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VENDOR - Static variable in interface javax.media.opengl.GL
-
- GL_VERSION - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX23_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX4_BIT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_BINDING_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_RANGE_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_RANGE_LENGTH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_RANGE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_RANGE_POINTER_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_RANGE_POINTER_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_RANGE_VALID_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_STORAGE_HINT_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY0_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY10_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY11_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY12_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY13_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY14_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY15_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY1_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY2_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY3_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY4_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY5_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY6_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY7_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY8_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY9_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_ENABLED - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_NORMALIZED - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_POINTER - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_STRIDE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_TYPE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_MAP1_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_MAP2_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_BLEND_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_CONSISTENT_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_DATA_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_ID_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_PRECLIP_HINT_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_PRECLIP_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_PROGRAM_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_PROGRAM_BINDING_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_PROGRAM_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_PROGRAM_POINT_SIZE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_PROGRAM_POINT_SIZE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_PROGRAM_POINT_SIZE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_PROGRAM_TWO_SIDE - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_PROGRAM_TWO_SIDE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_PROGRAM_TWO_SIDE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_SHADER - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_SHADER_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_SHADER_BINDING_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_SHADER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_SHADER_INSTRUCTIONS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_SHADER_INVARIANTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_SHADER_LOCALS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_SHADER_OPTIMIZED_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_SHADER_VARIANTS_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_SOURCE_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_STATE_PROGRAM_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_STREAM0_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_STREAM1_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_STREAM2_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_STREAM3_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_STREAM4_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_STREAM5_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_STREAM6_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_STREAM7_ATI - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_WEIGHT_ARRAY_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VERTEX_WEIGHTING_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_VIBRANCE_BIAS_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VIBRANCE_SCALE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_VIEWPORT - Static variable in interface javax.media.opengl.GL
-
- GL_VIEWPORT_BIT - Static variable in interface javax.media.opengl.GL
-
- GL_W_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_WEIGHT_ARRAY_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_WEIGHT_ARRAY_BUFFER_BINDING - Static variable in interface javax.media.opengl.GL
-
- GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_WEIGHT_ARRAY_POINTER_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_WEIGHT_ARRAY_SIZE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_WEIGHT_ARRAY_STRIDE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_WEIGHT_ARRAY_TYPE_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_WEIGHT_SUM_UNITY_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_WIDE_LINE_HINT_PGI - Static variable in interface javax.media.opengl.GL
-
- GL_WRAP_BORDER_SUN - Static variable in interface javax.media.opengl.GL
-
- GL_WRITE_ONLY - Static variable in interface javax.media.opengl.GL
-
- GL_WRITE_ONLY_ARB - Static variable in interface javax.media.opengl.GL
-
- GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV - Static variable in interface javax.media.opengl.GL
-
- GL_WRITE_PIXEL_DATA_RANGE_NV - Static variable in interface javax.media.opengl.GL
-
- GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV - Static variable in interface javax.media.opengl.GL
-
- GL_X_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_XOR - Static variable in interface javax.media.opengl.GL
-
- GL_Y_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_YCBCR_422_APPLE - Static variable in interface javax.media.opengl.GL
-
- GL_YCBCR_MESA - Static variable in interface javax.media.opengl.GL
-
- GL_YCRCB_422_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_YCRCB_444_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_YCRCB_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_YCRCBA_SGIX - Static variable in interface javax.media.opengl.GL
-
- GL_Z_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ZERO - Static variable in interface javax.media.opengl.GL
-
- GL_ZERO_EXT - Static variable in interface javax.media.opengl.GL
-
- GL_ZOOM_X - Static variable in interface javax.media.opengl.GL
-
- GL_ZOOM_Y - Static variable in interface javax.media.opengl.GL
-
- glAccum(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glAccum(GLenum op, GLfloat value);
- glAccum(int, float) - Method in class javax.media.opengl.DebugGL
-
- glAccum(int, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glAccum(GLenum op, GLfloat value);
- glAccum(int, float) - Method in class javax.media.opengl.TraceGL
-
- glActiveStencilFaceEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glActiveStencilFaceEXT(GLenum mode);
- glActiveStencilFaceEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glActiveStencilFaceEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glActiveStencilFaceEXT(GLenum mode);
- glActiveStencilFaceEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glActiveTexture(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glActiveTexture(GLenum mode);
- glActiveTexture(int) - Method in class javax.media.opengl.DebugGL
-
- glActiveTexture(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glActiveTexture(GLenum mode);
- glActiveTexture(int) - Method in class javax.media.opengl.TraceGL
-
- glActiveVaryingNV(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glActiveVaryingNV(GLuint program, const GLchar * name);
- glActiveVaryingNV(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glActiveVaryingNV(GLuint program, const GLchar * name);
- glActiveVaryingNV(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glActiveVaryingNV(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glActiveVaryingNV(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glActiveVaryingNV(GLuint program, const GLchar * name);
- glActiveVaryingNV(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glActiveVaryingNV(GLuint program, const GLchar * name);
- glActiveVaryingNV(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glActiveVaryingNV(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glAllocateMemoryNV(int, float, float, float) - Method in class com.sun.opengl.impl.GLContextImpl
-
- glAllocateMemoryNV(int, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Provides platform-independent access to the wglAllocateMemoryNV /
glXAllocateMemoryNV extension.
- glAllocateMemoryNV(int, float, float, float) - Method in class com.sun.opengl.impl.x11.X11GLContext
-
- glAllocateMemoryNV(int, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glAllocateMemoryNV(int, float, float, float) - Method in interface javax.media.opengl.GL
-
Provides platform-independent access to the wglAllocateMemoryNV
/
glXAllocateMemoryNV
extension.
- glAllocateMemoryNV(int, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glAlphaFragmentOp1ATI(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glAlphaFragmentOp1ATI(GLenum stage, GLuint portion, GLuint variable, GLuint input, GLuint mapping, GLuint componentUsage);
- glAlphaFragmentOp1ATI(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glAlphaFragmentOp1ATI(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glAlphaFragmentOp1ATI(GLenum stage, GLuint portion, GLuint variable, GLuint input, GLuint mapping, GLuint componentUsage);
- glAlphaFragmentOp1ATI(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glAlphaFragmentOp2ATI(int, int, int, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glAlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
- glAlphaFragmentOp2ATI(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glAlphaFragmentOp2ATI(int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glAlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
- glAlphaFragmentOp2ATI(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glAlphaFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glAlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);
- glAlphaFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glAlphaFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glAlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);
- glAlphaFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glAlphaFunc(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glAlphaFunc(GLenum func, GLclampf ref);
- glAlphaFunc(int, float) - Method in class javax.media.opengl.DebugGL
-
- glAlphaFunc(int, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glAlphaFunc(GLenum func, GLclampf ref);
- glAlphaFunc(int, float) - Method in class javax.media.opengl.TraceGL
-
- glApplyTextureEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glApplyTextureEXT(GLenum mode);
- glApplyTextureEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glApplyTextureEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glApplyTextureEXT(GLenum mode);
- glApplyTextureEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glAreProgramsResidentNV(int, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glAreProgramsResidentNV(GLsizei n, const GLuint * textures, GLboolean * residences);
- glAreProgramsResidentNV(int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glAreProgramsResidentNV(GLsizei n, const GLuint * textures, GLboolean * residences);
- glAreProgramsResidentNV(int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glAreProgramsResidentNV(int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glAreProgramsResidentNV(int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glAreProgramsResidentNV(GLsizei n, const GLuint * textures, GLboolean * residences);
- glAreProgramsResidentNV(int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glAreProgramsResidentNV(GLsizei n, const GLuint * textures, GLboolean * residences);
- glAreProgramsResidentNV(int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glAreProgramsResidentNV(int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glAreTexturesResident(int, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences);
- glAreTexturesResident(int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences);
- glAreTexturesResident(int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glAreTexturesResident(int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glAreTexturesResident(int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences);
- glAreTexturesResident(int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences);
- glAreTexturesResident(int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glAreTexturesResident(int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glArrayElement(int) - Method in class com.sun.opengl.impl.GLImpl
-
- glArrayElement(int) - Method in class javax.media.opengl.DebugGL
-
- glArrayElement(int) - Method in interface javax.media.opengl.GL
-
- glArrayElement(int) - Method in class javax.media.opengl.TraceGL
-
- glArrayObjectATI(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glArrayObjectATI(GLenum array, GLint size, GLenum type, GLsizei stride, GLuint buffer, GLuint offset);
- glArrayObjectATI(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glArrayObjectATI(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glArrayObjectATI(GLenum array, GLint size, GLenum type, GLsizei stride, GLuint buffer, GLuint offset);
- glArrayObjectATI(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glAsyncMarkerSGIX(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glAsyncMarkerSGIX(GLuint mode);
- glAsyncMarkerSGIX(int) - Method in class javax.media.opengl.DebugGL
-
- glAsyncMarkerSGIX(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glAsyncMarkerSGIX(GLuint mode);
- glAsyncMarkerSGIX(int) - Method in class javax.media.opengl.TraceGL
-
- glAttachObjectARB(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glAttachObjectARB(GLhandleARB target, GLhandleARB id);
- glAttachObjectARB(int, int) - Method in class javax.media.opengl.DebugGL
-
- glAttachObjectARB(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glAttachObjectARB(GLhandleARB target, GLhandleARB id);
- glAttachObjectARB(int, int) - Method in class javax.media.opengl.TraceGL
-
- glAttachShader(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glAttachShader(GLuint target, GLuint id);
- glAttachShader(int, int) - Method in class javax.media.opengl.DebugGL
-
- glAttachShader(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glAttachShader(GLuint target, GLuint id);
- glAttachShader(int, int) - Method in class javax.media.opengl.TraceGL
-
- GLAutoDrawable - Interface in javax.media.opengl
-
A higher-level abstraction than
GLDrawable
which supplies
an event based mechanism (
GLEventListener
) for performing
OpenGL rendering.
- glBegin(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glBegin(GLenum mode);
- glBegin(int) - Method in class javax.media.opengl.DebugGL
-
- glBegin(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glBegin(GLenum mode);
- glBegin(int) - Method in class javax.media.opengl.TraceGL
-
- glBeginFragmentShaderATI() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBeginFragmentShaderATI(void);
- glBeginFragmentShaderATI() - Method in class javax.media.opengl.DebugGL
-
- glBeginFragmentShaderATI() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBeginFragmentShaderATI(void);
- glBeginFragmentShaderATI() - Method in class javax.media.opengl.TraceGL
-
- glBeginOcclusionQueryNV(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBeginOcclusionQueryNV(GLuint mode);
- glBeginOcclusionQueryNV(int) - Method in class javax.media.opengl.DebugGL
-
- glBeginOcclusionQueryNV(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBeginOcclusionQueryNV(GLuint mode);
- glBeginOcclusionQueryNV(int) - Method in class javax.media.opengl.TraceGL
-
- glBeginQuery(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBeginQuery(GLenum target, GLuint id);
- glBeginQuery(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBeginQuery(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBeginQuery(GLenum target, GLuint id);
- glBeginQuery(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBeginQueryARB(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBeginQueryARB(GLenum target, GLuint id);
- glBeginQueryARB(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBeginQueryARB(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBeginQueryARB(GLenum target, GLuint id);
- glBeginQueryARB(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBeginTransformFeedbackNV(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBeginTransformFeedbackNV(GLenum primitiveMode);
- glBeginTransformFeedbackNV(int) - Method in class javax.media.opengl.DebugGL
-
- glBeginTransformFeedbackNV(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBeginTransformFeedbackNV(GLenum primitiveMode);
- glBeginTransformFeedbackNV(int) - Method in class javax.media.opengl.TraceGL
-
- glBeginVertexShaderEXT() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBeginVertexShaderEXT(void);
- glBeginVertexShaderEXT() - Method in class javax.media.opengl.DebugGL
-
- glBeginVertexShaderEXT() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBeginVertexShaderEXT(void);
- glBeginVertexShaderEXT() - Method in class javax.media.opengl.TraceGL
-
- glBindAttribLocation(int, int, String) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindAttribLocation(GLuint program, GLuint index, const GLchar * name);
- glBindAttribLocation(int, int, String) - Method in class javax.media.opengl.DebugGL
-
- glBindAttribLocation(int, int, String) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindAttribLocation(GLuint program, GLuint index, const GLchar * name);
- glBindAttribLocation(int, int, String) - Method in class javax.media.opengl.TraceGL
-
- glBindAttribLocationARB(int, int, String) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindAttribLocationARB(GLhandleARB program, GLuint index, const GLcharARB * name);
- glBindAttribLocationARB(int, int, String) - Method in class javax.media.opengl.DebugGL
-
- glBindAttribLocationARB(int, int, String) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindAttribLocationARB(GLhandleARB program, GLuint index, const GLcharARB * name);
- glBindAttribLocationARB(int, int, String) - Method in class javax.media.opengl.TraceGL
-
- glBindBuffer(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindBuffer(GLenum target, GLuint id);
- glBindBuffer(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindBuffer(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindBuffer(GLenum target, GLuint id);
- glBindBuffer(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindBufferARB(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindBufferARB(GLenum target, GLuint id);
- glBindBufferARB(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindBufferARB(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindBufferARB(GLenum target, GLuint id);
- glBindBufferARB(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindBufferBaseNV(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindBufferBaseNV(GLenum target, GLuint index, GLuint buffer);
- glBindBufferBaseNV(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindBufferBaseNV(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindBufferBaseNV(GLenum target, GLuint index, GLuint buffer);
- glBindBufferBaseNV(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindBufferOffsetNV(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindBufferOffsetNV(GLenum target, GLuint index, GLuint buffer, ptrdiff_t offset);
- glBindBufferOffsetNV(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindBufferOffsetNV(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindBufferOffsetNV(GLenum target, GLuint index, GLuint buffer, ptrdiff_t offset);
- glBindBufferOffsetNV(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindBufferRangeNV(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindBufferRangeNV(GLenum target, GLuint index, GLuint buffer, ptrdiff_t offset, ptrdiff_t size);
- glBindBufferRangeNV(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindBufferRangeNV(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindBufferRangeNV(GLenum target, GLuint index, GLuint buffer, ptrdiff_t offset, ptrdiff_t size);
- glBindBufferRangeNV(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindFragDataLocationEXT(int, int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindFragDataLocationEXT(GLuint program, GLuint color, const GLchar * name);
- glBindFragDataLocationEXT(int, int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindFragDataLocationEXT(GLuint program, GLuint color, const GLchar * name);
- glBindFragDataLocationEXT(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glBindFragDataLocationEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glBindFragDataLocationEXT(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindFragDataLocationEXT(GLuint program, GLuint color, const GLchar * name);
- glBindFragDataLocationEXT(int, int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindFragDataLocationEXT(GLuint program, GLuint color, const GLchar * name);
- glBindFragDataLocationEXT(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glBindFragDataLocationEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glBindFragmentShaderATI(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindFragmentShaderATI(GLuint mode);
- glBindFragmentShaderATI(int) - Method in class javax.media.opengl.DebugGL
-
- glBindFragmentShaderATI(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindFragmentShaderATI(GLuint mode);
- glBindFragmentShaderATI(int) - Method in class javax.media.opengl.TraceGL
-
- glBindFramebufferEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindFramebufferEXT(GLenum target, GLuint id);
- glBindFramebufferEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindFramebufferEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindFramebufferEXT(GLenum target, GLuint id);
- glBindFramebufferEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindLightParameterEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glBindLightParameterEXT(GLenum light, GLenum value);
- glBindLightParameterEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindLightParameterEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glBindLightParameterEXT(GLenum light, GLenum value);
- glBindLightParameterEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindMaterialParameterEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glBindMaterialParameterEXT(GLenum light, GLenum value);
- glBindMaterialParameterEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindMaterialParameterEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glBindMaterialParameterEXT(GLenum light, GLenum value);
- glBindMaterialParameterEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindParameterEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glBindParameterEXT(GLenum type);
- glBindParameterEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glBindParameterEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glBindParameterEXT(GLenum type);
- glBindParameterEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glBindProgramARB(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindProgramARB(GLenum target, GLuint id);
- glBindProgramARB(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindProgramARB(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindProgramARB(GLenum target, GLuint id);
- glBindProgramARB(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindProgramNV(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindProgramNV(GLenum target, GLuint id);
- glBindProgramNV(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindProgramNV(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindProgramNV(GLenum target, GLuint id);
- glBindProgramNV(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindRenderbufferEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindRenderbufferEXT(GLenum target, GLuint id);
- glBindRenderbufferEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindRenderbufferEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindRenderbufferEXT(GLenum target, GLuint id);
- glBindRenderbufferEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindTexGenParameterEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glBindTexGenParameterEXT(GLenum unit, GLenum coord, GLenum value);
- glBindTexGenParameterEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindTexGenParameterEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glBindTexGenParameterEXT(GLenum unit, GLenum coord, GLenum value);
- glBindTexGenParameterEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindTexture(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glBindTexture(GLenum target, GLuint texture);
- glBindTexture(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindTexture(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glBindTexture(GLenum target, GLuint texture);
- glBindTexture(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindTextureUnitParameterEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glBindTextureUnitParameterEXT(GLenum light, GLenum value);
- glBindTextureUnitParameterEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBindTextureUnitParameterEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glBindTextureUnitParameterEXT(GLenum light, GLenum value);
- glBindTextureUnitParameterEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBindVertexArrayAPPLE(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindVertexArrayAPPLE(GLuint mode);
- glBindVertexArrayAPPLE(int) - Method in class javax.media.opengl.DebugGL
-
- glBindVertexArrayAPPLE(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindVertexArrayAPPLE(GLuint mode);
- glBindVertexArrayAPPLE(int) - Method in class javax.media.opengl.TraceGL
-
- glBindVertexShaderEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBindVertexShaderEXT(GLuint mode);
- glBindVertexShaderEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glBindVertexShaderEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBindVertexShaderEXT(GLuint mode);
- glBindVertexShaderEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glBitmap(int, int, float, float, float, float, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
- glBitmap(int, int, float, float, float, float, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
- glBitmap(int, int, float, float, float, float, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
- glBitmap(int, int, float, float, float, float, long) - Method in class javax.media.opengl.DebugGL
-
- glBitmap(int, int, float, float, float, float, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glBitmap(int, int, float, float, float, float, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glBitmap(int, int, float, float, float, float, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
- glBitmap(int, int, float, float, float, float, byte[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
- glBitmap(int, int, float, float, float, float, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
- glBitmap(int, int, float, float, float, float, long) - Method in class javax.media.opengl.TraceGL
-
- glBitmap(int, int, float, float, float, float, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glBitmap(int, int, float, float, float, float, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glBlendColor(float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
- glBlendColor(float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glBlendColor(float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
- glBlendColor(float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glBlendEquation(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBlendEquation(GLenum mode);
- glBlendEquation(int) - Method in class javax.media.opengl.DebugGL
-
- glBlendEquation(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBlendEquation(GLenum mode);
- glBlendEquation(int) - Method in class javax.media.opengl.TraceGL
-
- glBlendEquationSeparate(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBlendEquationSeparate(GLenum target, GLenum id);
- glBlendEquationSeparate(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBlendEquationSeparate(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBlendEquationSeparate(GLenum target, GLenum id);
- glBlendEquationSeparate(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBlendEquationSeparateEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBlendEquationSeparateEXT(GLenum target, GLenum id);
- glBlendEquationSeparateEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBlendEquationSeparateEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBlendEquationSeparateEXT(GLenum target, GLenum id);
- glBlendEquationSeparateEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBlendFunc(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glBlendFunc(GLenum sfactor, GLenum dfactor);
- glBlendFunc(int, int) - Method in class javax.media.opengl.DebugGL
-
- glBlendFunc(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glBlendFunc(GLenum sfactor, GLenum dfactor);
- glBlendFunc(int, int) - Method in class javax.media.opengl.TraceGL
-
- glBlendFuncSeparate(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glBlendFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glBlendFuncSeparate(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glBlendFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glBlendFuncSeparateEXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBlendFuncSeparateEXT(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glBlendFuncSeparateEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glBlendFuncSeparateEXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBlendFuncSeparateEXT(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glBlendFuncSeparateEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glBlendFuncSeparateINGR(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBlendFuncSeparateINGR(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glBlendFuncSeparateINGR(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glBlendFuncSeparateINGR(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBlendFuncSeparateINGR(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glBlendFuncSeparateINGR(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glBufferData(int, int, Buffer, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBufferData(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
- glBufferData(int, int, Buffer, int) - Method in class javax.media.opengl.DebugGL
-
- glBufferData(int, int, Buffer, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBufferData(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
- glBufferData(int, int, Buffer, int) - Method in class javax.media.opengl.TraceGL
-
- glBufferDataARB(int, int, Buffer, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBufferDataARB(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
- glBufferDataARB(int, int, Buffer, int) - Method in class javax.media.opengl.DebugGL
-
- glBufferDataARB(int, int, Buffer, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBufferDataARB(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
- glBufferDataARB(int, int, Buffer, int) - Method in class javax.media.opengl.TraceGL
-
- glBufferParameteriAPPLE(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBufferParameteriAPPLE(GLenum target, GLenum pname, GLint params);
- glBufferParameteriAPPLE(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glBufferParameteriAPPLE(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBufferParameteriAPPLE(GLenum target, GLenum pname, GLint params);
- glBufferParameteriAPPLE(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glBufferRegionEnabled() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glBufferRegionEnabled(GLvoid);
- glBufferRegionEnabled() - Method in class javax.media.opengl.DebugGL
-
- glBufferRegionEnabled() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glBufferRegionEnabled(GLvoid);
- glBufferRegionEnabled() - Method in class javax.media.opengl.TraceGL
-
- GLBufferSizeTracker - Class in com.sun.opengl.impl
-
Tracks as closely as possible the sizes of allocated OpenGL buffer
objects.
- GLBufferSizeTracker() - Constructor for class com.sun.opengl.impl.GLBufferSizeTracker
-
- GLBufferStateTracker - Class in com.sun.opengl.impl
-
Tracks as closely as possible which OpenGL buffer object is bound
to which binding target in the current OpenGL context.
- GLBufferStateTracker() - Constructor for class com.sun.opengl.impl.GLBufferStateTracker
-
- glBufferSubData(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
- glBufferSubData(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glBufferSubData(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
- glBufferSubData(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glBufferSubDataARB(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
- glBufferSubDataARB(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glBufferSubDataARB(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
- glBufferSubDataARB(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glCallList(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glCallList(GLuint list);
- glCallList(int) - Method in class javax.media.opengl.DebugGL
-
- glCallList(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glCallList(GLuint list);
- glCallList(int) - Method in class javax.media.opengl.TraceGL
-
- glCallLists(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists);
- glCallLists(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glCallLists(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists);
- glCallLists(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- GLCanvas - Class in javax.media.opengl
-
A heavyweight AWT component which provides OpenGL rendering
support.
- GLCanvas() - Constructor for class javax.media.opengl.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(GLCapabilities) - Constructor for class javax.media.opengl.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(GLCapabilities, GLCapabilitiesChooser, GLContext, GraphicsDevice) - Constructor for class javax.media.opengl.GLCanvas
-
Creates a new GLCanvas component.
- GLCapabilities - Class in javax.media.opengl
-
Specifies a set of OpenGL capabilities that a rendering context
must support, such as color depth and whether stereo is enabled.
- GLCapabilities() - Constructor for class javax.media.opengl.GLCapabilities
-
Creates a GLCapabilities object.
- glCapabilities2AttribList(GLCapabilities, boolean, boolean, long, int) - Static method in class com.sun.opengl.impl.x11.X11GLDrawableFactory
-
- GLCapabilitiesChooser - Interface in javax.media.opengl
-
Provides a mechanism by which applications can customize the
window type selection for a given
GLCapabilities
.
- glCheckFramebufferStatusEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLenum glCheckFramebufferStatusEXT(GLenum type);
- glCheckFramebufferStatusEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glCheckFramebufferStatusEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLenum glCheckFramebufferStatusEXT(GLenum type);
- glCheckFramebufferStatusEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glClampColorARB(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glClampColorARB(GLenum target, GLenum id);
- glClampColorARB(int, int) - Method in class javax.media.opengl.DebugGL
-
- glClampColorARB(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glClampColorARB(GLenum target, GLenum id);
- glClampColorARB(int, int) - Method in class javax.media.opengl.TraceGL
-
- glClear(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glClear(GLbitfield mask);
- glClear(int) - Method in class javax.media.opengl.DebugGL
-
- glClear(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glClear(GLbitfield mask);
- glClear(int) - Method in class javax.media.opengl.TraceGL
-
- glClearAccum(float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
- glClearAccum(float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glClearAccum(float, float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
- glClearAccum(float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glClearColor(float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
- glClearColor(float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glClearColor(float, float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
- glClearColor(float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glClearColorIiEXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glClearColorIiEXT(GLint red, GLint green, GLint blue, GLint alpha);
- glClearColorIiEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glClearColorIiEXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glClearColorIiEXT(GLint red, GLint green, GLint blue, GLint alpha);
- glClearColorIiEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glClearColorIuiEXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glClearColorIuiEXT(GLuint red, GLuint green, GLuint blue, GLuint alpha);
- glClearColorIuiEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glClearColorIuiEXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glClearColorIuiEXT(GLuint red, GLuint green, GLuint blue, GLuint alpha);
- glClearColorIuiEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glClearDepth(double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glClearDepth(GLclampd depth);
- glClearDepth(double) - Method in class javax.media.opengl.DebugGL
-
- glClearDepth(double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glClearDepth(GLclampd depth);
- glClearDepth(double) - Method in class javax.media.opengl.TraceGL
-
- glClearDepthdNV(double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glClearDepthdNV(GLdouble depth);
- glClearDepthdNV(double) - Method in class javax.media.opengl.DebugGL
-
- glClearDepthdNV(double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glClearDepthdNV(GLdouble depth);
- glClearDepthdNV(double) - Method in class javax.media.opengl.TraceGL
-
- glClearIndex(float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glClearIndex(GLfloat c);
- glClearIndex(float) - Method in class javax.media.opengl.DebugGL
-
- glClearIndex(float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glClearIndex(GLfloat c);
- glClearIndex(float) - Method in class javax.media.opengl.TraceGL
-
- glClearStencil(int) - Method in class com.sun.opengl.impl.GLImpl
-
- glClearStencil(int) - Method in class javax.media.opengl.DebugGL
-
- glClearStencil(int) - Method in interface javax.media.opengl.GL
-
- glClearStencil(int) - Method in class javax.media.opengl.TraceGL
-
- glClientActiveTexture(int) - Method in class com.sun.opengl.impl.GLImpl
-
- glClientActiveTexture(int) - Method in class javax.media.opengl.DebugGL
-
- glClientActiveTexture(int) - Method in interface javax.media.opengl.GL
-
- glClientActiveTexture(int) - Method in class javax.media.opengl.TraceGL
-
- glClientActiveVertexStreamATI(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glClientActiveVertexStreamATI(GLenum mode);
- glClientActiveVertexStreamATI(int) - Method in class javax.media.opengl.DebugGL
-
- glClientActiveVertexStreamATI(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glClientActiveVertexStreamATI(GLenum mode);
- glClientActiveVertexStreamATI(int) - Method in class javax.media.opengl.TraceGL
-
- glClipPlane(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glClipPlane(GLenum plane, const GLdouble * equation);
- glClipPlane(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glClipPlane(GLenum plane, const GLdouble * equation);
- glClipPlane(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glClipPlane(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glClipPlane(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glClipPlane(GLenum plane, const GLdouble * equation);
- glClipPlane(int, double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glClipPlane(GLenum plane, const GLdouble * equation);
- glClipPlane(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glClipPlane(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor3b(byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3b(GLbyte red, GLbyte green, GLbyte blue);
- glColor3b(byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glColor3b(byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3b(GLbyte red, GLbyte green, GLbyte blue);
- glColor3b(byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glColor3bv(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3bv(const GLbyte * v);
- glColor3bv(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3bv(const GLbyte * v);
- glColor3bv(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor3bv(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor3bv(ByteBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3bv(const GLbyte * v);
- glColor3bv(byte[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3bv(const GLbyte * v);
- glColor3bv(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor3bv(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor3d(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3d(GLdouble red, GLdouble green, GLdouble blue);
- glColor3d(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glColor3d(double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3d(GLdouble red, GLdouble green, GLdouble blue);
- glColor3d(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glColor3dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3dv(const GLdouble * v);
- glColor3dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3dv(const GLdouble * v);
- glColor3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor3dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3dv(const GLdouble * v);
- glColor3dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3dv(const GLdouble * v);
- glColor3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor3dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor3f(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3f(GLfloat red, GLfloat green, GLfloat blue);
- glColor3f(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glColor3f(float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3f(GLfloat red, GLfloat green, GLfloat blue);
- glColor3f(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glColor3fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3fv(const GLfloat * v);
- glColor3fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3fv(const GLfloat * v);
- glColor3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor3fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor3fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3fv(const GLfloat * v);
- glColor3fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3fv(const GLfloat * v);
- glColor3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor3fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor3fVertex3fSUN(float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
- glColor3fVertex3fSUN(float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glColor3fVertex3fSUN(float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
- glColor3fVertex3fSUN(float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glColor3fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glColor3fVertex3fvSUN(float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glColor3fVertex3fvSUN(float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor3fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor3fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glColor3fVertex3fvSUN(float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glColor3fVertex3fvSUN(float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor3fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor3hNV(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
- glColor3hNV(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glColor3hNV(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
- glColor3hNV(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glColor3hvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor3hvNV(const GLhalfNV * v);
- glColor3hvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor3hvNV(const GLhalfNV * v);
- glColor3hvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor3hvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor3hvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor3hvNV(const GLhalfNV * v);
- glColor3hvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor3hvNV(const GLhalfNV * v);
- glColor3hvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor3hvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor3i(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3i(GLint red, GLint green, GLint blue);
- glColor3i(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glColor3i(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3i(GLint red, GLint green, GLint blue);
- glColor3i(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glColor3iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3iv(const GLint * v);
- glColor3iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3iv(const GLint * v);
- glColor3iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor3iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3iv(const GLint * v);
- glColor3iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3iv(const GLint * v);
- glColor3iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor3s(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3s(GLshort red, GLshort green, GLshort blue);
- glColor3s(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glColor3s(short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3s(GLshort red, GLshort green, GLshort blue);
- glColor3s(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glColor3sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3sv(const GLshort * v);
- glColor3sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3sv(const GLshort * v);
- glColor3sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor3sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3sv(const GLshort * v);
- glColor3sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3sv(const GLshort * v);
- glColor3sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor3ub(byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3ub(GLubyte red, GLubyte green, GLubyte blue);
- glColor3ub(byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glColor3ub(byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3ub(GLubyte red, GLubyte green, GLubyte blue);
- glColor3ub(byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glColor3ubv(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3ubv(const GLubyte * v);
- glColor3ubv(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3ubv(const GLubyte * v);
- glColor3ubv(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor3ubv(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor3ubv(ByteBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3ubv(const GLubyte * v);
- glColor3ubv(byte[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3ubv(const GLubyte * v);
- glColor3ubv(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor3ubv(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor3ui(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3ui(GLuint red, GLuint green, GLuint blue);
- glColor3ui(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glColor3ui(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3ui(GLuint red, GLuint green, GLuint blue);
- glColor3ui(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glColor3uiv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3uiv(const GLuint * v);
- glColor3uiv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3uiv(const GLuint * v);
- glColor3uiv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor3uiv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor3uiv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3uiv(const GLuint * v);
- glColor3uiv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3uiv(const GLuint * v);
- glColor3uiv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor3uiv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor3us(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3us(GLushort red, GLushort green, GLushort blue);
- glColor3us(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glColor3us(short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3us(GLushort red, GLushort green, GLushort blue);
- glColor3us(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glColor3usv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3usv(const GLushort * v);
- glColor3usv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor3usv(const GLushort * v);
- glColor3usv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor3usv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor3usv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3usv(const GLushort * v);
- glColor3usv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor3usv(const GLushort * v);
- glColor3usv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor3usv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4b(byte, byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha);
- glColor4b(byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glColor4b(byte, byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha);
- glColor4b(byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glColor4bv(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4bv(const GLbyte * v);
- glColor4bv(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4bv(const GLbyte * v);
- glColor4bv(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4bv(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4bv(ByteBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4bv(const GLbyte * v);
- glColor4bv(byte[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4bv(const GLbyte * v);
- glColor4bv(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4bv(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor4d(double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
- glColor4d(double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glColor4d(double, double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
- glColor4d(double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glColor4dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4dv(const GLdouble * v);
- glColor4dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4dv(const GLdouble * v);
- glColor4dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4dv(const GLdouble * v);
- glColor4dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4dv(const GLdouble * v);
- glColor4dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor4f(float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
- glColor4f(float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glColor4f(float, float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
- glColor4f(float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4fNormal3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
- glColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4fNormal3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
- glColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glColor4fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glColor4fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glColor4fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glColor4fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glColor4fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor4fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4fv(const GLfloat * v);
- glColor4fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4fv(const GLfloat * v);
- glColor4fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4fv(const GLfloat * v);
- glColor4fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4fv(const GLfloat * v);
- glColor4fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor4hNV(short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4hNV(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);
- glColor4hNV(short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glColor4hNV(short, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4hNV(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);
- glColor4hNV(short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glColor4hvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4hvNV(const GLhalfNV * v);
- glColor4hvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4hvNV(const GLhalfNV * v);
- glColor4hvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4hvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4hvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4hvNV(const GLhalfNV * v);
- glColor4hvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4hvNV(const GLhalfNV * v);
- glColor4hvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor4hvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4i(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4i(GLint red, GLint green, GLint blue, GLint alpha);
- glColor4i(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glColor4i(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4i(GLint red, GLint green, GLint blue, GLint alpha);
- glColor4i(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glColor4iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4iv(const GLint * v);
- glColor4iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4iv(const GLint * v);
- glColor4iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4iv(const GLint * v);
- glColor4iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4iv(const GLint * v);
- glColor4iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor4iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4s(short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha);
- glColor4s(short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glColor4s(short, short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha);
- glColor4s(short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glColor4sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4sv(const GLshort * v);
- glColor4sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4sv(const GLshort * v);
- glColor4sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4sv(const GLshort * v);
- glColor4sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4sv(const GLshort * v);
- glColor4sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor4ub(byte, byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
- glColor4ub(byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glColor4ub(byte, byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
- glColor4ub(byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glColor4ubv(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4ubv(const GLubyte * v);
- glColor4ubv(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4ubv(const GLubyte * v);
- glColor4ubv(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4ubv(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4ubv(ByteBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4ubv(const GLubyte * v);
- glColor4ubv(byte[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4ubv(const GLubyte * v);
- glColor4ubv(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4ubv(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor4ubVertex2fSUN(byte, byte, byte, byte, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex2fSUN(GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y);
- glColor4ubVertex2fSUN(byte, byte, byte, byte, float, float) - Method in class javax.media.opengl.DebugGL
-
- glColor4ubVertex2fSUN(byte, byte, byte, byte, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex2fSUN(GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y);
- glColor4ubVertex2fSUN(byte, byte, byte, byte, float, float) - Method in class javax.media.opengl.TraceGL
-
- glColor4ubVertex2fvSUN(ByteBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex2fvSUN(const GLubyte * c, const GLfloat * v);
- glColor4ubVertex2fvSUN(byte[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex2fvSUN(const GLubyte * c, const GLfloat * v);
- glColor4ubVertex2fvSUN(ByteBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4ubVertex2fvSUN(byte[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4ubVertex2fvSUN(ByteBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex2fvSUN(const GLubyte * c, const GLfloat * v);
- glColor4ubVertex2fvSUN(byte[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex2fvSUN(const GLubyte * c, const GLfloat * v);
- glColor4ubVertex2fvSUN(ByteBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor4ubVertex2fvSUN(byte[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4ubVertex3fSUN(byte, byte, byte, byte, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex3fSUN(GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);
- glColor4ubVertex3fSUN(byte, byte, byte, byte, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glColor4ubVertex3fSUN(byte, byte, byte, byte, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex3fSUN(GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);
- glColor4ubVertex3fSUN(byte, byte, byte, byte, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glColor4ubVertex3fvSUN(ByteBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex3fvSUN(const GLubyte * c, const GLfloat * v);
- glColor4ubVertex3fvSUN(byte[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex3fvSUN(const GLubyte * c, const GLfloat * v);
- glColor4ubVertex3fvSUN(byte[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4ubVertex3fvSUN(ByteBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4ubVertex3fvSUN(ByteBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex3fvSUN(const GLubyte * c, const GLfloat * v);
- glColor4ubVertex3fvSUN(byte[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColor4ubVertex3fvSUN(const GLubyte * c, const GLfloat * v);
- glColor4ubVertex3fvSUN(byte[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4ubVertex3fvSUN(ByteBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor4ui(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha);
- glColor4ui(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glColor4ui(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha);
- glColor4ui(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glColor4uiv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4uiv(const GLuint * v);
- glColor4uiv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4uiv(const GLuint * v);
- glColor4uiv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4uiv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4uiv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4uiv(const GLuint * v);
- glColor4uiv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4uiv(const GLuint * v);
- glColor4uiv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColor4uiv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4us(short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha);
- glColor4us(short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glColor4us(short, short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha);
- glColor4us(short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glColor4usv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4usv(const GLushort * v);
- glColor4usv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColor4usv(const GLushort * v);
- glColor4usv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glColor4usv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColor4usv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4usv(const GLushort * v);
- glColor4usv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColor4usv(const GLushort * v);
- glColor4usv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glColor4usv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColorFragmentOp1ATI(int, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
- glColorFragmentOp1ATI(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glColorFragmentOp1ATI(int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
- glColorFragmentOp1ATI(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glColorFragmentOp2ATI(int, int, int, int, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
- glColorFragmentOp2ATI(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glColorFragmentOp2ATI(int, int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
- glColorFragmentOp2ATI(int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glColorFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);
- glColorFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glColorFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);
- glColorFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glColorMask(boolean, boolean, boolean, boolean) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
- glColorMask(boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.DebugGL
-
- glColorMask(boolean, boolean, boolean, boolean) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
- glColorMask(boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.TraceGL
-
- glColorMaskIndexedEXT(int, boolean, boolean, boolean, boolean) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorMaskIndexedEXT(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
- glColorMaskIndexedEXT(int, boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.DebugGL
-
- glColorMaskIndexedEXT(int, boolean, boolean, boolean, boolean) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorMaskIndexedEXT(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
- glColorMaskIndexedEXT(int, boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.TraceGL
-
- glColorMaterial(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColorMaterial(GLenum face, GLenum mode);
- glColorMaterial(int, int) - Method in class javax.media.opengl.DebugGL
-
- glColorMaterial(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColorMaterial(GLenum face, GLenum mode);
- glColorMaterial(int, int) - Method in class javax.media.opengl.TraceGL
-
- glColorPointer(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glColorPointer(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glColorPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glColorPointer(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glColorPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glColorPointer(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glColorPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glColorPointer(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glColorSubTable(int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
- glColorSubTable(int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
- glColorSubTable(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glColorSubTable(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glColorSubTable(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
- glColorSubTable(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
- glColorSubTable(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glColorSubTable(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glColorTable(int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
- glColorTable(int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
- glColorTable(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glColorTable(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glColorTable(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
- glColorTable(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
- glColorTable(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glColorTable(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glColorTableEXT(int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorTableEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
- glColorTableEXT(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glColorTableEXT(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorTableEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
- glColorTableEXT(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glColorTableParameterfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorTableParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glColorTableParameterfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorTableParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glColorTableParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColorTableParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glColorTableParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorTableParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glColorTableParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorTableParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glColorTableParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glColorTableParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glColorTableParameteriv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorTableParameteriv(GLenum target, GLenum pname, const GLint * params);
- glColorTableParameteriv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glColorTableParameteriv(GLenum target, GLenum pname, const GLint * params);
- glColorTableParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glColorTableParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glColorTableParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorTableParameteriv(GLenum target, GLenum pname, const GLint * params);
- glColorTableParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glColorTableParameteriv(GLenum target, GLenum pname, const GLint * params);
- glColorTableParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glColorTableParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glCombinerInputNV(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCombinerInputNV(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
- glCombinerInputNV(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glCombinerInputNV(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCombinerInputNV(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
- glCombinerInputNV(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glCombinerOutputNV(int, int, int, int, int, int, int, boolean, boolean, boolean) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCombinerOutputNV(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum);
- glCombinerOutputNV(int, int, int, int, int, int, int, boolean, boolean, boolean) - Method in class javax.media.opengl.DebugGL
-
- glCombinerOutputNV(int, int, int, int, int, int, int, boolean, boolean, boolean) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCombinerOutputNV(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum);
- glCombinerOutputNV(int, int, int, int, int, int, int, boolean, boolean, boolean) - Method in class javax.media.opengl.TraceGL
-
- glCombinerParameterfNV(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCombinerParameterfNV(GLenum target, GLfloat s);
- glCombinerParameterfNV(int, float) - Method in class javax.media.opengl.DebugGL
-
- glCombinerParameterfNV(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCombinerParameterfNV(GLenum target, GLfloat s);
- glCombinerParameterfNV(int, float) - Method in class javax.media.opengl.TraceGL
-
- glCombinerParameterfvNV(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCombinerParameterfvNV(GLenum target, const GLfloat * v);
- glCombinerParameterfvNV(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCombinerParameterfvNV(GLenum target, const GLfloat * v);
- glCombinerParameterfvNV(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glCombinerParameterfvNV(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glCombinerParameterfvNV(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCombinerParameterfvNV(GLenum target, const GLfloat * v);
- glCombinerParameterfvNV(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCombinerParameterfvNV(GLenum target, const GLfloat * v);
- glCombinerParameterfvNV(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glCombinerParameterfvNV(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glCombinerParameteriNV(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCombinerParameteriNV(GLenum target, GLint s);
- glCombinerParameteriNV(int, int) - Method in class javax.media.opengl.DebugGL
-
- glCombinerParameteriNV(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCombinerParameteriNV(GLenum target, GLint s);
- glCombinerParameteriNV(int, int) - Method in class javax.media.opengl.TraceGL
-
- glCombinerParameterivNV(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCombinerParameterivNV(GLenum target, const GLint * v);
- glCombinerParameterivNV(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCombinerParameterivNV(GLenum target, const GLint * v);
- glCombinerParameterivNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glCombinerParameterivNV(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glCombinerParameterivNV(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCombinerParameterivNV(GLenum target, const GLint * v);
- glCombinerParameterivNV(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCombinerParameterivNV(GLenum target, const GLint * v);
- glCombinerParameterivNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glCombinerParameterivNV(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glCombinerStageParameterfvNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCombinerStageParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
- glCombinerStageParameterfvNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCombinerStageParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
- glCombinerStageParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glCombinerStageParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glCombinerStageParameterfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCombinerStageParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
- glCombinerStageParameterfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCombinerStageParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
- glCombinerStageParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glCombinerStageParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glCompileShader(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCompileShader(GLuint mode);
- glCompileShader(int) - Method in class javax.media.opengl.DebugGL
-
- glCompileShader(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCompileShader(GLuint mode);
- glCompileShader(int) - Method in class javax.media.opengl.TraceGL
-
- glCompileShaderARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCompileShaderARB(GLhandleARB mode);
- glCompileShaderARB(int) - Method in class javax.media.opengl.DebugGL
-
- glCompileShaderARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCompileShaderARB(GLhandleARB mode);
- glCompileShaderARB(int) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexImage1D(int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
- glCompressedTexImage1D(int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
- glCompressedTexImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexImage1D(int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
- glCompressedTexImage1D(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
- glCompressedTexImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
- glCompressedTexImage2D(int, int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
- glCompressedTexImage2D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
- glCompressedTexImage2D(int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
- glCompressedTexImage2D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
- glCompressedTexSubImage1D(int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
- glCompressedTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexSubImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
- glCompressedTexSubImage1D(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
- glCompressedTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexSubImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- GLContext - Class in javax.media.opengl
-
Abstraction for an OpenGL rendering context.
- GLContext() - Constructor for class javax.media.opengl.GLContext
-
- GLContextImpl - Class in com.sun.opengl.impl
-
- GLContextImpl(GLContext) - Constructor for class com.sun.opengl.impl.GLContextImpl
-
- GLContextImpl(GLContext, boolean) - Constructor for class com.sun.opengl.impl.GLContextImpl
-
- GLContextLock - Class in com.sun.opengl.impl
-
Implements the makeCurrent / release locking behavior of the
GLContext class.
- GLContextLock() - Constructor for class com.sun.opengl.impl.GLContextLock
-
- GLContextShareSet - Class in com.sun.opengl.impl
-
Provides a mechanism by which OpenGL contexts can share textures
and display lists in the face of multithreading and asynchronous
context creation as is inherent in the AWT and Swing.
- GLContextShareSet() - Constructor for class com.sun.opengl.impl.GLContextShareSet
-
- glConvolutionFilter1D(int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
- glConvolutionFilter1D(int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
- glConvolutionFilter1D(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glConvolutionFilter1D(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glConvolutionFilter1D(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
- glConvolutionFilter1D(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
- glConvolutionFilter1D(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glConvolutionFilter1D(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glConvolutionFilter2D(int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
- glConvolutionFilter2D(int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
- glConvolutionFilter2D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glConvolutionFilter2D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glConvolutionFilter2D(int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
- glConvolutionFilter2D(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
- glConvolutionFilter2D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glConvolutionFilter2D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glConvolutionParameterf(int, int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glConvolutionParameterf(GLenum target, GLenum pname, GLfloat params);
- glConvolutionParameterf(int, int, float) - Method in class javax.media.opengl.DebugGL
-
- glConvolutionParameterf(int, int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glConvolutionParameterf(GLenum target, GLenum pname, GLfloat params);
- glConvolutionParameterf(int, int, float) - Method in class javax.media.opengl.TraceGL
-
- glConvolutionParameterfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glConvolutionParameterfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glConvolutionParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glConvolutionParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glConvolutionParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glConvolutionParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glConvolutionParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glConvolutionParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glConvolutionParameteri(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glConvolutionParameteri(GLenum target, GLenum pname, GLint params);
- glConvolutionParameteri(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glConvolutionParameteri(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glConvolutionParameteri(GLenum target, GLenum pname, GLint params);
- glConvolutionParameteri(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glConvolutionParameteriv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glConvolutionParameteriv(GLenum target, GLenum pname, const GLint * params);
- glConvolutionParameteriv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glConvolutionParameteriv(GLenum target, GLenum pname, const GLint * params);
- glConvolutionParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glConvolutionParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glConvolutionParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glConvolutionParameteriv(GLenum target, GLenum pname, const GLint * params);
- glConvolutionParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glConvolutionParameteriv(GLenum target, GLenum pname, const GLint * params);
- glConvolutionParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glConvolutionParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glCopyColorSubTable(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCopyColorSubTable(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width);
- glCopyColorSubTable(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glCopyColorSubTable(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCopyColorSubTable(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width);
- glCopyColorSubTable(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glCopyColorTable(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
- glCopyColorTable(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glCopyColorTable(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
- glCopyColorTable(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glCopyConvolutionFilter1D(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCopyConvolutionFilter1D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
- glCopyConvolutionFilter1D(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glCopyConvolutionFilter1D(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCopyConvolutionFilter1D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
- glCopyConvolutionFilter1D(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glCopyConvolutionFilter2D(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCopyConvolutionFilter2D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height);
- glCopyConvolutionFilter2D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glCopyConvolutionFilter2D(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCopyConvolutionFilter2D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height);
- glCopyConvolutionFilter2D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glCopyPixels(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
- glCopyPixels(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glCopyPixels(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
- glCopyPixels(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glCopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glCopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glCreateProgram() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glCreateProgram(void);
- glCreateProgram() - Method in class javax.media.opengl.DebugGL
-
- glCreateProgram() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glCreateProgram(void);
- glCreateProgram() - Method in class javax.media.opengl.TraceGL
-
- glCreateProgramObjectARB() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLhandleARB glCreateProgramObjectARB(void);
- glCreateProgramObjectARB() - Method in class javax.media.opengl.DebugGL
-
- glCreateProgramObjectARB() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLhandleARB glCreateProgramObjectARB(void);
- glCreateProgramObjectARB() - Method in class javax.media.opengl.TraceGL
-
- glCreateShader(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glCreateShader(GLenum type);
- glCreateShader(int) - Method in class javax.media.opengl.DebugGL
-
- glCreateShader(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glCreateShader(GLenum type);
- glCreateShader(int) - Method in class javax.media.opengl.TraceGL
-
- glCreateShaderObjectARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLhandleARB glCreateShaderObjectARB(GLenum type);
- glCreateShaderObjectARB(int) - Method in class javax.media.opengl.DebugGL
-
- glCreateShaderObjectARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLhandleARB glCreateShaderObjectARB(GLenum type);
- glCreateShaderObjectARB(int) - Method in class javax.media.opengl.TraceGL
-
- glCullFace(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glCullFace(GLenum mode);
- glCullFace(int) - Method in class javax.media.opengl.DebugGL
-
- glCullFace(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glCullFace(GLenum mode);
- glCullFace(int) - Method in class javax.media.opengl.TraceGL
-
- glCullParameterdvEXT(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCullParameterdvEXT(GLenum pname, GLdouble * params);
- glCullParameterdvEXT(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCullParameterdvEXT(GLenum pname, GLdouble * params);
- glCullParameterdvEXT(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glCullParameterdvEXT(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glCullParameterdvEXT(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCullParameterdvEXT(GLenum pname, GLdouble * params);
- glCullParameterdvEXT(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCullParameterdvEXT(GLenum pname, GLdouble * params);
- glCullParameterdvEXT(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glCullParameterdvEXT(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glCullParameterfvEXT(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCullParameterfvEXT(GLenum pname, GLfloat * params);
- glCullParameterfvEXT(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCullParameterfvEXT(GLenum pname, GLfloat * params);
- glCullParameterfvEXT(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glCullParameterfvEXT(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glCullParameterfvEXT(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCullParameterfvEXT(GLenum pname, GLfloat * params);
- glCullParameterfvEXT(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCullParameterfvEXT(GLenum pname, GLfloat * params);
- glCullParameterfvEXT(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glCullParameterfvEXT(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glCurrentPaletteMatrixARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glCurrentPaletteMatrixARB(GLint count);
- glCurrentPaletteMatrixARB(int) - Method in class javax.media.opengl.DebugGL
-
- glCurrentPaletteMatrixARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glCurrentPaletteMatrixARB(GLint count);
- glCurrentPaletteMatrixARB(int) - Method in class javax.media.opengl.TraceGL
-
- glDeformationMap3dSGIX(int, double, double, int, int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeformationMap3dSGIX(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble * points);
- glDeformationMap3dSGIX(int, double, double, int, int, double, double, int, int, double, double, int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeformationMap3dSGIX(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble * points);
- glDeformationMap3dSGIX(int, double, double, int, int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeformationMap3dSGIX(int, double, double, int, int, double, double, int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeformationMap3dSGIX(int, double, double, int, int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeformationMap3dSGIX(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble * points);
- glDeformationMap3dSGIX(int, double, double, int, int, double, double, int, int, double, double, int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeformationMap3dSGIX(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble * points);
- glDeformationMap3dSGIX(int, double, double, int, int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeformationMap3dSGIX(int, double, double, int, int, double, double, int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeformationMap3fSGIX(int, float, float, int, int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeformationMap3fSGIX(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat * points);
- glDeformationMap3fSGIX(int, float, float, int, int, float, float, int, int, float, float, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeformationMap3fSGIX(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat * points);
- glDeformationMap3fSGIX(int, float, float, int, int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeformationMap3fSGIX(int, float, float, int, int, float, float, int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeformationMap3fSGIX(int, float, float, int, int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeformationMap3fSGIX(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat * points);
- glDeformationMap3fSGIX(int, float, float, int, int, float, float, int, int, float, float, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeformationMap3fSGIX(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat * points);
- glDeformationMap3fSGIX(int, float, float, int, int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeformationMap3fSGIX(int, float, float, int, int, float, float, int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeformSGIX(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeformSGIX(GLbitfield mode);
- glDeformSGIX(int) - Method in class javax.media.opengl.DebugGL
-
- glDeformSGIX(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeformSGIX(GLbitfield mode);
- glDeformSGIX(int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteAsyncMarkersSGIX(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteAsyncMarkersSGIX(GLuint target, GLsizei s);
- glDeleteAsyncMarkersSGIX(int, int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteAsyncMarkersSGIX(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteAsyncMarkersSGIX(GLuint target, GLsizei s);
- glDeleteAsyncMarkersSGIX(int, int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteBufferRegion(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteBufferRegion(GLuint mode);
- glDeleteBufferRegion(int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteBufferRegion(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteBufferRegion(GLuint mode);
- glDeleteBufferRegion(int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteBuffers(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteBuffers(GLsizei n, const GLuint * ids);
- glDeleteBuffers(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteBuffers(GLsizei n, const GLuint * ids);
- glDeleteBuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteBuffers(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteBuffers(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteBuffers(GLsizei n, const GLuint * ids);
- glDeleteBuffers(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteBuffers(GLsizei n, const GLuint * ids);
- glDeleteBuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteBuffers(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteBuffersARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteBuffersARB(GLsizei n, const GLuint * ids);
- glDeleteBuffersARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteBuffersARB(GLsizei n, const GLuint * ids);
- glDeleteBuffersARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteBuffersARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteBuffersARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteBuffersARB(GLsizei n, const GLuint * ids);
- glDeleteBuffersARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteBuffersARB(GLsizei n, const GLuint * ids);
- glDeleteBuffersARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteBuffersARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteFencesAPPLE(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteFencesAPPLE(GLsizei n, const GLuint * ids);
- glDeleteFencesAPPLE(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteFencesAPPLE(GLsizei n, const GLuint * ids);
- glDeleteFencesAPPLE(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteFencesAPPLE(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteFencesAPPLE(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteFencesAPPLE(GLsizei n, const GLuint * ids);
- glDeleteFencesAPPLE(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteFencesAPPLE(GLsizei n, const GLuint * ids);
- glDeleteFencesAPPLE(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteFencesAPPLE(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteFencesNV(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteFencesNV(GLsizei n, const GLuint * ids);
- glDeleteFencesNV(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteFencesNV(GLsizei n, const GLuint * ids);
- glDeleteFencesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteFencesNV(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteFencesNV(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteFencesNV(GLsizei n, const GLuint * ids);
- glDeleteFencesNV(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteFencesNV(GLsizei n, const GLuint * ids);
- glDeleteFencesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteFencesNV(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteFragmentShaderATI(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteFragmentShaderATI(GLuint mode);
- glDeleteFragmentShaderATI(int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteFragmentShaderATI(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteFragmentShaderATI(GLuint mode);
- glDeleteFragmentShaderATI(int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteFramebuffersEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteFramebuffersEXT(GLsizei n, const GLuint * ids);
- glDeleteFramebuffersEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteFramebuffersEXT(GLsizei n, const GLuint * ids);
- glDeleteFramebuffersEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteFramebuffersEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteFramebuffersEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteFramebuffersEXT(GLsizei n, const GLuint * ids);
- glDeleteFramebuffersEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteFramebuffersEXT(GLsizei n, const GLuint * ids);
- glDeleteFramebuffersEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteFramebuffersEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteLists(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDeleteLists(GLuint list, GLsizei range);
- glDeleteLists(int, int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteLists(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDeleteLists(GLuint list, GLsizei range);
- glDeleteLists(int, int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteObjectARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteObjectARB(GLhandleARB mode);
- glDeleteObjectARB(int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteObjectARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteObjectARB(GLhandleARB mode);
- glDeleteObjectARB(int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteOcclusionQueriesNV(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteOcclusionQueriesNV(GLsizei n, const GLuint * ids);
- glDeleteOcclusionQueriesNV(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteOcclusionQueriesNV(GLsizei n, const GLuint * ids);
- glDeleteOcclusionQueriesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteOcclusionQueriesNV(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteOcclusionQueriesNV(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteOcclusionQueriesNV(GLsizei n, const GLuint * ids);
- glDeleteOcclusionQueriesNV(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteOcclusionQueriesNV(GLsizei n, const GLuint * ids);
- glDeleteOcclusionQueriesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteOcclusionQueriesNV(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteProgram(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteProgram(GLuint mode);
- glDeleteProgram(int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteProgram(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteProgram(GLuint mode);
- glDeleteProgram(int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteProgramsARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteProgramsARB(GLsizei n, const GLuint * ids);
- glDeleteProgramsARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteProgramsARB(GLsizei n, const GLuint * ids);
- glDeleteProgramsARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteProgramsARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteProgramsARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteProgramsARB(GLsizei n, const GLuint * ids);
- glDeleteProgramsARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteProgramsARB(GLsizei n, const GLuint * ids);
- glDeleteProgramsARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteProgramsARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteProgramsNV(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteProgramsNV(GLsizei n, const GLuint * ids);
- glDeleteProgramsNV(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteProgramsNV(GLsizei n, const GLuint * ids);
- glDeleteProgramsNV(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteProgramsNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteProgramsNV(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteProgramsNV(GLsizei n, const GLuint * ids);
- glDeleteProgramsNV(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteProgramsNV(GLsizei n, const GLuint * ids);
- glDeleteProgramsNV(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteProgramsNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteQueries(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteQueries(GLsizei n, const GLuint * ids);
- glDeleteQueries(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteQueries(GLsizei n, const GLuint * ids);
- glDeleteQueries(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteQueries(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteQueries(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteQueries(GLsizei n, const GLuint * ids);
- glDeleteQueries(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteQueries(GLsizei n, const GLuint * ids);
- glDeleteQueries(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteQueries(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteQueriesARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteQueriesARB(GLsizei n, const GLuint * ids);
- glDeleteQueriesARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteQueriesARB(GLsizei n, const GLuint * ids);
- glDeleteQueriesARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteQueriesARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteQueriesARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteQueriesARB(GLsizei n, const GLuint * ids);
- glDeleteQueriesARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteQueriesARB(GLsizei n, const GLuint * ids);
- glDeleteQueriesARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteQueriesARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteRenderbuffersEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteRenderbuffersEXT(GLsizei n, const GLuint * ids);
- glDeleteRenderbuffersEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteRenderbuffersEXT(GLsizei n, const GLuint * ids);
- glDeleteRenderbuffersEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteRenderbuffersEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteRenderbuffersEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteRenderbuffersEXT(GLsizei n, const GLuint * ids);
- glDeleteRenderbuffersEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteRenderbuffersEXT(GLsizei n, const GLuint * ids);
- glDeleteRenderbuffersEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteRenderbuffersEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteShader(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteShader(GLuint mode);
- glDeleteShader(int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteShader(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteShader(GLuint mode);
- glDeleteShader(int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteTextures(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDeleteTextures(GLsizei n, const GLuint * textures);
- glDeleteTextures(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDeleteTextures(GLsizei n, const GLuint * textures);
- glDeleteTextures(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteTextures(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteTextures(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDeleteTextures(GLsizei n, const GLuint * textures);
- glDeleteTextures(int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDeleteTextures(GLsizei n, const GLuint * textures);
- glDeleteTextures(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteTextures(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteVertexArraysAPPLE(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteVertexArraysAPPLE(GLsizei n, const GLuint * ids);
- glDeleteVertexArraysAPPLE(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteVertexArraysAPPLE(GLsizei n, const GLuint * ids);
- glDeleteVertexArraysAPPLE(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDeleteVertexArraysAPPLE(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteVertexArraysAPPLE(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteVertexArraysAPPLE(GLsizei n, const GLuint * ids);
- glDeleteVertexArraysAPPLE(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteVertexArraysAPPLE(GLsizei n, const GLuint * ids);
- glDeleteVertexArraysAPPLE(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDeleteVertexArraysAPPLE(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDeleteVertexShaderEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDeleteVertexShaderEXT(GLuint mode);
- glDeleteVertexShaderEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glDeleteVertexShaderEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDeleteVertexShaderEXT(GLuint mode);
- glDeleteVertexShaderEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glDepthBoundsdNV(double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDepthBoundsdNV(GLdouble zmin, GLdouble zmax);
- glDepthBoundsdNV(double, double) - Method in class javax.media.opengl.DebugGL
-
- glDepthBoundsdNV(double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDepthBoundsdNV(GLdouble zmin, GLdouble zmax);
- glDepthBoundsdNV(double, double) - Method in class javax.media.opengl.TraceGL
-
- glDepthBoundsEXT(double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDepthBoundsEXT(GLclampd x, GLclampd y);
- glDepthBoundsEXT(double, double) - Method in class javax.media.opengl.DebugGL
-
- glDepthBoundsEXT(double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDepthBoundsEXT(GLclampd x, GLclampd y);
- glDepthBoundsEXT(double, double) - Method in class javax.media.opengl.TraceGL
-
- glDepthFunc(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDepthFunc(GLenum func);
- glDepthFunc(int) - Method in class javax.media.opengl.DebugGL
-
- glDepthFunc(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDepthFunc(GLenum func);
- glDepthFunc(int) - Method in class javax.media.opengl.TraceGL
-
- glDepthMask(boolean) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDepthMask(GLboolean flag);
- glDepthMask(boolean) - Method in class javax.media.opengl.DebugGL
-
- glDepthMask(boolean) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDepthMask(GLboolean flag);
- glDepthMask(boolean) - Method in class javax.media.opengl.TraceGL
-
- glDepthRange(double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDepthRange(GLclampd near_val, GLclampd far_val);
- glDepthRange(double, double) - Method in class javax.media.opengl.DebugGL
-
- glDepthRange(double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDepthRange(GLclampd near_val, GLclampd far_val);
- glDepthRange(double, double) - Method in class javax.media.opengl.TraceGL
-
- glDepthRangedNV(double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDepthRangedNV(GLdouble zNear, GLdouble zFar);
- glDepthRangedNV(double, double) - Method in class javax.media.opengl.DebugGL
-
- glDepthRangedNV(double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDepthRangedNV(GLdouble zNear, GLdouble zFar);
- glDepthRangedNV(double, double) - Method in class javax.media.opengl.TraceGL
-
- glDetachObjectARB(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDetachObjectARB(GLhandleARB target, GLhandleARB id);
- glDetachObjectARB(int, int) - Method in class javax.media.opengl.DebugGL
-
- glDetachObjectARB(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDetachObjectARB(GLhandleARB target, GLhandleARB id);
- glDetachObjectARB(int, int) - Method in class javax.media.opengl.TraceGL
-
- glDetachShader(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDetachShader(GLuint target, GLuint id);
- glDetachShader(int, int) - Method in class javax.media.opengl.DebugGL
-
- glDetachShader(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDetachShader(GLuint target, GLuint id);
- glDetachShader(int, int) - Method in class javax.media.opengl.TraceGL
-
- glDetailTexFuncSGIS(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDetailTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
- glDetailTexFuncSGIS(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDetailTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
- glDetailTexFuncSGIS(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glDetailTexFuncSGIS(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDetailTexFuncSGIS(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDetailTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
- glDetailTexFuncSGIS(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDetailTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
- glDetailTexFuncSGIS(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glDetailTexFuncSGIS(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDisable(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDisable(GLenum cap);
- glDisable(int) - Method in class javax.media.opengl.DebugGL
-
- glDisable(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDisable(GLenum cap);
- glDisable(int) - Method in class javax.media.opengl.TraceGL
-
- glDisableClientState(int) - Method in class com.sun.opengl.impl.GLImpl
-
- glDisableClientState(int) - Method in class javax.media.opengl.DebugGL
-
- glDisableClientState(int) - Method in interface javax.media.opengl.GL
-
- glDisableClientState(int) - Method in class javax.media.opengl.TraceGL
-
- glDisableIndexedEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDisableIndexedEXT(GLenum target, GLuint index);
- glDisableIndexedEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glDisableIndexedEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDisableIndexedEXT(GLenum target, GLuint index);
- glDisableIndexedEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glDisableVariantClientStateEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDisableVariantClientStateEXT(GLuint mode);
- glDisableVariantClientStateEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glDisableVariantClientStateEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDisableVariantClientStateEXT(GLuint mode);
- glDisableVariantClientStateEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glDisableVertexAttribAPPLE(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDisableVertexAttribAPPLE(GLuint index, GLenum pname);
- glDisableVertexAttribAPPLE(int, int) - Method in class javax.media.opengl.DebugGL
-
- glDisableVertexAttribAPPLE(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDisableVertexAttribAPPLE(GLuint index, GLenum pname);
- glDisableVertexAttribAPPLE(int, int) - Method in class javax.media.opengl.TraceGL
-
- glDisableVertexAttribArray(int) - Method in class com.sun.opengl.impl.GLImpl
-
- glDisableVertexAttribArray(int) - Method in class javax.media.opengl.DebugGL
-
- glDisableVertexAttribArray(int) - Method in interface javax.media.opengl.GL
-
- glDisableVertexAttribArray(int) - Method in class javax.media.opengl.TraceGL
-
- glDisableVertexAttribArrayARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDisableVertexAttribArrayARB(GLuint mode);
- glDisableVertexAttribArrayARB(int) - Method in class javax.media.opengl.DebugGL
-
- glDisableVertexAttribArrayARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDisableVertexAttribArrayARB(GLuint mode);
- glDisableVertexAttribArrayARB(int) - Method in class javax.media.opengl.TraceGL
-
- 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.
- GLDrawableFactory() - Constructor for class javax.media.opengl.GLDrawableFactory
-
- GLDrawableFactoryImpl - Class in com.sun.opengl.impl
-
Extends GLDrawableFactory with a few methods for handling
typically software-accelerated offscreen rendering (Device
Independent Bitmaps on Windows, pixmaps on X11).
- GLDrawableFactoryImpl() - Constructor for class com.sun.opengl.impl.GLDrawableFactoryImpl
-
- GLDrawableHelper - Class in com.sun.opengl.impl
-
Encapsulates the implementation of most of the GLAutoDrawable's
methods to be able to share it between GLCanvas and GLJPanel.
- GLDrawableHelper() - Constructor for class com.sun.opengl.impl.GLDrawableHelper
-
- GLDrawableImpl - Class in com.sun.opengl.impl
-
- GLDrawableImpl() - Constructor for class com.sun.opengl.impl.GLDrawableImpl
-
- glDrawArrays(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDrawArrays(GLenum mode, GLint first, GLsizei count);
- glDrawArrays(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glDrawArrays(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDrawArrays(GLenum mode, GLint first, GLsizei count);
- glDrawArrays(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glDrawArraysInstancedEXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawArraysInstancedEXT(GLenum mode, GLint start, GLsizei count, GLsizei primcount);
- glDrawArraysInstancedEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glDrawArraysInstancedEXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawArraysInstancedEXT(GLenum mode, GLint start, GLsizei count, GLsizei primcount);
- glDrawArraysInstancedEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glDrawBuffer(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDrawBuffer(GLenum mode);
- glDrawBuffer(int) - Method in class javax.media.opengl.DebugGL
-
- glDrawBuffer(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDrawBuffer(GLenum mode);
- glDrawBuffer(int) - Method in class javax.media.opengl.TraceGL
-
- glDrawBufferRegion(int, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawBufferRegion(GLuint region, GLint x, GLint y, GLsizei width, GLsizei height, GLint xDest, GLint yDest);
- glDrawBufferRegion(int, int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glDrawBufferRegion(int, int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawBufferRegion(GLuint region, GLint x, GLint y, GLsizei width, GLsizei height, GLint xDest, GLint yDest);
- glDrawBufferRegion(int, int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glDrawBuffers(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawBuffers(GLsizei n, const GLenum * ids);
- glDrawBuffers(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawBuffers(GLsizei n, const GLenum * ids);
- glDrawBuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDrawBuffers(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDrawBuffers(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawBuffers(GLsizei n, const GLenum * ids);
- glDrawBuffers(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawBuffers(GLsizei n, const GLenum * ids);
- glDrawBuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDrawBuffers(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDrawBuffersARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawBuffersARB(GLsizei n, const GLenum * ids);
- glDrawBuffersARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawBuffersARB(GLsizei n, const GLenum * ids);
- glDrawBuffersARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDrawBuffersARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDrawBuffersARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawBuffersARB(GLsizei n, const GLenum * ids);
- glDrawBuffersARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawBuffersARB(GLsizei n, const GLenum * ids);
- glDrawBuffersARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDrawBuffersARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDrawBuffersATI(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawBuffersATI(GLsizei n, const GLenum * ids);
- glDrawBuffersATI(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawBuffersATI(GLsizei n, const GLenum * ids);
- glDrawBuffersATI(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glDrawBuffersATI(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glDrawBuffersATI(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawBuffersATI(GLsizei n, const GLenum * ids);
- glDrawBuffersATI(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawBuffersATI(GLsizei n, const GLenum * ids);
- glDrawBuffersATI(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glDrawBuffersATI(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glDrawElementArrayAPPLE(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawElementArrayAPPLE(GLenum target, GLint s, GLsizei t);
- glDrawElementArrayAPPLE(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glDrawElementArrayAPPLE(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawElementArrayAPPLE(GLenum target, GLint s, GLsizei t);
- glDrawElementArrayAPPLE(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glDrawElementArrayATI(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawElementArrayATI(GLenum target, GLsizei s);
- glDrawElementArrayATI(int, int) - Method in class javax.media.opengl.DebugGL
-
- glDrawElementArrayATI(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawElementArrayATI(GLenum target, GLsizei s);
- glDrawElementArrayATI(int, int) - Method in class javax.media.opengl.TraceGL
-
- glDrawElements(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
- glDrawElements(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
- glDrawElements(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glDrawElements(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glDrawElements(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
- glDrawElements(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
- glDrawElements(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glDrawElements(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glDrawElementsInstancedEXT(int, int, int, Buffer, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawElementsInstancedEXT(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount);
- glDrawElementsInstancedEXT(int, int, int, Buffer, int) - Method in class javax.media.opengl.DebugGL
-
- glDrawElementsInstancedEXT(int, int, int, Buffer, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawElementsInstancedEXT(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount);
- glDrawElementsInstancedEXT(int, int, int, Buffer, int) - Method in class javax.media.opengl.TraceGL
-
- glDrawMeshArraysSUN(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawMeshArraysSUN(GLenum target, GLint s, GLsizei t, GLsizei r);
- glDrawMeshArraysSUN(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glDrawMeshArraysSUN(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawMeshArraysSUN(GLenum target, GLint s, GLsizei t, GLsizei r);
- glDrawMeshArraysSUN(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glDrawPixels(int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
- glDrawPixels(int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
- glDrawPixels(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glDrawPixels(int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glDrawPixels(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
- glDrawPixels(int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
- glDrawPixels(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glDrawPixels(int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glDrawRangeElementArrayAPPLE(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count);
- glDrawRangeElementArrayAPPLE(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glDrawRangeElementArrayAPPLE(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count);
- glDrawRangeElementArrayAPPLE(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glDrawRangeElementArrayATI(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawRangeElementArrayATI(GLenum mode, GLuint start, GLuint end, GLsizei count);
- glDrawRangeElementArrayATI(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glDrawRangeElementArrayATI(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawRangeElementArrayATI(GLenum mode, GLuint start, GLuint end, GLsizei count);
- glDrawRangeElementArrayATI(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glDrawRangeElements(int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
- glDrawRangeElements(int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
- glDrawRangeElements(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glDrawRangeElements(int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glDrawRangeElements(int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
- glDrawRangeElements(int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
- glDrawRangeElements(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glDrawRangeElements(int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glEdgeFlag(boolean) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEdgeFlag(GLboolean flag);
- glEdgeFlag(boolean) - Method in class javax.media.opengl.DebugGL
-
- glEdgeFlag(boolean) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEdgeFlag(GLboolean flag);
- glEdgeFlag(boolean) - Method in class javax.media.opengl.TraceGL
-
- glEdgeFlagPointer(int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEdgeFlagPointer(GLsizei stride, const GLvoid * ptr);
- glEdgeFlagPointer(int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEdgeFlagPointer(GLsizei stride, const GLvoid * ptr);
- glEdgeFlagPointer(int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glEdgeFlagPointer(int, long) - Method in class javax.media.opengl.DebugGL
-
- glEdgeFlagPointer(int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEdgeFlagPointer(GLsizei stride, const GLvoid * ptr);
- glEdgeFlagPointer(int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEdgeFlagPointer(GLsizei stride, const GLvoid * ptr);
- glEdgeFlagPointer(int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glEdgeFlagPointer(int, long) - Method in class javax.media.opengl.TraceGL
-
- glEdgeFlagv(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEdgeFlagv(const GLboolean * flag);
- glEdgeFlagv(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEdgeFlagv(const GLboolean * flag);
- glEdgeFlagv(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glEdgeFlagv(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glEdgeFlagv(ByteBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEdgeFlagv(const GLboolean * flag);
- glEdgeFlagv(byte[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEdgeFlagv(const GLboolean * flag);
- glEdgeFlagv(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glEdgeFlagv(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glElementPointerAPPLE(int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glElementPointerAPPLE(GLenum pname, const GLvoid * params);
- glElementPointerAPPLE(int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glElementPointerAPPLE(int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glElementPointerAPPLE(GLenum pname, const GLvoid * params);
- glElementPointerAPPLE(int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glElementPointerATI(int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glElementPointerATI(GLenum pname, const GLvoid * params);
- glElementPointerATI(int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glElementPointerATI(GLenum pname, const GLvoid * params);
- glElementPointerATI(int, long) - Method in class javax.media.opengl.DebugGL
-
- glElementPointerATI(int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glElementPointerATI(int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glElementPointerATI(GLenum pname, const GLvoid * params);
- glElementPointerATI(int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glElementPointerATI(GLenum pname, const GLvoid * params);
- glElementPointerATI(int, long) - Method in class javax.media.opengl.TraceGL
-
- glElementPointerATI(int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glEnable(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEnable(GLenum cap);
- glEnable(int) - Method in class javax.media.opengl.DebugGL
-
- glEnable(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEnable(GLenum cap);
- glEnable(int) - Method in class javax.media.opengl.TraceGL
-
- glEnableClientState(int) - Method in class com.sun.opengl.impl.GLImpl
-
- glEnableClientState(int) - Method in class javax.media.opengl.DebugGL
-
- glEnableClientState(int) - Method in interface javax.media.opengl.GL
-
- glEnableClientState(int) - Method in class javax.media.opengl.TraceGL
-
- glEnableIndexedEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glEnableIndexedEXT(GLenum target, GLuint index);
- glEnableIndexedEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glEnableIndexedEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glEnableIndexedEXT(GLenum target, GLuint index);
- glEnableIndexedEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glEnableVariantClientStateEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glEnableVariantClientStateEXT(GLuint mode);
- glEnableVariantClientStateEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glEnableVariantClientStateEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glEnableVariantClientStateEXT(GLuint mode);
- glEnableVariantClientStateEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glEnableVertexAttribAPPLE(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glEnableVertexAttribAPPLE(GLuint index, GLenum pname);
- glEnableVertexAttribAPPLE(int, int) - Method in class javax.media.opengl.DebugGL
-
- glEnableVertexAttribAPPLE(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glEnableVertexAttribAPPLE(GLuint index, GLenum pname);
- glEnableVertexAttribAPPLE(int, int) - Method in class javax.media.opengl.TraceGL
-
- glEnableVertexAttribArray(int) - Method in class com.sun.opengl.impl.GLImpl
-
- glEnableVertexAttribArray(int) - Method in class javax.media.opengl.DebugGL
-
- glEnableVertexAttribArray(int) - Method in interface javax.media.opengl.GL
-
- glEnableVertexAttribArray(int) - Method in class javax.media.opengl.TraceGL
-
- glEnableVertexAttribArrayARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glEnableVertexAttribArrayARB(GLuint mode);
- glEnableVertexAttribArrayARB(int) - Method in class javax.media.opengl.DebugGL
-
- glEnableVertexAttribArrayARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glEnableVertexAttribArrayARB(GLuint mode);
- glEnableVertexAttribArrayARB(int) - Method in class javax.media.opengl.TraceGL
-
- glEnd() - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEnd(void);
- glEnd() - Method in class javax.media.opengl.DebugGL
-
- glEnd() - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEnd(void);
- glEnd() - Method in class javax.media.opengl.TraceGL
-
- glEndFragmentShaderATI() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glEndFragmentShaderATI(void);
- glEndFragmentShaderATI() - Method in class javax.media.opengl.DebugGL
-
- glEndFragmentShaderATI() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glEndFragmentShaderATI(void);
- glEndFragmentShaderATI() - Method in class javax.media.opengl.TraceGL
-
- glEndList() - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEndList(void);
- glEndList() - Method in class javax.media.opengl.DebugGL
-
- glEndList() - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEndList(void);
- glEndList() - Method in class javax.media.opengl.TraceGL
-
- glEndOcclusionQueryNV() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glEndOcclusionQueryNV(void);
- glEndOcclusionQueryNV() - Method in class javax.media.opengl.DebugGL
-
- glEndOcclusionQueryNV() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glEndOcclusionQueryNV(void);
- glEndOcclusionQueryNV() - Method in class javax.media.opengl.TraceGL
-
- glEndQuery(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glEndQuery(GLenum mode);
- glEndQuery(int) - Method in class javax.media.opengl.DebugGL
-
- glEndQuery(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glEndQuery(GLenum mode);
- glEndQuery(int) - Method in class javax.media.opengl.TraceGL
-
- glEndQueryARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glEndQueryARB(GLenum mode);
- glEndQueryARB(int) - Method in class javax.media.opengl.DebugGL
-
- glEndQueryARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glEndQueryARB(GLenum mode);
- glEndQueryARB(int) - Method in class javax.media.opengl.TraceGL
-
- glEndTransformFeedbackNV() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glEndTransformFeedbackNV(void);
- glEndTransformFeedbackNV() - Method in class javax.media.opengl.DebugGL
-
- glEndTransformFeedbackNV() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glEndTransformFeedbackNV(void);
- glEndTransformFeedbackNV() - Method in class javax.media.opengl.TraceGL
-
- glEndVertexShaderEXT() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glEndVertexShaderEXT(void);
- glEndVertexShaderEXT() - Method in class javax.media.opengl.DebugGL
-
- glEndVertexShaderEXT() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glEndVertexShaderEXT(void);
- glEndVertexShaderEXT() - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord1d(double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalCoord1d(GLdouble u);
- glEvalCoord1d(double) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord1d(double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalCoord1d(GLdouble u);
- glEvalCoord1d(double) - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord1dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalCoord1dv(const GLdouble * u);
- glEvalCoord1dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalCoord1dv(const GLdouble * u);
- glEvalCoord1dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord1dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord1dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalCoord1dv(const GLdouble * u);
- glEvalCoord1dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalCoord1dv(const GLdouble * u);
- glEvalCoord1dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord1dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord1f(float) - Method in class com.sun.opengl.impl.GLImpl
-
- glEvalCoord1f(float) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord1f(float) - Method in interface javax.media.opengl.GL
-
- glEvalCoord1f(float) - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord1fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalCoord1fv(const GLfloat * u);
- glEvalCoord1fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalCoord1fv(const GLfloat * u);
- glEvalCoord1fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord1fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord1fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalCoord1fv(const GLfloat * u);
- glEvalCoord1fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalCoord1fv(const GLfloat * u);
- glEvalCoord1fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord1fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord2d(double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalCoord2d(GLdouble u, GLdouble v);
- glEvalCoord2d(double, double) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord2d(double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalCoord2d(GLdouble u, GLdouble v);
- glEvalCoord2d(double, double) - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord2dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalCoord2dv(const GLdouble * u);
- glEvalCoord2dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalCoord2dv(const GLdouble * u);
- glEvalCoord2dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord2dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord2dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalCoord2dv(const GLdouble * u);
- glEvalCoord2dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalCoord2dv(const GLdouble * u);
- glEvalCoord2dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord2dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord2f(float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalCoord2f(GLfloat u, GLfloat v);
- glEvalCoord2f(float, float) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord2f(float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalCoord2f(GLfloat u, GLfloat v);
- glEvalCoord2f(float, float) - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord2fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalCoord2fv(const GLfloat * u);
- glEvalCoord2fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalCoord2fv(const GLfloat * u);
- glEvalCoord2fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord2fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glEvalCoord2fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalCoord2fv(const GLfloat * u);
- glEvalCoord2fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalCoord2fv(const GLfloat * u);
- glEvalCoord2fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glEvalCoord2fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glEvalMapsNV(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glEvalMapsNV(GLenum target, GLenum id);
- glEvalMapsNV(int, int) - Method in class javax.media.opengl.DebugGL
-
- glEvalMapsNV(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glEvalMapsNV(GLenum target, GLenum id);
- glEvalMapsNV(int, int) - Method in class javax.media.opengl.TraceGL
-
- glEvalMesh1(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalMesh1(GLenum mode, GLint i1, GLint i2);
- glEvalMesh1(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glEvalMesh1(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalMesh1(GLenum mode, GLint i1, GLint i2);
- glEvalMesh1(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glEvalMesh2(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2);
- glEvalMesh2(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glEvalMesh2(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2);
- glEvalMesh2(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glEvalPoint1(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalPoint1(GLint i);
- glEvalPoint1(int) - Method in class javax.media.opengl.DebugGL
-
- glEvalPoint1(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalPoint1(GLint i);
- glEvalPoint1(int) - Method in class javax.media.opengl.TraceGL
-
- glEvalPoint2(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glEvalPoint2(GLint i, GLint j);
- glEvalPoint2(int, int) - Method in class javax.media.opengl.DebugGL
-
- glEvalPoint2(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glEvalPoint2(GLint i, GLint j);
- glEvalPoint2(int, int) - Method in class javax.media.opengl.TraceGL
-
- 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.
- glExecuteProgramNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glExecuteProgramNV(GLenum target, GLuint pname, const GLfloat * params);
- glExecuteProgramNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glExecuteProgramNV(GLenum target, GLuint pname, const GLfloat * params);
- glExecuteProgramNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glExecuteProgramNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glExecuteProgramNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glExecuteProgramNV(GLenum target, GLuint pname, const GLfloat * params);
- glExecuteProgramNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glExecuteProgramNV(GLenum target, GLuint pname, const GLfloat * params);
- glExecuteProgramNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glExecuteProgramNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glExtractComponentEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glExtractComponentEXT(GLuint red, GLuint green, GLuint blue);
- glExtractComponentEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glExtractComponentEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glExtractComponentEXT(GLuint red, GLuint green, GLuint blue);
- glExtractComponentEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFeedbackBuffer(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glFeedbackBuffer(GLsizei size, GLenum type, GLfloat * buffer);
- glFeedbackBuffer(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFeedbackBuffer(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glFeedbackBuffer(GLsizei size, GLenum type, GLfloat * buffer);
- glFeedbackBuffer(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFinalCombinerInputNV(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFinalCombinerInputNV(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glFinalCombinerInputNV(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glFinalCombinerInputNV(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFinalCombinerInputNV(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glFinalCombinerInputNV(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFinish() - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glFinish(void);
- glFinish() - Method in class javax.media.opengl.DebugGL
-
- glFinish() - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glFinish(void);
- glFinish() - Method in class javax.media.opengl.TraceGL
-
- glFinishAsyncSGIX(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glFinishAsyncSGIX(GLuint * markerp);
- glFinishAsyncSGIX(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glFinishAsyncSGIX(GLuint * markerp);
- glFinishAsyncSGIX(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFinishAsyncSGIX(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glFinishAsyncSGIX(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glFinishAsyncSGIX(GLuint * markerp);
- glFinishAsyncSGIX(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glFinishAsyncSGIX(GLuint * markerp);
- glFinishAsyncSGIX(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFinishAsyncSGIX(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glFinishFenceAPPLE(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFinishFenceAPPLE(GLuint mode);
- glFinishFenceAPPLE(int) - Method in class javax.media.opengl.DebugGL
-
- glFinishFenceAPPLE(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFinishFenceAPPLE(GLuint mode);
- glFinishFenceAPPLE(int) - Method in class javax.media.opengl.TraceGL
-
- glFinishFenceNV(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFinishFenceNV(GLuint mode);
- glFinishFenceNV(int) - Method in class javax.media.opengl.DebugGL
-
- glFinishFenceNV(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFinishFenceNV(GLuint mode);
- glFinishFenceNV(int) - Method in class javax.media.opengl.TraceGL
-
- glFinishObjectAPPLE(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFinishObjectAPPLE(GLenum target, GLint s);
- glFinishObjectAPPLE(int, int) - Method in class javax.media.opengl.DebugGL
-
- glFinishObjectAPPLE(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFinishObjectAPPLE(GLenum target, GLint s);
- glFinishObjectAPPLE(int, int) - Method in class javax.media.opengl.TraceGL
-
- glFinishRenderAPPLE() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFinishRenderAPPLE(void);
- glFinishRenderAPPLE() - Method in class javax.media.opengl.DebugGL
-
- glFinishRenderAPPLE() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFinishRenderAPPLE(void);
- glFinishRenderAPPLE() - Method in class javax.media.opengl.TraceGL
-
- glFinishTextureSUNX() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFinishTextureSUNX(void);
- glFinishTextureSUNX() - Method in class javax.media.opengl.DebugGL
-
- glFinishTextureSUNX() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFinishTextureSUNX(void);
- glFinishTextureSUNX() - Method in class javax.media.opengl.TraceGL
-
- glFlush() - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glFlush(void);
- glFlush() - Method in class javax.media.opengl.DebugGL
-
- glFlush() - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glFlush(void);
- glFlush() - Method in class javax.media.opengl.TraceGL
-
- glFlushMappedBufferRangeAPPLE(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFlushMappedBufferRangeAPPLE(GLenum target, ptrdiff_t s, ptrdiff_t t);
- glFlushMappedBufferRangeAPPLE(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glFlushMappedBufferRangeAPPLE(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFlushMappedBufferRangeAPPLE(GLenum target, ptrdiff_t s, ptrdiff_t t);
- glFlushMappedBufferRangeAPPLE(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFlushPixelDataRangeNV(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFlushPixelDataRangeNV(GLenum mode);
- glFlushPixelDataRangeNV(int) - Method in class javax.media.opengl.DebugGL
-
- glFlushPixelDataRangeNV(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFlushPixelDataRangeNV(GLenum mode);
- glFlushPixelDataRangeNV(int) - Method in class javax.media.opengl.TraceGL
-
- glFlushRasterSGIX() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFlushRasterSGIX(void);
- glFlushRasterSGIX() - Method in class javax.media.opengl.DebugGL
-
- glFlushRasterSGIX() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFlushRasterSGIX(void);
- glFlushRasterSGIX() - Method in class javax.media.opengl.TraceGL
-
- glFlushRenderAPPLE() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFlushRenderAPPLE(void);
- glFlushRenderAPPLE() - Method in class javax.media.opengl.DebugGL
-
- glFlushRenderAPPLE() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFlushRenderAPPLE(void);
- glFlushRenderAPPLE() - Method in class javax.media.opengl.TraceGL
-
- glFlushVertexArrayRangeAPPLE(int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
- glFlushVertexArrayRangeAPPLE(int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glFlushVertexArrayRangeAPPLE(int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
- glFlushVertexArrayRangeAPPLE(int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glFlushVertexArrayRangeNV() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFlushVertexArrayRangeNV(void);
- glFlushVertexArrayRangeNV() - Method in class javax.media.opengl.DebugGL
-
- glFlushVertexArrayRangeNV() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFlushVertexArrayRangeNV(void);
- glFlushVertexArrayRangeNV() - Method in class javax.media.opengl.TraceGL
-
- glFogCoordd(double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordd(GLdouble coord);
- glFogCoordd(double) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordd(double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordd(GLdouble coord);
- glFogCoordd(double) - Method in class javax.media.opengl.TraceGL
-
- glFogCoorddEXT(double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoorddEXT(GLdouble coord);
- glFogCoorddEXT(double) - Method in class javax.media.opengl.DebugGL
-
- glFogCoorddEXT(double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoorddEXT(GLdouble coord);
- glFogCoorddEXT(double) - Method in class javax.media.opengl.TraceGL
-
- glFogCoorddv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoorddv(const GLdouble * m);
- glFogCoorddv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoorddv(const GLdouble * m);
- glFogCoorddv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glFogCoorddv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFogCoorddv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoorddv(const GLdouble * m);
- glFogCoorddv(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoorddv(const GLdouble * m);
- glFogCoorddv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glFogCoorddv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFogCoorddvEXT(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoorddvEXT(const GLdouble * m);
- glFogCoorddvEXT(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoorddvEXT(const GLdouble * m);
- glFogCoorddvEXT(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFogCoorddvEXT(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glFogCoorddvEXT(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoorddvEXT(const GLdouble * m);
- glFogCoorddvEXT(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoorddvEXT(const GLdouble * m);
- glFogCoorddvEXT(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFogCoorddvEXT(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordf(float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordf(GLfloat coord);
- glFogCoordf(float) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordf(float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordf(GLfloat coord);
- glFogCoordf(float) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordfEXT(float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordfEXT(GLfloat coord);
- glFogCoordfEXT(float) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordfEXT(float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordfEXT(GLfloat coord);
- glFogCoordfEXT(float) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordfv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordfv(const GLfloat * m);
- glFogCoordfv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordfv(const GLfloat * m);
- glFogCoordfv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordfv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordfv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordfv(const GLfloat * m);
- glFogCoordfv(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordfv(const GLfloat * m);
- glFogCoordfv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordfv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordfvEXT(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordfvEXT(const GLfloat * m);
- glFogCoordfvEXT(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordfvEXT(const GLfloat * m);
- glFogCoordfvEXT(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordfvEXT(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordfvEXT(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordfvEXT(const GLfloat * m);
- glFogCoordfvEXT(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordfvEXT(const GLfloat * m);
- glFogCoordfvEXT(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordfvEXT(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordhNV(short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordhNV(GLhalfNV factor);
- glFogCoordhNV(short) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordhNV(short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordhNV(GLhalfNV factor);
- glFogCoordhNV(short) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordhvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordhvNV(const GLhalfNV * v);
- glFogCoordhvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordhvNV(const GLhalfNV * v);
- glFogCoordhvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordhvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordhvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordhvNV(const GLhalfNV * v);
- glFogCoordhvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordhvNV(const GLhalfNV * v);
- glFogCoordhvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordhvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordPointer(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordPointer(GLenum type, GLsizei stride, const GLvoid * pointer);
- glFogCoordPointer(int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordPointer(GLenum type, GLsizei stride, const GLvoid * pointer);
- glFogCoordPointer(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordPointer(int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordPointer(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordPointer(GLenum type, GLsizei stride, const GLvoid * pointer);
- glFogCoordPointer(int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordPointer(GLenum type, GLsizei stride, const GLvoid * pointer);
- glFogCoordPointer(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordPointer(int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordPointerEXT(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordPointerEXT(GLenum type, GLsizei stride, const GLvoid * pointer);
- glFogCoordPointerEXT(int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogCoordPointerEXT(GLenum type, GLsizei stride, const GLvoid * pointer);
- glFogCoordPointerEXT(int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordPointerEXT(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glFogCoordPointerEXT(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordPointerEXT(GLenum type, GLsizei stride, const GLvoid * pointer);
- glFogCoordPointerEXT(int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogCoordPointerEXT(GLenum type, GLsizei stride, const GLvoid * pointer);
- glFogCoordPointerEXT(int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glFogCoordPointerEXT(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glFogf(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glFogf(GLenum pname, GLfloat param);
- glFogf(int, float) - Method in class javax.media.opengl.DebugGL
-
- glFogf(int, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glFogf(GLenum pname, GLfloat param);
- glFogf(int, float) - Method in class javax.media.opengl.TraceGL
-
- glFogFuncSGIS(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogFuncSGIS(GLsizei size, const GLfloat * weights);
- glFogFuncSGIS(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFogFuncSGIS(GLsizei size, const GLfloat * weights);
- glFogFuncSGIS(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFogFuncSGIS(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glFogFuncSGIS(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogFuncSGIS(GLsizei size, const GLfloat * weights);
- glFogFuncSGIS(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFogFuncSGIS(GLsizei size, const GLfloat * weights);
- glFogFuncSGIS(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFogFuncSGIS(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glFogfv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glFogfv(GLenum pname, const GLfloat * params);
- glFogfv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glFogfv(GLenum pname, const GLfloat * params);
- glFogfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFogfv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glFogfv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glFogfv(GLenum pname, const GLfloat * params);
- glFogfv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glFogfv(GLenum pname, const GLfloat * params);
- glFogfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFogfv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glFogi(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glFogi(GLenum pname, GLint param);
- glFogi(int, int) - Method in class javax.media.opengl.DebugGL
-
- glFogi(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glFogi(GLenum pname, GLint param);
- glFogi(int, int) - Method in class javax.media.opengl.TraceGL
-
- glFogiv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glFogiv(GLenum pname, const GLint * params);
- glFogiv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glFogiv(GLenum pname, const GLint * params);
- glFogiv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glFogiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFogiv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glFogiv(GLenum pname, const GLint * params);
- glFogiv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glFogiv(GLenum pname, const GLint * params);
- glFogiv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glFogiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFragmentColorMaterialSGIX(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentColorMaterialSGIX(GLenum target, GLenum id);
- glFragmentColorMaterialSGIX(int, int) - Method in class javax.media.opengl.DebugGL
-
- glFragmentColorMaterialSGIX(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentColorMaterialSGIX(GLenum target, GLenum id);
- glFragmentColorMaterialSGIX(int, int) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightfSGIX(int, int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightfSGIX(GLenum target, GLenum pname, GLfloat params);
- glFragmentLightfSGIX(int, int, float) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightfSGIX(int, int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightfSGIX(GLenum target, GLenum pname, GLfloat params);
- glFragmentLightfSGIX(int, int, float) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightfvSGIX(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
- glFragmentLightfvSGIX(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
- glFragmentLightfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightfvSGIX(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
- glFragmentLightfvSGIX(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
- glFragmentLightfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightiSGIX(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightiSGIX(GLenum target, GLenum pname, GLint params);
- glFragmentLightiSGIX(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightiSGIX(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightiSGIX(GLenum target, GLenum pname, GLint params);
- glFragmentLightiSGIX(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightivSGIX(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightivSGIX(GLenum target, GLenum pname, const GLint * params);
- glFragmentLightivSGIX(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightivSGIX(GLenum target, GLenum pname, const GLint * params);
- glFragmentLightivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightivSGIX(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightivSGIX(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightivSGIX(GLenum target, GLenum pname, const GLint * params);
- glFragmentLightivSGIX(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightivSGIX(GLenum target, GLenum pname, const GLint * params);
- glFragmentLightivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightivSGIX(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightModelfSGIX(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightModelfSGIX(GLenum target, GLfloat s);
- glFragmentLightModelfSGIX(int, float) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightModelfSGIX(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightModelfSGIX(GLenum target, GLfloat s);
- glFragmentLightModelfSGIX(int, float) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightModelfvSGIX(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightModelfvSGIX(GLenum target, const GLfloat * v);
- glFragmentLightModelfvSGIX(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightModelfvSGIX(GLenum target, const GLfloat * v);
- glFragmentLightModelfvSGIX(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightModelfvSGIX(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightModelfvSGIX(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightModelfvSGIX(GLenum target, const GLfloat * v);
- glFragmentLightModelfvSGIX(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightModelfvSGIX(GLenum target, const GLfloat * v);
- glFragmentLightModelfvSGIX(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightModelfvSGIX(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightModeliSGIX(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightModeliSGIX(GLenum target, GLint s);
- glFragmentLightModeliSGIX(int, int) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightModeliSGIX(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightModeliSGIX(GLenum target, GLint s);
- glFragmentLightModeliSGIX(int, int) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightModelivSGIX(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightModelivSGIX(GLenum target, const GLint * v);
- glFragmentLightModelivSGIX(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentLightModelivSGIX(GLenum target, const GLint * v);
- glFragmentLightModelivSGIX(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightModelivSGIX(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glFragmentLightModelivSGIX(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightModelivSGIX(GLenum target, const GLint * v);
- glFragmentLightModelivSGIX(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentLightModelivSGIX(GLenum target, const GLint * v);
- glFragmentLightModelivSGIX(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFragmentLightModelivSGIX(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glFragmentMaterialfSGIX(int, int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialfSGIX(GLenum target, GLenum pname, GLfloat params);
- glFragmentMaterialfSGIX(int, int, float) - Method in class javax.media.opengl.DebugGL
-
- glFragmentMaterialfSGIX(int, int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialfSGIX(GLenum target, GLenum pname, GLfloat params);
- glFragmentMaterialfSGIX(int, int, float) - Method in class javax.media.opengl.TraceGL
-
- glFragmentMaterialfvSGIX(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
- glFragmentMaterialfvSGIX(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
- glFragmentMaterialfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFragmentMaterialfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glFragmentMaterialfvSGIX(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
- glFragmentMaterialfvSGIX(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
- glFragmentMaterialfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFragmentMaterialfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glFragmentMaterialiSGIX(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialiSGIX(GLenum target, GLenum pname, GLint params);
- glFragmentMaterialiSGIX(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glFragmentMaterialiSGIX(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialiSGIX(GLenum target, GLenum pname, GLint params);
- glFragmentMaterialiSGIX(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFragmentMaterialivSGIX(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialivSGIX(GLenum target, GLenum pname, const GLint * params);
- glFragmentMaterialivSGIX(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialivSGIX(GLenum target, GLenum pname, const GLint * params);
- glFragmentMaterialivSGIX(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glFragmentMaterialivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glFragmentMaterialivSGIX(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialivSGIX(GLenum target, GLenum pname, const GLint * params);
- glFragmentMaterialivSGIX(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFragmentMaterialivSGIX(GLenum target, GLenum pname, const GLint * params);
- glFragmentMaterialivSGIX(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glFragmentMaterialivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFramebufferRenderbufferEXT(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLuint dfactorAlpha);
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFramebufferRenderbufferEXT(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLuint dfactorAlpha);
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFramebufferTexture1DEXT(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFramebufferTexture1DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
- glFramebufferTexture1DEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glFramebufferTexture1DEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFramebufferTexture1DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
- glFramebufferTexture1DEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFramebufferTexture2DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFramebufferTexture2DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFramebufferTexture3DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
- glFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFramebufferTexture3DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
- glFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFramebufferTextureEXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFramebufferTextureEXT(GLenum target, GLenum attachment, GLuint texture, GLint level);
- glFramebufferTextureEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glFramebufferTextureEXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFramebufferTextureEXT(GLenum target, GLenum attachment, GLuint texture, GLint level);
- glFramebufferTextureEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFramebufferTextureFaceEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face);
- glFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glFramebufferTextureFaceEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFramebufferTextureFaceEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face);
- glFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFramebufferTextureLayerEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFramebufferTextureLayerEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glFrameZoomSGIX(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFrameZoomSGIX(GLint count);
- glFrameZoomSGIX(int) - Method in class javax.media.opengl.DebugGL
-
- glFrameZoomSGIX(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFrameZoomSGIX(GLint count);
- glFrameZoomSGIX(int) - Method in class javax.media.opengl.TraceGL
-
- glFreeObjectBufferATI(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glFreeObjectBufferATI(GLuint mode);
- glFreeObjectBufferATI(int) - Method in class javax.media.opengl.DebugGL
-
- glFreeObjectBufferATI(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glFreeObjectBufferATI(GLuint mode);
- glFreeObjectBufferATI(int) - Method in class javax.media.opengl.TraceGL
-
- glFrontFace(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glFrontFace(GLenum mode);
- glFrontFace(int) - Method in class javax.media.opengl.DebugGL
-
- glFrontFace(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glFrontFace(GLenum mode);
- glFrontFace(int) - Method in class javax.media.opengl.TraceGL
-
- glFrustum(double, double, double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val);
- glFrustum(double, double, double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glFrustum(double, double, double, double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val);
- glFrustum(double, double, double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glGenAsyncMarkersSGIX(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glGenAsyncMarkersSGIX(GLsizei range);
- glGenAsyncMarkersSGIX(int) - Method in class javax.media.opengl.DebugGL
-
- glGenAsyncMarkersSGIX(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glGenAsyncMarkersSGIX(GLsizei range);
- glGenAsyncMarkersSGIX(int) - Method in class javax.media.opengl.TraceGL
-
- glGenBuffers(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenBuffers(GLsizei n, GLuint * ids);
- glGenBuffers(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenBuffers(GLsizei n, GLuint * ids);
- glGenBuffers(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenBuffers(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenBuffers(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenBuffers(GLsizei n, GLuint * ids);
- glGenBuffers(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenBuffers(GLsizei n, GLuint * ids);
- glGenBuffers(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenBuffers(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenBuffersARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenBuffersARB(GLsizei n, GLuint * ids);
- glGenBuffersARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenBuffersARB(GLsizei n, GLuint * ids);
- glGenBuffersARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenBuffersARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenBuffersARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenBuffersARB(GLsizei n, GLuint * ids);
- glGenBuffersARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenBuffersARB(GLsizei n, GLuint * ids);
- glGenBuffersARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenBuffersARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenerateMipmapEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenerateMipmapEXT(GLenum mode);
- glGenerateMipmapEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glGenerateMipmapEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenerateMipmapEXT(GLenum mode);
- glGenerateMipmapEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glGenFencesAPPLE(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenFencesAPPLE(GLsizei n, GLuint * ids);
- glGenFencesAPPLE(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenFencesAPPLE(GLsizei n, GLuint * ids);
- glGenFencesAPPLE(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenFencesAPPLE(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenFencesAPPLE(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenFencesAPPLE(GLsizei n, GLuint * ids);
- glGenFencesAPPLE(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenFencesAPPLE(GLsizei n, GLuint * ids);
- glGenFencesAPPLE(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenFencesAPPLE(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenFencesNV(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenFencesNV(GLsizei n, GLuint * ids);
- glGenFencesNV(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenFencesNV(GLsizei n, GLuint * ids);
- glGenFencesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenFencesNV(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenFencesNV(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenFencesNV(GLsizei n, GLuint * ids);
- glGenFencesNV(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenFencesNV(GLsizei n, GLuint * ids);
- glGenFencesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenFencesNV(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenFragmentShadersATI(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glGenFragmentShadersATI(GLuint type);
- glGenFragmentShadersATI(int) - Method in class javax.media.opengl.DebugGL
-
- glGenFragmentShadersATI(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glGenFragmentShadersATI(GLuint type);
- glGenFragmentShadersATI(int) - Method in class javax.media.opengl.TraceGL
-
- glGenFramebuffersEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenFramebuffersEXT(GLsizei n, GLuint * ids);
- glGenFramebuffersEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenFramebuffersEXT(GLsizei n, GLuint * ids);
- glGenFramebuffersEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenFramebuffersEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenFramebuffersEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenFramebuffersEXT(GLsizei n, GLuint * ids);
- glGenFramebuffersEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenFramebuffersEXT(GLsizei n, GLuint * ids);
- glGenFramebuffersEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenFramebuffersEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenLists(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
GLuint glGenLists(GLsizei range);
- glGenLists(int) - Method in class javax.media.opengl.DebugGL
-
- glGenLists(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
GLuint glGenLists(GLsizei range);
- glGenLists(int) - Method in class javax.media.opengl.TraceGL
-
- glGenOcclusionQueriesNV(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenOcclusionQueriesNV(GLsizei n, GLuint * ids);
- glGenOcclusionQueriesNV(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenOcclusionQueriesNV(GLsizei n, GLuint * ids);
- glGenOcclusionQueriesNV(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenOcclusionQueriesNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenOcclusionQueriesNV(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenOcclusionQueriesNV(GLsizei n, GLuint * ids);
- glGenOcclusionQueriesNV(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenOcclusionQueriesNV(GLsizei n, GLuint * ids);
- glGenOcclusionQueriesNV(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenOcclusionQueriesNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenProgramsARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenProgramsARB(GLsizei n, GLuint * ids);
- glGenProgramsARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenProgramsARB(GLsizei n, GLuint * ids);
- glGenProgramsARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenProgramsARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenProgramsARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenProgramsARB(GLsizei n, GLuint * ids);
- glGenProgramsARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenProgramsARB(GLsizei n, GLuint * ids);
- glGenProgramsARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenProgramsARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenProgramsNV(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenProgramsNV(GLsizei n, GLuint * ids);
- glGenProgramsNV(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenProgramsNV(GLsizei n, GLuint * ids);
- glGenProgramsNV(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenProgramsNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenProgramsNV(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenProgramsNV(GLsizei n, GLuint * ids);
- glGenProgramsNV(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenProgramsNV(GLsizei n, GLuint * ids);
- glGenProgramsNV(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenProgramsNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenQueries(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenQueries(GLsizei n, GLuint * ids);
- glGenQueries(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenQueries(GLsizei n, GLuint * ids);
- glGenQueries(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenQueries(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenQueries(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenQueries(GLsizei n, GLuint * ids);
- glGenQueries(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenQueries(GLsizei n, GLuint * ids);
- glGenQueries(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenQueries(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenQueriesARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenQueriesARB(GLsizei n, GLuint * ids);
- glGenQueriesARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenQueriesARB(GLsizei n, GLuint * ids);
- glGenQueriesARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenQueriesARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenQueriesARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenQueriesARB(GLsizei n, GLuint * ids);
- glGenQueriesARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenQueriesARB(GLsizei n, GLuint * ids);
- glGenQueriesARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenQueriesARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenRenderbuffersEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenRenderbuffersEXT(GLsizei n, GLuint * ids);
- glGenRenderbuffersEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenRenderbuffersEXT(GLsizei n, GLuint * ids);
- glGenRenderbuffersEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenRenderbuffersEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenRenderbuffersEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenRenderbuffersEXT(GLsizei n, GLuint * ids);
- glGenRenderbuffersEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenRenderbuffersEXT(GLsizei n, GLuint * ids);
- glGenRenderbuffersEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenRenderbuffersEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenSymbolsEXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glGenSymbolsEXT(GLenum datatype, GLenum storagetype, GLenum range, GLuint components);
- glGenSymbolsEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glGenSymbolsEXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glGenSymbolsEXT(GLenum datatype, GLenum storagetype, GLenum range, GLuint components);
- glGenSymbolsEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glGenTextures(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGenTextures(GLsizei n, GLuint * textures);
- glGenTextures(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGenTextures(GLsizei n, GLuint * textures);
- glGenTextures(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenTextures(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenTextures(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGenTextures(GLsizei n, GLuint * textures);
- glGenTextures(int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGenTextures(GLsizei n, GLuint * textures);
- glGenTextures(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenTextures(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenVertexArraysAPPLE(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenVertexArraysAPPLE(GLsizei n, GLuint * ids);
- glGenVertexArraysAPPLE(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGenVertexArraysAPPLE(GLsizei n, GLuint * ids);
- glGenVertexArraysAPPLE(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGenVertexArraysAPPLE(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGenVertexArraysAPPLE(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenVertexArraysAPPLE(GLsizei n, GLuint * ids);
- glGenVertexArraysAPPLE(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGenVertexArraysAPPLE(GLsizei n, GLuint * ids);
- glGenVertexArraysAPPLE(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGenVertexArraysAPPLE(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGenVertexShadersEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glGenVertexShadersEXT(GLuint type);
- glGenVertexShadersEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glGenVertexShadersEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glGenVertexShadersEXT(GLuint type);
- glGenVertexShadersEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glGetActiveAttrib(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
- glGetActiveAttrib(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
- glGetActiveAttrib(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetActiveAttrib(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetActiveAttrib(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
- glGetActiveAttrib(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
- glGetActiveAttrib(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetActiveAttrib(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetActiveAttribARB(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetActiveAttribARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
- glGetActiveAttribARB(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetActiveAttribARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
- glGetActiveAttribARB(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetActiveAttribARB(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetActiveAttribARB(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetActiveAttribARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
- glGetActiveAttribARB(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetActiveAttribARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
- glGetActiveAttribARB(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetActiveAttribARB(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetActiveUniform(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
- glGetActiveUniform(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
- glGetActiveUniform(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetActiveUniform(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetActiveUniform(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
- glGetActiveUniform(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
- glGetActiveUniform(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetActiveUniform(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetActiveUniformARB(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetActiveUniformARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
- glGetActiveUniformARB(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetActiveUniformARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
- glGetActiveUniformARB(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetActiveUniformARB(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetActiveUniformARB(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetActiveUniformARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
- glGetActiveUniformARB(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetActiveUniformARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
- glGetActiveUniformARB(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetActiveUniformARB(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetActiveVaryingNV(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetActiveVaryingNV(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name);
- glGetActiveVaryingNV(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetActiveVaryingNV(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name);
- glGetActiveVaryingNV(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetActiveVaryingNV(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetActiveVaryingNV(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetActiveVaryingNV(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name);
- glGetActiveVaryingNV(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetActiveVaryingNV(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name);
- glGetActiveVaryingNV(int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetActiveVaryingNV(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetArrayObjectfvATI(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetArrayObjectfvATI(GLenum target, GLenum pname, GLfloat * params);
- glGetArrayObjectfvATI(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetArrayObjectfvATI(GLenum target, GLenum pname, GLfloat * params);
- glGetArrayObjectfvATI(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetArrayObjectfvATI(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetArrayObjectfvATI(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetArrayObjectfvATI(GLenum target, GLenum pname, GLfloat * params);
- glGetArrayObjectfvATI(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetArrayObjectfvATI(GLenum target, GLenum pname, GLfloat * params);
- glGetArrayObjectfvATI(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetArrayObjectfvATI(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetArrayObjectivATI(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetArrayObjectivATI(GLenum target, GLenum pname, GLint * params);
- glGetArrayObjectivATI(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetArrayObjectivATI(GLenum target, GLenum pname, GLint * params);
- glGetArrayObjectivATI(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetArrayObjectivATI(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetArrayObjectivATI(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetArrayObjectivATI(GLenum target, GLenum pname, GLint * params);
- glGetArrayObjectivATI(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetArrayObjectivATI(GLenum target, GLenum pname, GLint * params);
- glGetArrayObjectivATI(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetArrayObjectivATI(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetAttachedObjectsARB(int, int, IntBuffer, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetAttachedObjectsARB(GLhandleARB program, GLsizei maxCount, GLsizei * count, GLhandleARB * obj);
- glGetAttachedObjectsARB(int, int, int[], int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetAttachedObjectsARB(GLhandleARB program, GLsizei maxCount, GLsizei * count, GLhandleARB * obj);
- glGetAttachedObjectsARB(int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetAttachedObjectsARB(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetAttachedObjectsARB(int, int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetAttachedObjectsARB(GLhandleARB program, GLsizei maxCount, GLsizei * count, GLhandleARB * obj);
- glGetAttachedObjectsARB(int, int, int[], int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetAttachedObjectsARB(GLhandleARB program, GLsizei maxCount, GLsizei * count, GLhandleARB * obj);
- glGetAttachedObjectsARB(int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetAttachedObjectsARB(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * obj);
- glGetAttachedShaders(int, int, int[], int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * obj);
- glGetAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetAttachedShaders(int, int, int[], int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * obj);
- glGetAttachedShaders(int, int, int[], int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * obj);
- glGetAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetAttachedShaders(int, int, int[], int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetAttribLocation(int, String) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glGetAttribLocation(GLuint program, const GLchar * name);
- glGetAttribLocation(int, String) - Method in class javax.media.opengl.DebugGL
-
- glGetAttribLocation(int, String) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glGetAttribLocation(GLuint program, const GLchar * name);
- glGetAttribLocation(int, String) - Method in class javax.media.opengl.TraceGL
-
- glGetAttribLocationARB(int, String) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glGetAttribLocationARB(GLhandleARB program, const GLcharARB * name);
- glGetAttribLocationARB(int, String) - Method in class javax.media.opengl.DebugGL
-
- glGetAttribLocationARB(int, String) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glGetAttribLocationARB(GLhandleARB program, const GLcharARB * name);
- glGetAttribLocationARB(int, String) - Method in class javax.media.opengl.TraceGL
-
- glGetBooleanIndexedvEXT(int, int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetBooleanIndexedvEXT(GLenum target, GLuint index, GLboolean * data);
- glGetBooleanIndexedvEXT(int, int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetBooleanIndexedvEXT(GLenum target, GLuint index, GLboolean * data);
- glGetBooleanIndexedvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetBooleanIndexedvEXT(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetBooleanIndexedvEXT(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetBooleanIndexedvEXT(GLenum target, GLuint index, GLboolean * data);
- glGetBooleanIndexedvEXT(int, int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetBooleanIndexedvEXT(GLenum target, GLuint index, GLboolean * data);
- glGetBooleanIndexedvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetBooleanIndexedvEXT(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetBooleanv(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetBooleanv(GLenum pname, GLboolean * params);
- glGetBooleanv(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetBooleanv(GLenum pname, GLboolean * params);
- glGetBooleanv(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetBooleanv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetBooleanv(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetBooleanv(GLenum pname, GLboolean * params);
- glGetBooleanv(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetBooleanv(GLenum pname, GLboolean * params);
- glGetBooleanv(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetBooleanv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetBufferParameteriv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetBufferParameteriv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetBufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetBufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetBufferParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetBufferParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetBufferParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetBufferParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetBufferParameterivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetBufferParameterivARB(GLenum target, GLenum pname, GLint * params);
- glGetBufferParameterivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetBufferParameterivARB(GLenum target, GLenum pname, GLint * params);
- glGetBufferParameterivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetBufferParameterivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetBufferParameterivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetBufferParameterivARB(GLenum target, GLenum pname, GLint * params);
- glGetBufferParameterivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetBufferParameterivARB(GLenum target, GLenum pname, GLint * params);
- glGetBufferParameterivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetBufferParameterivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetBufferSubData(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
- glGetBufferSubData(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetBufferSubData(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
- glGetBufferSubData(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetBufferSubDataARB(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
- glGetBufferSubDataARB(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetBufferSubDataARB(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
- glGetBufferSubDataARB(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetClipPlane(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetClipPlane(GLenum plane, GLdouble * equation);
- glGetClipPlane(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetClipPlane(GLenum plane, GLdouble * equation);
- glGetClipPlane(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetClipPlane(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetClipPlane(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetClipPlane(GLenum plane, GLdouble * equation);
- glGetClipPlane(int, double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetClipPlane(GLenum plane, GLdouble * equation);
- glGetClipPlane(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetClipPlane(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetColorTable(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
- glGetColorTable(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
- glGetColorTable(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetColorTable(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glGetColorTable(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
- glGetColorTable(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
- glGetColorTable(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetColorTable(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glGetColorTableEXT(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
- glGetColorTableEXT(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetColorTableEXT(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
- glGetColorTableEXT(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetColorTableParameterfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetColorTableParameterfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetColorTableParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetColorTableParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetColorTableParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetColorTableParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetColorTableParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetColorTableParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetColorTableParameterfvEXT(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
- glGetColorTableParameterfvEXT(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
- glGetColorTableParameterfvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetColorTableParameterfvEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetColorTableParameterfvEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
- glGetColorTableParameterfvEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
- glGetColorTableParameterfvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetColorTableParameterfvEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetColorTableParameteriv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetColorTableParameteriv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetColorTableParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetColorTableParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetColorTableParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetColorTableParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetColorTableParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetColorTableParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetColorTableParameterivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint * params);
- glGetColorTableParameterivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint * params);
- glGetColorTableParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetColorTableParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetColorTableParameterivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint * params);
- glGetColorTableParameterivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint * params);
- glGetColorTableParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetColorTableParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetCombinerInputParameterfvNV(int, int, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCombinerInputParameterfvNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params);
- glGetCombinerInputParameterfvNV(int, int, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCombinerInputParameterfvNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params);
- glGetCombinerInputParameterfvNV(int, int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetCombinerInputParameterfvNV(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetCombinerInputParameterfvNV(int, int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCombinerInputParameterfvNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params);
- glGetCombinerInputParameterfvNV(int, int, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCombinerInputParameterfvNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params);
- glGetCombinerInputParameterfvNV(int, int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetCombinerInputParameterfvNV(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetCombinerInputParameterivNV(int, int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCombinerInputParameterivNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params);
- glGetCombinerInputParameterivNV(int, int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCombinerInputParameterivNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params);
- glGetCombinerInputParameterivNV(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetCombinerInputParameterivNV(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetCombinerInputParameterivNV(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCombinerInputParameterivNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params);
- glGetCombinerInputParameterivNV(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCombinerInputParameterivNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params);
- glGetCombinerInputParameterivNV(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetCombinerInputParameterivNV(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetCombinerOutputParameterfvNV(int, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCombinerOutputParameterfvNV(GLenum stage, GLenum portion, GLenum pname, GLfloat * params);
- glGetCombinerOutputParameterfvNV(int, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCombinerOutputParameterfvNV(GLenum stage, GLenum portion, GLenum pname, GLfloat * params);
- glGetCombinerOutputParameterfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetCombinerOutputParameterfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetCombinerOutputParameterfvNV(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCombinerOutputParameterfvNV(GLenum stage, GLenum portion, GLenum pname, GLfloat * params);
- glGetCombinerOutputParameterfvNV(int, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCombinerOutputParameterfvNV(GLenum stage, GLenum portion, GLenum pname, GLfloat * params);
- glGetCombinerOutputParameterfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetCombinerOutputParameterfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetCombinerOutputParameterivNV(int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCombinerOutputParameterivNV(GLenum stage, GLenum portion, GLenum pname, GLint * params);
- glGetCombinerOutputParameterivNV(int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCombinerOutputParameterivNV(GLenum stage, GLenum portion, GLenum pname, GLint * params);
- glGetCombinerOutputParameterivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetCombinerOutputParameterivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetCombinerOutputParameterivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCombinerOutputParameterivNV(GLenum stage, GLenum portion, GLenum pname, GLint * params);
- glGetCombinerOutputParameterivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCombinerOutputParameterivNV(GLenum stage, GLenum portion, GLenum pname, GLint * params);
- glGetCombinerOutputParameterivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetCombinerOutputParameterivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetCombinerStageParameterfvNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCombinerStageParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetCombinerStageParameterfvNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCombinerStageParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetCombinerStageParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetCombinerStageParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetCombinerStageParameterfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCombinerStageParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetCombinerStageParameterfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCombinerStageParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetCombinerStageParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetCombinerStageParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetCompressedTexImage(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
- glGetCompressedTexImage(int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
- glGetCompressedTexImage(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetCompressedTexImage(int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glGetCompressedTexImage(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
- glGetCompressedTexImage(int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
- glGetCompressedTexImage(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetCompressedTexImage(int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glGetConvolutionFilter(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
- glGetConvolutionFilter(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
- glGetConvolutionFilter(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetConvolutionFilter(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glGetConvolutionFilter(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
- glGetConvolutionFilter(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
- glGetConvolutionFilter(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetConvolutionFilter(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glGetConvolutionParameterfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetConvolutionParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetConvolutionParameterfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetConvolutionParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetConvolutionParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetConvolutionParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetConvolutionParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetConvolutionParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetConvolutionParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetConvolutionParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetConvolutionParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetConvolutionParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetConvolutionParameteriv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetConvolutionParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetConvolutionParameteriv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetConvolutionParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetConvolutionParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetConvolutionParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetConvolutionParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetConvolutionParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetConvolutionParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetConvolutionParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetConvolutionParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetConvolutionParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetDetailTexFuncSGIS(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetDetailTexFuncSGIS(GLenum pname, GLfloat * params);
- glGetDetailTexFuncSGIS(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetDetailTexFuncSGIS(GLenum pname, GLfloat * params);
- glGetDetailTexFuncSGIS(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetDetailTexFuncSGIS(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetDetailTexFuncSGIS(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetDetailTexFuncSGIS(GLenum pname, GLfloat * params);
- glGetDetailTexFuncSGIS(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetDetailTexFuncSGIS(GLenum pname, GLfloat * params);
- glGetDetailTexFuncSGIS(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetDetailTexFuncSGIS(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetDoublev(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetDoublev(GLenum pname, GLdouble * params);
- glGetDoublev(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetDoublev(GLenum pname, GLdouble * params);
- glGetDoublev(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetDoublev(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetDoublev(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetDoublev(GLenum pname, GLdouble * params);
- glGetDoublev(int, double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetDoublev(GLenum pname, GLdouble * params);
- glGetDoublev(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetDoublev(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetError() - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
GLenum glGetError(void);
- glGetError() - Method in class javax.media.opengl.DebugGL
-
- glGetError() - Method in interface javax.media.opengl.GL
-
Interface to C language function:
GLenum glGetError(void);
- glGetError() - Method in class javax.media.opengl.TraceGL
-
- glGetFenceivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFenceivNV(GLuint target, GLenum pname, GLint * params);
- glGetFenceivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFenceivNV(GLuint target, GLenum pname, GLint * params);
- glGetFenceivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetFenceivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetFenceivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFenceivNV(GLuint target, GLenum pname, GLint * params);
- glGetFenceivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFenceivNV(GLuint target, GLenum pname, GLint * params);
- glGetFenceivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetFenceivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetFinalCombinerInputParameterfvNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFinalCombinerInputParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetFinalCombinerInputParameterfvNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFinalCombinerInputParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetFinalCombinerInputParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetFinalCombinerInputParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetFinalCombinerInputParameterfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFinalCombinerInputParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetFinalCombinerInputParameterfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFinalCombinerInputParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetFinalCombinerInputParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetFinalCombinerInputParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetFinalCombinerInputParameterivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFinalCombinerInputParameterivNV(GLenum target, GLenum pname, GLint * params);
- glGetFinalCombinerInputParameterivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFinalCombinerInputParameterivNV(GLenum target, GLenum pname, GLint * params);
- glGetFinalCombinerInputParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetFinalCombinerInputParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetFinalCombinerInputParameterivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFinalCombinerInputParameterivNV(GLenum target, GLenum pname, GLint * params);
- glGetFinalCombinerInputParameterivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFinalCombinerInputParameterivNV(GLenum target, GLenum pname, GLint * params);
- glGetFinalCombinerInputParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetFinalCombinerInputParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetFloatv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetFloatv(GLenum pname, GLfloat * params);
- glGetFloatv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetFloatv(GLenum pname, GLfloat * params);
- glGetFloatv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetFloatv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetFloatv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetFloatv(GLenum pname, GLfloat * params);
- glGetFloatv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetFloatv(GLenum pname, GLfloat * params);
- glGetFloatv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetFloatv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetFogFuncSGIS(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFogFuncSGIS(GLfloat * points);
- glGetFogFuncSGIS(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFogFuncSGIS(GLfloat * points);
- glGetFogFuncSGIS(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetFogFuncSGIS(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetFogFuncSGIS(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFogFuncSGIS(GLfloat * points);
- glGetFogFuncSGIS(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFogFuncSGIS(GLfloat * points);
- glGetFogFuncSGIS(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetFogFuncSGIS(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetFragDataLocationEXT(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glGetFragDataLocationEXT(GLuint program, const GLchar * name);
- glGetFragDataLocationEXT(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glGetFragDataLocationEXT(GLuint program, const GLchar * name);
- glGetFragDataLocationEXT(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetFragDataLocationEXT(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetFragDataLocationEXT(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glGetFragDataLocationEXT(GLuint program, const GLchar * name);
- glGetFragDataLocationEXT(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glGetFragDataLocationEXT(GLuint program, const GLchar * name);
- glGetFragDataLocationEXT(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetFragDataLocationEXT(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetFragmentLightfvSGIX(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFragmentLightfvSGIX(GLenum target, GLenum pname, GLfloat * params);
- glGetFragmentLightfvSGIX(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFragmentLightfvSGIX(GLenum target, GLenum pname, GLfloat * params);
- glGetFragmentLightfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetFragmentLightfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetFragmentLightfvSGIX(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFragmentLightfvSGIX(GLenum target, GLenum pname, GLfloat * params);
- glGetFragmentLightfvSGIX(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFragmentLightfvSGIX(GLenum target, GLenum pname, GLfloat * params);
- glGetFragmentLightfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetFragmentLightfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetFragmentLightivSGIX(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFragmentLightivSGIX(GLenum target, GLenum pname, GLint * params);
- glGetFragmentLightivSGIX(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFragmentLightivSGIX(GLenum target, GLenum pname, GLint * params);
- glGetFragmentLightivSGIX(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetFragmentLightivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetFragmentLightivSGIX(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFragmentLightivSGIX(GLenum target, GLenum pname, GLint * params);
- glGetFragmentLightivSGIX(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFragmentLightivSGIX(GLenum target, GLenum pname, GLint * params);
- glGetFragmentLightivSGIX(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetFragmentLightivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetFragmentMaterialfvSGIX(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFragmentMaterialfvSGIX(GLenum target, GLenum pname, GLfloat * params);
- glGetFragmentMaterialfvSGIX(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFragmentMaterialfvSGIX(GLenum target, GLenum pname, GLfloat * params);
- glGetFragmentMaterialfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetFragmentMaterialfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetFragmentMaterialfvSGIX(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFragmentMaterialfvSGIX(GLenum target, GLenum pname, GLfloat * params);
- glGetFragmentMaterialfvSGIX(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFragmentMaterialfvSGIX(GLenum target, GLenum pname, GLfloat * params);
- glGetFragmentMaterialfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetFragmentMaterialfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetFragmentMaterialivSGIX(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFragmentMaterialivSGIX(GLenum target, GLenum pname, GLint * params);
- glGetFragmentMaterialivSGIX(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFragmentMaterialivSGIX(GLenum target, GLenum pname, GLint * params);
- glGetFragmentMaterialivSGIX(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetFragmentMaterialivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetFragmentMaterialivSGIX(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFragmentMaterialivSGIX(GLenum target, GLenum pname, GLint * params);
- glGetFragmentMaterialivSGIX(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFragmentMaterialivSGIX(GLenum target, GLenum pname, GLint * params);
- glGetFragmentMaterialivSGIX(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetFragmentMaterialivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetFramebufferAttachmentParameterivEXT(int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFramebufferAttachmentParameterivEXT(GLenum stage, GLenum portion, GLenum pname, GLint * params);
- glGetFramebufferAttachmentParameterivEXT(int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetFramebufferAttachmentParameterivEXT(GLenum stage, GLenum portion, GLenum pname, GLint * params);
- glGetFramebufferAttachmentParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetFramebufferAttachmentParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetFramebufferAttachmentParameterivEXT(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFramebufferAttachmentParameterivEXT(GLenum stage, GLenum portion, GLenum pname, GLint * params);
- glGetFramebufferAttachmentParameterivEXT(int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetFramebufferAttachmentParameterivEXT(GLenum stage, GLenum portion, GLenum pname, GLint * params);
- glGetFramebufferAttachmentParameterivEXT(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetFramebufferAttachmentParameterivEXT(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetHandleARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLhandleARB glGetHandleARB(GLenum type);
- glGetHandleARB(int) - Method in class javax.media.opengl.DebugGL
-
- glGetHandleARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLhandleARB glGetHandleARB(GLenum type);
- glGetHandleARB(int) - Method in class javax.media.opengl.TraceGL
-
- glGetHistogram(int, boolean, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
- glGetHistogram(int, boolean, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
- glGetHistogram(int, boolean, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetHistogram(int, boolean, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glGetHistogram(int, boolean, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
- glGetHistogram(int, boolean, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
- glGetHistogram(int, boolean, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetHistogram(int, boolean, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glGetHistogramParameterfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetHistogramParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetHistogramParameterfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetHistogramParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetHistogramParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetHistogramParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetHistogramParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetHistogramParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetHistogramParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetHistogramParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetHistogramParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetHistogramParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetHistogramParameteriv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetHistogramParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetHistogramParameteriv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetHistogramParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetHistogramParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetHistogramParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetHistogramParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetHistogramParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetHistogramParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetHistogramParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetHistogramParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetHistogramParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetImageTransformParameterfvHP(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetImageTransformParameterfvHP(GLenum target, GLenum pname, GLfloat * params);
- glGetImageTransformParameterfvHP(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetImageTransformParameterfvHP(GLenum target, GLenum pname, GLfloat * params);
- glGetImageTransformParameterfvHP(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetImageTransformParameterfvHP(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetImageTransformParameterfvHP(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetImageTransformParameterfvHP(GLenum target, GLenum pname, GLfloat * params);
- glGetImageTransformParameterfvHP(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetImageTransformParameterfvHP(GLenum target, GLenum pname, GLfloat * params);
- glGetImageTransformParameterfvHP(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetImageTransformParameterfvHP(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetImageTransformParameterivHP(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetImageTransformParameterivHP(GLenum target, GLenum pname, GLint * params);
- glGetImageTransformParameterivHP(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetImageTransformParameterivHP(GLenum target, GLenum pname, GLint * params);
- glGetImageTransformParameterivHP(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetImageTransformParameterivHP(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetImageTransformParameterivHP(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetImageTransformParameterivHP(GLenum target, GLenum pname, GLint * params);
- glGetImageTransformParameterivHP(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetImageTransformParameterivHP(GLenum target, GLenum pname, GLint * params);
- glGetImageTransformParameterivHP(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetImageTransformParameterivHP(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetInfoLogARB(int, int, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetInfoLogARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
- glGetInfoLogARB(int, int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetInfoLogARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
- glGetInfoLogARB(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetInfoLogARB(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetInfoLogARB(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetInfoLogARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
- glGetInfoLogARB(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetInfoLogARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
- glGetInfoLogARB(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetInfoLogARB(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetInstrumentsSGIX() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glGetInstrumentsSGIX(void);
- glGetInstrumentsSGIX() - Method in class javax.media.opengl.DebugGL
-
- glGetInstrumentsSGIX() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glGetInstrumentsSGIX(void);
- glGetInstrumentsSGIX() - Method in class javax.media.opengl.TraceGL
-
- glGetIntegerIndexedvEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetIntegerIndexedvEXT(GLenum target, GLuint index, GLint * data);
- glGetIntegerIndexedvEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetIntegerIndexedvEXT(GLenum target, GLuint index, GLint * data);
- glGetIntegerIndexedvEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetIntegerIndexedvEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetIntegerIndexedvEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetIntegerIndexedvEXT(GLenum target, GLuint index, GLint * data);
- glGetIntegerIndexedvEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetIntegerIndexedvEXT(GLenum target, GLuint index, GLint * data);
- glGetIntegerIndexedvEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetIntegerIndexedvEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetIntegerv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetIntegerv(GLenum pname, GLint * params);
- glGetIntegerv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetIntegerv(GLenum pname, GLint * params);
- glGetIntegerv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetIntegerv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetIntegerv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetIntegerv(GLenum pname, GLint * params);
- glGetIntegerv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetIntegerv(GLenum pname, GLint * params);
- glGetIntegerv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetIntegerv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetInvariantBooleanvEXT(int, int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetInvariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetInvariantBooleanvEXT(int, int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetInvariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetInvariantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetInvariantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetInvariantBooleanvEXT(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetInvariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetInvariantBooleanvEXT(int, int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetInvariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetInvariantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetInvariantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetInvariantFloatvEXT(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetInvariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetInvariantFloatvEXT(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetInvariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetInvariantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetInvariantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetInvariantFloatvEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetInvariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetInvariantFloatvEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetInvariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetInvariantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetInvariantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetInvariantIntegervEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetInvariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetInvariantIntegervEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetInvariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetInvariantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetInvariantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetInvariantIntegervEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetInvariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetInvariantIntegervEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetInvariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetInvariantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetInvariantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetLightfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetLightfv(GLenum light, GLenum pname, GLfloat * params);
- glGetLightfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetLightfv(GLenum light, GLenum pname, GLfloat * params);
- glGetLightfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetLightfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetLightfv(GLenum light, GLenum pname, GLfloat * params);
- glGetLightfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetLightfv(GLenum light, GLenum pname, GLfloat * params);
- glGetLightfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetLightiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetLightiv(GLenum light, GLenum pname, GLint * params);
- glGetLightiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetLightiv(GLenum light, GLenum pname, GLint * params);
- glGetLightiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetLightiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetLightiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetLightiv(GLenum light, GLenum pname, GLint * params);
- glGetLightiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetLightiv(GLenum light, GLenum pname, GLint * params);
- glGetLightiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetLightiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetListParameterfvSGIX(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetListParameterfvSGIX(GLuint target, GLenum pname, GLfloat * params);
- glGetListParameterfvSGIX(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetListParameterfvSGIX(GLuint target, GLenum pname, GLfloat * params);
- glGetListParameterfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetListParameterfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetListParameterfvSGIX(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetListParameterfvSGIX(GLuint target, GLenum pname, GLfloat * params);
- glGetListParameterfvSGIX(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetListParameterfvSGIX(GLuint target, GLenum pname, GLfloat * params);
- glGetListParameterfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetListParameterfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetListParameterivSGIX(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetListParameterivSGIX(GLuint target, GLenum pname, GLint * params);
- glGetListParameterivSGIX(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetListParameterivSGIX(GLuint target, GLenum pname, GLint * params);
- glGetListParameterivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetListParameterivSGIX(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetListParameterivSGIX(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetListParameterivSGIX(GLuint target, GLenum pname, GLint * params);
- glGetListParameterivSGIX(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetListParameterivSGIX(GLuint target, GLenum pname, GLint * params);
- glGetListParameterivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetListParameterivSGIX(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetLocalConstantBooleanvEXT(int, int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetLocalConstantBooleanvEXT(int, int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetLocalConstantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetLocalConstantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetLocalConstantBooleanvEXT(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetLocalConstantBooleanvEXT(int, int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetLocalConstantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetLocalConstantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetLocalConstantFloatvEXT(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetLocalConstantFloatvEXT(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetLocalConstantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetLocalConstantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetLocalConstantFloatvEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetLocalConstantFloatvEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetLocalConstantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetLocalConstantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetLocalConstantIntegervEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetLocalConstantIntegervEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetLocalConstantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetLocalConstantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetLocalConstantIntegervEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetLocalConstantIntegervEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetLocalConstantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetLocalConstantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetLocalConstantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetMapAttribParameterfvNV(int, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMapAttribParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
- glGetMapAttribParameterfvNV(int, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMapAttribParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
- glGetMapAttribParameterfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMapAttribParameterfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetMapAttribParameterfvNV(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMapAttribParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
- glGetMapAttribParameterfvNV(int, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMapAttribParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
- glGetMapAttribParameterfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMapAttribParameterfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetMapAttribParameterivNV(int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMapAttribParameterivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
- glGetMapAttribParameterivNV(int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMapAttribParameterivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
- glGetMapAttribParameterivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetMapAttribParameterivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMapAttribParameterivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMapAttribParameterivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
- glGetMapAttribParameterivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMapAttribParameterivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
- glGetMapAttribParameterivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetMapAttribParameterivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMapControlPointsNV(int, int, int, int, int, boolean, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points);
- glGetMapControlPointsNV(int, int, int, int, int, boolean, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMapControlPointsNV(int, int, int, int, int, boolean, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points);
- glGetMapControlPointsNV(int, int, int, int, int, boolean, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMapdv(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetMapdv(GLenum target, GLenum query, GLdouble * v);
- glGetMapdv(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetMapdv(GLenum target, GLenum query, GLdouble * v);
- glGetMapdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMapdv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetMapdv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetMapdv(GLenum target, GLenum query, GLdouble * v);
- glGetMapdv(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetMapdv(GLenum target, GLenum query, GLdouble * v);
- glGetMapdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMapdv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetMapfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetMapfv(GLenum target, GLenum query, GLfloat * v);
- glGetMapfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetMapfv(GLenum target, GLenum query, GLfloat * v);
- glGetMapfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMapfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetMapfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetMapfv(GLenum target, GLenum query, GLfloat * v);
- glGetMapfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetMapfv(GLenum target, GLenum query, GLfloat * v);
- glGetMapfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMapfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetMapiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetMapiv(GLenum target, GLenum query, GLint * v);
- glGetMapiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetMapiv(GLenum target, GLenum query, GLint * v);
- glGetMapiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMapiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetMapiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetMapiv(GLenum target, GLenum query, GLint * v);
- glGetMapiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetMapiv(GLenum target, GLenum query, GLint * v);
- glGetMapiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMapiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetMapParameterfvNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMapParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetMapParameterfvNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMapParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetMapParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetMapParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMapParameterfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMapParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetMapParameterfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMapParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
- glGetMapParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetMapParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMapParameterivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMapParameterivNV(GLenum target, GLenum pname, GLint * params);
- glGetMapParameterivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMapParameterivNV(GLenum target, GLenum pname, GLint * params);
- glGetMapParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMapParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetMapParameterivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMapParameterivNV(GLenum target, GLenum pname, GLint * params);
- glGetMapParameterivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMapParameterivNV(GLenum target, GLenum pname, GLint * params);
- glGetMapParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMapParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetMaterialfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetMaterialfv(GLenum face, GLenum pname, GLfloat * params);
- glGetMaterialfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetMaterialfv(GLenum face, GLenum pname, GLfloat * params);
- glGetMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetMaterialfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetMaterialfv(GLenum face, GLenum pname, GLfloat * params);
- glGetMaterialfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetMaterialfv(GLenum face, GLenum pname, GLfloat * params);
- glGetMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetMaterialiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetMaterialiv(GLenum face, GLenum pname, GLint * params);
- glGetMaterialiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetMaterialiv(GLenum face, GLenum pname, GLint * params);
- glGetMaterialiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetMaterialiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMaterialiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetMaterialiv(GLenum face, GLenum pname, GLint * params);
- glGetMaterialiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetMaterialiv(GLenum face, GLenum pname, GLint * params);
- glGetMaterialiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetMaterialiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMinmax(int, boolean, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
- glGetMinmax(int, boolean, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
- glGetMinmax(int, boolean, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glGetMinmax(int, boolean, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMinmax(int, boolean, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
- glGetMinmax(int, boolean, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
- glGetMinmax(int, boolean, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glGetMinmax(int, boolean, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMinmaxParameterfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetMinmaxParameterfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetMinmaxParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetMinmaxParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMinmaxParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetMinmaxParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetMinmaxParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetMinmaxParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMinmaxParameteriv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMinmaxParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetMinmaxParameteriv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetMinmaxParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetMinmaxParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetMinmaxParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetMinmaxParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMinmaxParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetMinmaxParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetMinmaxParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetMinmaxParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetMinmaxParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetObjectBufferfvATI(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetObjectBufferfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetObjectBufferfvATI(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetObjectBufferfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetObjectBufferfvATI(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetObjectBufferfvATI(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetObjectBufferfvATI(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetObjectBufferfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetObjectBufferfvATI(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetObjectBufferfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetObjectBufferfvATI(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetObjectBufferfvATI(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetObjectBufferivATI(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetObjectBufferivATI(GLuint target, GLenum pname, GLint * params);
- glGetObjectBufferivATI(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetObjectBufferivATI(GLuint target, GLenum pname, GLint * params);
- glGetObjectBufferivATI(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetObjectBufferivATI(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetObjectBufferivATI(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetObjectBufferivATI(GLuint target, GLenum pname, GLint * params);
- glGetObjectBufferivATI(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetObjectBufferivATI(GLuint target, GLenum pname, GLint * params);
- glGetObjectBufferivATI(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetObjectBufferivATI(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetObjectParameterfvARB(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetObjectParameterfvARB(GLhandleARB target, GLenum pname, GLfloat * params);
- glGetObjectParameterfvARB(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetObjectParameterfvARB(GLhandleARB target, GLenum pname, GLfloat * params);
- glGetObjectParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetObjectParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetObjectParameterfvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetObjectParameterfvARB(GLhandleARB target, GLenum pname, GLfloat * params);
- glGetObjectParameterfvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetObjectParameterfvARB(GLhandleARB target, GLenum pname, GLfloat * params);
- glGetObjectParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetObjectParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetObjectParameterivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetObjectParameterivARB(GLhandleARB target, GLenum pname, GLint * params);
- glGetObjectParameterivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetObjectParameterivARB(GLhandleARB target, GLenum pname, GLint * params);
- glGetObjectParameterivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetObjectParameterivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetObjectParameterivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetObjectParameterivARB(GLhandleARB target, GLenum pname, GLint * params);
- glGetObjectParameterivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetObjectParameterivARB(GLhandleARB target, GLenum pname, GLint * params);
- glGetObjectParameterivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetObjectParameterivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetOcclusionQueryivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetOcclusionQueryivNV(GLuint target, GLenum pname, GLint * params);
- glGetOcclusionQueryivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetOcclusionQueryivNV(GLuint target, GLenum pname, GLint * params);
- glGetOcclusionQueryivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetOcclusionQueryivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetOcclusionQueryivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetOcclusionQueryivNV(GLuint target, GLenum pname, GLint * params);
- glGetOcclusionQueryivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetOcclusionQueryivNV(GLuint target, GLenum pname, GLint * params);
- glGetOcclusionQueryivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetOcclusionQueryivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetOcclusionQueryuivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetOcclusionQueryuivNV(GLuint id, GLenum pname, GLuint * params);
- glGetOcclusionQueryuivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetOcclusionQueryuivNV(GLuint id, GLenum pname, GLuint * params);
- glGetOcclusionQueryuivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetOcclusionQueryuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetOcclusionQueryuivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetOcclusionQueryuivNV(GLuint id, GLenum pname, GLuint * params);
- glGetOcclusionQueryuivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetOcclusionQueryuivNV(GLuint id, GLenum pname, GLuint * params);
- glGetOcclusionQueryuivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetOcclusionQueryuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelMapfv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetPixelMapfv(GLenum map, GLfloat * values);
- glGetPixelMapfv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetPixelMapfv(GLenum map, GLfloat * values);
- glGetPixelMapfv(int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetPixelMapfv(GLenum map, GLfloat * values);
- glGetPixelMapfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelMapfv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelMapfv(int, long) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelMapfv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetPixelMapfv(GLenum map, GLfloat * values);
- glGetPixelMapfv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetPixelMapfv(GLenum map, GLfloat * values);
- glGetPixelMapfv(int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetPixelMapfv(GLenum map, GLfloat * values);
- glGetPixelMapfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelMapfv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelMapfv(int, long) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelMapuiv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetPixelMapuiv(GLenum map, GLuint * values);
- glGetPixelMapuiv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetPixelMapuiv(GLenum map, GLuint * values);
- glGetPixelMapuiv(int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetPixelMapuiv(GLenum map, GLuint * values);
- glGetPixelMapuiv(int, long) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelMapuiv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelMapuiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelMapuiv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetPixelMapuiv(GLenum map, GLuint * values);
- glGetPixelMapuiv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetPixelMapuiv(GLenum map, GLuint * values);
- glGetPixelMapuiv(int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetPixelMapuiv(GLenum map, GLuint * values);
- glGetPixelMapuiv(int, long) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelMapuiv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelMapuiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelMapusv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetPixelMapusv(GLenum map, GLushort * values);
- glGetPixelMapusv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetPixelMapusv(GLenum map, GLushort * values);
- glGetPixelMapusv(int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetPixelMapusv(GLenum map, GLushort * values);
- glGetPixelMapusv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelMapusv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelMapusv(int, long) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelMapusv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetPixelMapusv(GLenum map, GLushort * values);
- glGetPixelMapusv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetPixelMapusv(GLenum map, GLushort * values);
- glGetPixelMapusv(int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetPixelMapusv(GLenum map, GLushort * values);
- glGetPixelMapusv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelMapusv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelMapusv(int, long) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelTexGenParameterfvSGIS(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetPixelTexGenParameterfvSGIS(GLenum pname, GLfloat * params);
- glGetPixelTexGenParameterfvSGIS(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetPixelTexGenParameterfvSGIS(GLenum pname, GLfloat * params);
- glGetPixelTexGenParameterfvSGIS(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelTexGenParameterfvSGIS(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelTexGenParameterfvSGIS(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetPixelTexGenParameterfvSGIS(GLenum pname, GLfloat * params);
- glGetPixelTexGenParameterfvSGIS(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetPixelTexGenParameterfvSGIS(GLenum pname, GLfloat * params);
- glGetPixelTexGenParameterfvSGIS(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelTexGenParameterfvSGIS(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelTexGenParameterivSGIS(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetPixelTexGenParameterivSGIS(GLenum pname, GLint * params);
- glGetPixelTexGenParameterivSGIS(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetPixelTexGenParameterivSGIS(GLenum pname, GLint * params);
- glGetPixelTexGenParameterivSGIS(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelTexGenParameterivSGIS(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetPixelTexGenParameterivSGIS(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetPixelTexGenParameterivSGIS(GLenum pname, GLint * params);
- glGetPixelTexGenParameterivSGIS(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetPixelTexGenParameterivSGIS(GLenum pname, GLint * params);
- glGetPixelTexGenParameterivSGIS(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetPixelTexGenParameterivSGIS(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetPolygonStipple(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
- glGetPolygonStipple(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
- glGetPolygonStipple(long) - Method in class com.sun.opengl.impl.GLImpl
-
- glGetPolygonStipple(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetPolygonStipple(long) - Method in class javax.media.opengl.DebugGL
-
- glGetPolygonStipple(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetPolygonStipple(ByteBuffer) - Method in interface javax.media.opengl.GL
-
- glGetPolygonStipple(byte[], int) - Method in interface javax.media.opengl.GL
-
- glGetPolygonStipple(long) - Method in interface javax.media.opengl.GL
-
- glGetPolygonStipple(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetPolygonStipple(long) - Method in class javax.media.opengl.TraceGL
-
- glGetPolygonStipple(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramEnvParameterdvARB(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
- glGetProgramEnvParameterdvARB(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
- glGetProgramEnvParameterdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramEnvParameterdvARB(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramEnvParameterdvARB(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
- glGetProgramEnvParameterdvARB(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
- glGetProgramEnvParameterdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramEnvParameterdvARB(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramEnvParameterfvARB(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
- glGetProgramEnvParameterfvARB(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
- glGetProgramEnvParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramEnvParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramEnvParameterfvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
- glGetProgramEnvParameterfvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
- glGetProgramEnvParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramEnvParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramEnvParameterIivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterIivNV(GLenum target, GLuint index, GLint * params);
- glGetProgramEnvParameterIivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterIivNV(GLenum target, GLuint index, GLint * params);
- glGetProgramEnvParameterIivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramEnvParameterIivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramEnvParameterIivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterIivNV(GLenum target, GLuint index, GLint * params);
- glGetProgramEnvParameterIivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterIivNV(GLenum target, GLuint index, GLint * params);
- glGetProgramEnvParameterIivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramEnvParameterIivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramEnvParameterIuivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterIuivNV(GLenum target, GLuint index, GLuint * params);
- glGetProgramEnvParameterIuivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterIuivNV(GLenum target, GLuint index, GLuint * params);
- glGetProgramEnvParameterIuivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramEnvParameterIuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramEnvParameterIuivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterIuivNV(GLenum target, GLuint index, GLuint * params);
- glGetProgramEnvParameterIuivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramEnvParameterIuivNV(GLenum target, GLuint index, GLuint * params);
- glGetProgramEnvParameterIuivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramEnvParameterIuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetProgramInfoLog(int, int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetProgramInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramInfoLog(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetProgramInfoLog(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetProgramInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramiv(GLuint target, GLenum pname, GLint * params);
- glGetProgramiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramiv(GLuint target, GLenum pname, GLint * params);
- glGetProgramiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramiv(GLuint target, GLenum pname, GLint * params);
- glGetProgramiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramiv(GLuint target, GLenum pname, GLint * params);
- glGetProgramiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramivARB(GLenum target, GLenum pname, GLint * params);
- glGetProgramivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramivARB(GLenum target, GLenum pname, GLint * params);
- glGetProgramivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramivARB(GLenum target, GLenum pname, GLint * params);
- glGetProgramivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramivARB(GLenum target, GLenum pname, GLint * params);
- glGetProgramivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramivNV(GLuint target, GLenum pname, GLint * params);
- glGetProgramivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramivNV(GLuint target, GLenum pname, GLint * params);
- glGetProgramivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramivNV(GLuint target, GLenum pname, GLint * params);
- glGetProgramivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramivNV(GLuint target, GLenum pname, GLint * params);
- glGetProgramivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramLocalParameterdvARB(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
- glGetProgramLocalParameterdvARB(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
- glGetProgramLocalParameterdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramLocalParameterdvARB(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramLocalParameterdvARB(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
- glGetProgramLocalParameterdvARB(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
- glGetProgramLocalParameterdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramLocalParameterdvARB(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramLocalParameterfvARB(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
- glGetProgramLocalParameterfvARB(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
- glGetProgramLocalParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramLocalParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramLocalParameterfvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
- glGetProgramLocalParameterfvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
- glGetProgramLocalParameterfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramLocalParameterfvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramLocalParameterIivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterIivNV(GLenum target, GLuint index, GLint * params);
- glGetProgramLocalParameterIivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterIivNV(GLenum target, GLuint index, GLint * params);
- glGetProgramLocalParameterIivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramLocalParameterIivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramLocalParameterIivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterIivNV(GLenum target, GLuint index, GLint * params);
- glGetProgramLocalParameterIivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterIivNV(GLenum target, GLuint index, GLint * params);
- glGetProgramLocalParameterIivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramLocalParameterIivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramLocalParameterIuivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterIuivNV(GLenum target, GLuint index, GLuint * params);
- glGetProgramLocalParameterIuivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterIuivNV(GLenum target, GLuint index, GLuint * params);
- glGetProgramLocalParameterIuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramLocalParameterIuivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramLocalParameterIuivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterIuivNV(GLenum target, GLuint index, GLuint * params);
- glGetProgramLocalParameterIuivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramLocalParameterIuivNV(GLenum target, GLuint index, GLuint * params);
- glGetProgramLocalParameterIuivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramLocalParameterIuivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramNamedParameterdvNV(int, int, String, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramNamedParameterdvNV(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params);
- glGetProgramNamedParameterdvNV(int, int, String, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramNamedParameterdvNV(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params);
- glGetProgramNamedParameterdvNV(int, int, String, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramNamedParameterdvNV(int, int, String, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramNamedParameterdvNV(int, int, String, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramNamedParameterdvNV(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params);
- glGetProgramNamedParameterdvNV(int, int, String, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramNamedParameterdvNV(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params);
- glGetProgramNamedParameterdvNV(int, int, String, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramNamedParameterdvNV(int, int, String, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramNamedParameterfvNV(int, int, String, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramNamedParameterfvNV(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params);
- glGetProgramNamedParameterfvNV(int, int, String, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramNamedParameterfvNV(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params);
- glGetProgramNamedParameterfvNV(int, int, String, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramNamedParameterfvNV(int, int, String, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramNamedParameterfvNV(int, int, String, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramNamedParameterfvNV(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params);
- glGetProgramNamedParameterfvNV(int, int, String, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramNamedParameterfvNV(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params);
- glGetProgramNamedParameterfvNV(int, int, String, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramNamedParameterfvNV(int, int, String, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramParameterdvNV(int, int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramParameterdvNV(GLenum target, GLuint index, GLenum pname, GLdouble * params);
- glGetProgramParameterdvNV(int, int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramParameterdvNV(GLenum target, GLuint index, GLenum pname, GLdouble * params);
- glGetProgramParameterdvNV(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramParameterdvNV(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramParameterdvNV(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramParameterdvNV(GLenum target, GLuint index, GLenum pname, GLdouble * params);
- glGetProgramParameterdvNV(int, int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramParameterdvNV(GLenum target, GLuint index, GLenum pname, GLdouble * params);
- glGetProgramParameterdvNV(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramParameterdvNV(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramParameterfvNV(int, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
- glGetProgramParameterfvNV(int, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
- glGetProgramParameterfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramParameterfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramParameterfvNV(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
- glGetProgramParameterfvNV(int, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
- glGetProgramParameterfvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramParameterfvNV(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramStringARB(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramStringARB(GLenum target, GLenum pname, GLvoid * string);
- glGetProgramStringARB(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramStringARB(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramStringARB(GLenum target, GLenum pname, GLvoid * string);
- glGetProgramStringARB(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramStringNV(int, int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramStringNV(GLuint id, GLenum pname, GLubyte * program);
- glGetProgramStringNV(int, int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetProgramStringNV(GLuint id, GLenum pname, GLubyte * program);
- glGetProgramStringNV(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramStringNV(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetProgramStringNV(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramStringNV(GLuint id, GLenum pname, GLubyte * program);
- glGetProgramStringNV(int, int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetProgramStringNV(GLuint id, GLenum pname, GLubyte * program);
- glGetProgramStringNV(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetProgramStringNV(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryiv(GLenum target, GLenum pname, GLint * params);
- glGetQueryiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryiv(GLenum target, GLenum pname, GLint * params);
- glGetQueryiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryiv(GLenum target, GLenum pname, GLint * params);
- glGetQueryiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryiv(GLenum target, GLenum pname, GLint * params);
- glGetQueryiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryivARB(GLenum target, GLenum pname, GLint * params);
- glGetQueryivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryivARB(GLenum target, GLenum pname, GLint * params);
- glGetQueryivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryivARB(GLenum target, GLenum pname, GLint * params);
- glGetQueryivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryivARB(GLenum target, GLenum pname, GLint * params);
- glGetQueryivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjecti64vEXT(int, int, LongBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjecti64vEXT(GLuint id, GLenum pname, int64_t * params);
- glGetQueryObjecti64vEXT(int, int, long[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjecti64vEXT(GLuint id, GLenum pname, int64_t * params);
- glGetQueryObjecti64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjecti64vEXT(int, int, long[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjecti64vEXT(int, int, LongBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjecti64vEXT(GLuint id, GLenum pname, int64_t * params);
- glGetQueryObjecti64vEXT(int, int, long[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjecti64vEXT(GLuint id, GLenum pname, int64_t * params);
- glGetQueryObjecti64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjecti64vEXT(int, int, long[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjectiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectiv(GLuint target, GLenum pname, GLint * params);
- glGetQueryObjectiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectiv(GLuint target, GLenum pname, GLint * params);
- glGetQueryObjectiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjectiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjectiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectiv(GLuint target, GLenum pname, GLint * params);
- glGetQueryObjectiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectiv(GLuint target, GLenum pname, GLint * params);
- glGetQueryObjectiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjectiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjectivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectivARB(GLuint target, GLenum pname, GLint * params);
- glGetQueryObjectivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectivARB(GLuint target, GLenum pname, GLint * params);
- glGetQueryObjectivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjectivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjectivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectivARB(GLuint target, GLenum pname, GLint * params);
- glGetQueryObjectivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectivARB(GLuint target, GLenum pname, GLint * params);
- glGetQueryObjectivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjectivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjectui64vEXT(int, int, LongBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectui64vEXT(GLuint id, GLenum pname, uint64_t * params);
- glGetQueryObjectui64vEXT(int, int, long[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectui64vEXT(GLuint id, GLenum pname, uint64_t * params);
- glGetQueryObjectui64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjectui64vEXT(int, int, long[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjectui64vEXT(int, int, LongBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectui64vEXT(GLuint id, GLenum pname, uint64_t * params);
- glGetQueryObjectui64vEXT(int, int, long[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectui64vEXT(GLuint id, GLenum pname, uint64_t * params);
- glGetQueryObjectui64vEXT(int, int, LongBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjectui64vEXT(int, int, long[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjectuiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint * params);
- glGetQueryObjectuiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint * params);
- glGetQueryObjectuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjectuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjectuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint * params);
- glGetQueryObjectuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint * params);
- glGetQueryObjectuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjectuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjectuivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectuivARB(GLuint id, GLenum pname, GLuint * params);
- glGetQueryObjectuivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectuivARB(GLuint id, GLenum pname, GLuint * params);
- glGetQueryObjectuivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjectuivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetQueryObjectuivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectuivARB(GLuint id, GLenum pname, GLuint * params);
- glGetQueryObjectuivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetQueryObjectuivARB(GLuint id, GLenum pname, GLuint * params);
- glGetQueryObjectuivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetQueryObjectuivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetRenderbufferParameterivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetRenderbufferParameterivEXT(GLenum target, GLenum pname, GLint * params);
- glGetRenderbufferParameterivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetRenderbufferParameterivEXT(GLenum target, GLenum pname, GLint * params);
- glGetRenderbufferParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetRenderbufferParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetRenderbufferParameterivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetRenderbufferParameterivEXT(GLenum target, GLenum pname, GLint * params);
- glGetRenderbufferParameterivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetRenderbufferParameterivEXT(GLenum target, GLenum pname, GLint * params);
- glGetRenderbufferParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetRenderbufferParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetSeparableFilter(int, int, int, Buffer, Buffer, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
- glGetSeparableFilter(int, int, int, long, long, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
- glGetSeparableFilter(int, int, int, long, long, long) - Method in class javax.media.opengl.DebugGL
-
- glGetSeparableFilter(int, int, int, Buffer, Buffer, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetSeparableFilter(int, int, int, Buffer, Buffer, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
- glGetSeparableFilter(int, int, int, long, long, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
- glGetSeparableFilter(int, int, int, long, long, long) - Method in class javax.media.opengl.TraceGL
-
- glGetSeparableFilter(int, int, int, Buffer, Buffer, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetShaderInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetShaderInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetShaderInfoLog(int, int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetShaderInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetShaderInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetShaderInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetShaderInfoLog(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetShaderInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetShaderInfoLog(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetShaderInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetShaderInfoLog(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetShaderInfoLog(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetShaderiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetShaderiv(GLuint target, GLenum pname, GLint * params);
- glGetShaderiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetShaderiv(GLuint target, GLenum pname, GLint * params);
- glGetShaderiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetShaderiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetShaderiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetShaderiv(GLuint target, GLenum pname, GLint * params);
- glGetShaderiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetShaderiv(GLuint target, GLenum pname, GLint * params);
- glGetShaderiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetShaderiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetShaderSource(int, int, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetShaderSource(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetShaderSource(int, int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetShaderSource(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetShaderSource(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetShaderSource(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetShaderSource(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetShaderSource(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetShaderSource(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetShaderSource(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
- glGetShaderSource(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetShaderSource(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetShaderSourceARB(int, int, IntBuffer, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetShaderSourceARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
- glGetShaderSourceARB(int, int, int[], int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetShaderSourceARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
- glGetShaderSourceARB(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetShaderSourceARB(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetShaderSourceARB(int, int, IntBuffer, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetShaderSourceARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
- glGetShaderSourceARB(int, int, int[], int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetShaderSourceARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
- glGetShaderSourceARB(int, int, IntBuffer, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetShaderSourceARB(int, int, int[], int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetSharpenTexFuncSGIS(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetSharpenTexFuncSGIS(GLenum pname, GLfloat * params);
- glGetSharpenTexFuncSGIS(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetSharpenTexFuncSGIS(GLenum pname, GLfloat * params);
- glGetSharpenTexFuncSGIS(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetSharpenTexFuncSGIS(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetSharpenTexFuncSGIS(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetSharpenTexFuncSGIS(GLenum pname, GLfloat * params);
- glGetSharpenTexFuncSGIS(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetSharpenTexFuncSGIS(GLenum pname, GLfloat * params);
- glGetSharpenTexFuncSGIS(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetSharpenTexFuncSGIS(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetString(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
const GLubyte * glGetString(GLenum name);
- glGetString(int) - Method in class javax.media.opengl.DebugGL
-
- glGetString(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
const GLubyte * glGetString(GLenum name);
- glGetString(int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexBumpParameterfvATI(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTexBumpParameterfvATI(GLenum pname, GLfloat * params);
- glGetTexBumpParameterfvATI(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTexBumpParameterfvATI(GLenum pname, GLfloat * params);
- glGetTexBumpParameterfvATI(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexBumpParameterfvATI(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexBumpParameterfvATI(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTexBumpParameterfvATI(GLenum pname, GLfloat * params);
- glGetTexBumpParameterfvATI(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTexBumpParameterfvATI(GLenum pname, GLfloat * params);
- glGetTexBumpParameterfvATI(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexBumpParameterfvATI(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexBumpParameterivATI(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTexBumpParameterivATI(GLenum pname, GLint * params);
- glGetTexBumpParameterivATI(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTexBumpParameterivATI(GLenum pname, GLint * params);
- glGetTexBumpParameterivATI(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexBumpParameterivATI(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexBumpParameterivATI(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTexBumpParameterivATI(GLenum pname, GLint * params);
- glGetTexBumpParameterivATI(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTexBumpParameterivATI(GLenum pname, GLint * params);
- glGetTexBumpParameterivATI(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexBumpParameterivATI(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexEnvfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexEnvfv(GLenum target, GLenum pname, GLfloat * params);
- glGetTexEnvfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexEnvfv(GLenum target, GLenum pname, GLfloat * params);
- glGetTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexEnvfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexEnvfv(GLenum target, GLenum pname, GLfloat * params);
- glGetTexEnvfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexEnvfv(GLenum target, GLenum pname, GLfloat * params);
- glGetTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexEnviv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexEnviv(GLenum target, GLenum pname, GLint * params);
- glGetTexEnviv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexEnviv(GLenum target, GLenum pname, GLint * params);
- glGetTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexEnviv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexEnviv(GLenum target, GLenum pname, GLint * params);
- glGetTexEnviv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexEnviv(GLenum target, GLenum pname, GLint * params);
- glGetTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexFilterFuncSGIS(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTexFilterFuncSGIS(GLenum target, GLenum pname, GLfloat * params);
- glGetTexFilterFuncSGIS(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTexFilterFuncSGIS(GLenum target, GLenum pname, GLfloat * params);
- glGetTexFilterFuncSGIS(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexFilterFuncSGIS(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexFilterFuncSGIS(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTexFilterFuncSGIS(GLenum target, GLenum pname, GLfloat * params);
- glGetTexFilterFuncSGIS(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTexFilterFuncSGIS(GLenum target, GLenum pname, GLfloat * params);
- glGetTexFilterFuncSGIS(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexFilterFuncSGIS(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexGendv(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexGendv(GLenum coord, GLenum pname, GLdouble * params);
- glGetTexGendv(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexGendv(GLenum coord, GLenum pname, GLdouble * params);
- glGetTexGendv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexGendv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexGendv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexGendv(GLenum coord, GLenum pname, GLdouble * params);
- glGetTexGendv(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexGendv(GLenum coord, GLenum pname, GLdouble * params);
- glGetTexGendv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexGendv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexGenfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat * params);
- glGetTexGenfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat * params);
- glGetTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexGenfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat * params);
- glGetTexGenfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat * params);
- glGetTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexGeniv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexGeniv(GLenum coord, GLenum pname, GLint * params);
- glGetTexGeniv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexGeniv(GLenum coord, GLenum pname, GLint * params);
- glGetTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexGeniv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexGeniv(GLenum coord, GLenum pname, GLint * params);
- glGetTexGeniv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexGeniv(GLenum coord, GLenum pname, GLint * params);
- glGetTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexImage(int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
- glGetTexImage(int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
- glGetTexImage(int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glGetTexImage(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexImage(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
- glGetTexImage(int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
- glGetTexImage(int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glGetTexImage(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexLevelParameterfv(int, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat * params);
- glGetTexLevelParameterfv(int, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat * params);
- glGetTexLevelParameterfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexLevelParameterfv(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexLevelParameterfv(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat * params);
- glGetTexLevelParameterfv(int, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat * params);
- glGetTexLevelParameterfv(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexLevelParameterfv(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexLevelParameteriv(int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint * params);
- glGetTexLevelParameteriv(int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint * params);
- glGetTexLevelParameteriv(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexLevelParameteriv(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexLevelParameteriv(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint * params);
- glGetTexLevelParameteriv(int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint * params);
- glGetTexLevelParameteriv(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexLevelParameteriv(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexParameterfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetTexParameterfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetTexParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params);
- glGetTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexParameterIivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTexParameterIivEXT(GLenum target, GLenum pname, GLint * params);
- glGetTexParameterIivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTexParameterIivEXT(GLenum target, GLenum pname, GLint * params);
- glGetTexParameterIivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexParameterIivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexParameterIivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTexParameterIivEXT(GLenum target, GLenum pname, GLint * params);
- glGetTexParameterIivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTexParameterIivEXT(GLenum target, GLenum pname, GLint * params);
- glGetTexParameterIivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexParameterIivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexParameterIuivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTexParameterIuivEXT(GLenum target, GLenum pname, GLuint * params);
- glGetTexParameterIuivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTexParameterIuivEXT(GLenum target, GLenum pname, GLuint * params);
- glGetTexParameterIuivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexParameterIuivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexParameterIuivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTexParameterIuivEXT(GLenum target, GLenum pname, GLuint * params);
- glGetTexParameterIuivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTexParameterIuivEXT(GLenum target, GLenum pname, GLuint * params);
- glGetTexParameterIuivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTexParameterIuivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexParameteriv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetTexParameteriv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTexParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetTexParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params);
- glGetTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTrackMatrixivNV(int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTrackMatrixivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
- glGetTrackMatrixivNV(int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTrackMatrixivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
- glGetTrackMatrixivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTrackMatrixivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTrackMatrixivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTrackMatrixivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
- glGetTrackMatrixivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTrackMatrixivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
- glGetTrackMatrixivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetTrackMatrixivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTransformFeedbackVaryingNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTransformFeedbackVaryingNV(GLuint program, GLuint index, GLint * location);
- glGetTransformFeedbackVaryingNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetTransformFeedbackVaryingNV(GLuint program, GLuint index, GLint * location);
- glGetTransformFeedbackVaryingNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetTransformFeedbackVaryingNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetTransformFeedbackVaryingNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTransformFeedbackVaryingNV(GLuint program, GLuint index, GLint * location);
- glGetTransformFeedbackVaryingNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetTransformFeedbackVaryingNV(GLuint program, GLuint index, GLint * location);
- glGetTransformFeedbackVaryingNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetTransformFeedbackVaryingNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformBufferSizeEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glGetUniformBufferSizeEXT(GLuint program, GLint location);
- glGetUniformBufferSizeEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformBufferSizeEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glGetUniformBufferSizeEXT(GLuint program, GLint location);
- glGetUniformBufferSizeEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetUniformfv(GLuint program, GLint location, GLfloat * params);
- glGetUniformfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetUniformfv(GLuint program, GLint location, GLfloat * params);
- glGetUniformfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetUniformfv(GLuint program, GLint location, GLfloat * params);
- glGetUniformfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetUniformfv(GLuint program, GLint location, GLfloat * params);
- glGetUniformfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformfvARB(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetUniformfvARB(GLhandleARB program, GLint location, GLfloat * params);
- glGetUniformfvARB(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetUniformfvARB(GLhandleARB program, GLint location, GLfloat * params);
- glGetUniformfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformfvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformfvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetUniformfvARB(GLhandleARB program, GLint location, GLfloat * params);
- glGetUniformfvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetUniformfvARB(GLhandleARB program, GLint location, GLfloat * params);
- glGetUniformfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformfvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetUniformiv(GLuint program, GLint location, GLint * params);
- glGetUniformiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetUniformiv(GLuint program, GLint location, GLint * params);
- glGetUniformiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetUniformiv(GLuint program, GLint location, GLint * params);
- glGetUniformiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetUniformiv(GLuint program, GLint location, GLint * params);
- glGetUniformiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetUniformivARB(GLhandleARB program, GLint location, GLint * params);
- glGetUniformivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetUniformivARB(GLhandleARB program, GLint location, GLint * params);
- glGetUniformivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetUniformivARB(GLhandleARB program, GLint location, GLint * params);
- glGetUniformivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetUniformivARB(GLhandleARB program, GLint location, GLint * params);
- glGetUniformivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformLocation(int, String) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glGetUniformLocation(GLuint program, const GLchar * name);
- glGetUniformLocation(int, String) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformLocation(int, String) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glGetUniformLocation(GLuint program, const GLchar * name);
- glGetUniformLocation(int, String) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformLocationARB(int, String) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glGetUniformLocationARB(GLhandleARB program, const GLcharARB * name);
- glGetUniformLocationARB(int, String) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformLocationARB(int, String) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glGetUniformLocationARB(GLhandleARB program, const GLcharARB * name);
- glGetUniformLocationARB(int, String) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformOffsetEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
ptrdiff_t glGetUniformOffsetEXT(GLuint program, GLint location);
- glGetUniformOffsetEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformOffsetEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
ptrdiff_t glGetUniformOffsetEXT(GLuint program, GLint location);
- glGetUniformOffsetEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformuivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetUniformuivEXT(GLuint program, GLint location, GLuint * params);
- glGetUniformuivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetUniformuivEXT(GLuint program, GLint location, GLuint * params);
- glGetUniformuivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformuivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetUniformuivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetUniformuivEXT(GLuint program, GLint location, GLuint * params);
- glGetUniformuivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetUniformuivEXT(GLuint program, GLint location, GLuint * params);
- glGetUniformuivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetUniformuivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVariantArrayObjectfvATI(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVariantArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetVariantArrayObjectfvATI(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVariantArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetVariantArrayObjectfvATI(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVariantArrayObjectfvATI(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVariantArrayObjectfvATI(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVariantArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetVariantArrayObjectfvATI(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVariantArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetVariantArrayObjectfvATI(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVariantArrayObjectfvATI(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVariantArrayObjectivATI(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVariantArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
- glGetVariantArrayObjectivATI(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVariantArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
- glGetVariantArrayObjectivATI(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVariantArrayObjectivATI(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVariantArrayObjectivATI(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVariantArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
- glGetVariantArrayObjectivATI(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVariantArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
- glGetVariantArrayObjectivATI(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVariantArrayObjectivATI(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVariantBooleanvEXT(int, int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetVariantBooleanvEXT(int, int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetVariantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVariantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVariantBooleanvEXT(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetVariantBooleanvEXT(int, int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
- glGetVariantBooleanvEXT(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVariantBooleanvEXT(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVariantFloatvEXT(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetVariantFloatvEXT(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetVariantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVariantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVariantFloatvEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetVariantFloatvEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
- glGetVariantFloatvEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVariantFloatvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVariantIntegervEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetVariantIntegervEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetVariantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVariantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVariantIntegervEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetVariantIntegervEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
- glGetVariantIntegervEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVariantIntegervEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVaryingLocationNV(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glGetVaryingLocationNV(GLuint program, const GLchar * name);
- glGetVaryingLocationNV(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glGetVaryingLocationNV(GLuint program, const GLchar * name);
- glGetVaryingLocationNV(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVaryingLocationNV(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVaryingLocationNV(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glGetVaryingLocationNV(GLuint program, const GLchar * name);
- glGetVaryingLocationNV(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glGetVaryingLocationNV(GLuint program, const GLchar * name);
- glGetVaryingLocationNV(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVaryingLocationNV(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribArrayObjectfvATI(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribArrayObjectfvATI(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribArrayObjectfvATI(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribArrayObjectfvATI(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribArrayObjectfvATI(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribArrayObjectfvATI(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribArrayObjectfvATI(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribArrayObjectfvATI(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribArrayObjectivATI(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribArrayObjectivATI(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribArrayObjectivATI(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribArrayObjectivATI(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribArrayObjectivATI(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribArrayObjectivATI(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribArrayObjectivATI(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribArrayObjectivATI(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribdv(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdv(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribdv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribdv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdv(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribdv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribdvARB(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdvARB(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdvARB(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdvARB(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribdvARB(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribdvARB(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdvARB(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdvARB(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdvARB(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribdvARB(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribdvNV(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdvNV(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdvNV(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdvNV(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribdvNV(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribdvNV(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdvNV(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdvNV(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribdvNV(GLuint index, GLenum pname, GLdouble * params);
- glGetVertexAttribdvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribdvNV(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfv(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfv(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfv(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfv(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribfvARB(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfvARB(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfvARB(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfvARB(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribfvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribfvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfvARB(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfvARB(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribfvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribfvNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfvNV(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfvNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfvNV(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfvNV(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribfvNV(GLuint target, GLenum pname, GLfloat * params);
- glGetVertexAttribfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribIivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribIivEXT(GLuint index, GLenum pname, GLint * params);
- glGetVertexAttribIivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribIivEXT(GLuint index, GLenum pname, GLint * params);
- glGetVertexAttribIivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribIivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribIivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribIivEXT(GLuint index, GLenum pname, GLint * params);
- glGetVertexAttribIivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribIivEXT(GLuint index, GLenum pname, GLint * params);
- glGetVertexAttribIivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribIivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribIuivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribIuivEXT(GLuint index, GLenum pname, GLuint * params);
- glGetVertexAttribIuivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribIuivEXT(GLuint index, GLenum pname, GLuint * params);
- glGetVertexAttribIuivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribIuivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribIuivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribIuivEXT(GLuint index, GLenum pname, GLuint * params);
- glGetVertexAttribIuivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribIuivEXT(GLuint index, GLenum pname, GLuint * params);
- glGetVertexAttribIuivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribIuivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribiv(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribiv(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribiv(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribiv(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribivARB(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribivARB(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribivARB(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribivARB(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribivNV(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribivNV(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glGetVertexAttribivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribivNV(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGetVertexAttribivNV(GLuint target, GLenum pname, GLint * params);
- glGetVertexAttribivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glGetVertexAttribivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glGlobalAlphaFactorbSUN(byte) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactorbSUN(GLbyte factor);
- glGlobalAlphaFactorbSUN(byte) - Method in class javax.media.opengl.DebugGL
-
- glGlobalAlphaFactorbSUN(byte) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactorbSUN(GLbyte factor);
- glGlobalAlphaFactorbSUN(byte) - Method in class javax.media.opengl.TraceGL
-
- glGlobalAlphaFactordSUN(double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactordSUN(GLdouble coord);
- glGlobalAlphaFactordSUN(double) - Method in class javax.media.opengl.DebugGL
-
- glGlobalAlphaFactordSUN(double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactordSUN(GLdouble coord);
- glGlobalAlphaFactordSUN(double) - Method in class javax.media.opengl.TraceGL
-
- glGlobalAlphaFactorfSUN(float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactorfSUN(GLfloat coord);
- glGlobalAlphaFactorfSUN(float) - Method in class javax.media.opengl.DebugGL
-
- glGlobalAlphaFactorfSUN(float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactorfSUN(GLfloat coord);
- glGlobalAlphaFactorfSUN(float) - Method in class javax.media.opengl.TraceGL
-
- glGlobalAlphaFactoriSUN(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactoriSUN(GLint count);
- glGlobalAlphaFactoriSUN(int) - Method in class javax.media.opengl.DebugGL
-
- glGlobalAlphaFactoriSUN(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactoriSUN(GLint count);
- glGlobalAlphaFactoriSUN(int) - Method in class javax.media.opengl.TraceGL
-
- glGlobalAlphaFactorsSUN(short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactorsSUN(GLshort factor);
- glGlobalAlphaFactorsSUN(short) - Method in class javax.media.opengl.DebugGL
-
- glGlobalAlphaFactorsSUN(short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactorsSUN(GLshort factor);
- glGlobalAlphaFactorsSUN(short) - Method in class javax.media.opengl.TraceGL
-
- glGlobalAlphaFactorubSUN(byte) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactorubSUN(GLubyte factor);
- glGlobalAlphaFactorubSUN(byte) - Method in class javax.media.opengl.DebugGL
-
- glGlobalAlphaFactorubSUN(byte) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactorubSUN(GLubyte factor);
- glGlobalAlphaFactorubSUN(byte) - Method in class javax.media.opengl.TraceGL
-
- glGlobalAlphaFactoruiSUN(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactoruiSUN(GLuint mode);
- glGlobalAlphaFactoruiSUN(int) - Method in class javax.media.opengl.DebugGL
-
- glGlobalAlphaFactoruiSUN(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactoruiSUN(GLuint mode);
- glGlobalAlphaFactoruiSUN(int) - Method in class javax.media.opengl.TraceGL
-
- glGlobalAlphaFactorusSUN(short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactorusSUN(GLushort factor);
- glGlobalAlphaFactorusSUN(short) - Method in class javax.media.opengl.DebugGL
-
- glGlobalAlphaFactorusSUN(short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glGlobalAlphaFactorusSUN(GLushort factor);
- glGlobalAlphaFactorusSUN(short) - Method in class javax.media.opengl.TraceGL
-
- glHint(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glHint(GLenum target, GLenum mode);
- glHint(int, int) - Method in class javax.media.opengl.DebugGL
-
- glHint(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glHint(GLenum target, GLenum mode);
- glHint(int, int) - Method in class javax.media.opengl.TraceGL
-
- glHintPGI(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glHintPGI(GLenum target, GLint s);
- glHintPGI(int, int) - Method in class javax.media.opengl.DebugGL
-
- glHintPGI(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glHintPGI(GLenum target, GLint s);
- glHintPGI(int, int) - Method in class javax.media.opengl.TraceGL
-
- glHistogram(int, int, int, boolean) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glHistogram(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink);
- glHistogram(int, int, int, boolean) - Method in class javax.media.opengl.DebugGL
-
- glHistogram(int, int, int, boolean) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glHistogram(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink);
- glHistogram(int, int, int, boolean) - Method in class javax.media.opengl.TraceGL
-
- glIglooInterfaceSGIX(int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glIglooInterfaceSGIX(GLenum pname, const GLvoid * params);
- glIglooInterfaceSGIX(int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glIglooInterfaceSGIX(int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glIglooInterfaceSGIX(GLenum pname, const GLvoid * params);
- glIglooInterfaceSGIX(int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glImageTransformParameterfHP(int, int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glImageTransformParameterfHP(GLenum target, GLenum pname, GLfloat params);
- glImageTransformParameterfHP(int, int, float) - Method in class javax.media.opengl.DebugGL
-
- glImageTransformParameterfHP(int, int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glImageTransformParameterfHP(GLenum target, GLenum pname, GLfloat params);
- glImageTransformParameterfHP(int, int, float) - Method in class javax.media.opengl.TraceGL
-
- glImageTransformParameterfvHP(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glImageTransformParameterfvHP(GLenum target, GLenum pname, const GLfloat * params);
- glImageTransformParameterfvHP(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glImageTransformParameterfvHP(GLenum target, GLenum pname, const GLfloat * params);
- glImageTransformParameterfvHP(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glImageTransformParameterfvHP(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glImageTransformParameterfvHP(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glImageTransformParameterfvHP(GLenum target, GLenum pname, const GLfloat * params);
- glImageTransformParameterfvHP(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glImageTransformParameterfvHP(GLenum target, GLenum pname, const GLfloat * params);
- glImageTransformParameterfvHP(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glImageTransformParameterfvHP(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glImageTransformParameteriHP(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glImageTransformParameteriHP(GLenum target, GLenum pname, GLint params);
- glImageTransformParameteriHP(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glImageTransformParameteriHP(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glImageTransformParameteriHP(GLenum target, GLenum pname, GLint params);
- glImageTransformParameteriHP(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glImageTransformParameterivHP(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glImageTransformParameterivHP(GLenum target, GLenum pname, const GLint * params);
- glImageTransformParameterivHP(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glImageTransformParameterivHP(GLenum target, GLenum pname, const GLint * params);
- glImageTransformParameterivHP(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glImageTransformParameterivHP(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glImageTransformParameterivHP(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glImageTransformParameterivHP(GLenum target, GLenum pname, const GLint * params);
- glImageTransformParameterivHP(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glImageTransformParameterivHP(GLenum target, GLenum pname, const GLint * params);
- glImageTransformParameterivHP(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glImageTransformParameterivHP(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- GLImpl - Class in com.sun.opengl.impl
-
- GLImpl(GLContextImpl) - Constructor for class com.sun.opengl.impl.GLImpl
-
- glIndexd(double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexd(GLdouble c);
- glIndexd(double) - Method in class javax.media.opengl.DebugGL
-
- glIndexd(double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexd(GLdouble c);
- glIndexd(double) - Method in class javax.media.opengl.TraceGL
-
- glIndexdv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexdv(const GLdouble * c);
- glIndexdv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexdv(const GLdouble * c);
- glIndexdv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glIndexdv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glIndexdv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexdv(const GLdouble * c);
- glIndexdv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexdv(const GLdouble * c);
- glIndexdv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glIndexdv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glIndexf(float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexf(GLfloat c);
- glIndexf(float) - Method in class javax.media.opengl.DebugGL
-
- glIndexf(float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexf(GLfloat c);
- glIndexf(float) - Method in class javax.media.opengl.TraceGL
-
- glIndexFuncEXT(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glIndexFuncEXT(GLenum target, GLclampf s);
- glIndexFuncEXT(int, float) - Method in class javax.media.opengl.DebugGL
-
- glIndexFuncEXT(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glIndexFuncEXT(GLenum target, GLclampf s);
- glIndexFuncEXT(int, float) - Method in class javax.media.opengl.TraceGL
-
- glIndexfv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexfv(const GLfloat * c);
- glIndexfv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexfv(const GLfloat * c);
- glIndexfv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glIndexfv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glIndexfv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexfv(const GLfloat * c);
- glIndexfv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexfv(const GLfloat * c);
- glIndexfv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glIndexfv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glIndexi(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexi(GLint c);
- glIndexi(int) - Method in class javax.media.opengl.DebugGL
-
- glIndexi(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexi(GLint c);
- glIndexi(int) - Method in class javax.media.opengl.TraceGL
-
- glIndexiv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexiv(const GLint * c);
- glIndexiv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexiv(const GLint * c);
- glIndexiv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glIndexiv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glIndexiv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexiv(const GLint * c);
- glIndexiv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexiv(const GLint * c);
- glIndexiv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glIndexiv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glIndexMask(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexMask(GLuint mask);
- glIndexMask(int) - Method in class javax.media.opengl.DebugGL
-
- glIndexMask(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexMask(GLuint mask);
- glIndexMask(int) - Method in class javax.media.opengl.TraceGL
-
- glIndexMaterialEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glIndexMaterialEXT(GLenum target, GLenum id);
- glIndexMaterialEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glIndexMaterialEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glIndexMaterialEXT(GLenum target, GLenum id);
- glIndexMaterialEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glIndexPointer(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexPointer(GLenum type, GLsizei stride, const GLvoid * ptr);
- glIndexPointer(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glIndexPointer(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexPointer(GLenum type, GLsizei stride, const GLvoid * ptr);
- glIndexPointer(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glIndexs(short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexs(GLshort c);
- glIndexs(short) - Method in class javax.media.opengl.DebugGL
-
- glIndexs(short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexs(GLshort c);
- glIndexs(short) - Method in class javax.media.opengl.TraceGL
-
- glIndexsv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexsv(const GLshort * c);
- glIndexsv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexsv(const GLshort * c);
- glIndexsv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glIndexsv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glIndexsv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexsv(const GLshort * c);
- glIndexsv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexsv(const GLshort * c);
- glIndexsv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glIndexsv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glIndexub(byte) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexub(GLubyte c);
- glIndexub(byte) - Method in class javax.media.opengl.DebugGL
-
- glIndexub(byte) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexub(GLubyte c);
- glIndexub(byte) - Method in class javax.media.opengl.TraceGL
-
- glIndexubv(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexubv(const GLubyte * c);
- glIndexubv(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glIndexubv(const GLubyte * c);
- glIndexubv(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glIndexubv(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glIndexubv(ByteBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexubv(const GLubyte * c);
- glIndexubv(byte[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glIndexubv(const GLubyte * c);
- glIndexubv(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glIndexubv(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glInitNames() - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glInitNames(void);
- glInitNames() - Method in class javax.media.opengl.DebugGL
-
- glInitNames() - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glInitNames(void);
- glInitNames() - Method in class javax.media.opengl.TraceGL
-
- glInsertComponentEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glInsertComponentEXT(GLuint red, GLuint green, GLuint blue);
- glInsertComponentEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glInsertComponentEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glInsertComponentEXT(GLuint red, GLuint green, GLuint blue);
- glInsertComponentEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glInstrumentsBufferSGIX(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glInstrumentsBufferSGIX(GLsizei size, GLint * buffer);
- glInstrumentsBufferSGIX(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glInstrumentsBufferSGIX(GLsizei size, GLint * buffer);
- glInstrumentsBufferSGIX(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glInstrumentsBufferSGIX(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glInstrumentsBufferSGIX(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glInstrumentsBufferSGIX(GLsizei size, GLint * buffer);
- glInstrumentsBufferSGIX(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glInstrumentsBufferSGIX(GLsizei size, GLint * buffer);
- glInstrumentsBufferSGIX(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glInstrumentsBufferSGIX(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glInterleavedArrays(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
- glInterleavedArrays(int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
- glInterleavedArrays(int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glInterleavedArrays(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glInterleavedArrays(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
- glInterleavedArrays(int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
- glInterleavedArrays(int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glInterleavedArrays(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glIsAsyncMarkerSGIX(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsAsyncMarkerSGIX(GLuint id);
- glIsAsyncMarkerSGIX(int) - Method in class javax.media.opengl.DebugGL
-
- glIsAsyncMarkerSGIX(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsAsyncMarkerSGIX(GLuint id);
- glIsAsyncMarkerSGIX(int) - Method in class javax.media.opengl.TraceGL
-
- glIsBuffer(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsBuffer(GLuint id);
- glIsBuffer(int) - Method in class javax.media.opengl.DebugGL
-
- glIsBuffer(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsBuffer(GLuint id);
- glIsBuffer(int) - Method in class javax.media.opengl.TraceGL
-
- glIsBufferARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsBufferARB(GLuint id);
- glIsBufferARB(int) - Method in class javax.media.opengl.DebugGL
-
- glIsBufferARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsBufferARB(GLuint id);
- glIsBufferARB(int) - Method in class javax.media.opengl.TraceGL
-
- glIsEnabled(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
GLboolean glIsEnabled(GLenum cap);
- glIsEnabled(int) - Method in class javax.media.opengl.DebugGL
-
- glIsEnabled(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
GLboolean glIsEnabled(GLenum cap);
- glIsEnabled(int) - Method in class javax.media.opengl.TraceGL
-
- glIsEnabledIndexedEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsEnabledIndexedEXT(GLenum target, GLuint index);
- glIsEnabledIndexedEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glIsEnabledIndexedEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsEnabledIndexedEXT(GLenum target, GLuint index);
- glIsEnabledIndexedEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glIsFenceAPPLE(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsFenceAPPLE(GLuint id);
- glIsFenceAPPLE(int) - Method in class javax.media.opengl.DebugGL
-
- glIsFenceAPPLE(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsFenceAPPLE(GLuint id);
- glIsFenceAPPLE(int) - Method in class javax.media.opengl.TraceGL
-
- glIsFenceNV(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsFenceNV(GLuint id);
- glIsFenceNV(int) - Method in class javax.media.opengl.DebugGL
-
- glIsFenceNV(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsFenceNV(GLuint id);
- glIsFenceNV(int) - Method in class javax.media.opengl.TraceGL
-
- glIsFramebufferEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsFramebufferEXT(GLuint id);
- glIsFramebufferEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glIsFramebufferEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsFramebufferEXT(GLuint id);
- glIsFramebufferEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glIsList(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
GLboolean glIsList(GLuint list);
- glIsList(int) - Method in class javax.media.opengl.DebugGL
-
- glIsList(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
GLboolean glIsList(GLuint list);
- glIsList(int) - Method in class javax.media.opengl.TraceGL
-
- glIsObjectBufferATI(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsObjectBufferATI(GLuint id);
- glIsObjectBufferATI(int) - Method in class javax.media.opengl.DebugGL
-
- glIsObjectBufferATI(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsObjectBufferATI(GLuint id);
- glIsObjectBufferATI(int) - Method in class javax.media.opengl.TraceGL
-
- glIsOcclusionQueryNV(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsOcclusionQueryNV(GLuint id);
- glIsOcclusionQueryNV(int) - Method in class javax.media.opengl.DebugGL
-
- glIsOcclusionQueryNV(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsOcclusionQueryNV(GLuint id);
- glIsOcclusionQueryNV(int) - Method in class javax.media.opengl.TraceGL
-
- glIsProgram(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsProgram(GLuint id);
- glIsProgram(int) - Method in class javax.media.opengl.DebugGL
-
- glIsProgram(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsProgram(GLuint id);
- glIsProgram(int) - Method in class javax.media.opengl.TraceGL
-
- glIsProgramARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsProgramARB(GLuint id);
- glIsProgramARB(int) - Method in class javax.media.opengl.DebugGL
-
- glIsProgramARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsProgramARB(GLuint id);
- glIsProgramARB(int) - Method in class javax.media.opengl.TraceGL
-
- glIsProgramNV(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsProgramNV(GLuint id);
- glIsProgramNV(int) - Method in class javax.media.opengl.DebugGL
-
- glIsProgramNV(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsProgramNV(GLuint id);
- glIsProgramNV(int) - Method in class javax.media.opengl.TraceGL
-
- glIsQuery(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsQuery(GLuint id);
- glIsQuery(int) - Method in class javax.media.opengl.DebugGL
-
- glIsQuery(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsQuery(GLuint id);
- glIsQuery(int) - Method in class javax.media.opengl.TraceGL
-
- glIsQueryARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsQueryARB(GLuint id);
- glIsQueryARB(int) - Method in class javax.media.opengl.DebugGL
-
- glIsQueryARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsQueryARB(GLuint id);
- glIsQueryARB(int) - Method in class javax.media.opengl.TraceGL
-
- glIsRenderbufferEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsRenderbufferEXT(GLuint id);
- glIsRenderbufferEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glIsRenderbufferEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsRenderbufferEXT(GLuint id);
- glIsRenderbufferEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glIsShader(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsShader(GLuint id);
- glIsShader(int) - Method in class javax.media.opengl.DebugGL
-
- glIsShader(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsShader(GLuint id);
- glIsShader(int) - Method in class javax.media.opengl.TraceGL
-
- glIsTexture(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
GLboolean glIsTexture(GLuint texture);
- glIsTexture(int) - Method in class javax.media.opengl.DebugGL
-
- glIsTexture(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
GLboolean glIsTexture(GLuint texture);
- glIsTexture(int) - Method in class javax.media.opengl.TraceGL
-
- glIsVariantEnabledEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsVariantEnabledEXT(GLuint id, GLenum cap);
- glIsVariantEnabledEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glIsVariantEnabledEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsVariantEnabledEXT(GLuint id, GLenum cap);
- glIsVariantEnabledEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glIsVertexArrayAPPLE(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsVertexArrayAPPLE(GLuint id);
- glIsVertexArrayAPPLE(int) - Method in class javax.media.opengl.DebugGL
-
- glIsVertexArrayAPPLE(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsVertexArrayAPPLE(GLuint id);
- glIsVertexArrayAPPLE(int) - Method in class javax.media.opengl.TraceGL
-
- glIsVertexAttribEnabledAPPLE(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glIsVertexAttribEnabledAPPLE(GLuint index, GLenum pname);
- glIsVertexAttribEnabledAPPLE(int, int) - Method in class javax.media.opengl.DebugGL
-
- glIsVertexAttribEnabledAPPLE(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glIsVertexAttribEnabledAPPLE(GLuint index, GLenum pname);
- glIsVertexAttribEnabledAPPLE(int, int) - Method in class javax.media.opengl.TraceGL
-
- GLJPanel - Class in javax.media.opengl
-
A lightweight Swing component which provides OpenGL rendering
support.
- GLJPanel() - Constructor for class javax.media.opengl.GLJPanel
-
Creates a new GLJPanel component with a default set of OpenGL
capabilities and using the default OpenGL capabilities selection
mechanism.
- GLJPanel(GLCapabilities) - Constructor for class javax.media.opengl.GLJPanel
-
Creates a new GLJPanel component with the requested set of
OpenGL capabilities, using the default OpenGL capabilities
selection mechanism.
- GLJPanel(GLCapabilities, GLCapabilitiesChooser, GLContext) - Constructor for class javax.media.opengl.GLJPanel
-
Creates a new GLJPanel component.
- glLightEnviSGIX(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glLightEnviSGIX(GLenum target, GLint s);
- glLightEnviSGIX(int, int) - Method in class javax.media.opengl.DebugGL
-
- glLightEnviSGIX(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glLightEnviSGIX(GLenum target, GLint s);
- glLightEnviSGIX(int, int) - Method in class javax.media.opengl.TraceGL
-
- glLightf(int, int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLightf(GLenum light, GLenum pname, GLfloat param);
- glLightf(int, int, float) - Method in class javax.media.opengl.DebugGL
-
- glLightf(int, int, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLightf(GLenum light, GLenum pname, GLfloat param);
- glLightf(int, int, float) - Method in class javax.media.opengl.TraceGL
-
- glLightfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLightfv(GLenum light, GLenum pname, const GLfloat * params);
- glLightfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLightfv(GLenum light, GLenum pname, const GLfloat * params);
- glLightfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glLightfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLightfv(GLenum light, GLenum pname, const GLfloat * params);
- glLightfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLightfv(GLenum light, GLenum pname, const GLfloat * params);
- glLightfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glLightfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glLighti(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLighti(GLenum light, GLenum pname, GLint param);
- glLighti(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glLighti(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLighti(GLenum light, GLenum pname, GLint param);
- glLighti(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glLightiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLightiv(GLenum light, GLenum pname, const GLint * params);
- glLightiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLightiv(GLenum light, GLenum pname, const GLint * params);
- glLightiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glLightiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glLightiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLightiv(GLenum light, GLenum pname, const GLint * params);
- glLightiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLightiv(GLenum light, GLenum pname, const GLint * params);
- glLightiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glLightiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glLightModelf(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLightModelf(GLenum pname, GLfloat param);
- glLightModelf(int, float) - Method in class javax.media.opengl.DebugGL
-
- glLightModelf(int, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLightModelf(GLenum pname, GLfloat param);
- glLightModelf(int, float) - Method in class javax.media.opengl.TraceGL
-
- glLightModelfv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLightModelfv(GLenum pname, const GLfloat * params);
- glLightModelfv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLightModelfv(GLenum pname, const GLfloat * params);
- glLightModelfv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glLightModelfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glLightModelfv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLightModelfv(GLenum pname, const GLfloat * params);
- glLightModelfv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLightModelfv(GLenum pname, const GLfloat * params);
- glLightModelfv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glLightModelfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glLightModeli(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLightModeli(GLenum pname, GLint param);
- glLightModeli(int, int) - Method in class javax.media.opengl.DebugGL
-
- glLightModeli(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLightModeli(GLenum pname, GLint param);
- glLightModeli(int, int) - Method in class javax.media.opengl.TraceGL
-
- glLightModeliv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLightModeliv(GLenum pname, const GLint * params);
- glLightModeliv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLightModeliv(GLenum pname, const GLint * params);
- glLightModeliv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glLightModeliv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glLightModeliv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLightModeliv(GLenum pname, const GLint * params);
- glLightModeliv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLightModeliv(GLenum pname, const GLint * params);
- glLightModeliv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glLightModeliv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glLineStipple(int, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLineStipple(GLint factor, GLushort pattern);
- glLineStipple(int, short) - Method in class javax.media.opengl.DebugGL
-
- glLineStipple(int, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLineStipple(GLint factor, GLushort pattern);
- glLineStipple(int, short) - Method in class javax.media.opengl.TraceGL
-
- glLineWidth(float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLineWidth(GLfloat width);
- glLineWidth(float) - Method in class javax.media.opengl.DebugGL
-
- glLineWidth(float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLineWidth(GLfloat width);
- glLineWidth(float) - Method in class javax.media.opengl.TraceGL
-
- glLinkProgram(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glLinkProgram(GLuint mode);
- glLinkProgram(int) - Method in class javax.media.opengl.DebugGL
-
- glLinkProgram(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glLinkProgram(GLuint mode);
- glLinkProgram(int) - Method in class javax.media.opengl.TraceGL
-
- glLinkProgramARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glLinkProgramARB(GLhandleARB mode);
- glLinkProgramARB(int) - Method in class javax.media.opengl.DebugGL
-
- glLinkProgramARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glLinkProgramARB(GLhandleARB mode);
- glLinkProgramARB(int) - Method in class javax.media.opengl.TraceGL
-
- glListBase(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glListBase(GLuint base);
- glListBase(int) - Method in class javax.media.opengl.DebugGL
-
- glListBase(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glListBase(GLuint base);
- glListBase(int) - Method in class javax.media.opengl.TraceGL
-
- glListParameterfSGIX(int, int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glListParameterfSGIX(GLuint target, GLenum pname, GLfloat params);
- glListParameterfSGIX(int, int, float) - Method in class javax.media.opengl.DebugGL
-
- glListParameterfSGIX(int, int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glListParameterfSGIX(GLuint target, GLenum pname, GLfloat params);
- glListParameterfSGIX(int, int, float) - Method in class javax.media.opengl.TraceGL
-
- glListParameterfvSGIX(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glListParameterfvSGIX(GLuint target, GLenum pname, const GLfloat * params);
- glListParameterfvSGIX(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glListParameterfvSGIX(GLuint target, GLenum pname, const GLfloat * params);
- glListParameterfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glListParameterfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glListParameterfvSGIX(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glListParameterfvSGIX(GLuint target, GLenum pname, const GLfloat * params);
- glListParameterfvSGIX(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glListParameterfvSGIX(GLuint target, GLenum pname, const GLfloat * params);
- glListParameterfvSGIX(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glListParameterfvSGIX(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glListParameteriSGIX(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glListParameteriSGIX(GLuint target, GLenum pname, GLint params);
- glListParameteriSGIX(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glListParameteriSGIX(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glListParameteriSGIX(GLuint target, GLenum pname, GLint params);
- glListParameteriSGIX(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glListParameterivSGIX(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glListParameterivSGIX(GLuint target, GLenum pname, const GLint * params);
- glListParameterivSGIX(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glListParameterivSGIX(GLuint target, GLenum pname, const GLint * params);
- glListParameterivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glListParameterivSGIX(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glListParameterivSGIX(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glListParameterivSGIX(GLuint target, GLenum pname, const GLint * params);
- glListParameterivSGIX(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glListParameterivSGIX(GLuint target, GLenum pname, const GLint * params);
- glListParameterivSGIX(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glListParameterivSGIX(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glLoadIdentity() - Method in class com.sun.opengl.impl.GLImpl
-
- glLoadIdentity() - Method in class javax.media.opengl.DebugGL
-
- glLoadIdentity() - Method in interface javax.media.opengl.GL
-
- glLoadIdentity() - Method in class javax.media.opengl.TraceGL
-
- glLoadIdentityDeformationMapSGIX(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glLoadIdentityDeformationMapSGIX(GLbitfield mode);
- glLoadIdentityDeformationMapSGIX(int) - Method in class javax.media.opengl.DebugGL
-
- glLoadIdentityDeformationMapSGIX(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glLoadIdentityDeformationMapSGIX(GLbitfield mode);
- glLoadIdentityDeformationMapSGIX(int) - Method in class javax.media.opengl.TraceGL
-
- glLoadMatrixd(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLoadMatrixd(const GLdouble * m);
- glLoadMatrixd(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLoadMatrixd(const GLdouble * m);
- glLoadMatrixd(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glLoadMatrixd(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glLoadMatrixd(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLoadMatrixd(const GLdouble * m);
- glLoadMatrixd(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLoadMatrixd(const GLdouble * m);
- glLoadMatrixd(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glLoadMatrixd(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glLoadMatrixf(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLoadMatrixf(const GLfloat * m);
- glLoadMatrixf(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLoadMatrixf(const GLfloat * m);
- glLoadMatrixf(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glLoadMatrixf(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glLoadMatrixf(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLoadMatrixf(const GLfloat * m);
- glLoadMatrixf(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLoadMatrixf(const GLfloat * m);
- glLoadMatrixf(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glLoadMatrixf(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glLoadName(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLoadName(GLuint name);
- glLoadName(int) - Method in class javax.media.opengl.DebugGL
-
- glLoadName(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLoadName(GLuint name);
- glLoadName(int) - Method in class javax.media.opengl.TraceGL
-
- glLoadProgramNV(int, int, int, String) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glLoadProgramNV(GLenum target, GLuint id, GLsizei len, const GLubyte * program);
- glLoadProgramNV(int, int, int, String) - Method in class javax.media.opengl.DebugGL
-
- glLoadProgramNV(int, int, int, String) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glLoadProgramNV(GLenum target, GLuint id, GLsizei len, const GLubyte * program);
- glLoadProgramNV(int, int, int, String) - Method in class javax.media.opengl.TraceGL
-
- glLoadTransposeMatrixd(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glLoadTransposeMatrixd(const GLdouble * m);
- glLoadTransposeMatrixd(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glLoadTransposeMatrixd(const GLdouble * m);
- glLoadTransposeMatrixd(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glLoadTransposeMatrixd(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glLoadTransposeMatrixd(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glLoadTransposeMatrixd(const GLdouble * m);
- glLoadTransposeMatrixd(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glLoadTransposeMatrixd(const GLdouble * m);
- glLoadTransposeMatrixd(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glLoadTransposeMatrixd(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glLoadTransposeMatrixf(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glLoadTransposeMatrixf(const GLfloat * m);
- glLoadTransposeMatrixf(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glLoadTransposeMatrixf(const GLfloat * m);
- glLoadTransposeMatrixf(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glLoadTransposeMatrixf(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glLoadTransposeMatrixf(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glLoadTransposeMatrixf(const GLfloat * m);
- glLoadTransposeMatrixf(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glLoadTransposeMatrixf(const GLfloat * m);
- glLoadTransposeMatrixf(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glLoadTransposeMatrixf(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glLockArraysEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glLockArraysEXT(GLint x, GLsizei y);
- glLockArraysEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glLockArraysEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glLockArraysEXT(GLint x, GLsizei y);
- glLockArraysEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glLogicOp(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glLogicOp(GLenum opcode);
- glLogicOp(int) - Method in class javax.media.opengl.DebugGL
-
- glLogicOp(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glLogicOp(GLenum opcode);
- glLogicOp(int) - Method in class javax.media.opengl.TraceGL
-
- glMap1d(int, double, double, int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
- glMap1d(int, double, double, int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
- glMap1d(int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMap1d(int, double, double, int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glMap1d(int, double, double, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
- glMap1d(int, double, double, int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
- glMap1d(int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMap1d(int, double, double, int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glMap1f(int, float, float, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
- glMap1f(int, float, float, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
- glMap1f(int, float, float, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMap1f(int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMap1f(int, float, float, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
- glMap1f(int, float, float, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
- glMap1f(int, float, float, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glMap1f(int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMap2d(int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface 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);
- glMap2d(int, double, double, int, int, double, double, int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface 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);
- glMap2d(int, double, double, int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glMap2d(int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMap2d(int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface 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);
- glMap2d(int, double, double, int, int, double, double, int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Interface 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);
- glMap2d(int, double, double, int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glMap2d(int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMap2f(int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface 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);
- glMap2f(int, float, float, int, int, float, float, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface 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);
- glMap2f(int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMap2f(int, float, float, int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMap2f(int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface 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);
- glMap2f(int, float, float, int, int, float, float, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface 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);
- glMap2f(int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMap2f(int, float, float, int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glMapBuffer(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point to C language function:
LPVOID glMapBuffer(GLenum target, GLenum access);
- glMapBuffer(int, int) - Method in class javax.media.opengl.DebugGL
-
- glMapBuffer(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
GLvoid * glMapBuffer(GLenum target, GLenum access);
- glMapBuffer(int, int) - Method in class javax.media.opengl.TraceGL
-
- glMapBufferARB(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point to C language function:
LPVOID glMapBufferARB(GLenum target, GLenum access);
- glMapBufferARB(int, int) - Method in class javax.media.opengl.DebugGL
-
- glMapBufferARB(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
GLvoid * glMapBufferARB(GLenum target, GLenum access);
- glMapBufferARB(int, int) - Method in class javax.media.opengl.TraceGL
-
- glMapControlPointsNV(int, int, int, int, int, int, int, boolean, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glMapControlPointsNV(int, int, int, int, int, int, int, boolean, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glMapControlPointsNV(int, int, int, int, int, int, int, boolean, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glMapControlPointsNV(int, int, int, int, int, int, int, boolean, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glMapGrid1d(int, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMapGrid1d(GLint un, GLdouble u1, GLdouble u2);
- glMapGrid1d(int, double, double) - Method in class javax.media.opengl.DebugGL
-
- glMapGrid1d(int, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMapGrid1d(GLint un, GLdouble u1, GLdouble u2);
- glMapGrid1d(int, double, double) - Method in class javax.media.opengl.TraceGL
-
- glMapGrid1f(int, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMapGrid1f(GLint un, GLfloat u1, GLfloat u2);
- glMapGrid1f(int, float, float) - Method in class javax.media.opengl.DebugGL
-
- glMapGrid1f(int, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMapGrid1f(GLint un, GLfloat u1, GLfloat u2);
- glMapGrid1f(int, float, float) - Method in class javax.media.opengl.TraceGL
-
- glMapGrid2d(int, double, double, int, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2);
- glMapGrid2d(int, double, double, int, double, double) - Method in class javax.media.opengl.DebugGL
-
- glMapGrid2d(int, double, double, int, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2);
- glMapGrid2d(int, double, double, int, double, double) - Method in class javax.media.opengl.TraceGL
-
- glMapGrid2f(int, float, float, int, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2);
- glMapGrid2f(int, float, float, int, float, float) - Method in class javax.media.opengl.DebugGL
-
- glMapGrid2f(int, float, float, int, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2);
- glMapGrid2f(int, float, float, int, float, float) - Method in class javax.media.opengl.TraceGL
-
- glMapParameterfvNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMapParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
- glMapParameterfvNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMapParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
- glMapParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMapParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMapParameterfvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMapParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
- glMapParameterfvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMapParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
- glMapParameterfvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMapParameterfvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glMapParameterivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMapParameterivNV(GLenum target, GLenum pname, const GLint * params);
- glMapParameterivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMapParameterivNV(GLenum target, GLenum pname, const GLint * params);
- glMapParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glMapParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMapParameterivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMapParameterivNV(GLenum target, GLenum pname, const GLint * params);
- glMapParameterivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMapParameterivNV(GLenum target, GLenum pname, const GLint * params);
- glMapParameterivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glMapParameterivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMapVertexAttrib1dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMapVertexAttrib1dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMapVertexAttrib1dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMapVertexAttrib1dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMapVertexAttrib1fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMapVertexAttrib1fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMapVertexAttrib1fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMapVertexAttrib1fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glMaterialf(int, int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMaterialf(GLenum face, GLenum pname, GLfloat param);
- glMaterialf(int, int, float) - Method in class javax.media.opengl.DebugGL
-
- glMaterialf(int, int, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMaterialf(GLenum face, GLenum pname, GLfloat param);
- glMaterialf(int, int, float) - Method in class javax.media.opengl.TraceGL
-
- glMaterialfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMaterialfv(GLenum face, GLenum pname, const GLfloat * params);
- glMaterialfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMaterialfv(GLenum face, GLenum pname, const GLfloat * params);
- glMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMaterialfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMaterialfv(GLenum face, GLenum pname, const GLfloat * params);
- glMaterialfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMaterialfv(GLenum face, GLenum pname, const GLfloat * params);
- glMaterialfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMaterialfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glMateriali(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMateriali(GLenum face, GLenum pname, GLint param);
- glMateriali(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glMateriali(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMateriali(GLenum face, GLenum pname, GLint param);
- glMateriali(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glMaterialiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMaterialiv(GLenum face, GLenum pname, const GLint * params);
- glMaterialiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMaterialiv(GLenum face, GLenum pname, const GLint * params);
- glMaterialiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMaterialiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glMaterialiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMaterialiv(GLenum face, GLenum pname, const GLint * params);
- glMaterialiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMaterialiv(GLenum face, GLenum pname, const GLint * params);
- glMaterialiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMaterialiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glMatrixIndexPointerARB(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMatrixIndexPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glMatrixIndexPointerARB(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMatrixIndexPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glMatrixIndexPointerARB(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glMatrixIndexPointerARB(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glMatrixIndexPointerARB(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMatrixIndexPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glMatrixIndexPointerARB(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMatrixIndexPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glMatrixIndexPointerARB(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glMatrixIndexPointerARB(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glMatrixIndexubvARB(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMatrixIndexubvARB(GLint size, const GLubyte * weights);
- glMatrixIndexubvARB(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMatrixIndexubvARB(GLint size, const GLubyte * weights);
- glMatrixIndexubvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glMatrixIndexubvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMatrixIndexubvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMatrixIndexubvARB(GLint size, const GLubyte * weights);
- glMatrixIndexubvARB(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMatrixIndexubvARB(GLint size, const GLubyte * weights);
- glMatrixIndexubvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glMatrixIndexubvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMatrixIndexuivARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMatrixIndexuivARB(GLint n, const GLuint * ids);
- glMatrixIndexuivARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMatrixIndexuivARB(GLint n, const GLuint * ids);
- glMatrixIndexuivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMatrixIndexuivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glMatrixIndexuivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMatrixIndexuivARB(GLint n, const GLuint * ids);
- glMatrixIndexuivARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMatrixIndexuivARB(GLint n, const GLuint * ids);
- glMatrixIndexuivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMatrixIndexuivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glMatrixIndexusvARB(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMatrixIndexusvARB(GLint size, const GLushort * weights);
- glMatrixIndexusvARB(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMatrixIndexusvARB(GLint size, const GLushort * weights);
- glMatrixIndexusvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glMatrixIndexusvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMatrixIndexusvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMatrixIndexusvARB(GLint size, const GLushort * weights);
- glMatrixIndexusvARB(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMatrixIndexusvARB(GLint size, const GLushort * weights);
- glMatrixIndexusvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glMatrixIndexusvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMatrixMode(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMatrixMode(GLenum mode);
- glMatrixMode(int) - Method in class javax.media.opengl.DebugGL
-
- glMatrixMode(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMatrixMode(GLenum mode);
- glMatrixMode(int) - Method in class javax.media.opengl.TraceGL
-
- glMinmax(int, int, boolean) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMinmax(GLenum target, GLenum internalformat, GLboolean sink);
- glMinmax(int, int, boolean) - Method in class javax.media.opengl.DebugGL
-
- glMinmax(int, int, boolean) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMinmax(GLenum target, GLenum internalformat, GLboolean sink);
- glMinmax(int, int, boolean) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawArrays(int, IntBuffer, IntBuffer, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawArrays(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
- glMultiDrawArrays(int, int[], int, int[], int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawArrays(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
- glMultiDrawArrays(int, int[], int, int[], int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawArrays(int, IntBuffer, IntBuffer, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawArrays(int, IntBuffer, IntBuffer, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawArrays(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
- glMultiDrawArrays(int, int[], int, int[], int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawArrays(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
- glMultiDrawArrays(int, int[], int, int[], int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawArrays(int, IntBuffer, IntBuffer, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawArraysEXT(int, IntBuffer, IntBuffer, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawArraysEXT(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
- glMultiDrawArraysEXT(int, int[], int, int[], int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawArraysEXT(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
- glMultiDrawArraysEXT(int, int[], int, int[], int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawArraysEXT(int, IntBuffer, IntBuffer, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawArraysEXT(int, IntBuffer, IntBuffer, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawArraysEXT(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
- glMultiDrawArraysEXT(int, int[], int, int[], int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawArraysEXT(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
- glMultiDrawArraysEXT(int, int[], int, int[], int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawArraysEXT(int, IntBuffer, IntBuffer, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawElementArrayAPPLE(int, IntBuffer, IntBuffer, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawElementArrayAPPLE(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount);
- glMultiDrawElementArrayAPPLE(int, int[], int, int[], int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawElementArrayAPPLE(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount);
- glMultiDrawElementArrayAPPLE(int, IntBuffer, IntBuffer, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawElementArrayAPPLE(int, int[], int, int[], int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawElementArrayAPPLE(int, IntBuffer, IntBuffer, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawElementArrayAPPLE(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount);
- glMultiDrawElementArrayAPPLE(int, int[], int, int[], int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawElementArrayAPPLE(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount);
- glMultiDrawElementArrayAPPLE(int, IntBuffer, IntBuffer, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawElementArrayAPPLE(int, int[], int, int[], int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawElements(int, IntBuffer, int, Buffer[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawElements(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
- glMultiDrawElements(int, int[], int, int, Buffer[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawElements(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
- glMultiDrawElements(int, int[], int, int, Buffer[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawElements(int, IntBuffer, int, Buffer[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawElements(int, IntBuffer, int, Buffer[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawElements(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
- glMultiDrawElements(int, int[], int, int, Buffer[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawElements(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
- glMultiDrawElements(int, int[], int, int, Buffer[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawElements(int, IntBuffer, int, Buffer[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawElementsEXT(int, IntBuffer, int, Buffer[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawElementsEXT(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
- glMultiDrawElementsEXT(int, int[], int, int, Buffer[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawElementsEXT(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
- glMultiDrawElementsEXT(int, int[], int, int, Buffer[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawElementsEXT(int, IntBuffer, int, Buffer[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawElementsEXT(int, IntBuffer, int, Buffer[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawElementsEXT(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
- glMultiDrawElementsEXT(int, int[], int, int, Buffer[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawElementsEXT(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
- glMultiDrawElementsEXT(int, int[], int, int, Buffer[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawElementsEXT(int, IntBuffer, int, Buffer[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawRangeElementArrayAPPLE(int, int, int, IntBuffer, IntBuffer, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GLuint end, const GLint * first, const GLsizei * count, GLsizei primcount);
- glMultiDrawRangeElementArrayAPPLE(int, int, int, int[], int, int[], int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GLuint end, const GLint * first, const GLsizei * count, GLsizei primcount);
- glMultiDrawRangeElementArrayAPPLE(int, int, int, IntBuffer, IntBuffer, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawRangeElementArrayAPPLE(int, int, int, int[], int, int[], int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiDrawRangeElementArrayAPPLE(int, int, int, IntBuffer, IntBuffer, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GLuint end, const GLint * first, const GLsizei * count, GLsizei primcount);
- glMultiDrawRangeElementArrayAPPLE(int, int, int, int[], int, int[], int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GLuint end, const GLint * first, const GLsizei * count, GLsizei primcount);
- glMultiDrawRangeElementArrayAPPLE(int, int, int, IntBuffer, IntBuffer, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiDrawRangeElementArrayAPPLE(int, int, int, int[], int, int[], int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiModeDrawArraysIBM(IntBuffer, IntBuffer, IntBuffer, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiModeDrawArraysIBM(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
- glMultiModeDrawArraysIBM(int[], int, int[], int, int[], int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiModeDrawArraysIBM(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
- glMultiModeDrawArraysIBM(IntBuffer, IntBuffer, IntBuffer, int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiModeDrawArraysIBM(int[], int, int[], int, int[], int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiModeDrawArraysIBM(IntBuffer, IntBuffer, IntBuffer, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiModeDrawArraysIBM(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
- glMultiModeDrawArraysIBM(int[], int, int[], int, int[], int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiModeDrawArraysIBM(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
- glMultiModeDrawArraysIBM(IntBuffer, IntBuffer, IntBuffer, int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiModeDrawArraysIBM(int[], int, int[], int, int[], int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiModeDrawElementsIBM(IntBuffer, IntBuffer, int, Buffer[], int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiModeDrawElementsIBM(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
- glMultiModeDrawElementsIBM(int[], int, int[], int, int, Buffer[], int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiModeDrawElementsIBM(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
- glMultiModeDrawElementsIBM(IntBuffer, IntBuffer, int, Buffer[], int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiModeDrawElementsIBM(int[], int, int[], int, int, Buffer[], int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiModeDrawElementsIBM(IntBuffer, IntBuffer, int, Buffer[], int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiModeDrawElementsIBM(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
- glMultiModeDrawElementsIBM(int[], int, int[], int, int, Buffer[], int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiModeDrawElementsIBM(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
- glMultiModeDrawElementsIBM(IntBuffer, IntBuffer, int, Buffer[], int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiModeDrawElementsIBM(int[], int, int[], int, int, Buffer[], int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1d(int, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1d(GLenum target, GLdouble s);
- glMultiTexCoord1d(int, double) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1d(int, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1d(GLenum target, GLdouble s);
- glMultiTexCoord1d(int, double) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1dv(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1dv(GLenum target, const GLdouble * v);
- glMultiTexCoord1dv(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1dv(GLenum target, const GLdouble * v);
- glMultiTexCoord1dv(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1dv(GLenum target, const GLdouble * v);
- glMultiTexCoord1dv(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1dv(GLenum target, const GLdouble * v);
- glMultiTexCoord1dv(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1f(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1f(GLenum target, GLfloat s);
- glMultiTexCoord1f(int, float) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1f(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1f(GLenum target, GLfloat s);
- glMultiTexCoord1f(int, float) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1fv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1fv(GLenum target, const GLfloat * v);
- glMultiTexCoord1fv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1fv(GLenum target, const GLfloat * v);
- glMultiTexCoord1fv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1fv(GLenum target, const GLfloat * v);
- glMultiTexCoord1fv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1fv(GLenum target, const GLfloat * v);
- glMultiTexCoord1fv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1hNV(int, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1hNV(GLenum target, GLhalfNV s);
- glMultiTexCoord1hNV(int, short) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1hNV(int, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1hNV(GLenum target, GLhalfNV s);
- glMultiTexCoord1hNV(int, short) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1hvNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord1hvNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord1hvNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1hvNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1hvNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord1hvNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord1hvNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1hvNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1i(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1i(GLenum target, GLint s);
- glMultiTexCoord1i(int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1i(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1i(GLenum target, GLint s);
- glMultiTexCoord1i(int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1iv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1iv(GLenum target, const GLint * v);
- glMultiTexCoord1iv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1iv(GLenum target, const GLint * v);
- glMultiTexCoord1iv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1iv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1iv(GLenum target, const GLint * v);
- glMultiTexCoord1iv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1iv(GLenum target, const GLint * v);
- glMultiTexCoord1iv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1s(int, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1s(GLenum target, GLshort s);
- glMultiTexCoord1s(int, short) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1s(int, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1s(GLenum target, GLshort s);
- glMultiTexCoord1s(int, short) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1sv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1sv(GLenum target, const GLshort * v);
- glMultiTexCoord1sv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1sv(GLenum target, const GLshort * v);
- glMultiTexCoord1sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1sv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord1sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1sv(GLenum target, const GLshort * v);
- glMultiTexCoord1sv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord1sv(GLenum target, const GLshort * v);
- glMultiTexCoord1sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord1sv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2d(int, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2d(GLenum target, GLdouble s, GLdouble t);
- glMultiTexCoord2d(int, double, double) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2d(int, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2d(GLenum target, GLdouble s, GLdouble t);
- glMultiTexCoord2d(int, double, double) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2dv(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2dv(GLenum target, const GLdouble * v);
- glMultiTexCoord2dv(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2dv(GLenum target, const GLdouble * v);
- glMultiTexCoord2dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2dv(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2dv(GLenum target, const GLdouble * v);
- glMultiTexCoord2dv(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2dv(GLenum target, const GLdouble * v);
- glMultiTexCoord2dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2dv(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2f(int, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2f(GLenum target, GLfloat s, GLfloat t);
- glMultiTexCoord2f(int, float, float) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2f(int, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2f(GLenum target, GLfloat s, GLfloat t);
- glMultiTexCoord2f(int, float, float) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2fv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2fv(GLenum target, const GLfloat * v);
- glMultiTexCoord2fv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2fv(GLenum target, const GLfloat * v);
- glMultiTexCoord2fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2fv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2fv(GLenum target, const GLfloat * v);
- glMultiTexCoord2fv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2fv(GLenum target, const GLfloat * v);
- glMultiTexCoord2fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2fv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2hNV(int, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2hNV(GLenum target, GLhalfNV s, GLhalfNV t);
- glMultiTexCoord2hNV(int, short, short) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2hNV(int, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2hNV(GLenum target, GLhalfNV s, GLhalfNV t);
- glMultiTexCoord2hNV(int, short, short) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2hvNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord2hvNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord2hvNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2hvNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2hvNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord2hvNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord2hvNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2hvNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2i(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2i(GLenum target, GLint s, GLint t);
- glMultiTexCoord2i(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2i(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2i(GLenum target, GLint s, GLint t);
- glMultiTexCoord2i(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2iv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2iv(GLenum target, const GLint * v);
- glMultiTexCoord2iv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2iv(GLenum target, const GLint * v);
- glMultiTexCoord2iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2iv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2iv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2iv(GLenum target, const GLint * v);
- glMultiTexCoord2iv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2iv(GLenum target, const GLint * v);
- glMultiTexCoord2iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2iv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2s(int, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2s(GLenum target, GLshort s, GLshort t);
- glMultiTexCoord2s(int, short, short) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2s(int, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2s(GLenum target, GLshort s, GLshort t);
- glMultiTexCoord2s(int, short, short) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2sv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2sv(GLenum target, const GLshort * v);
- glMultiTexCoord2sv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2sv(GLenum target, const GLshort * v);
- glMultiTexCoord2sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2sv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord2sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2sv(GLenum target, const GLshort * v);
- glMultiTexCoord2sv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord2sv(GLenum target, const GLshort * v);
- glMultiTexCoord2sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord2sv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3d(int, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3d(GLenum target, GLdouble s, GLdouble t, GLdouble r);
- glMultiTexCoord3d(int, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3d(int, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3d(GLenum target, GLdouble s, GLdouble t, GLdouble r);
- glMultiTexCoord3d(int, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3dv(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3dv(GLenum target, const GLdouble * v);
- glMultiTexCoord3dv(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3dv(GLenum target, const GLdouble * v);
- glMultiTexCoord3dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3dv(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3dv(GLenum target, const GLdouble * v);
- glMultiTexCoord3dv(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3dv(GLenum target, const GLdouble * v);
- glMultiTexCoord3dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3dv(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3f(int, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3f(GLenum target, GLfloat s, GLfloat t, GLfloat r);
- glMultiTexCoord3f(int, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3f(int, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3f(GLenum target, GLfloat s, GLfloat t, GLfloat r);
- glMultiTexCoord3f(int, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3fv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3fv(GLenum target, const GLfloat * v);
- glMultiTexCoord3fv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3fv(GLenum target, const GLfloat * v);
- glMultiTexCoord3fv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3fv(GLenum target, const GLfloat * v);
- glMultiTexCoord3fv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3fv(GLenum target, const GLfloat * v);
- glMultiTexCoord3fv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3hNV(int, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r);
- glMultiTexCoord3hNV(int, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3hNV(int, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r);
- glMultiTexCoord3hNV(int, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3hvNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord3hvNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord3hvNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3hvNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3hvNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord3hvNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord3hvNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3hvNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3i(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3i(GLenum target, GLint s, GLint t, GLint r);
- glMultiTexCoord3i(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3i(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3i(GLenum target, GLint s, GLint t, GLint r);
- glMultiTexCoord3i(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3iv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3iv(GLenum target, const GLint * v);
- glMultiTexCoord3iv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3iv(GLenum target, const GLint * v);
- glMultiTexCoord3iv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3iv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3iv(GLenum target, const GLint * v);
- glMultiTexCoord3iv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3iv(GLenum target, const GLint * v);
- glMultiTexCoord3iv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3s(int, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r);
- glMultiTexCoord3s(int, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3s(int, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r);
- glMultiTexCoord3s(int, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3sv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3sv(GLenum target, const GLshort * v);
- glMultiTexCoord3sv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3sv(GLenum target, const GLshort * v);
- glMultiTexCoord3sv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord3sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3sv(GLenum target, const GLshort * v);
- glMultiTexCoord3sv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord3sv(GLenum target, const GLshort * v);
- glMultiTexCoord3sv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord3sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4d(int, double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4d(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glMultiTexCoord4d(int, double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4d(int, double, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4d(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glMultiTexCoord4d(int, double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4dv(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4dv(GLenum target, const GLdouble * v);
- glMultiTexCoord4dv(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4dv(GLenum target, const GLdouble * v);
- glMultiTexCoord4dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4dv(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4dv(GLenum target, const GLdouble * v);
- glMultiTexCoord4dv(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4dv(GLenum target, const GLdouble * v);
- glMultiTexCoord4dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4dv(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4f(int, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glMultiTexCoord4f(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4f(int, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glMultiTexCoord4f(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4fv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4fv(GLenum target, const GLfloat * v);
- glMultiTexCoord4fv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4fv(GLenum target, const GLfloat * v);
- glMultiTexCoord4fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4fv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4fv(GLenum target, const GLfloat * v);
- glMultiTexCoord4fv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4fv(GLenum target, const GLfloat * v);
- glMultiTexCoord4fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4fv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4hNV(int, short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q);
- glMultiTexCoord4hNV(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4hNV(int, short, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q);
- glMultiTexCoord4hNV(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4hvNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord4hvNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord4hvNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4hvNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4hvNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord4hvNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4hvNV(GLenum index, const GLhalfNV * v);
- glMultiTexCoord4hvNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4hvNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4i(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4i(GLenum target, GLint start, GLint x, GLint y, GLint width);
- glMultiTexCoord4i(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4i(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4i(GLenum target, GLint start, GLint x, GLint y, GLint width);
- glMultiTexCoord4i(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4iv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4iv(GLenum target, const GLint * v);
- glMultiTexCoord4iv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4iv(GLenum target, const GLint * v);
- glMultiTexCoord4iv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4iv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4iv(GLenum target, const GLint * v);
- glMultiTexCoord4iv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4iv(GLenum target, const GLint * v);
- glMultiTexCoord4iv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4s(int, short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4s(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
- glMultiTexCoord4s(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4s(int, short, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4s(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
- glMultiTexCoord4s(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4sv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4sv(GLenum target, const GLshort * v);
- glMultiTexCoord4sv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4sv(GLenum target, const GLshort * v);
- glMultiTexCoord4sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4sv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultiTexCoord4sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4sv(GLenum target, const GLshort * v);
- glMultiTexCoord4sv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultiTexCoord4sv(GLenum target, const GLshort * v);
- glMultiTexCoord4sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultiTexCoord4sv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultMatrixd(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMultMatrixd(const GLdouble * m);
- glMultMatrixd(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMultMatrixd(const GLdouble * m);
- glMultMatrixd(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultMatrixd(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultMatrixd(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMultMatrixd(const GLdouble * m);
- glMultMatrixd(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMultMatrixd(const GLdouble * m);
- glMultMatrixd(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultMatrixd(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultMatrixf(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMultMatrixf(const GLfloat * m);
- glMultMatrixf(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glMultMatrixf(const GLfloat * m);
- glMultMatrixf(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultMatrixf(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultMatrixf(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMultMatrixf(const GLfloat * m);
- glMultMatrixf(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glMultMatrixf(const GLfloat * m);
- glMultMatrixf(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultMatrixf(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultTransposeMatrixd(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultTransposeMatrixd(const GLdouble * m);
- glMultTransposeMatrixd(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultTransposeMatrixd(const GLdouble * m);
- glMultTransposeMatrixd(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultTransposeMatrixd(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultTransposeMatrixd(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultTransposeMatrixd(const GLdouble * m);
- glMultTransposeMatrixd(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultTransposeMatrixd(const GLdouble * m);
- glMultTransposeMatrixd(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultTransposeMatrixd(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glMultTransposeMatrixf(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultTransposeMatrixf(const GLfloat * m);
- glMultTransposeMatrixf(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glMultTransposeMatrixf(const GLfloat * m);
- glMultTransposeMatrixf(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glMultTransposeMatrixf(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glMultTransposeMatrixf(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultTransposeMatrixf(const GLfloat * m);
- glMultTransposeMatrixf(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glMultTransposeMatrixf(const GLfloat * m);
- glMultTransposeMatrixf(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glMultTransposeMatrixf(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glNewBufferRegion(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glNewBufferRegion(GLenum type);
- glNewBufferRegion(int) - Method in class javax.media.opengl.DebugGL
-
- glNewBufferRegion(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glNewBufferRegion(GLenum type);
- glNewBufferRegion(int) - Method in class javax.media.opengl.TraceGL
-
- glNewList(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNewList(GLuint list, GLenum mode);
- glNewList(int, int) - Method in class javax.media.opengl.DebugGL
-
- glNewList(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNewList(GLuint list, GLenum mode);
- glNewList(int, int) - Method in class javax.media.opengl.TraceGL
-
- glNewObjectBufferATI(int, Buffer, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLuint glNewObjectBufferATI(GLsizei size, const GLvoid * pointer, GLenum usage);
- glNewObjectBufferATI(int, Buffer, int) - Method in class javax.media.opengl.DebugGL
-
- glNewObjectBufferATI(int, Buffer, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLuint glNewObjectBufferATI(GLsizei size, const GLvoid * pointer, GLenum usage);
- glNewObjectBufferATI(int, Buffer, int) - Method in class javax.media.opengl.TraceGL
-
- glNormal3b(byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz);
- glNormal3b(byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glNormal3b(byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz);
- glNormal3b(byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glNormal3bv(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3bv(const GLbyte * v);
- glNormal3bv(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3bv(const GLbyte * v);
- glNormal3bv(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormal3bv(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormal3bv(ByteBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3bv(const GLbyte * v);
- glNormal3bv(byte[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3bv(const GLbyte * v);
- glNormal3bv(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormal3bv(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glNormal3d(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3d(GLdouble nx, GLdouble ny, GLdouble nz);
- glNormal3d(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glNormal3d(double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3d(GLdouble nx, GLdouble ny, GLdouble nz);
- glNormal3d(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glNormal3dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3dv(const GLdouble * v);
- glNormal3dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3dv(const GLdouble * v);
- glNormal3dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormal3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormal3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3dv(const GLdouble * v);
- glNormal3dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3dv(const GLdouble * v);
- glNormal3dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glNormal3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormal3f(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
- glNormal3f(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glNormal3f(float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
- glNormal3f(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glNormal3fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3fv(const GLfloat * v);
- glNormal3fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3fv(const GLfloat * v);
- glNormal3fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormal3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormal3fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3fv(const GLfloat * v);
- glNormal3fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3fv(const GLfloat * v);
- glNormal3fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glNormal3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormal3fVertex3fSUN(float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormal3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
- glNormal3fVertex3fSUN(float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glNormal3fVertex3fSUN(float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormal3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
- glNormal3fVertex3fSUN(float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glNormal3fVertex3fvSUN(float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glNormal3fVertex3fvSUN(float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glNormal3fVertex3fvSUN(float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glNormal3fVertex3fvSUN(float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormal3hNV(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormal3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
- glNormal3hNV(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glNormal3hNV(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormal3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
- glNormal3hNV(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glNormal3hvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormal3hvNV(const GLhalfNV * v);
- glNormal3hvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormal3hvNV(const GLhalfNV * v);
- glNormal3hvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormal3hvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormal3hvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormal3hvNV(const GLhalfNV * v);
- glNormal3hvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormal3hvNV(const GLhalfNV * v);
- glNormal3hvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormal3hvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glNormal3i(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3i(GLint nx, GLint ny, GLint nz);
- glNormal3i(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glNormal3i(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3i(GLint nx, GLint ny, GLint nz);
- glNormal3i(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glNormal3iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3iv(const GLint * v);
- glNormal3iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3iv(const GLint * v);
- glNormal3iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormal3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormal3iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3iv(const GLint * v);
- glNormal3iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3iv(const GLint * v);
- glNormal3iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glNormal3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormal3s(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3s(GLshort nx, GLshort ny, GLshort nz);
- glNormal3s(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glNormal3s(short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3s(GLshort nx, GLshort ny, GLshort nz);
- glNormal3s(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glNormal3sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3sv(const GLshort * v);
- glNormal3sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormal3sv(const GLshort * v);
- glNormal3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormal3sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormal3sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3sv(const GLshort * v);
- glNormal3sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormal3sv(const GLshort * v);
- glNormal3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormal3sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glNormalPointer(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormalPointer(GLenum type, GLsizei stride, const GLvoid * ptr);
- glNormalPointer(int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glNormalPointer(GLenum type, GLsizei stride, const GLvoid * ptr);
- glNormalPointer(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glNormalPointer(int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glNormalPointer(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormalPointer(GLenum type, GLsizei stride, const GLvoid * ptr);
- glNormalPointer(int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glNormalPointer(GLenum type, GLsizei stride, const GLvoid * ptr);
- glNormalPointer(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glNormalPointer(int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3bATI(int, byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3bATI(GLenum stream, GLbyte nx, GLbyte ny, GLbyte nz);
- glNormalStream3bATI(int, byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3bATI(int, byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3bATI(GLenum stream, GLbyte nx, GLbyte ny, GLbyte nz);
- glNormalStream3bATI(int, byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3bvATI(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3bvATI(GLenum index, const GLbyte * v);
- glNormalStream3bvATI(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3bvATI(GLenum index, const GLbyte * v);
- glNormalStream3bvATI(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3bvATI(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3bvATI(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3bvATI(GLenum index, const GLbyte * v);
- glNormalStream3bvATI(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3bvATI(GLenum index, const GLbyte * v);
- glNormalStream3bvATI(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3bvATI(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3dATI(int, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3dATI(GLenum target, GLdouble s, GLdouble t, GLdouble r);
- glNormalStream3dATI(int, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3dATI(int, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3dATI(GLenum target, GLdouble s, GLdouble t, GLdouble r);
- glNormalStream3dATI(int, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3dvATI(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3dvATI(GLenum target, const GLdouble * v);
- glNormalStream3dvATI(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3dvATI(GLenum target, const GLdouble * v);
- glNormalStream3dvATI(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3dvATI(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3dvATI(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3dvATI(GLenum target, const GLdouble * v);
- glNormalStream3dvATI(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3dvATI(GLenum target, const GLdouble * v);
- glNormalStream3dvATI(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3dvATI(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3fATI(int, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3fATI(GLenum target, GLfloat s, GLfloat t, GLfloat r);
- glNormalStream3fATI(int, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3fATI(int, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3fATI(GLenum target, GLfloat s, GLfloat t, GLfloat r);
- glNormalStream3fATI(int, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3fvATI(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3fvATI(GLenum target, const GLfloat * v);
- glNormalStream3fvATI(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3fvATI(GLenum target, const GLfloat * v);
- glNormalStream3fvATI(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3fvATI(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3fvATI(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3fvATI(GLenum target, const GLfloat * v);
- glNormalStream3fvATI(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3fvATI(GLenum target, const GLfloat * v);
- glNormalStream3fvATI(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3fvATI(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3iATI(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3iATI(GLenum target, GLint s, GLint t, GLint r);
- glNormalStream3iATI(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3iATI(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3iATI(GLenum target, GLint s, GLint t, GLint r);
- glNormalStream3iATI(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3ivATI(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3ivATI(GLenum target, const GLint * v);
- glNormalStream3ivATI(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3ivATI(GLenum target, const GLint * v);
- glNormalStream3ivATI(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3ivATI(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3ivATI(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3ivATI(GLenum target, const GLint * v);
- glNormalStream3ivATI(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3ivATI(GLenum target, const GLint * v);
- glNormalStream3ivATI(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3ivATI(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3sATI(int, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3sATI(GLenum target, GLshort s, GLshort t, GLshort r);
- glNormalStream3sATI(int, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3sATI(int, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3sATI(GLenum target, GLshort s, GLshort t, GLshort r);
- glNormalStream3sATI(int, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3svATI(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3svATI(GLenum target, const GLshort * v);
- glNormalStream3svATI(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glNormalStream3svATI(GLenum target, const GLshort * v);
- glNormalStream3svATI(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3svATI(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glNormalStream3svATI(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3svATI(GLenum target, const GLshort * v);
- glNormalStream3svATI(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glNormalStream3svATI(GLenum target, const GLshort * v);
- glNormalStream3svATI(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glNormalStream3svATI(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- GLObjectTracker - Class in com.sun.opengl.impl
-
Tracks the creation of server-side OpenGL objects which can be
shared between contexts.
- GLObjectTracker() - Constructor for class com.sun.opengl.impl.GLObjectTracker
-
- glOrtho(double, double, double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val);
- glOrtho(double, double, double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glOrtho(double, double, double, double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val);
- glOrtho(double, double, double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glPassTexCoordATI(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPassTexCoordATI(GLuint red, GLuint green, GLenum blue);
- glPassTexCoordATI(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glPassTexCoordATI(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPassTexCoordATI(GLuint red, GLuint green, GLenum blue);
- glPassTexCoordATI(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glPassThrough(float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPassThrough(GLfloat token);
- glPassThrough(float) - Method in class javax.media.opengl.DebugGL
-
- glPassThrough(float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPassThrough(GLfloat token);
- glPassThrough(float) - Method in class javax.media.opengl.TraceGL
-
- GLPbuffer - Interface in javax.media.opengl
-
Provides offscreen rendering support via pbuffers.
- GLPbufferImpl - Class in com.sun.opengl.impl
-
Platform-independent class exposing pbuffer functionality to
applications.
- GLPbufferImpl(GLDrawableImpl, GLContext) - Constructor for class com.sun.opengl.impl.GLPbufferImpl
-
- glPixelDataRangeNV(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelDataRangeNV(GLenum target, GLsizei level, GLvoid * img);
- glPixelDataRangeNV(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glPixelDataRangeNV(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelDataRangeNV(GLenum target, GLsizei level, GLvoid * img);
- glPixelDataRangeNV(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glPixelMapfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat * values);
- glPixelMapfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat * values);
- glPixelMapfv(int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat * values);
- glPixelMapfv(int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glPixelMapfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glPixelMapfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPixelMapfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat * values);
- glPixelMapfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat * values);
- glPixelMapfv(int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat * values);
- glPixelMapfv(int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glPixelMapfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glPixelMapfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPixelMapuiv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint * values);
- glPixelMapuiv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint * values);
- glPixelMapuiv(int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint * values);
- glPixelMapuiv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glPixelMapuiv(int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glPixelMapuiv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPixelMapuiv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint * values);
- glPixelMapuiv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint * values);
- glPixelMapuiv(int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint * values);
- glPixelMapuiv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glPixelMapuiv(int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glPixelMapuiv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPixelMapusv(int, int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelMapusv(GLenum map, GLint mapsize, const GLushort * values);
- glPixelMapusv(int, int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelMapusv(GLenum map, GLint mapsize, const GLushort * values);
- glPixelMapusv(int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelMapusv(GLenum map, GLint mapsize, const GLushort * values);
- glPixelMapusv(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPixelMapusv(int, int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glPixelMapusv(int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glPixelMapusv(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelMapusv(GLenum map, GLint mapsize, const GLushort * values);
- glPixelMapusv(int, int, short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelMapusv(GLenum map, GLint mapsize, const GLushort * values);
- glPixelMapusv(int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelMapusv(GLenum map, GLint mapsize, const GLushort * values);
- glPixelMapusv(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPixelMapusv(int, int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glPixelMapusv(int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glPixelStoref(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelStoref(GLenum pname, GLfloat param);
- glPixelStoref(int, float) - Method in class javax.media.opengl.DebugGL
-
- glPixelStoref(int, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelStoref(GLenum pname, GLfloat param);
- glPixelStoref(int, float) - Method in class javax.media.opengl.TraceGL
-
- glPixelStorei(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelStorei(GLenum pname, GLint param);
- glPixelStorei(int, int) - Method in class javax.media.opengl.DebugGL
-
- glPixelStorei(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelStorei(GLenum pname, GLint param);
- glPixelStorei(int, int) - Method in class javax.media.opengl.TraceGL
-
- glPixelTexGenParameterfSGIS(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameterfSGIS(GLenum target, GLfloat s);
- glPixelTexGenParameterfSGIS(int, float) - Method in class javax.media.opengl.DebugGL
-
- glPixelTexGenParameterfSGIS(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameterfSGIS(GLenum target, GLfloat s);
- glPixelTexGenParameterfSGIS(int, float) - Method in class javax.media.opengl.TraceGL
-
- glPixelTexGenParameterfvSGIS(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameterfvSGIS(GLenum target, const GLfloat * v);
- glPixelTexGenParameterfvSGIS(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameterfvSGIS(GLenum target, const GLfloat * v);
- glPixelTexGenParameterfvSGIS(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glPixelTexGenParameterfvSGIS(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPixelTexGenParameterfvSGIS(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameterfvSGIS(GLenum target, const GLfloat * v);
- glPixelTexGenParameterfvSGIS(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameterfvSGIS(GLenum target, const GLfloat * v);
- glPixelTexGenParameterfvSGIS(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glPixelTexGenParameterfvSGIS(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPixelTexGenParameteriSGIS(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameteriSGIS(GLenum target, GLint s);
- glPixelTexGenParameteriSGIS(int, int) - Method in class javax.media.opengl.DebugGL
-
- glPixelTexGenParameteriSGIS(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameteriSGIS(GLenum target, GLint s);
- glPixelTexGenParameteriSGIS(int, int) - Method in class javax.media.opengl.TraceGL
-
- glPixelTexGenParameterivSGIS(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameterivSGIS(GLenum target, const GLint * v);
- glPixelTexGenParameterivSGIS(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameterivSGIS(GLenum target, const GLint * v);
- glPixelTexGenParameterivSGIS(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glPixelTexGenParameterivSGIS(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPixelTexGenParameterivSGIS(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameterivSGIS(GLenum target, const GLint * v);
- glPixelTexGenParameterivSGIS(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTexGenParameterivSGIS(GLenum target, const GLint * v);
- glPixelTexGenParameterivSGIS(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glPixelTexGenParameterivSGIS(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPixelTexGenSGIX(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTexGenSGIX(GLenum mode);
- glPixelTexGenSGIX(int) - Method in class javax.media.opengl.DebugGL
-
- glPixelTexGenSGIX(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTexGenSGIX(GLenum mode);
- glPixelTexGenSGIX(int) - Method in class javax.media.opengl.TraceGL
-
- glPixelTransferf(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelTransferf(GLenum pname, GLfloat param);
- glPixelTransferf(int, float) - Method in class javax.media.opengl.DebugGL
-
- glPixelTransferf(int, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelTransferf(GLenum pname, GLfloat param);
- glPixelTransferf(int, float) - Method in class javax.media.opengl.TraceGL
-
- glPixelTransferi(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelTransferi(GLenum pname, GLint param);
- glPixelTransferi(int, int) - Method in class javax.media.opengl.DebugGL
-
- glPixelTransferi(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelTransferi(GLenum pname, GLint param);
- glPixelTransferi(int, int) - Method in class javax.media.opengl.TraceGL
-
- glPixelTransformParameterfEXT(int, int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameterfEXT(GLenum target, GLenum pname, GLfloat params);
- glPixelTransformParameterfEXT(int, int, float) - Method in class javax.media.opengl.DebugGL
-
- glPixelTransformParameterfEXT(int, int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameterfEXT(GLenum target, GLenum pname, GLfloat params);
- glPixelTransformParameterfEXT(int, int, float) - Method in class javax.media.opengl.TraceGL
-
- glPixelTransformParameterfvEXT(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameterfvEXT(GLenum target, GLenum pname, const GLfloat * params);
- glPixelTransformParameterfvEXT(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameterfvEXT(GLenum target, GLenum pname, const GLfloat * params);
- glPixelTransformParameterfvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPixelTransformParameterfvEXT(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glPixelTransformParameterfvEXT(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameterfvEXT(GLenum target, GLenum pname, const GLfloat * params);
- glPixelTransformParameterfvEXT(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameterfvEXT(GLenum target, GLenum pname, const GLfloat * params);
- glPixelTransformParameterfvEXT(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPixelTransformParameterfvEXT(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glPixelTransformParameteriEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameteriEXT(GLenum target, GLenum pname, GLint params);
- glPixelTransformParameteriEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glPixelTransformParameteriEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameteriEXT(GLenum target, GLenum pname, GLint params);
- glPixelTransformParameteriEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glPixelTransformParameterivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameterivEXT(GLenum target, GLenum pname, const GLint * params);
- glPixelTransformParameterivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameterivEXT(GLenum target, GLenum pname, const GLint * params);
- glPixelTransformParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPixelTransformParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glPixelTransformParameterivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameterivEXT(GLenum target, GLenum pname, const GLint * params);
- glPixelTransformParameterivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPixelTransformParameterivEXT(GLenum target, GLenum pname, const GLint * params);
- glPixelTransformParameterivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPixelTransformParameterivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glPixelZoom(float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPixelZoom(GLfloat xfactor, GLfloat yfactor);
- glPixelZoom(float, float) - Method in class javax.media.opengl.DebugGL
-
- glPixelZoom(float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPixelZoom(GLfloat xfactor, GLfloat yfactor);
- glPixelZoom(float, float) - Method in class javax.media.opengl.TraceGL
-
- glPNTrianglesfATI(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPNTrianglesfATI(GLenum target, GLfloat s);
- glPNTrianglesfATI(int, float) - Method in class javax.media.opengl.DebugGL
-
- glPNTrianglesfATI(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPNTrianglesfATI(GLenum target, GLfloat s);
- glPNTrianglesfATI(int, float) - Method in class javax.media.opengl.TraceGL
-
- glPNTrianglesiATI(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPNTrianglesiATI(GLenum target, GLint s);
- glPNTrianglesiATI(int, int) - Method in class javax.media.opengl.DebugGL
-
- glPNTrianglesiATI(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPNTrianglesiATI(GLenum target, GLint s);
- glPNTrianglesiATI(int, int) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterf(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterf(GLenum target, GLfloat s);
- glPointParameterf(int, float) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterf(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterf(GLenum target, GLfloat s);
- glPointParameterf(int, float) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterfARB(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterfARB(GLenum target, GLfloat s);
- glPointParameterfARB(int, float) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterfARB(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterfARB(GLenum target, GLfloat s);
- glPointParameterfARB(int, float) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterfEXT(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterfEXT(GLenum target, GLfloat s);
- glPointParameterfEXT(int, float) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterfEXT(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterfEXT(GLenum target, GLfloat s);
- glPointParameterfEXT(int, float) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterfSGIS(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterfSGIS(GLenum target, GLfloat s);
- glPointParameterfSGIS(int, float) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterfSGIS(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterfSGIS(GLenum target, GLfloat s);
- glPointParameterfSGIS(int, float) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterfv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterfv(GLenum target, const GLfloat * v);
- glPointParameterfv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterfv(GLenum target, const GLfloat * v);
- glPointParameterfv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterfv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterfv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterfv(GLenum target, const GLfloat * v);
- glPointParameterfv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterfv(GLenum target, const GLfloat * v);
- glPointParameterfv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterfv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterfvARB(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterfvARB(GLenum target, const GLfloat * v);
- glPointParameterfvARB(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterfvARB(GLenum target, const GLfloat * v);
- glPointParameterfvARB(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterfvARB(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterfvARB(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterfvARB(GLenum target, const GLfloat * v);
- glPointParameterfvARB(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterfvARB(GLenum target, const GLfloat * v);
- glPointParameterfvARB(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterfvARB(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterfvEXT(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterfvEXT(GLenum target, const GLfloat * v);
- glPointParameterfvEXT(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterfvEXT(GLenum target, const GLfloat * v);
- glPointParameterfvEXT(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterfvEXT(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterfvEXT(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterfvEXT(GLenum target, const GLfloat * v);
- glPointParameterfvEXT(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterfvEXT(GLenum target, const GLfloat * v);
- glPointParameterfvEXT(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterfvEXT(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterfvSGIS(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterfvSGIS(GLenum target, const GLfloat * v);
- glPointParameterfvSGIS(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterfvSGIS(GLenum target, const GLfloat * v);
- glPointParameterfvSGIS(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterfvSGIS(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterfvSGIS(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterfvSGIS(GLenum target, const GLfloat * v);
- glPointParameterfvSGIS(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterfvSGIS(GLenum target, const GLfloat * v);
- glPointParameterfvSGIS(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterfvSGIS(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPointParameteri(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameteri(GLenum target, GLint s);
- glPointParameteri(int, int) - Method in class javax.media.opengl.DebugGL
-
- glPointParameteri(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameteri(GLenum target, GLint s);
- glPointParameteri(int, int) - Method in class javax.media.opengl.TraceGL
-
- glPointParameteriNV(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameteriNV(GLenum target, GLint s);
- glPointParameteriNV(int, int) - Method in class javax.media.opengl.DebugGL
-
- glPointParameteriNV(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameteriNV(GLenum target, GLint s);
- glPointParameteriNV(int, int) - Method in class javax.media.opengl.TraceGL
-
- glPointParameteriv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameteriv(GLenum target, const GLint * v);
- glPointParameteriv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameteriv(GLenum target, const GLint * v);
- glPointParameteriv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPointParameteriv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glPointParameteriv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameteriv(GLenum target, const GLint * v);
- glPointParameteriv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameteriv(GLenum target, const GLint * v);
- glPointParameteriv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPointParameteriv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterivNV(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterivNV(GLenum target, const GLint * v);
- glPointParameterivNV(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPointParameterivNV(GLenum target, const GLint * v);
- glPointParameterivNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterivNV(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glPointParameterivNV(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterivNV(GLenum target, const GLint * v);
- glPointParameterivNV(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPointParameterivNV(GLenum target, const GLint * v);
- glPointParameterivNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPointParameterivNV(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glPointSize(float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPointSize(GLfloat size);
- glPointSize(float) - Method in class javax.media.opengl.DebugGL
-
- glPointSize(float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPointSize(GLfloat size);
- glPointSize(float) - Method in class javax.media.opengl.TraceGL
-
- glPollAsyncSGIX(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glPollAsyncSGIX(GLuint * markerp);
- glPollAsyncSGIX(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glPollAsyncSGIX(GLuint * markerp);
- glPollAsyncSGIX(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPollAsyncSGIX(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glPollAsyncSGIX(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glPollAsyncSGIX(GLuint * markerp);
- glPollAsyncSGIX(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glPollAsyncSGIX(GLuint * markerp);
- glPollAsyncSGIX(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPollAsyncSGIX(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glPollInstrumentsSGIX(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glPollInstrumentsSGIX(GLint * marker_p);
- glPollInstrumentsSGIX(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLint glPollInstrumentsSGIX(GLint * marker_p);
- glPollInstrumentsSGIX(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glPollInstrumentsSGIX(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPollInstrumentsSGIX(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glPollInstrumentsSGIX(GLint * marker_p);
- glPollInstrumentsSGIX(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLint glPollInstrumentsSGIX(GLint * marker_p);
- glPollInstrumentsSGIX(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glPollInstrumentsSGIX(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPolygonMode(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPolygonMode(GLenum face, GLenum mode);
- glPolygonMode(int, int) - Method in class javax.media.opengl.DebugGL
-
- glPolygonMode(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPolygonMode(GLenum face, GLenum mode);
- glPolygonMode(int, int) - Method in class javax.media.opengl.TraceGL
-
- glPolygonOffset(float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPolygonOffset(GLfloat factor, GLfloat units);
- glPolygonOffset(float, float) - Method in class javax.media.opengl.DebugGL
-
- glPolygonOffset(float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPolygonOffset(GLfloat factor, GLfloat units);
- glPolygonOffset(float, float) - Method in class javax.media.opengl.TraceGL
-
- glPolygonStipple(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
- glPolygonStipple(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
- glPolygonStipple(long) - Method in class com.sun.opengl.impl.GLImpl
-
- glPolygonStipple(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glPolygonStipple(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPolygonStipple(long) - Method in class javax.media.opengl.DebugGL
-
- glPolygonStipple(ByteBuffer) - Method in interface javax.media.opengl.GL
-
- glPolygonStipple(byte[], int) - Method in interface javax.media.opengl.GL
-
- glPolygonStipple(long) - Method in interface javax.media.opengl.GL
-
- glPolygonStipple(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glPolygonStipple(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glPolygonStipple(long) - Method in class javax.media.opengl.TraceGL
-
- glPopAttrib() - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPopAttrib(void);
- glPopAttrib() - Method in class javax.media.opengl.DebugGL
-
- glPopAttrib() - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPopAttrib(void);
- glPopAttrib() - Method in class javax.media.opengl.TraceGL
-
- glPopClientAttrib() - Method in class com.sun.opengl.impl.GLImpl
-
- glPopClientAttrib() - Method in class javax.media.opengl.DebugGL
-
- glPopClientAttrib() - Method in interface javax.media.opengl.GL
-
- glPopClientAttrib() - Method in class javax.media.opengl.TraceGL
-
- glPopMatrix() - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPopMatrix(void);
- glPopMatrix() - Method in class javax.media.opengl.DebugGL
-
- glPopMatrix() - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPopMatrix(void);
- glPopMatrix() - Method in class javax.media.opengl.TraceGL
-
- glPopName() - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPopName(void);
- glPopName() - Method in class javax.media.opengl.DebugGL
-
- glPopName() - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPopName(void);
- glPopName() - Method in class javax.media.opengl.TraceGL
-
- glPrimitiveRestartIndexNV(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPrimitiveRestartIndexNV(GLuint mode);
- glPrimitiveRestartIndexNV(int) - Method in class javax.media.opengl.DebugGL
-
- glPrimitiveRestartIndexNV(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPrimitiveRestartIndexNV(GLuint mode);
- glPrimitiveRestartIndexNV(int) - Method in class javax.media.opengl.TraceGL
-
- glPrimitiveRestartNV() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glPrimitiveRestartNV(void);
- glPrimitiveRestartNV() - Method in class javax.media.opengl.DebugGL
-
- glPrimitiveRestartNV() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glPrimitiveRestartNV(void);
- glPrimitiveRestartNV() - Method in class javax.media.opengl.TraceGL
-
- glPrioritizeTextures(int, IntBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPrioritizeTextures(GLsizei n, const GLuint * textures, const GLclampf * priorities);
- glPrioritizeTextures(int, int[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPrioritizeTextures(GLsizei n, const GLuint * textures, const GLclampf * priorities);
- glPrioritizeTextures(int, int[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glPrioritizeTextures(int, IntBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glPrioritizeTextures(int, IntBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPrioritizeTextures(GLsizei n, const GLuint * textures, const GLclampf * priorities);
- glPrioritizeTextures(int, int[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPrioritizeTextures(GLsizei n, const GLuint * textures, const GLclampf * priorities);
- glPrioritizeTextures(int, int[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glPrioritizeTextures(int, IntBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- GLProcAddressTable - Class in com.sun.opengl.impl
-
This table is a cache of pointers to the dynamically-linkable C
functions this autogenerated Java binding has exposed.
- GLProcAddressTable() - Constructor for class com.sun.opengl.impl.GLProcAddressTable
-
- glProgramBufferParametersfvNV(int, int, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersfvNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat * params);
- glProgramBufferParametersfvNV(int, int, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersfvNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat * params);
- glProgramBufferParametersfvNV(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramBufferParametersfvNV(int, int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramBufferParametersfvNV(int, int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersfvNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat * params);
- glProgramBufferParametersfvNV(int, int, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersfvNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat * params);
- glProgramBufferParametersfvNV(int, int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramBufferParametersfvNV(int, int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramBufferParametersIivNV(int, int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersIivNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint * params);
- glProgramBufferParametersIivNV(int, int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersIivNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint * params);
- glProgramBufferParametersIivNV(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramBufferParametersIivNV(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramBufferParametersIivNV(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersIivNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint * params);
- glProgramBufferParametersIivNV(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersIivNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint * params);
- glProgramBufferParametersIivNV(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramBufferParametersIivNV(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramBufferParametersIuivNV(int, int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersIuivNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint * params);
- glProgramBufferParametersIuivNV(int, int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersIuivNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint * params);
- glProgramBufferParametersIuivNV(int, int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramBufferParametersIuivNV(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramBufferParametersIuivNV(int, int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersIuivNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint * params);
- glProgramBufferParametersIuivNV(int, int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramBufferParametersIuivNV(GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint * params);
- glProgramBufferParametersIuivNV(int, int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramBufferParametersIuivNV(int, int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameter4dARB(int, int, double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glProgramEnvParameter4dARB(int, int, double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameter4dARB(int, int, double, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glProgramEnvParameter4dARB(int, int, double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameter4dvARB(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
- glProgramEnvParameter4dvARB(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
- glProgramEnvParameter4dvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameter4dvARB(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameter4dvARB(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
- glProgramEnvParameter4dvARB(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
- glProgramEnvParameter4dvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameter4dvARB(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameter4fARB(int, int, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glProgramEnvParameter4fARB(int, int, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameter4fARB(int, int, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glProgramEnvParameter4fARB(int, int, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameter4fvARB(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
- glProgramEnvParameter4fvARB(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
- glProgramEnvParameter4fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameter4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameter4fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
- glProgramEnvParameter4fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
- glProgramEnvParameter4fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameter4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameterI4iNV(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4iNV(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w);
- glProgramEnvParameterI4iNV(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameterI4iNV(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4iNV(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w);
- glProgramEnvParameterI4iNV(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameterI4ivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4ivNV(GLenum target, GLuint index, const GLint * params);
- glProgramEnvParameterI4ivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4ivNV(GLenum target, GLuint index, const GLint * params);
- glProgramEnvParameterI4ivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameterI4ivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameterI4ivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4ivNV(GLenum target, GLuint index, const GLint * params);
- glProgramEnvParameterI4ivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4ivNV(GLenum target, GLuint index, const GLint * params);
- glProgramEnvParameterI4ivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameterI4ivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameterI4uiNV(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4uiNV(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
- glProgramEnvParameterI4uiNV(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameterI4uiNV(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4uiNV(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
- glProgramEnvParameterI4uiNV(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameterI4uivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4uivNV(GLenum target, GLuint index, const GLuint * params);
- glProgramEnvParameterI4uivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4uivNV(GLenum target, GLuint index, const GLuint * params);
- glProgramEnvParameterI4uivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameterI4uivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameterI4uivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4uivNV(GLenum target, GLuint index, const GLuint * params);
- glProgramEnvParameterI4uivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameterI4uivNV(GLenum target, GLuint index, const GLuint * params);
- glProgramEnvParameterI4uivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameterI4uivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameters4fvEXT(int, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameters4fvEXT(GLenum target, GLuint filter, GLsizei n, const GLfloat * weights);
- glProgramEnvParameters4fvEXT(int, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameters4fvEXT(GLenum target, GLuint filter, GLsizei n, const GLfloat * weights);
- glProgramEnvParameters4fvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameters4fvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParameters4fvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameters4fvEXT(GLenum target, GLuint filter, GLsizei n, const GLfloat * weights);
- glProgramEnvParameters4fvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParameters4fvEXT(GLenum target, GLuint filter, GLsizei n, const GLfloat * weights);
- glProgramEnvParameters4fvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParameters4fvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParametersI4ivNV(int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params);
- glProgramEnvParametersI4ivNV(int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params);
- glProgramEnvParametersI4ivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParametersI4ivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParametersI4ivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params);
- glProgramEnvParametersI4ivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params);
- glProgramEnvParametersI4ivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParametersI4ivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParametersI4uivNV(int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params);
- glProgramEnvParametersI4uivNV(int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramEnvParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params);
- glProgramEnvParametersI4uivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParametersI4uivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramEnvParametersI4uivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params);
- glProgramEnvParametersI4uivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramEnvParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params);
- glProgramEnvParametersI4uivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramEnvParametersI4uivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameter4dARB(int, int, double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glProgramLocalParameter4dARB(int, int, double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameter4dARB(int, int, double, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glProgramLocalParameter4dARB(int, int, double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameter4dvARB(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
- glProgramLocalParameter4dvARB(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
- glProgramLocalParameter4dvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameter4dvARB(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameter4dvARB(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
- glProgramLocalParameter4dvARB(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
- glProgramLocalParameter4dvARB(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameter4dvARB(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameter4fARB(int, int, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glProgramLocalParameter4fARB(int, int, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameter4fARB(int, int, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glProgramLocalParameter4fARB(int, int, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameter4fvARB(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
- glProgramLocalParameter4fvARB(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
- glProgramLocalParameter4fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameter4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameter4fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
- glProgramLocalParameter4fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
- glProgramLocalParameter4fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameter4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameterI4iNV(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4iNV(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w);
- glProgramLocalParameterI4iNV(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameterI4iNV(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4iNV(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w);
- glProgramLocalParameterI4iNV(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameterI4ivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4ivNV(GLenum target, GLuint index, const GLint * params);
- glProgramLocalParameterI4ivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4ivNV(GLenum target, GLuint index, const GLint * params);
- glProgramLocalParameterI4ivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameterI4ivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameterI4ivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4ivNV(GLenum target, GLuint index, const GLint * params);
- glProgramLocalParameterI4ivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4ivNV(GLenum target, GLuint index, const GLint * params);
- glProgramLocalParameterI4ivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameterI4ivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameterI4uiNV(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4uiNV(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
- glProgramLocalParameterI4uiNV(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameterI4uiNV(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4uiNV(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
- glProgramLocalParameterI4uiNV(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameterI4uivNV(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4uivNV(GLenum target, GLuint index, const GLuint * params);
- glProgramLocalParameterI4uivNV(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4uivNV(GLenum target, GLuint index, const GLuint * params);
- glProgramLocalParameterI4uivNV(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameterI4uivNV(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameterI4uivNV(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4uivNV(GLenum target, GLuint index, const GLuint * params);
- glProgramLocalParameterI4uivNV(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameterI4uivNV(GLenum target, GLuint index, const GLuint * params);
- glProgramLocalParameterI4uivNV(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameterI4uivNV(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameters4fvEXT(int, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameters4fvEXT(GLenum target, GLuint filter, GLsizei n, const GLfloat * weights);
- glProgramLocalParameters4fvEXT(int, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameters4fvEXT(GLenum target, GLuint filter, GLsizei n, const GLfloat * weights);
- glProgramLocalParameters4fvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameters4fvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParameters4fvEXT(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameters4fvEXT(GLenum target, GLuint filter, GLsizei n, const GLfloat * weights);
- glProgramLocalParameters4fvEXT(int, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParameters4fvEXT(GLenum target, GLuint filter, GLsizei n, const GLfloat * weights);
- glProgramLocalParameters4fvEXT(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParameters4fvEXT(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParametersI4ivNV(int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params);
- glProgramLocalParametersI4ivNV(int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params);
- glProgramLocalParametersI4ivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParametersI4ivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParametersI4ivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params);
- glProgramLocalParametersI4ivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParametersI4ivNV(GLenum target, GLuint index, GLsizei count, const GLint * params);
- glProgramLocalParametersI4ivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParametersI4ivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParametersI4uivNV(int, int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params);
- glProgramLocalParametersI4uivNV(int, int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramLocalParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params);
- glProgramLocalParametersI4uivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParametersI4uivNV(int, int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramLocalParametersI4uivNV(int, int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params);
- glProgramLocalParametersI4uivNV(int, int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramLocalParametersI4uivNV(GLenum target, GLuint index, GLsizei count, const GLuint * params);
- glProgramLocalParametersI4uivNV(int, int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramLocalParametersI4uivNV(int, int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramNamedParameter4dNV(int, int, String, double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4dNV(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glProgramNamedParameter4dNV(int, int, String, double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glProgramNamedParameter4dNV(int, int, String, double, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4dNV(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glProgramNamedParameter4dNV(int, int, String, double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glProgramNamedParameter4dvNV(int, int, String, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4dvNV(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v);
- glProgramNamedParameter4dvNV(int, int, String, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4dvNV(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v);
- glProgramNamedParameter4dvNV(int, int, String, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramNamedParameter4dvNV(int, int, String, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramNamedParameter4dvNV(int, int, String, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4dvNV(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v);
- glProgramNamedParameter4dvNV(int, int, String, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4dvNV(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v);
- glProgramNamedParameter4dvNV(int, int, String, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramNamedParameter4dvNV(int, int, String, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramNamedParameter4fNV(int, int, String, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4fNV(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glProgramNamedParameter4fNV(int, int, String, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glProgramNamedParameter4fNV(int, int, String, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4fNV(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glProgramNamedParameter4fNV(int, int, String, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glProgramNamedParameter4fvNV(int, int, String, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4fvNV(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v);
- glProgramNamedParameter4fvNV(int, int, String, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4fvNV(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v);
- glProgramNamedParameter4fvNV(int, int, String, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramNamedParameter4fvNV(int, int, String, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramNamedParameter4fvNV(int, int, String, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4fvNV(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v);
- glProgramNamedParameter4fvNV(int, int, String, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramNamedParameter4fvNV(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v);
- glProgramNamedParameter4fvNV(int, int, String, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramNamedParameter4fvNV(int, int, String, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramParameter4dNV(int, int, double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramParameter4dNV(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glProgramParameter4dNV(int, int, double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glProgramParameter4dNV(int, int, double, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramParameter4dNV(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glProgramParameter4dNV(int, int, double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glProgramParameter4dvNV(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramParameter4dvNV(GLenum target, GLuint index, const GLdouble * params);
- glProgramParameter4dvNV(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramParameter4dvNV(GLenum target, GLuint index, const GLdouble * params);
- glProgramParameter4dvNV(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramParameter4dvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramParameter4dvNV(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramParameter4dvNV(GLenum target, GLuint index, const GLdouble * params);
- glProgramParameter4dvNV(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramParameter4dvNV(GLenum target, GLuint index, const GLdouble * params);
- glProgramParameter4dvNV(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramParameter4dvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramParameter4fNV(int, int, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramParameter4fNV(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glProgramParameter4fNV(int, int, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glProgramParameter4fNV(int, int, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramParameter4fNV(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glProgramParameter4fNV(int, int, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glProgramParameter4fvNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramParameter4fvNV(GLenum target, GLuint pname, const GLfloat * params);
- glProgramParameter4fvNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramParameter4fvNV(GLenum target, GLuint pname, const GLfloat * params);
- glProgramParameter4fvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramParameter4fvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramParameter4fvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramParameter4fvNV(GLenum target, GLuint pname, const GLfloat * params);
- glProgramParameter4fvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramParameter4fvNV(GLenum target, GLuint pname, const GLfloat * params);
- glProgramParameter4fvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramParameter4fvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramParameteriEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramParameteriEXT(GLuint program, GLenum pname, GLint value);
- glProgramParameteriEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glProgramParameteriEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramParameteriEXT(GLuint program, GLenum pname, GLint value);
- glProgramParameteriEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glProgramParameters4dvNV(int, int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramParameters4dvNV(GLenum target, GLuint index, GLuint count, const GLdouble * v);
- glProgramParameters4dvNV(int, int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramParameters4dvNV(GLenum target, GLuint index, GLuint count, const GLdouble * v);
- glProgramParameters4dvNV(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramParameters4dvNV(int, int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramParameters4dvNV(int, int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramParameters4dvNV(GLenum target, GLuint index, GLuint count, const GLdouble * v);
- glProgramParameters4dvNV(int, int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramParameters4dvNV(GLenum target, GLuint index, GLuint count, const GLdouble * v);
- glProgramParameters4dvNV(int, int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramParameters4dvNV(int, int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramParameters4fvNV(int, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramParameters4fvNV(GLenum target, GLuint index, GLuint count, const GLfloat * v);
- glProgramParameters4fvNV(int, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramParameters4fvNV(GLenum target, GLuint index, GLuint count, const GLfloat * v);
- glProgramParameters4fvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glProgramParameters4fvNV(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glProgramParameters4fvNV(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramParameters4fvNV(GLenum target, GLuint index, GLuint count, const GLfloat * v);
- glProgramParameters4fvNV(int, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramParameters4fvNV(GLenum target, GLuint index, GLuint count, const GLfloat * v);
- glProgramParameters4fvNV(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glProgramParameters4fvNV(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glProgramStringARB(int, int, int, String) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramStringARB(GLenum target, GLenum format, GLsizei len, const GLvoid * string);
- glProgramStringARB(int, int, int, String) - Method in class javax.media.opengl.DebugGL
-
- glProgramStringARB(int, int, int, String) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramStringARB(GLenum target, GLenum format, GLsizei len, const GLvoid * string);
- glProgramStringARB(int, int, int, String) - Method in class javax.media.opengl.TraceGL
-
- glProgramVertexLimitNV(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glProgramVertexLimitNV(GLenum target, GLint limit);
- glProgramVertexLimitNV(int, int) - Method in class javax.media.opengl.DebugGL
-
- glProgramVertexLimitNV(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glProgramVertexLimitNV(GLenum target, GLint limit);
- glProgramVertexLimitNV(int, int) - Method in class javax.media.opengl.TraceGL
-
- glPushAttrib(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPushAttrib(GLbitfield mask);
- glPushAttrib(int) - Method in class javax.media.opengl.DebugGL
-
- glPushAttrib(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPushAttrib(GLbitfield mask);
- glPushAttrib(int) - Method in class javax.media.opengl.TraceGL
-
- glPushClientAttrib(int) - Method in class com.sun.opengl.impl.GLImpl
-
- glPushClientAttrib(int) - Method in class javax.media.opengl.DebugGL
-
- glPushClientAttrib(int) - Method in interface javax.media.opengl.GL
-
- glPushClientAttrib(int) - Method in class javax.media.opengl.TraceGL
-
- glPushMatrix() - Method in class com.sun.opengl.impl.GLImpl
-
- glPushMatrix() - Method in class javax.media.opengl.DebugGL
-
- glPushMatrix() - Method in interface javax.media.opengl.GL
-
- glPushMatrix() - Method in class javax.media.opengl.TraceGL
-
- glPushName(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glPushName(GLuint name);
- glPushName(int) - Method in class javax.media.opengl.DebugGL
-
- glPushName(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glPushName(GLuint name);
- glPushName(int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2d(double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2d(GLdouble x, GLdouble y);
- glRasterPos2d(double, double) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2d(double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2d(GLdouble x, GLdouble y);
- glRasterPos2d(double, double) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2dv(const GLdouble * v);
- glRasterPos2dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2dv(const GLdouble * v);
- glRasterPos2dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2dv(const GLdouble * v);
- glRasterPos2dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2dv(const GLdouble * v);
- glRasterPos2dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2f(float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2f(GLfloat x, GLfloat y);
- glRasterPos2f(float, float) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2f(float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2f(GLfloat x, GLfloat y);
- glRasterPos2f(float, float) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2fv(const GLfloat * v);
- glRasterPos2fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2fv(const GLfloat * v);
- glRasterPos2fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2fv(const GLfloat * v);
- glRasterPos2fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2fv(const GLfloat * v);
- glRasterPos2fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2i(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2i(GLint x, GLint y);
- glRasterPos2i(int, int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2i(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2i(GLint x, GLint y);
- glRasterPos2i(int, int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2iv(const GLint * v);
- glRasterPos2iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2iv(const GLint * v);
- glRasterPos2iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2iv(const GLint * v);
- glRasterPos2iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2iv(const GLint * v);
- glRasterPos2iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2s(short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2s(GLshort x, GLshort y);
- glRasterPos2s(short, short) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2s(short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2s(GLshort x, GLshort y);
- glRasterPos2s(short, short) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2sv(const GLshort * v);
- glRasterPos2sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos2sv(const GLshort * v);
- glRasterPos2sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos2sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2sv(const GLshort * v);
- glRasterPos2sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos2sv(const GLshort * v);
- glRasterPos2sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos2sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3d(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3d(GLdouble x, GLdouble y, GLdouble z);
- glRasterPos3d(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3d(double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3d(GLdouble x, GLdouble y, GLdouble z);
- glRasterPos3d(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3dv(const GLdouble * v);
- glRasterPos3dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3dv(const GLdouble * v);
- glRasterPos3dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3dv(const GLdouble * v);
- glRasterPos3dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3dv(const GLdouble * v);
- glRasterPos3dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3f(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3f(GLfloat x, GLfloat y, GLfloat z);
- glRasterPos3f(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3f(float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3f(GLfloat x, GLfloat y, GLfloat z);
- glRasterPos3f(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3fv(const GLfloat * v);
- glRasterPos3fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3fv(const GLfloat * v);
- glRasterPos3fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3fv(const GLfloat * v);
- glRasterPos3fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3fv(const GLfloat * v);
- glRasterPos3fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3i(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3i(GLint x, GLint y, GLint z);
- glRasterPos3i(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3i(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3i(GLint x, GLint y, GLint z);
- glRasterPos3i(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3iv(const GLint * v);
- glRasterPos3iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3iv(const GLint * v);
- glRasterPos3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3iv(const GLint * v);
- glRasterPos3iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3iv(const GLint * v);
- glRasterPos3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3s(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3s(GLshort x, GLshort y, GLshort z);
- glRasterPos3s(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3s(short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3s(GLshort x, GLshort y, GLshort z);
- glRasterPos3s(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3sv(const GLshort * v);
- glRasterPos3sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos3sv(const GLshort * v);
- glRasterPos3sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos3sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3sv(const GLshort * v);
- glRasterPos3sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos3sv(const GLshort * v);
- glRasterPos3sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4d(double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glRasterPos4d(double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4d(double, double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glRasterPos4d(double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4dv(const GLdouble * v);
- glRasterPos4dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4dv(const GLdouble * v);
- glRasterPos4dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4dv(const GLdouble * v);
- glRasterPos4dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4dv(const GLdouble * v);
- glRasterPos4dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4f(float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glRasterPos4f(float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4f(float, float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glRasterPos4f(float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4fv(const GLfloat * v);
- glRasterPos4fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4fv(const GLfloat * v);
- glRasterPos4fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4fv(const GLfloat * v);
- glRasterPos4fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4fv(const GLfloat * v);
- glRasterPos4fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4i(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4i(GLint x, GLint y, GLint z, GLint w);
- glRasterPos4i(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4i(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4i(GLint x, GLint y, GLint z, GLint w);
- glRasterPos4i(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4iv(const GLint * v);
- glRasterPos4iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4iv(const GLint * v);
- glRasterPos4iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4iv(const GLint * v);
- glRasterPos4iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4iv(const GLint * v);
- glRasterPos4iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4s(short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w);
- glRasterPos4s(short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4s(short, short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w);
- glRasterPos4s(short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4sv(const GLshort * v);
- glRasterPos4sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRasterPos4sv(const GLshort * v);
- glRasterPos4sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRasterPos4sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4sv(const GLshort * v);
- glRasterPos4sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRasterPos4sv(const GLshort * v);
- glRasterPos4sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glRasterPos4sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glReadBuffer(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glReadBuffer(GLenum mode);
- glReadBuffer(int) - Method in class javax.media.opengl.DebugGL
-
- glReadBuffer(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glReadBuffer(GLenum mode);
- glReadBuffer(int) - Method in class javax.media.opengl.TraceGL
-
- glReadBufferRegion(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReadBufferRegion(GLuint target, GLint start, GLint x, GLsizei y, GLsizei width);
- glReadBufferRegion(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glReadBufferRegion(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReadBufferRegion(GLuint target, GLint start, GLint x, GLsizei y, GLsizei width);
- glReadBufferRegion(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glReadInstrumentsSGIX(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReadInstrumentsSGIX(GLint count);
- glReadInstrumentsSGIX(int) - Method in class javax.media.opengl.DebugGL
-
- glReadInstrumentsSGIX(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReadInstrumentsSGIX(GLint count);
- glReadInstrumentsSGIX(int) - Method in class javax.media.opengl.TraceGL
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
- glReadPixels(int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
- glReadPixels(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glReadPixels(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
- glReadPixels(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
- glReadPixels(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glReadPixels(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glRectd(double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRectd(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2);
- glRectd(double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glRectd(double, double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRectd(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2);
- glRectd(double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glRectdv(DoubleBuffer, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRectdv(const GLdouble * v1, const GLdouble * v2);
- glRectdv(double[], int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRectdv(const GLdouble * v1, const GLdouble * v2);
- glRectdv(double[], int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glRectdv(DoubleBuffer, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRectdv(DoubleBuffer, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRectdv(const GLdouble * v1, const GLdouble * v2);
- glRectdv(double[], int, double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRectdv(const GLdouble * v1, const GLdouble * v2);
- glRectdv(double[], int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glRectdv(DoubleBuffer, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRectf(float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2);
- glRectf(float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glRectf(float, float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2);
- glRectf(float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glRectfv(FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRectfv(const GLfloat * v1, const GLfloat * v2);
- glRectfv(float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRectfv(const GLfloat * v1, const GLfloat * v2);
- glRectfv(float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glRectfv(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRectfv(FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRectfv(const GLfloat * v1, const GLfloat * v2);
- glRectfv(float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRectfv(const GLfloat * v1, const GLfloat * v2);
- glRectfv(float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glRectfv(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRecti(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRecti(GLint x1, GLint y1, GLint x2, GLint y2);
- glRecti(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glRecti(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRecti(GLint x1, GLint y1, GLint x2, GLint y2);
- glRecti(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glRectiv(IntBuffer, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRectiv(const GLint * v1, const GLint * v2);
- glRectiv(int[], int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRectiv(const GLint * v1, const GLint * v2);
- glRectiv(int[], int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glRectiv(IntBuffer, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRectiv(IntBuffer, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRectiv(const GLint * v1, const GLint * v2);
- glRectiv(int[], int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRectiv(const GLint * v1, const GLint * v2);
- glRectiv(int[], int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glRectiv(IntBuffer, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRects(short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRects(GLshort x1, GLshort y1, GLshort x2, GLshort y2);
- glRects(short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glRects(short, short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRects(GLshort x1, GLshort y1, GLshort x2, GLshort y2);
- glRects(short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glRectsv(ShortBuffer, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRectsv(const GLshort * v1, const GLshort * v2);
- glRectsv(short[], int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRectsv(const GLshort * v1, const GLshort * v2);
- glRectsv(ShortBuffer, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRectsv(short[], int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glRectsv(ShortBuffer, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRectsv(const GLshort * v1, const GLshort * v2);
- glRectsv(short[], int, short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRectsv(const GLshort * v1, const GLshort * v2);
- glRectsv(ShortBuffer, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRectsv(short[], int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glReferencePlaneSGIX(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReferencePlaneSGIX(const GLdouble * m);
- glReferencePlaneSGIX(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReferencePlaneSGIX(const GLdouble * m);
- glReferencePlaneSGIX(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glReferencePlaneSGIX(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glReferencePlaneSGIX(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReferencePlaneSGIX(const GLdouble * m);
- glReferencePlaneSGIX(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReferencePlaneSGIX(const GLdouble * m);
- glReferencePlaneSGIX(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glReferencePlaneSGIX(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glRenderbufferStorageEXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glRenderbufferStorageEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
- glRenderbufferStorageEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glRenderbufferStorageEXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glRenderbufferStorageEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
- glRenderbufferStorageEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glRenderbufferStorageMultisampleCoverageNV(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height);
- glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glRenderbufferStorageMultisampleCoverageNV(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height);
- glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glRenderbufferStorageMultisampleEXT(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glRenderbufferStorageMultisampleEXT(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glRenderMode(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
GLint glRenderMode(GLenum mode);
- glRenderMode(int) - Method in class javax.media.opengl.DebugGL
-
- glRenderMode(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
GLint glRenderMode(GLenum mode);
- glRenderMode(int) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiColor3fVertex3fSUN(int, float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor3fVertex3fSUN(GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiColor3fVertex3fSUN(int, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiColor3fVertex3fSUN(int, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor3fVertex3fSUN(GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiColor3fVertex3fSUN(int, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiColor3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiColor3fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiColor3fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiColor3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiColor3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiColor3fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiColor3fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiColor3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4fNormal3fVertex3fSUN(GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4fNormal3fVertex3fSUN(GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiColor4fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiColor4fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiColor4fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiColor4fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiColor4fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiColor4fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiColor4fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiColor4fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiColor4ubVertex3fSUN(int, byte, byte, byte, byte, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4ubVertex3fSUN(GLuint rc, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiColor4ubVertex3fSUN(int, byte, byte, byte, byte, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiColor4ubVertex3fSUN(int, byte, byte, byte, byte, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4ubVertex3fSUN(GLuint rc, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiColor4ubVertex3fSUN(int, byte, byte, byte, byte, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiColor4ubVertex3fvSUN(IntBuffer, ByteBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4ubVertex3fvSUN(const GLuint * rc, const GLubyte * c, const GLfloat * v);
- glReplacementCodeuiColor4ubVertex3fvSUN(int[], int, byte[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4ubVertex3fvSUN(const GLuint * rc, const GLubyte * c, const GLfloat * v);
- glReplacementCodeuiColor4ubVertex3fvSUN(int[], int, byte[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiColor4ubVertex3fvSUN(IntBuffer, ByteBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiColor4ubVertex3fvSUN(IntBuffer, ByteBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4ubVertex3fvSUN(const GLuint * rc, const GLubyte * c, const GLfloat * v);
- glReplacementCodeuiColor4ubVertex3fvSUN(int[], int, byte[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiColor4ubVertex3fvSUN(const GLuint * rc, const GLubyte * c, const GLfloat * v);
- glReplacementCodeuiColor4ubVertex3fvSUN(int[], int, byte[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiColor4ubVertex3fvSUN(IntBuffer, ByteBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiNormal3fVertex3fSUN(int, float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiNormal3fVertex3fSUN(GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiNormal3fVertex3fSUN(int, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiNormal3fVertex3fSUN(int, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiNormal3fVertex3fSUN(GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiNormal3fVertex3fSUN(int, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiNormal3fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiNormal3fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiNormal3fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiNormal3fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(GLuint rc, GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(GLuint rc, GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(GLuint rc, GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(GLuint rc, GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(int[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiTexCoord2fVertex3fSUN(int, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fVertex3fSUN(GLuint rc, GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiTexCoord2fVertex3fSUN(int, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiTexCoord2fVertex3fSUN(int, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fVertex3fSUN(GLuint rc, GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z);
- glReplacementCodeuiTexCoord2fVertex3fSUN(int, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiTexCoord2fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiTexCoord2fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiTexCoord2fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiTexCoord2fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiTexCoord2fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiTexCoord2fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiTexCoord2fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
- glReplacementCodeuiTexCoord2fVertex3fvSUN(int[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiTexCoord2fVertex3fvSUN(IntBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiVertex3fSUN(int, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiVertex3fSUN(GLuint target, GLfloat s, GLfloat t, GLfloat r);
- glReplacementCodeuiVertex3fSUN(int, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiVertex3fSUN(int, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiVertex3fSUN(GLuint target, GLfloat s, GLfloat t, GLfloat r);
- glReplacementCodeuiVertex3fSUN(int, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiVertex3fvSUN(IntBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiVertex3fvSUN(const GLuint * rc, const GLfloat * v);
- glReplacementCodeuiVertex3fvSUN(int[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiVertex3fvSUN(const GLuint * rc, const GLfloat * v);
- glReplacementCodeuiVertex3fvSUN(int[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiVertex3fvSUN(IntBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glReplacementCodeuiVertex3fvSUN(IntBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiVertex3fvSUN(const GLuint * rc, const GLfloat * v);
- glReplacementCodeuiVertex3fvSUN(int[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glReplacementCodeuiVertex3fvSUN(const GLuint * rc, const GLfloat * v);
- glReplacementCodeuiVertex3fvSUN(int[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glReplacementCodeuiVertex3fvSUN(IntBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRequestResidentProgramsNV(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glRequestResidentProgramsNV(GLsizei n, const GLuint * ids);
- glRequestResidentProgramsNV(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glRequestResidentProgramsNV(GLsizei n, const GLuint * ids);
- glRequestResidentProgramsNV(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glRequestResidentProgramsNV(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glRequestResidentProgramsNV(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glRequestResidentProgramsNV(GLsizei n, const GLuint * ids);
- glRequestResidentProgramsNV(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glRequestResidentProgramsNV(GLsizei n, const GLuint * ids);
- glRequestResidentProgramsNV(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glRequestResidentProgramsNV(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glResetHistogram(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glResetHistogram(GLenum mode);
- glResetHistogram(int) - Method in class javax.media.opengl.DebugGL
-
- glResetHistogram(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glResetHistogram(GLenum mode);
- glResetHistogram(int) - Method in class javax.media.opengl.TraceGL
-
- glResetMinmax(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glResetMinmax(GLenum mode);
- glResetMinmax(int) - Method in class javax.media.opengl.DebugGL
-
- glResetMinmax(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glResetMinmax(GLenum mode);
- glResetMinmax(int) - Method in class javax.media.opengl.TraceGL
-
- glResizeBuffersMESA() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glResizeBuffersMESA(void);
- glResizeBuffersMESA() - Method in class javax.media.opengl.DebugGL
-
- glResizeBuffersMESA() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glResizeBuffersMESA(void);
- glResizeBuffersMESA() - Method in class javax.media.opengl.TraceGL
-
- glRotated(double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
- glRotated(double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glRotated(double, double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
- glRotated(double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glRotatef(float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
- glRotatef(float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glRotatef(float, float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
- glRotatef(float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glSampleCoverage(float, boolean) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSampleCoverage(GLclampf value, GLboolean invert);
- glSampleCoverage(float, boolean) - Method in class javax.media.opengl.DebugGL
-
- glSampleCoverage(float, boolean) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSampleCoverage(GLclampf value, GLboolean invert);
- glSampleCoverage(float, boolean) - Method in class javax.media.opengl.TraceGL
-
- glSampleMapATI(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSampleMapATI(GLuint red, GLuint green, GLenum blue);
- glSampleMapATI(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glSampleMapATI(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSampleMapATI(GLuint red, GLuint green, GLenum blue);
- glSampleMapATI(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glSampleMaskEXT(float, boolean) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSampleMaskEXT(GLclampf value, GLboolean invert);
- glSampleMaskEXT(float, boolean) - Method in class javax.media.opengl.DebugGL
-
- glSampleMaskEXT(float, boolean) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSampleMaskEXT(GLclampf value, GLboolean invert);
- glSampleMaskEXT(float, boolean) - Method in class javax.media.opengl.TraceGL
-
- glSampleMaskSGIS(float, boolean) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSampleMaskSGIS(GLclampf value, GLboolean invert);
- glSampleMaskSGIS(float, boolean) - Method in class javax.media.opengl.DebugGL
-
- glSampleMaskSGIS(float, boolean) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSampleMaskSGIS(GLclampf value, GLboolean invert);
- glSampleMaskSGIS(float, boolean) - Method in class javax.media.opengl.TraceGL
-
- glSamplePatternEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSamplePatternEXT(GLenum mode);
- glSamplePatternEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glSamplePatternEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSamplePatternEXT(GLenum mode);
- glSamplePatternEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glSamplePatternSGIS(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSamplePatternSGIS(GLenum mode);
- glSamplePatternSGIS(int) - Method in class javax.media.opengl.DebugGL
-
- glSamplePatternSGIS(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSamplePatternSGIS(GLenum mode);
- glSamplePatternSGIS(int) - Method in class javax.media.opengl.TraceGL
-
- glScaled(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glScaled(GLdouble x, GLdouble y, GLdouble z);
- glScaled(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glScaled(double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glScaled(GLdouble x, GLdouble y, GLdouble z);
- glScaled(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glScalef(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glScalef(GLfloat x, GLfloat y, GLfloat z);
- glScalef(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glScalef(float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glScalef(GLfloat x, GLfloat y, GLfloat z);
- glScalef(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glScissor(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
- glScissor(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glScissor(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
- glScissor(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3b(byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue);
- glSecondaryColor3b(byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3b(byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue);
- glSecondaryColor3b(byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3bEXT(byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3bEXT(GLbyte red, GLbyte green, GLbyte blue);
- glSecondaryColor3bEXT(byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3bEXT(byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3bEXT(GLbyte red, GLbyte green, GLbyte blue);
- glSecondaryColor3bEXT(byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3bv(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3bv(const GLbyte * v);
- glSecondaryColor3bv(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3bv(const GLbyte * v);
- glSecondaryColor3bv(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3bv(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3bv(ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3bv(const GLbyte * v);
- glSecondaryColor3bv(byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3bv(const GLbyte * v);
- glSecondaryColor3bv(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3bv(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3bvEXT(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3bvEXT(const GLbyte * v);
- glSecondaryColor3bvEXT(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3bvEXT(const GLbyte * v);
- glSecondaryColor3bvEXT(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3bvEXT(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3bvEXT(ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3bvEXT(const GLbyte * v);
- glSecondaryColor3bvEXT(byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3bvEXT(const GLbyte * v);
- glSecondaryColor3bvEXT(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3bvEXT(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3d(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue);
- glSecondaryColor3d(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3d(double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue);
- glSecondaryColor3d(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3dEXT(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3dEXT(GLdouble red, GLdouble green, GLdouble blue);
- glSecondaryColor3dEXT(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3dEXT(double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3dEXT(GLdouble red, GLdouble green, GLdouble blue);
- glSecondaryColor3dEXT(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3dv(const GLdouble * m);
- glSecondaryColor3dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3dv(const GLdouble * m);
- glSecondaryColor3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3dv(const GLdouble * m);
- glSecondaryColor3dv(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3dv(const GLdouble * m);
- glSecondaryColor3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3dvEXT(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3dvEXT(const GLdouble * m);
- glSecondaryColor3dvEXT(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3dvEXT(const GLdouble * m);
- glSecondaryColor3dvEXT(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3dvEXT(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3dvEXT(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3dvEXT(const GLdouble * m);
- glSecondaryColor3dvEXT(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3dvEXT(const GLdouble * m);
- glSecondaryColor3dvEXT(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3dvEXT(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3f(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3f(GLfloat red, GLfloat green, GLfloat blue);
- glSecondaryColor3f(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3f(float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3f(GLfloat red, GLfloat green, GLfloat blue);
- glSecondaryColor3f(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3fEXT(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3fEXT(GLfloat red, GLfloat green, GLfloat blue);
- glSecondaryColor3fEXT(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3fEXT(float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3fEXT(GLfloat red, GLfloat green, GLfloat blue);
- glSecondaryColor3fEXT(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3fv(const GLfloat * m);
- glSecondaryColor3fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3fv(const GLfloat * m);
- glSecondaryColor3fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3fv(const GLfloat * m);
- glSecondaryColor3fv(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3fv(const GLfloat * m);
- glSecondaryColor3fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3fvEXT(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3fvEXT(const GLfloat * m);
- glSecondaryColor3fvEXT(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3fvEXT(const GLfloat * m);
- glSecondaryColor3fvEXT(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3fvEXT(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3fvEXT(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3fvEXT(const GLfloat * m);
- glSecondaryColor3fvEXT(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3fvEXT(const GLfloat * m);
- glSecondaryColor3fvEXT(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3fvEXT(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3hNV(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
- glSecondaryColor3hNV(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3hNV(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
- glSecondaryColor3hNV(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3hvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3hvNV(const GLhalfNV * v);
- glSecondaryColor3hvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3hvNV(const GLhalfNV * v);
- glSecondaryColor3hvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3hvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3hvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3hvNV(const GLhalfNV * v);
- glSecondaryColor3hvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3hvNV(const GLhalfNV * v);
- glSecondaryColor3hvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3hvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3i(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3i(GLint red, GLint green, GLint blue);
- glSecondaryColor3i(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3i(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3i(GLint red, GLint green, GLint blue);
- glSecondaryColor3i(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3iEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3iEXT(GLint red, GLint green, GLint blue);
- glSecondaryColor3iEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3iEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3iEXT(GLint red, GLint green, GLint blue);
- glSecondaryColor3iEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3iv(const GLint * v);
- glSecondaryColor3iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3iv(const GLint * v);
- glSecondaryColor3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3iv(const GLint * v);
- glSecondaryColor3iv(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3iv(const GLint * v);
- glSecondaryColor3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3ivEXT(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ivEXT(const GLint * v);
- glSecondaryColor3ivEXT(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ivEXT(const GLint * v);
- glSecondaryColor3ivEXT(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3ivEXT(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3ivEXT(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ivEXT(const GLint * v);
- glSecondaryColor3ivEXT(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ivEXT(const GLint * v);
- glSecondaryColor3ivEXT(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3ivEXT(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3s(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3s(GLshort red, GLshort green, GLshort blue);
- glSecondaryColor3s(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3s(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3s(GLshort red, GLshort green, GLshort blue);
- glSecondaryColor3s(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3sEXT(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3sEXT(GLshort red, GLshort green, GLshort blue);
- glSecondaryColor3sEXT(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3sEXT(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3sEXT(GLshort red, GLshort green, GLshort blue);
- glSecondaryColor3sEXT(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3sv(const GLshort * v);
- glSecondaryColor3sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3sv(const GLshort * v);
- glSecondaryColor3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3sv(const GLshort * v);
- glSecondaryColor3sv(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3sv(const GLshort * v);
- glSecondaryColor3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3svEXT(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3svEXT(const GLshort * v);
- glSecondaryColor3svEXT(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3svEXT(const GLshort * v);
- glSecondaryColor3svEXT(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3svEXT(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3svEXT(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3svEXT(const GLshort * v);
- glSecondaryColor3svEXT(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3svEXT(const GLshort * v);
- glSecondaryColor3svEXT(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3svEXT(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3ub(byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue);
- glSecondaryColor3ub(byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3ub(byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue);
- glSecondaryColor3ub(byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3ubEXT(byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ubEXT(GLubyte red, GLubyte green, GLubyte blue);
- glSecondaryColor3ubEXT(byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3ubEXT(byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ubEXT(GLubyte red, GLubyte green, GLubyte blue);
- glSecondaryColor3ubEXT(byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3ubv(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ubv(const GLubyte * v);
- glSecondaryColor3ubv(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ubv(const GLubyte * v);
- glSecondaryColor3ubv(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3ubv(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3ubv(ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ubv(const GLubyte * v);
- glSecondaryColor3ubv(byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ubv(const GLubyte * v);
- glSecondaryColor3ubv(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3ubv(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3ubvEXT(ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ubvEXT(const GLubyte * v);
- glSecondaryColor3ubvEXT(byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ubvEXT(const GLubyte * v);
- glSecondaryColor3ubvEXT(ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3ubvEXT(byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3ubvEXT(ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ubvEXT(const GLubyte * v);
- glSecondaryColor3ubvEXT(byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ubvEXT(const GLubyte * v);
- glSecondaryColor3ubvEXT(ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3ubvEXT(byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3ui(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ui(GLuint red, GLuint green, GLuint blue);
- glSecondaryColor3ui(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3ui(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3ui(GLuint red, GLuint green, GLuint blue);
- glSecondaryColor3ui(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3uiEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3uiEXT(GLuint red, GLuint green, GLuint blue);
- glSecondaryColor3uiEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3uiEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3uiEXT(GLuint red, GLuint green, GLuint blue);
- glSecondaryColor3uiEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3uiv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3uiv(const GLuint * v);
- glSecondaryColor3uiv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3uiv(const GLuint * v);
- glSecondaryColor3uiv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3uiv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3uiv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3uiv(const GLuint * v);
- glSecondaryColor3uiv(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3uiv(const GLuint * v);
- glSecondaryColor3uiv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3uiv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3uivEXT(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3uivEXT(const GLuint * v);
- glSecondaryColor3uivEXT(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3uivEXT(const GLuint * v);
- glSecondaryColor3uivEXT(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3uivEXT(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3uivEXT(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3uivEXT(const GLuint * v);
- glSecondaryColor3uivEXT(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3uivEXT(const GLuint * v);
- glSecondaryColor3uivEXT(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3uivEXT(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3us(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3us(GLushort red, GLushort green, GLushort blue);
- glSecondaryColor3us(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3us(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3us(GLushort red, GLushort green, GLushort blue);
- glSecondaryColor3us(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3usEXT(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3usEXT(GLushort red, GLushort green, GLushort blue);
- glSecondaryColor3usEXT(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3usEXT(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3usEXT(GLushort red, GLushort green, GLushort blue);
- glSecondaryColor3usEXT(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3usv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3usv(const GLushort * v);
- glSecondaryColor3usv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3usv(const GLushort * v);
- glSecondaryColor3usv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3usv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3usv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3usv(const GLushort * v);
- glSecondaryColor3usv(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3usv(const GLushort * v);
- glSecondaryColor3usv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3usv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3usvEXT(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3usvEXT(const GLushort * v);
- glSecondaryColor3usvEXT(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3usvEXT(const GLushort * v);
- glSecondaryColor3usvEXT(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3usvEXT(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColor3usvEXT(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3usvEXT(const GLushort * v);
- glSecondaryColor3usvEXT(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColor3usvEXT(const GLushort * v);
- glSecondaryColor3usvEXT(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColor3usvEXT(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColorPointer(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glSecondaryColorPointer(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glSecondaryColorPointer(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColorPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColorPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glSecondaryColorPointer(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glSecondaryColorPointer(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColorPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColorPointerEXT(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColorPointerEXT(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glSecondaryColorPointerEXT(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSecondaryColorPointerEXT(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glSecondaryColorPointerEXT(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColorPointerEXT(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glSecondaryColorPointerEXT(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColorPointerEXT(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glSecondaryColorPointerEXT(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSecondaryColorPointerEXT(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glSecondaryColorPointerEXT(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glSecondaryColorPointerEXT(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glSelectBuffer(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glSelectBuffer(GLsizei size, GLuint * buffer);
- glSelectBuffer(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSelectBuffer(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glSelectBuffer(GLsizei size, GLuint * buffer);
- glSelectBuffer(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSeparableFilter2D(int, int, int, int, int, int, Buffer, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
- glSeparableFilter2D(int, int, int, int, int, int, long, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
- glSeparableFilter2D(int, int, int, int, int, int, Buffer, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glSeparableFilter2D(int, int, int, int, int, int, long, long) - Method in class javax.media.opengl.DebugGL
-
- glSeparableFilter2D(int, int, int, int, int, int, Buffer, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
- glSeparableFilter2D(int, int, int, int, int, int, long, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
- glSeparableFilter2D(int, int, int, int, int, int, Buffer, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glSeparableFilter2D(int, int, int, int, int, int, long, long) - Method in class javax.media.opengl.TraceGL
-
- glSetFenceAPPLE(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSetFenceAPPLE(GLuint mode);
- glSetFenceAPPLE(int) - Method in class javax.media.opengl.DebugGL
-
- glSetFenceAPPLE(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSetFenceAPPLE(GLuint mode);
- glSetFenceAPPLE(int) - Method in class javax.media.opengl.TraceGL
-
- glSetFenceNV(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSetFenceNV(GLuint target, GLenum id);
- glSetFenceNV(int, int) - Method in class javax.media.opengl.DebugGL
-
- glSetFenceNV(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSetFenceNV(GLuint target, GLenum id);
- glSetFenceNV(int, int) - Method in class javax.media.opengl.TraceGL
-
- glSetFragmentShaderConstantATI(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSetFragmentShaderConstantATI(GLuint target, const GLfloat * v);
- glSetFragmentShaderConstantATI(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSetFragmentShaderConstantATI(GLuint target, const GLfloat * v);
- glSetFragmentShaderConstantATI(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glSetFragmentShaderConstantATI(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSetFragmentShaderConstantATI(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSetFragmentShaderConstantATI(GLuint target, const GLfloat * v);
- glSetFragmentShaderConstantATI(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSetFragmentShaderConstantATI(GLuint target, const GLfloat * v);
- glSetFragmentShaderConstantATI(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glSetFragmentShaderConstantATI(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSetInvariantEXT(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr);
- glSetInvariantEXT(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glSetInvariantEXT(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr);
- glSetInvariantEXT(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glSetLocalConstantEXT(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr);
- glSetLocalConstantEXT(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glSetLocalConstantEXT(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr);
- glSetLocalConstantEXT(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glShadeModel(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glShadeModel(GLenum mode);
- glShadeModel(int) - Method in class javax.media.opengl.DebugGL
-
- glShadeModel(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glShadeModel(GLenum mode);
- glShadeModel(int) - Method in class javax.media.opengl.TraceGL
-
- glShaderOp1EXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glShaderOp1EXT(GLenum red, GLuint green, GLuint blue);
- glShaderOp1EXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glShaderOp1EXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glShaderOp1EXT(GLenum red, GLuint green, GLuint blue);
- glShaderOp1EXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glShaderOp2EXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glShaderOp2EXT(GLenum sfactorRGB, GLuint dfactorRGB, GLuint sfactorAlpha, GLuint dfactorAlpha);
- glShaderOp2EXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glShaderOp2EXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glShaderOp2EXT(GLenum sfactorRGB, GLuint dfactorRGB, GLuint sfactorAlpha, GLuint dfactorAlpha);
- glShaderOp2EXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glShaderOp3EXT(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glShaderOp3EXT(GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3);
- glShaderOp3EXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glShaderOp3EXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glShaderOp3EXT(GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3);
- glShaderOp3EXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glShaderSource(int, int, String[], IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length);
- glShaderSource(int, int, String[], int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length);
- glShaderSource(int, int, String[], IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glShaderSource(int, int, String[], int[], int) - Method in class javax.media.opengl.DebugGL
-
- glShaderSource(int, int, String[], IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length);
- glShaderSource(int, int, String[], int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length);
- glShaderSource(int, int, String[], IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glShaderSource(int, int, String[], int[], int) - Method in class javax.media.opengl.TraceGL
-
- glShaderSourceARB(int, int, String[], IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glShaderSourceARB(GLhandleARB shader, GLsizei count, const GLcharARB * * string, const GLint * length);
- glShaderSourceARB(int, int, String[], int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glShaderSourceARB(GLhandleARB shader, GLsizei count, const GLcharARB * * string, const GLint * length);
- glShaderSourceARB(int, int, String[], IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glShaderSourceARB(int, int, String[], int[], int) - Method in class javax.media.opengl.DebugGL
-
- glShaderSourceARB(int, int, String[], IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glShaderSourceARB(GLhandleARB shader, GLsizei count, const GLcharARB * * string, const GLint * length);
- glShaderSourceARB(int, int, String[], int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glShaderSourceARB(GLhandleARB shader, GLsizei count, const GLcharARB * * string, const GLint * length);
- glShaderSourceARB(int, int, String[], IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glShaderSourceARB(int, int, String[], int[], int) - Method in class javax.media.opengl.TraceGL
-
- glSharpenTexFuncSGIS(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSharpenTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
- glSharpenTexFuncSGIS(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSharpenTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
- glSharpenTexFuncSGIS(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSharpenTexFuncSGIS(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glSharpenTexFuncSGIS(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSharpenTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
- glSharpenTexFuncSGIS(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSharpenTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
- glSharpenTexFuncSGIS(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSharpenTexFuncSGIS(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glSpriteParameterfSGIX(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSpriteParameterfSGIX(GLenum target, GLfloat s);
- glSpriteParameterfSGIX(int, float) - Method in class javax.media.opengl.DebugGL
-
- glSpriteParameterfSGIX(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSpriteParameterfSGIX(GLenum target, GLfloat s);
- glSpriteParameterfSGIX(int, float) - Method in class javax.media.opengl.TraceGL
-
- glSpriteParameterfvSGIX(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSpriteParameterfvSGIX(GLenum target, const GLfloat * v);
- glSpriteParameterfvSGIX(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSpriteParameterfvSGIX(GLenum target, const GLfloat * v);
- glSpriteParameterfvSGIX(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glSpriteParameterfvSGIX(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSpriteParameterfvSGIX(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSpriteParameterfvSGIX(GLenum target, const GLfloat * v);
- glSpriteParameterfvSGIX(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSpriteParameterfvSGIX(GLenum target, const GLfloat * v);
- glSpriteParameterfvSGIX(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glSpriteParameterfvSGIX(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSpriteParameteriSGIX(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSpriteParameteriSGIX(GLenum target, GLint s);
- glSpriteParameteriSGIX(int, int) - Method in class javax.media.opengl.DebugGL
-
- glSpriteParameteriSGIX(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSpriteParameteriSGIX(GLenum target, GLint s);
- glSpriteParameteriSGIX(int, int) - Method in class javax.media.opengl.TraceGL
-
- glSpriteParameterivSGIX(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSpriteParameterivSGIX(GLenum target, const GLint * v);
- glSpriteParameterivSGIX(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSpriteParameterivSGIX(GLenum target, const GLint * v);
- glSpriteParameterivSGIX(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glSpriteParameterivSGIX(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glSpriteParameterivSGIX(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSpriteParameterivSGIX(GLenum target, const GLint * v);
- glSpriteParameterivSGIX(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSpriteParameterivSGIX(GLenum target, const GLint * v);
- glSpriteParameterivSGIX(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glSpriteParameterivSGIX(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glStartInstrumentsSGIX() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glStartInstrumentsSGIX(void);
- glStartInstrumentsSGIX() - Method in class javax.media.opengl.DebugGL
-
- glStartInstrumentsSGIX() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glStartInstrumentsSGIX(void);
- glStartInstrumentsSGIX() - Method in class javax.media.opengl.TraceGL
-
- glStencilClearTagEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glStencilClearTagEXT(GLsizei stencilTagBits, GLuint stencilClearTag);
- glStencilClearTagEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glStencilClearTagEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glStencilClearTagEXT(GLsizei stencilTagBits, GLuint stencilClearTag);
- glStencilClearTagEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glStencilFunc(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glStencilFunc(GLenum func, GLint ref, GLuint mask);
- glStencilFunc(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glStencilFunc(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glStencilFunc(GLenum func, GLint ref, GLuint mask);
- glStencilFunc(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glStencilFuncSeparate(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glStencilFuncSeparate(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
- glStencilFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glStencilFuncSeparate(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glStencilFuncSeparate(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
- glStencilFuncSeparate(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glStencilFuncSeparateATI(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glStencilFuncSeparateATI(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
- glStencilFuncSeparateATI(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glStencilFuncSeparateATI(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glStencilFuncSeparateATI(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
- glStencilFuncSeparateATI(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glStencilMask(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glStencilMask(GLuint mask);
- glStencilMask(int) - Method in class javax.media.opengl.DebugGL
-
- glStencilMask(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glStencilMask(GLuint mask);
- glStencilMask(int) - Method in class javax.media.opengl.TraceGL
-
- glStencilMaskSeparate(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glStencilMaskSeparate(GLenum target, GLuint id);
- glStencilMaskSeparate(int, int) - Method in class javax.media.opengl.DebugGL
-
- glStencilMaskSeparate(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glStencilMaskSeparate(GLenum target, GLuint id);
- glStencilMaskSeparate(int, int) - Method in class javax.media.opengl.TraceGL
-
- glStencilOp(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass);
- glStencilOp(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glStencilOp(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass);
- glStencilOp(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glStencilOpSeparate(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glStencilOpSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glStencilOpSeparate(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glStencilOpSeparate(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glStencilOpSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glStencilOpSeparate(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glStencilOpSeparateATI(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glStencilOpSeparateATI(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glStencilOpSeparateATI(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glStencilOpSeparateATI(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glStencilOpSeparateATI(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glStencilOpSeparateATI(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glStopInstrumentsSGIX(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glStopInstrumentsSGIX(GLint count);
- glStopInstrumentsSGIX(int) - Method in class javax.media.opengl.DebugGL
-
- glStopInstrumentsSGIX(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glStopInstrumentsSGIX(GLint count);
- glStopInstrumentsSGIX(int) - Method in class javax.media.opengl.TraceGL
-
- glStringMarkerGREMEDY(int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glStringMarkerGREMEDY(GLsizei length, const GLvoid * pointer);
- glStringMarkerGREMEDY(int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glStringMarkerGREMEDY(int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glStringMarkerGREMEDY(GLsizei length, const GLvoid * pointer);
- glStringMarkerGREMEDY(int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glSwapAPPLE() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSwapAPPLE(void);
- glSwapAPPLE() - Method in class javax.media.opengl.DebugGL
-
- glSwapAPPLE() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSwapAPPLE(void);
- glSwapAPPLE() - Method in class javax.media.opengl.TraceGL
-
- glSwizzleEXT(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glSwizzleEXT(GLuint stage, GLuint portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
- glSwizzleEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glSwizzleEXT(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glSwizzleEXT(GLuint stage, GLuint portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
- glSwizzleEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glTagSampleBufferSGIX() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTagSampleBufferSGIX(void);
- glTagSampleBufferSGIX() - Method in class javax.media.opengl.DebugGL
-
- glTagSampleBufferSGIX() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTagSampleBufferSGIX(void);
- glTagSampleBufferSGIX() - Method in class javax.media.opengl.TraceGL
-
- glTbufferMask3DFX(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTbufferMask3DFX(GLuint mode);
- glTbufferMask3DFX(int) - Method in class javax.media.opengl.DebugGL
-
- glTbufferMask3DFX(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTbufferMask3DFX(GLuint mode);
- glTbufferMask3DFX(int) - Method in class javax.media.opengl.TraceGL
-
- glTestFenceAPPLE(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glTestFenceAPPLE(GLuint id);
- glTestFenceAPPLE(int) - Method in class javax.media.opengl.DebugGL
-
- glTestFenceAPPLE(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glTestFenceAPPLE(GLuint id);
- glTestFenceAPPLE(int) - Method in class javax.media.opengl.TraceGL
-
- glTestFenceNV(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glTestFenceNV(GLuint id);
- glTestFenceNV(int) - Method in class javax.media.opengl.DebugGL
-
- glTestFenceNV(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glTestFenceNV(GLuint id);
- glTestFenceNV(int) - Method in class javax.media.opengl.TraceGL
-
- glTestObjectAPPLE(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glTestObjectAPPLE(GLenum id, GLuint cap);
- glTestObjectAPPLE(int, int) - Method in class javax.media.opengl.DebugGL
-
- glTestObjectAPPLE(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glTestObjectAPPLE(GLenum id, GLuint cap);
- glTestObjectAPPLE(int, int) - Method in class javax.media.opengl.TraceGL
-
- glTexBufferEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexBufferEXT(GLenum target, GLenum internalformat, GLuint buffer);
- glTexBufferEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glTexBufferEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexBufferEXT(GLenum target, GLenum internalformat, GLuint buffer);
- glTexBufferEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glTexBumpParameterfvATI(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexBumpParameterfvATI(GLenum target, const GLfloat * v);
- glTexBumpParameterfvATI(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexBumpParameterfvATI(GLenum target, const GLfloat * v);
- glTexBumpParameterfvATI(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexBumpParameterfvATI(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexBumpParameterfvATI(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexBumpParameterfvATI(GLenum target, const GLfloat * v);
- glTexBumpParameterfvATI(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexBumpParameterfvATI(GLenum target, const GLfloat * v);
- glTexBumpParameterfvATI(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexBumpParameterfvATI(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexBumpParameterivATI(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexBumpParameterivATI(GLenum target, const GLint * v);
- glTexBumpParameterivATI(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexBumpParameterivATI(GLenum target, const GLint * v);
- glTexBumpParameterivATI(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexBumpParameterivATI(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexBumpParameterivATI(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexBumpParameterivATI(GLenum target, const GLint * v);
- glTexBumpParameterivATI(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexBumpParameterivATI(GLenum target, const GLint * v);
- glTexBumpParameterivATI(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexBumpParameterivATI(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1d(double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1d(GLdouble s);
- glTexCoord1d(double) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1d(double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1d(GLdouble s);
- glTexCoord1d(double) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1dv(const GLdouble * v);
- glTexCoord1dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1dv(const GLdouble * v);
- glTexCoord1dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1dv(const GLdouble * v);
- glTexCoord1dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1dv(const GLdouble * v);
- glTexCoord1dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1f(float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1f(GLfloat s);
- glTexCoord1f(float) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1f(float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1f(GLfloat s);
- glTexCoord1f(float) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1fv(const GLfloat * v);
- glTexCoord1fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1fv(const GLfloat * v);
- glTexCoord1fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1fv(const GLfloat * v);
- glTexCoord1fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1fv(const GLfloat * v);
- glTexCoord1fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1hNV(short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord1hNV(GLhalfNV factor);
- glTexCoord1hNV(short) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1hNV(short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord1hNV(GLhalfNV factor);
- glTexCoord1hNV(short) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1hvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord1hvNV(const GLhalfNV * v);
- glTexCoord1hvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord1hvNV(const GLhalfNV * v);
- glTexCoord1hvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1hvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1hvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord1hvNV(const GLhalfNV * v);
- glTexCoord1hvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord1hvNV(const GLhalfNV * v);
- glTexCoord1hvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1hvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1i(int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1i(GLint s);
- glTexCoord1i(int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1i(int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1i(GLint s);
- glTexCoord1i(int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1iv(const GLint * v);
- glTexCoord1iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1iv(const GLint * v);
- glTexCoord1iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1iv(const GLint * v);
- glTexCoord1iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1iv(const GLint * v);
- glTexCoord1iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1s(short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1s(GLshort s);
- glTexCoord1s(short) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1s(short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1s(GLshort s);
- glTexCoord1s(short) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1sv(const GLshort * v);
- glTexCoord1sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord1sv(const GLshort * v);
- glTexCoord1sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord1sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1sv(const GLshort * v);
- glTexCoord1sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord1sv(const GLshort * v);
- glTexCoord1sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord1sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2d(double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2d(GLdouble s, GLdouble t);
- glTexCoord2d(double, double) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2d(double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2d(GLdouble s, GLdouble t);
- glTexCoord2d(double, double) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2dv(const GLdouble * v);
- glTexCoord2dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2dv(const GLdouble * v);
- glTexCoord2dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2dv(const GLdouble * v);
- glTexCoord2dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2dv(const GLdouble * v);
- glTexCoord2dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2f(float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2f(GLfloat s, GLfloat t);
- glTexCoord2f(float, float) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2f(float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2f(GLfloat s, GLfloat t);
- glTexCoord2f(float, float) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fColor3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor3fVertex3fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glTexCoord2fColor3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fColor3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor3fVertex3fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glTexCoord2fColor3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fColor3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fColor3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fColor3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fColor3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fColor3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fColor3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fColor3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fColor3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4fNormal3fVertex3fSUN(GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
- glTexCoord2fColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4fNormal3fVertex3fSUN(GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
- glTexCoord2fColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fColor4fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4fNormal3fVertex3fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fColor4fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4fNormal3fVertex3fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fColor4fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fColor4fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fColor4fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4fNormal3fVertex3fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fColor4fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4fNormal3fVertex3fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fColor4fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fColor4fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fColor4ubVertex3fSUN(float, float, byte, byte, byte, byte, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4ubVertex3fSUN(GLfloat s, GLfloat t, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);
- glTexCoord2fColor4ubVertex3fSUN(float, float, byte, byte, byte, byte, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fColor4ubVertex3fSUN(float, float, byte, byte, byte, byte, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4ubVertex3fSUN(GLfloat s, GLfloat t, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);
- glTexCoord2fColor4ubVertex3fSUN(float, float, byte, byte, byte, byte, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fColor4ubVertex3fvSUN(FloatBuffer, ByteBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4ubVertex3fvSUN(const GLfloat * tc, const GLubyte * c, const GLfloat * v);
- glTexCoord2fColor4ubVertex3fvSUN(float[], int, byte[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4ubVertex3fvSUN(const GLfloat * tc, const GLubyte * c, const GLfloat * v);
- glTexCoord2fColor4ubVertex3fvSUN(float[], int, byte[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fColor4ubVertex3fvSUN(FloatBuffer, ByteBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fColor4ubVertex3fvSUN(FloatBuffer, ByteBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4ubVertex3fvSUN(const GLfloat * tc, const GLubyte * c, const GLfloat * v);
- glTexCoord2fColor4ubVertex3fvSUN(float[], int, byte[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fColor4ubVertex3fvSUN(const GLfloat * tc, const GLubyte * c, const GLfloat * v);
- glTexCoord2fColor4ubVertex3fvSUN(float[], int, byte[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fColor4ubVertex3fvSUN(FloatBuffer, ByteBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fNormal3fVertex3fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glTexCoord2fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fNormal3fVertex3fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glTexCoord2fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord2fNormal3fVertex3fvSUN(FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fNormal3fVertex3fvSUN(float[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2fv(const GLfloat * v);
- glTexCoord2fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2fv(const GLfloat * v);
- glTexCoord2fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2fv(const GLfloat * v);
- glTexCoord2fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2fv(const GLfloat * v);
- glTexCoord2fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fVertex3fSUN(float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fVertex3fSUN(GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z);
- glTexCoord2fVertex3fSUN(float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fVertex3fSUN(float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fVertex3fSUN(GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z);
- glTexCoord2fVertex3fSUN(float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glTexCoord2fVertex3fvSUN(float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glTexCoord2fVertex3fvSUN(float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glTexCoord2fVertex3fvSUN(float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
- glTexCoord2fVertex3fvSUN(float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2fVertex3fvSUN(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2hNV(short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2hNV(GLhalfNV x, GLhalfNV y);
- glTexCoord2hNV(short, short) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2hNV(short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2hNV(GLhalfNV x, GLhalfNV y);
- glTexCoord2hNV(short, short) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2hvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2hvNV(const GLhalfNV * v);
- glTexCoord2hvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord2hvNV(const GLhalfNV * v);
- glTexCoord2hvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2hvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2hvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2hvNV(const GLhalfNV * v);
- glTexCoord2hvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord2hvNV(const GLhalfNV * v);
- glTexCoord2hvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2hvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2i(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2i(GLint s, GLint t);
- glTexCoord2i(int, int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2i(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2i(GLint s, GLint t);
- glTexCoord2i(int, int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2iv(const GLint * v);
- glTexCoord2iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2iv(const GLint * v);
- glTexCoord2iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2iv(const GLint * v);
- glTexCoord2iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2iv(const GLint * v);
- glTexCoord2iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2s(short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2s(GLshort s, GLshort t);
- glTexCoord2s(short, short) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2s(short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2s(GLshort s, GLshort t);
- glTexCoord2s(short, short) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2sv(const GLshort * v);
- glTexCoord2sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord2sv(const GLshort * v);
- glTexCoord2sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord2sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2sv(const GLshort * v);
- glTexCoord2sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord2sv(const GLshort * v);
- glTexCoord2sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord2sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3d(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3d(GLdouble s, GLdouble t, GLdouble r);
- glTexCoord3d(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3d(double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3d(GLdouble s, GLdouble t, GLdouble r);
- glTexCoord3d(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3dv(const GLdouble * v);
- glTexCoord3dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3dv(const GLdouble * v);
- glTexCoord3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3dv(const GLdouble * v);
- glTexCoord3dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3dv(const GLdouble * v);
- glTexCoord3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3f(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3f(GLfloat s, GLfloat t, GLfloat r);
- glTexCoord3f(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3f(float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3f(GLfloat s, GLfloat t, GLfloat r);
- glTexCoord3f(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3fv(const GLfloat * v);
- glTexCoord3fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3fv(const GLfloat * v);
- glTexCoord3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3fv(const GLfloat * v);
- glTexCoord3fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3fv(const GLfloat * v);
- glTexCoord3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3hNV(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
- glTexCoord3hNV(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3hNV(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
- glTexCoord3hNV(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3hvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord3hvNV(const GLhalfNV * v);
- glTexCoord3hvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord3hvNV(const GLhalfNV * v);
- glTexCoord3hvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3hvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3hvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord3hvNV(const GLhalfNV * v);
- glTexCoord3hvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord3hvNV(const GLhalfNV * v);
- glTexCoord3hvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3hvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3i(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3i(GLint s, GLint t, GLint r);
- glTexCoord3i(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3i(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3i(GLint s, GLint t, GLint r);
- glTexCoord3i(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3iv(const GLint * v);
- glTexCoord3iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3iv(const GLint * v);
- glTexCoord3iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3iv(const GLint * v);
- glTexCoord3iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3iv(const GLint * v);
- glTexCoord3iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3s(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3s(GLshort s, GLshort t, GLshort r);
- glTexCoord3s(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3s(short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3s(GLshort s, GLshort t, GLshort r);
- glTexCoord3s(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3sv(const GLshort * v);
- glTexCoord3sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord3sv(const GLshort * v);
- glTexCoord3sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord3sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3sv(const GLshort * v);
- glTexCoord3sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord3sv(const GLshort * v);
- glTexCoord3sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4d(double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4d(GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glTexCoord4d(double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4d(double, double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4d(GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glTexCoord4d(double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4dv(const GLdouble * v);
- glTexCoord4dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4dv(const GLdouble * v);
- glTexCoord4dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4dv(const GLdouble * v);
- glTexCoord4dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4dv(const GLdouble * v);
- glTexCoord4dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4f(float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4f(GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glTexCoord4f(float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4f(float, float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4f(GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glTexCoord4f(float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4fColor4fNormal3fVertex4fSUN(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord4fColor4fNormal3fVertex4fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glTexCoord4fColor4fNormal3fVertex4fSUN(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4fColor4fNormal3fVertex4fSUN(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord4fColor4fNormal3fVertex4fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glTexCoord4fColor4fNormal3fVertex4fSUN(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4fColor4fNormal3fVertex4fvSUN(FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord4fColor4fNormal3fVertex4fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord4fColor4fNormal3fVertex4fvSUN(float[], int, float[], int, float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord4fColor4fNormal3fVertex4fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord4fColor4fNormal3fVertex4fvSUN(float[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4fColor4fNormal3fVertex4fvSUN(FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4fColor4fNormal3fVertex4fvSUN(FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord4fColor4fNormal3fVertex4fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord4fColor4fNormal3fVertex4fvSUN(float[], int, float[], int, float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord4fColor4fNormal3fVertex4fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
- glTexCoord4fColor4fNormal3fVertex4fvSUN(float[], int, float[], int, float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4fColor4fNormal3fVertex4fvSUN(FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4fv(const GLfloat * v);
- glTexCoord4fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4fv(const GLfloat * v);
- glTexCoord4fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4fv(const GLfloat * v);
- glTexCoord4fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4fv(const GLfloat * v);
- glTexCoord4fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4fVertex4fSUN(float, float, float, float, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord4fVertex4fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glTexCoord4fVertex4fSUN(float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4fVertex4fSUN(float, float, float, float, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord4fVertex4fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glTexCoord4fVertex4fSUN(float, float, float, float, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4fVertex4fvSUN(FloatBuffer, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord4fVertex4fvSUN(const GLfloat * c, const GLfloat * v);
- glTexCoord4fVertex4fvSUN(float[], int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord4fVertex4fvSUN(const GLfloat * c, const GLfloat * v);
- glTexCoord4fVertex4fvSUN(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4fVertex4fvSUN(float[], int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4fVertex4fvSUN(FloatBuffer, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord4fVertex4fvSUN(const GLfloat * c, const GLfloat * v);
- glTexCoord4fVertex4fvSUN(float[], int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord4fVertex4fvSUN(const GLfloat * c, const GLfloat * v);
- glTexCoord4fVertex4fvSUN(FloatBuffer, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4fVertex4fvSUN(float[], int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4hNV(short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord4hNV(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);
- glTexCoord4hNV(short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4hNV(short, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord4hNV(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);
- glTexCoord4hNV(short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4hvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord4hvNV(const GLhalfNV * v);
- glTexCoord4hvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexCoord4hvNV(const GLhalfNV * v);
- glTexCoord4hvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4hvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4hvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord4hvNV(const GLhalfNV * v);
- glTexCoord4hvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexCoord4hvNV(const GLhalfNV * v);
- glTexCoord4hvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4hvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4i(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4i(GLint s, GLint t, GLint r, GLint q);
- glTexCoord4i(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4i(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4i(GLint s, GLint t, GLint r, GLint q);
- glTexCoord4i(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4iv(const GLint * v);
- glTexCoord4iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4iv(const GLint * v);
- glTexCoord4iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4iv(const GLint * v);
- glTexCoord4iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4iv(const GLint * v);
- glTexCoord4iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4s(short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4s(GLshort s, GLshort t, GLshort r, GLshort q);
- glTexCoord4s(short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4s(short, short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4s(GLshort s, GLshort t, GLshort r, GLshort q);
- glTexCoord4s(short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4sv(const GLshort * v);
- glTexCoord4sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoord4sv(const GLshort * v);
- glTexCoord4sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoord4sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4sv(const GLshort * v);
- glTexCoord4sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoord4sv(const GLshort * v);
- glTexCoord4sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexCoord4sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexCoordPointer(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glTexCoordPointer(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glTexCoordPointer(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glTexCoordPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glTexCoordPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glTexCoordPointer(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glTexCoordPointer(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glTexCoordPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glTexEnvf(int, int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexEnvf(GLenum target, GLenum pname, GLfloat param);
- glTexEnvf(int, int, float) - Method in class javax.media.opengl.DebugGL
-
- glTexEnvf(int, int, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexEnvf(GLenum target, GLenum pname, GLfloat param);
- glTexEnvf(int, int, float) - Method in class javax.media.opengl.TraceGL
-
- glTexEnvfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexEnvfv(GLenum target, GLenum pname, const GLfloat * params);
- glTexEnvfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexEnvfv(GLenum target, GLenum pname, const GLfloat * params);
- glTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexEnvfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexEnvfv(GLenum target, GLenum pname, const GLfloat * params);
- glTexEnvfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexEnvfv(GLenum target, GLenum pname, const GLfloat * params);
- glTexEnvfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexEnvfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexEnvi(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexEnvi(GLenum target, GLenum pname, GLint param);
- glTexEnvi(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glTexEnvi(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexEnvi(GLenum target, GLenum pname, GLint param);
- glTexEnvi(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glTexEnviv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexEnviv(GLenum target, GLenum pname, const GLint * params);
- glTexEnviv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexEnviv(GLenum target, GLenum pname, const GLint * params);
- glTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexEnviv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexEnviv(GLenum target, GLenum pname, const GLint * params);
- glTexEnviv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexEnviv(GLenum target, GLenum pname, const GLint * params);
- glTexEnviv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexEnviv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexFilterFuncSGIS(int, int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexFilterFuncSGIS(GLenum target, GLenum filter, GLsizei n, const GLfloat * weights);
- glTexFilterFuncSGIS(int, int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexFilterFuncSGIS(GLenum target, GLenum filter, GLsizei n, const GLfloat * weights);
- glTexFilterFuncSGIS(int, int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexFilterFuncSGIS(int, int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexFilterFuncSGIS(int, int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexFilterFuncSGIS(GLenum target, GLenum filter, GLsizei n, const GLfloat * weights);
- glTexFilterFuncSGIS(int, int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexFilterFuncSGIS(GLenum target, GLenum filter, GLsizei n, const GLfloat * weights);
- glTexFilterFuncSGIS(int, int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexFilterFuncSGIS(int, int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexGend(int, int, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexGend(GLenum coord, GLenum pname, GLdouble param);
- glTexGend(int, int, double) - Method in class javax.media.opengl.DebugGL
-
- glTexGend(int, int, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexGend(GLenum coord, GLenum pname, GLdouble param);
- glTexGend(int, int, double) - Method in class javax.media.opengl.TraceGL
-
- glTexGendv(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexGendv(GLenum coord, GLenum pname, const GLdouble * params);
- glTexGendv(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexGendv(GLenum coord, GLenum pname, const GLdouble * params);
- glTexGendv(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexGendv(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexGendv(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexGendv(GLenum coord, GLenum pname, const GLdouble * params);
- glTexGendv(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexGendv(GLenum coord, GLenum pname, const GLdouble * params);
- glTexGendv(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexGendv(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexGenf(int, int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexGenf(GLenum coord, GLenum pname, GLfloat param);
- glTexGenf(int, int, float) - Method in class javax.media.opengl.DebugGL
-
- glTexGenf(int, int, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexGenf(GLenum coord, GLenum pname, GLfloat param);
- glTexGenf(int, int, float) - Method in class javax.media.opengl.TraceGL
-
- glTexGenfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexGenfv(GLenum coord, GLenum pname, const GLfloat * params);
- glTexGenfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexGenfv(GLenum coord, GLenum pname, const GLfloat * params);
- glTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexGenfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexGenfv(GLenum coord, GLenum pname, const GLfloat * params);
- glTexGenfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexGenfv(GLenum coord, GLenum pname, const GLfloat * params);
- glTexGenfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexGenfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexGeni(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexGeni(GLenum coord, GLenum pname, GLint param);
- glTexGeni(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glTexGeni(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexGeni(GLenum coord, GLenum pname, GLint param);
- glTexGeni(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glTexGeniv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexGeniv(GLenum coord, GLenum pname, const GLint * params);
- glTexGeniv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexGeniv(GLenum coord, GLenum pname, const GLint * params);
- glTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexGeniv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexGeniv(GLenum coord, GLenum pname, const GLint * params);
- glTexGeniv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexGeniv(GLenum coord, GLenum pname, const GLint * params);
- glTexGeniv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexGeniv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexImage1D(int, int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
- glTexImage1D(int, int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
- glTexImage1D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glTexImage1D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glTexImage1D(int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
- glTexImage1D(int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
- glTexImage1D(int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glTexImage1D(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface 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);
- glTexImage2D(int, int, int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface 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);
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glTexImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface 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);
- glTexImage2D(int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Interface 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);
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glTexImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glTexImage3D(int, int, int, int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glTexImage3D(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glTexImage3D(int, int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glTexImage3D(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glTexImage4DSGIS(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexImage4DSGIS(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
- glTexImage4DSGIS(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glTexImage4DSGIS(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexImage4DSGIS(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
- glTexImage4DSGIS(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glTexParameterf(int, int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexParameterf(GLenum target, GLenum pname, GLfloat param);
- glTexParameterf(int, int, float) - Method in class javax.media.opengl.DebugGL
-
- glTexParameterf(int, int, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexParameterf(GLenum target, GLenum pname, GLfloat param);
- glTexParameterf(int, int, float) - Method in class javax.media.opengl.TraceGL
-
- glTexParameterfv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glTexParameterfv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexParameterfv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glTexParameterfv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params);
- glTexParameterfv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexParameterfv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexParameteri(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexParameteri(GLenum target, GLenum pname, GLint param);
- glTexParameteri(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glTexParameteri(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexParameteri(GLenum target, GLenum pname, GLint param);
- glTexParameteri(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glTexParameterIivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexParameterIivEXT(GLenum target, GLenum pname, const GLint * params);
- glTexParameterIivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexParameterIivEXT(GLenum target, GLenum pname, const GLint * params);
- glTexParameterIivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexParameterIivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexParameterIivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexParameterIivEXT(GLenum target, GLenum pname, const GLint * params);
- glTexParameterIivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexParameterIivEXT(GLenum target, GLenum pname, const GLint * params);
- glTexParameterIivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexParameterIivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexParameterIuivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexParameterIuivEXT(GLenum target, GLenum pname, const GLuint * params);
- glTexParameterIuivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexParameterIuivEXT(GLenum target, GLenum pname, const GLuint * params);
- glTexParameterIuivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexParameterIuivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexParameterIuivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexParameterIuivEXT(GLenum target, GLenum pname, const GLuint * params);
- glTexParameterIuivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexParameterIuivEXT(GLenum target, GLenum pname, const GLuint * params);
- glTexParameterIuivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexParameterIuivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexParameteriv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexParameteriv(GLenum target, GLenum pname, const GLint * params);
- glTexParameteriv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexParameteriv(GLenum target, GLenum pname, const GLint * params);
- glTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glTexParameteriv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexParameteriv(GLenum target, GLenum pname, const GLint * params);
- glTexParameteriv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexParameteriv(GLenum target, GLenum pname, const GLint * params);
- glTexParameteriv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glTexParameteriv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
- glTexSubImage1D(int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
- glTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glTexSubImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
- glTexSubImage1D(int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
- glTexSubImage1D(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glTexSubImage1D(int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface 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);
- glTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface 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);
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface 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);
- glTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Interface 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);
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) 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);
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) 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);
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glTexSubImage4DSGIS(int, int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTexSubImage4DSGIS(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid * pixels);
- glTexSubImage4DSGIS(int, int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glTexSubImage4DSGIS(int, int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTexSubImage4DSGIS(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid * pixels);
- glTexSubImage4DSGIS(int, int, int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glTextureColorMaskSGIS(boolean, boolean, boolean, boolean) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTextureColorMaskSGIS(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
- glTextureColorMaskSGIS(boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.DebugGL
-
- glTextureColorMaskSGIS(boolean, boolean, boolean, boolean) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTextureColorMaskSGIS(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
- glTextureColorMaskSGIS(boolean, boolean, boolean, boolean) - Method in class javax.media.opengl.TraceGL
-
- glTextureLightEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTextureLightEXT(GLenum mode);
- glTextureLightEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glTextureLightEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTextureLightEXT(GLenum mode);
- glTextureLightEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glTextureMaterialEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTextureMaterialEXT(GLenum target, GLenum id);
- glTextureMaterialEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glTextureMaterialEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTextureMaterialEXT(GLenum target, GLenum id);
- glTextureMaterialEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glTextureNormalEXT(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTextureNormalEXT(GLenum mode);
- glTextureNormalEXT(int) - Method in class javax.media.opengl.DebugGL
-
- glTextureNormalEXT(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTextureNormalEXT(GLenum mode);
- glTextureNormalEXT(int) - Method in class javax.media.opengl.TraceGL
-
- glTextureRangeAPPLE(int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer);
- glTextureRangeAPPLE(int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glTextureRangeAPPLE(int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer);
- glTextureRangeAPPLE(int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glTrackMatrixNV(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTrackMatrixNV(GLenum sfactorRGB, GLuint dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glTrackMatrixNV(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glTrackMatrixNV(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTrackMatrixNV(GLenum sfactorRGB, GLuint dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
- glTrackMatrixNV(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glTransformFeedbackAttribsNV(int, IntBuffer, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTransformFeedbackAttribsNV(GLuint count, const GLint * attribs, GLenum bufferMode);
- glTransformFeedbackAttribsNV(int, int[], int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTransformFeedbackAttribsNV(GLuint count, const GLint * attribs, GLenum bufferMode);
- glTransformFeedbackAttribsNV(int, IntBuffer, int) - Method in class javax.media.opengl.DebugGL
-
- glTransformFeedbackAttribsNV(int, int[], int, int) - Method in class javax.media.opengl.DebugGL
-
- glTransformFeedbackAttribsNV(int, IntBuffer, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTransformFeedbackAttribsNV(GLuint count, const GLint * attribs, GLenum bufferMode);
- glTransformFeedbackAttribsNV(int, int[], int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTransformFeedbackAttribsNV(GLuint count, const GLint * attribs, GLenum bufferMode);
- glTransformFeedbackAttribsNV(int, IntBuffer, int) - Method in class javax.media.opengl.TraceGL
-
- glTransformFeedbackAttribsNV(int, int[], int, int) - Method in class javax.media.opengl.TraceGL
-
- glTransformFeedbackVaryingsNV(int, int, IntBuffer, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTransformFeedbackVaryingsNV(GLuint program, GLsizei count, const GLint * locations, GLenum bufferMode);
- glTransformFeedbackVaryingsNV(int, int, int[], int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glTransformFeedbackVaryingsNV(GLuint program, GLsizei count, const GLint * locations, GLenum bufferMode);
- glTransformFeedbackVaryingsNV(int, int, int[], int, int) - Method in class javax.media.opengl.DebugGL
-
- glTransformFeedbackVaryingsNV(int, int, IntBuffer, int) - Method in class javax.media.opengl.DebugGL
-
- glTransformFeedbackVaryingsNV(int, int, IntBuffer, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTransformFeedbackVaryingsNV(GLuint program, GLsizei count, const GLint * locations, GLenum bufferMode);
- glTransformFeedbackVaryingsNV(int, int, int[], int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glTransformFeedbackVaryingsNV(GLuint program, GLsizei count, const GLint * locations, GLenum bufferMode);
- glTransformFeedbackVaryingsNV(int, int, int[], int, int) - Method in class javax.media.opengl.TraceGL
-
- glTransformFeedbackVaryingsNV(int, int, IntBuffer, int) - Method in class javax.media.opengl.TraceGL
-
- glTranslated(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTranslated(GLdouble x, GLdouble y, GLdouble z);
- glTranslated(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glTranslated(double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTranslated(GLdouble x, GLdouble y, GLdouble z);
- glTranslated(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glTranslatef(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glTranslatef(GLfloat x, GLfloat y, GLfloat z);
- glTranslatef(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glTranslatef(float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glTranslatef(GLfloat x, GLfloat y, GLfloat z);
- glTranslatef(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- GLU - Class in javax.media.opengl.glu
-
Provides access to the OpenGL Utility Library (GLU).
- GLU() - Constructor for class javax.media.opengl.glu.GLU
-
Instantiates a new OpenGL Utility Library object.
- 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_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.GLU
-
Begins a curve definition.
- gluBeginPolygon(GLUtessellator) - 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.GLU
-
Begins a surface definition.
- gluBuild1DMipmapLevels(int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
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);
- gluBuild1DMipmaps(int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluBuild1DMipmaps(GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, const void * data);
- gluBuild2DMipmapLevels(int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
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);
- gluBuild2DMipmaps(int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluBuild2DMipmaps(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * data);
- gluBuild3DMipmapLevels(int, int, int, int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
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);
- gluBuild3DMipmaps(int, int, int, int, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLint gluBuild3DMipmaps(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * data);
- 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
-
Interface to C language function:
void gluCylinder(GLUquadric * quad, GLdouble base, GLdouble top, GLdouble height, GLint slices, GLint stacks);
- gluDeleteQuadric(GLUquadric) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
void gluDeleteQuadric(GLUquadric * quad);
- gluDeleteTess(GLUtessellator) - 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
-
Interface to C language function:
void gluDisk(GLUquadric * quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops);
- gluEndCurve(GLUnurbs) - Method in class javax.media.opengl.glu.GLU
-
Ends a curve definition.
- gluEndPolygon(GLUtessellator) - 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.GLU
-
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) - Method in class javax.media.opengl.glu.GLU
-
gluGetTessProperty retrieves properties stored in a tessellation
object.
- gluLookAt(GL, double, double, double, double, double, double, double, double, double) - Method in class com.sun.opengl.impl.Project
-
Method gluLookAt
- 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.GLU
-
Creates a new GLUnurbs object.
- gluNewQuadric() - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
GLUquadric * gluNewQuadric(void);
- gluNewTess() - Method in class javax.media.opengl.glu.GLU
-
gluNewTess creates and returns a new tessellation object.
- gluNextContour(GLUtessellator, int) - Method in class javax.media.opengl.glu.GLU
-
gluNextContour is used to describe polygons with multiple
contours.
- glUniform1f(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1f(GLint location, GLfloat v0);
- glUniform1f(int, float) - Method in class javax.media.opengl.DebugGL
-
- glUniform1f(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1f(GLint location, GLfloat v0);
- glUniform1f(int, float) - Method in class javax.media.opengl.TraceGL
-
- glUniform1fARB(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1fARB(GLint location, GLfloat v0);
- glUniform1fARB(int, float) - Method in class javax.media.opengl.DebugGL
-
- glUniform1fARB(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1fARB(GLint location, GLfloat v0);
- glUniform1fARB(int, float) - Method in class javax.media.opengl.TraceGL
-
- glUniform1fv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform1fv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform1fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform1fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform1fv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform1fv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform1fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform1fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform1fvARB(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform1fvARB(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform1fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform1fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform1fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform1fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform1fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform1fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform1i(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1i(GLint x, GLint y);
- glUniform1i(int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform1i(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1i(GLint x, GLint y);
- glUniform1i(int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform1iARB(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1iARB(GLint x, GLint y);
- glUniform1iARB(int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform1iARB(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1iARB(GLint x, GLint y);
- glUniform1iARB(int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform1iv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1iv(GLint location, GLsizei count, const GLint * value);
- glUniform1iv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1iv(GLint location, GLsizei count, const GLint * value);
- glUniform1iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform1iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform1iv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1iv(GLint location, GLsizei count, const GLint * value);
- glUniform1iv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1iv(GLint location, GLsizei count, const GLint * value);
- glUniform1iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform1iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform1ivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform1ivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform1ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform1ivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform1ivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform1ivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform1ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform1ivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform1uiEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1uiEXT(GLint location, GLuint v0);
- glUniform1uiEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform1uiEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1uiEXT(GLint location, GLuint v0);
- glUniform1uiEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform1uivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform1uivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform1uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform1uivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform1uivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform1uivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform1uivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform1uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform1uivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform1uivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform2f(int, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2f(GLint location, GLfloat v0, GLfloat v1);
- glUniform2f(int, float, float) - Method in class javax.media.opengl.DebugGL
-
- glUniform2f(int, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2f(GLint location, GLfloat v0, GLfloat v1);
- glUniform2f(int, float, float) - Method in class javax.media.opengl.TraceGL
-
- glUniform2fARB(int, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2fARB(GLint location, GLfloat v0, GLfloat v1);
- glUniform2fARB(int, float, float) - Method in class javax.media.opengl.DebugGL
-
- glUniform2fARB(int, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2fARB(GLint location, GLfloat v0, GLfloat v1);
- glUniform2fARB(int, float, float) - Method in class javax.media.opengl.TraceGL
-
- glUniform2fv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform2fv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform2fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform2fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform2fv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform2fv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform2fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform2fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform2fvARB(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform2fvARB(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform2fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform2fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform2fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform2fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform2fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform2fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform2i(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2i(GLint red, GLint green, GLint blue);
- glUniform2i(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform2i(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2i(GLint red, GLint green, GLint blue);
- glUniform2i(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform2iARB(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2iARB(GLint red, GLint green, GLint blue);
- glUniform2iARB(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform2iARB(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2iARB(GLint red, GLint green, GLint blue);
- glUniform2iARB(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform2iv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2iv(GLint location, GLsizei count, const GLint * value);
- glUniform2iv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2iv(GLint location, GLsizei count, const GLint * value);
- glUniform2iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform2iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform2iv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2iv(GLint location, GLsizei count, const GLint * value);
- glUniform2iv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2iv(GLint location, GLsizei count, const GLint * value);
- glUniform2iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform2iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform2ivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform2ivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform2ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform2ivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform2ivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform2ivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform2ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform2ivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform2uiEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2uiEXT(GLint location, GLuint v0, GLuint v1);
- glUniform2uiEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform2uiEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2uiEXT(GLint location, GLuint v0, GLuint v1);
- glUniform2uiEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform2uivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform2uivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform2uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform2uivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform2uivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform2uivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform2uivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform2uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform2uivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform2uivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform3f(int, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
- glUniform3f(int, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glUniform3f(int, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
- glUniform3f(int, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glUniform3fARB(int, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
- glUniform3fARB(int, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glUniform3fARB(int, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
- glUniform3fARB(int, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glUniform3fv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform3fv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform3fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform3fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform3fv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform3fv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform3fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform3fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform3fvARB(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform3fvARB(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform3fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform3fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform3fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform3fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform3fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform3fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform3i(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3i(GLint location, GLint v0, GLint v1, GLint v2);
- glUniform3i(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform3i(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3i(GLint location, GLint v0, GLint v1, GLint v2);
- glUniform3i(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform3iARB(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3iARB(GLint location, GLint v0, GLint v1, GLint v2);
- glUniform3iARB(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform3iARB(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3iARB(GLint location, GLint v0, GLint v1, GLint v2);
- glUniform3iARB(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform3iv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3iv(GLint location, GLsizei count, const GLint * value);
- glUniform3iv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3iv(GLint location, GLsizei count, const GLint * value);
- glUniform3iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform3iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform3iv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3iv(GLint location, GLsizei count, const GLint * value);
- glUniform3iv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3iv(GLint location, GLsizei count, const GLint * value);
- glUniform3iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform3iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform3ivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform3ivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform3ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform3ivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform3ivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform3ivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform3ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform3ivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform3uiEXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3uiEXT(GLint location, GLuint v0, GLuint v1, GLuint v2);
- glUniform3uiEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform3uiEXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3uiEXT(GLint location, GLuint v0, GLuint v1, GLuint v2);
- glUniform3uiEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform3uivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform3uivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform3uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform3uivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform3uivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform3uivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform3uivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform3uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform3uivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform3uivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform4f(int, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
- glUniform4f(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glUniform4f(int, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
- glUniform4f(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glUniform4fARB(int, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
- glUniform4fARB(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glUniform4fARB(int, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
- glUniform4fARB(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glUniform4fv(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform4fv(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform4fv(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform4fv(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform4fv(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform4fv(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4fv(GLint location, GLsizei count, const GLfloat * value);
- glUniform4fv(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform4fv(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform4fvARB(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform4fvARB(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform4fvARB(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform4fvARB(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform4fvARB(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4fvARB(GLint location, GLsizei count, const GLfloat * value);
- glUniform4fvARB(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform4fvARB(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform4i(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
- glUniform4i(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform4i(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
- glUniform4i(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform4iARB(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4iARB(GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
- glUniform4iARB(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform4iARB(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4iARB(GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
- glUniform4iARB(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform4iv(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4iv(GLint location, GLsizei count, const GLint * value);
- glUniform4iv(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4iv(GLint location, GLsizei count, const GLint * value);
- glUniform4iv(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform4iv(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform4iv(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4iv(GLint location, GLsizei count, const GLint * value);
- glUniform4iv(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4iv(GLint location, GLsizei count, const GLint * value);
- glUniform4iv(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform4iv(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform4ivARB(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform4ivARB(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform4ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform4ivARB(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform4ivARB(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform4ivARB(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4ivARB(GLint location, GLsizei count, const GLint * value);
- glUniform4ivARB(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniform4ivARB(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform4uiEXT(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4uiEXT(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);
- glUniform4uiEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniform4uiEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4uiEXT(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);
- glUniform4uiEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniform4uivEXT(int, int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform4uivEXT(int, int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniform4uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform4uivEXT(int, int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniform4uivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniform4uivEXT(int, int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform4uivEXT(int, int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniform4uivEXT(GLint location, GLsizei count, const GLuint * value);
- glUniform4uivEXT(int, int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniform4uivEXT(int, int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformBufferEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformBufferEXT(GLuint program, GLint location, GLuint buffer);
- glUniformBufferEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glUniformBufferEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformBufferEXT(GLuint program, GLint location, GLuint buffer);
- glUniformBufferEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2fv(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix2fvARB(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2fvARB(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix2fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix2fvARB(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2fvARB(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix2fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix2x3fv(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2x3fv(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix2x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix2x3fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2x3fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix2x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix2x4fv(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2x4fv(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix2x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix2x4fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2x4fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix2x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix2x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3fv(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix3fvARB(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3fvARB(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix3fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix3fvARB(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3fvARB(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix3fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix3x2fv(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3x2fv(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix3x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix3x2fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3x2fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix3x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix3x4fv(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3x4fv(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix3x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix3x4fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3x4fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix3x4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix3x4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4fv(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix4fvARB(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4fvARB(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix4fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix4fvARB(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4fvARB(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4fvARB(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix4fvARB(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix4x2fv(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4x2fv(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix4x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix4x2fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4x2fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4x2fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix4x2fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix4x3fv(int, int, boolean, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4x3fv(int, int, boolean, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix4x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glUniformMatrix4x3fv(int, int, boolean, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4x3fv(int, int, boolean, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
- glUniformMatrix4x3fv(int, int, boolean, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glUniformMatrix4x3fv(int, int, boolean, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glUnlockArraysEXT() - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUnlockArraysEXT(void);
- glUnlockArraysEXT() - Method in class javax.media.opengl.DebugGL
-
- glUnlockArraysEXT() - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUnlockArraysEXT(void);
- glUnlockArraysEXT() - Method in class javax.media.opengl.TraceGL
-
- glUnmapBuffer(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glUnmapBuffer(GLenum id);
- glUnmapBuffer(int) - Method in class javax.media.opengl.DebugGL
-
- glUnmapBuffer(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glUnmapBuffer(GLenum id);
- glUnmapBuffer(int) - Method in class javax.media.opengl.TraceGL
-
- glUnmapBufferARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
GLboolean glUnmapBufferARB(GLenum id);
- glUnmapBufferARB(int) - Method in class javax.media.opengl.DebugGL
-
- glUnmapBufferARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
GLboolean glUnmapBufferARB(GLenum id);
- glUnmapBufferARB(int) - Method in class javax.media.opengl.TraceGL
-
- 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.GLU
-
Make a NURBS curve.
- gluNurbsProperty(GLUnurbs, int, float) - Method in class javax.media.opengl.glu.GLU
-
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.GLU
-
Makes a NURBS surface.
- gluOrtho2D(GL, double, double, double, double) - Method in class com.sun.opengl.impl.Project
-
Method gluOrtho2D.
- 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
-
Interface to C language function:
void gluPartialDisk(GLUquadric * quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops, GLdouble start, GLdouble sweep);
- glUpdateObjectBufferATI(int, int, int, Buffer, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUpdateObjectBufferATI(GLuint buffer, GLuint offset, GLsizei size, const GLvoid * pointer, GLenum preserve);
- glUpdateObjectBufferATI(int, int, int, Buffer, int) - Method in class javax.media.opengl.DebugGL
-
- glUpdateObjectBufferATI(int, int, int, Buffer, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUpdateObjectBufferATI(GLuint buffer, GLuint offset, GLsizei size, const GLvoid * pointer, GLenum preserve);
- glUpdateObjectBufferATI(int, int, int, Buffer, int) - Method in class javax.media.opengl.TraceGL
-
- gluPerspective(GL, double, double, double, double) - Method in class com.sun.opengl.impl.Project
-
Method gluPerspective.
- gluPerspective(double, double, double, double) - Method in class javax.media.opengl.glu.GLU
-
- gluPickMatrix(GL, double, double, double, double, IntBuffer) - Method in class com.sun.opengl.impl.Project
-
Method gluPickMatrix
- gluPickMatrix(GL, double, double, double, double, int[], int) - Method in class com.sun.opengl.impl.Project
-
Method gluPickMatrix
- 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
-
- GLUProcAddressTable - Class in com.sun.opengl.impl
-
This table is a cache of pointers to the dynamically-linkable C
functions this autogenerated Java binding has exposed.
- GLUProcAddressTable() - Constructor for class com.sun.opengl.impl.GLUProcAddressTable
-
- gluProject(double, double, double, double[], int, double[], int, int[], int, double[], int) - Method in class com.sun.opengl.impl.Project
-
Method gluProject
- gluProject(double, double, double, DoubleBuffer, DoubleBuffer, IntBuffer, DoubleBuffer) - Method in class com.sun.opengl.impl.Project
-
Method gluProject
- 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);
- gluProject(double, double, double, DoubleBuffer, DoubleBuffer, IntBuffer, DoubleBuffer) - 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
-
Interface to C language function:
void gluQuadricDrawStyle(GLUquadric * quad, GLenum draw);
- GLUquadricImpl - Class in com.sun.opengl.impl
-
GLUquadricImpl.java
Created 22-dec-2003 (originally Quadric.java)
- GLUquadricImpl() - Constructor for class com.sun.opengl.impl.GLUquadricImpl
-
- gluQuadricNormals(GLUquadric, int) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
void gluQuadricNormals(GLUquadric * quad, GLenum normal);
- gluQuadricOrientation(GLUquadric, int) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
void gluQuadricOrientation(GLUquadric * quad, GLenum orientation);
- gluQuadricTexture(GLUquadric, boolean) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
void gluQuadricTexture(GLUquadric * quad, GLboolean texture);
- gluScaleImage(int, int, int, int, Buffer, int, int, int, Buffer) - Method in class javax.media.opengl.glu.GLU
-
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);
- glUseProgram(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUseProgram(GLuint mode);
- glUseProgram(int) - Method in class javax.media.opengl.DebugGL
-
- glUseProgram(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUseProgram(GLuint mode);
- glUseProgram(int) - Method in class javax.media.opengl.TraceGL
-
- glUseProgramObjectARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glUseProgramObjectARB(GLhandleARB mode);
- glUseProgramObjectARB(int) - Method in class javax.media.opengl.DebugGL
-
- glUseProgramObjectARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glUseProgramObjectARB(GLhandleARB mode);
- glUseProgramObjectARB(int) - Method in class javax.media.opengl.TraceGL
-
- gluSphere(GLUquadric, double, int, int) - Method in class javax.media.opengl.glu.GLU
-
Interface to C language function:
void gluSphere(GLUquadric * quad, GLdouble radius, GLint slices, GLint stacks);
- GLUT - Class in com.sun.opengl.util
-
Subset of the routines provided by the GLUT interface.
- GLUT() - Constructor for class com.sun.opengl.util.GLUT
-
- glutBitmapCharacter(int, char) - Method in class com.sun.opengl.util.GLUT
-
- glutBitmapLength(int, String) - Method in class com.sun.opengl.util.GLUT
-
- glutBitmapString(int, String) - Method in class com.sun.opengl.util.GLUT
-
- glutBitmapWidth(int, char) - Method in class com.sun.opengl.util.GLUT
-
- gluTessBeginContour(GLUtessellator) - Method in class javax.media.opengl.glu.GLU
-
gluTessBeginContour and
gluTessEndContour
delimit
the definition of a polygon contour.
- gluTessBeginPolygon(GLUtessellator, Object) - 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) - 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) - Method in class javax.media.opengl.glu.GLU
-
- gluTessEndPolygon(GLUtessellator) - 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) - Method in class javax.media.opengl.glu.GLU
-
gluTessNormal describes a normal for a polygon that the program is
defining.
- gluTessProperty(GLUtessellator, int, double) - Method in class javax.media.opengl.glu.GLU
-
gluTessProperty is used to control properites stored in a
tessellation object.
- gluTessVertex(GLUtessellator, double[], int, Object) - Method in class javax.media.opengl.glu.GLU
-
gluTessVertex describes a vertex on a polygon that the program
defines.
- glutSolidCone(double, double, int, int) - Method in class com.sun.opengl.util.GLUT
-
- glutSolidCube(float) - Method in class com.sun.opengl.util.GLUT
-
- glutSolidCylinder(double, double, int, int) - Method in class com.sun.opengl.util.GLUT
-
- glutSolidDodecahedron() - Method in class com.sun.opengl.util.GLUT
-
- glutSolidIcosahedron() - Method in class com.sun.opengl.util.GLUT
-
- glutSolidOctahedron() - Method in class com.sun.opengl.util.GLUT
-
- glutSolidRhombicDodecahedron() - Method in class com.sun.opengl.util.GLUT
-
This function draws a solid-shaded dodecahedron
whose facets are rhombic and
whose vertices are at unit radius.
- glutSolidSphere(double, int, int) - Method in class com.sun.opengl.util.GLUT
-
- glutSolidTeapot(double) - Method in class com.sun.opengl.util.GLUT
-
Renders the teapot as a solid shape of the specified size.
- glutSolidTeapot(double, boolean) - Method in class com.sun.opengl.util.GLUT
-
Renders the teapot as a solid shape of the specified size.
- glutSolidTetrahedron() - Method in class com.sun.opengl.util.GLUT
-
- glutSolidTorus(double, double, int, int) - Method in class com.sun.opengl.util.GLUT
-
- glutStrokeCharacter(int, char) - Method in class com.sun.opengl.util.GLUT
-
- glutStrokeLength(int, String) - Method in class com.sun.opengl.util.GLUT
-
- glutStrokeLengthf(int, String) - Method in class com.sun.opengl.util.GLUT
-
- glutStrokeString(int, String) - Method in class com.sun.opengl.util.GLUT
-
- glutStrokeWidth(int, char) - Method in class com.sun.opengl.util.GLUT
-
- glutStrokeWidthf(int, char) - Method in class com.sun.opengl.util.GLUT
-
- glutWireCone(double, double, int, int) - Method in class com.sun.opengl.util.GLUT
-
- glutWireCube(float) - Method in class com.sun.opengl.util.GLUT
-
- glutWireCylinder(double, double, int, int) - Method in class com.sun.opengl.util.GLUT
-
- glutWireDodecahedron() - Method in class com.sun.opengl.util.GLUT
-
- glutWireIcosahedron() - Method in class com.sun.opengl.util.GLUT
-
- glutWireOctahedron() - Method in class com.sun.opengl.util.GLUT
-
- glutWireRhombicDodecahedron() - Method in class com.sun.opengl.util.GLUT
-
This function draws a wireframe dodecahedron whose
facets are rhombic and
whose vertices are at unit radius.
- glutWireSphere(double, int, int) - Method in class com.sun.opengl.util.GLUT
-
- glutWireTeapot(double) - Method in class com.sun.opengl.util.GLUT
-
Renders the teapot as a wireframe shape of the specified size.
- glutWireTeapot(double, boolean) - Method in class com.sun.opengl.util.GLUT
-
Renders the teapot as a wireframe shape of the specified size.
- glutWireTetrahedron() - Method in class com.sun.opengl.util.GLUT
-
- glutWireTorus(double, double, int, int) - Method in class com.sun.opengl.util.GLUT
-
- gluUnProject(double, double, double, double[], int, double[], int, int[], int, double[], int) - Method in class com.sun.opengl.impl.Project
-
Method gluUnproject
- gluUnProject(double, double, double, DoubleBuffer, DoubleBuffer, IntBuffer, DoubleBuffer) - Method in class com.sun.opengl.impl.Project
-
Method gluUnproject
- 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);
- gluUnProject(double, double, double, DoubleBuffer, DoubleBuffer, IntBuffer, DoubleBuffer) - 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 com.sun.opengl.impl.Project
-
Method gluUnproject4
- gluUnProject4(double, double, double, double, DoubleBuffer, DoubleBuffer, IntBuffer, double, double, DoubleBuffer) - Method in class com.sun.opengl.impl.Project
-
Method gluUnproject4
- 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);
- gluUnProject4(double, double, double, double, DoubleBuffer, DoubleBuffer, IntBuffer, double, double, DoubleBuffer) - 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 com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glValidateProgram(GLuint mode);
- glValidateProgram(int) - Method in class javax.media.opengl.DebugGL
-
- glValidateProgram(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glValidateProgram(GLuint mode);
- glValidateProgram(int) - Method in class javax.media.opengl.TraceGL
-
- glValidateProgramARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glValidateProgramARB(GLhandleARB mode);
- glValidateProgramARB(int) - Method in class javax.media.opengl.DebugGL
-
- glValidateProgramARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glValidateProgramARB(GLhandleARB mode);
- glValidateProgramARB(int) - Method in class javax.media.opengl.TraceGL
-
- glVariantArrayObjectATI(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantArrayObjectATI(GLuint id, GLenum type, GLsizei stride, GLuint buffer, GLuint offset);
- glVariantArrayObjectATI(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVariantArrayObjectATI(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantArrayObjectATI(GLuint id, GLenum type, GLsizei stride, GLuint buffer, GLuint offset);
- glVariantArrayObjectATI(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVariantbvEXT(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantbvEXT(GLuint index, const GLbyte * v);
- glVariantbvEXT(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantbvEXT(GLuint index, const GLbyte * v);
- glVariantbvEXT(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVariantbvEXT(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVariantbvEXT(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantbvEXT(GLuint index, const GLbyte * v);
- glVariantbvEXT(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantbvEXT(GLuint index, const GLbyte * v);
- glVariantbvEXT(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVariantbvEXT(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVariantdvEXT(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantdvEXT(GLuint target, const GLdouble * v);
- glVariantdvEXT(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantdvEXT(GLuint target, const GLdouble * v);
- glVariantdvEXT(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVariantdvEXT(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVariantdvEXT(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantdvEXT(GLuint target, const GLdouble * v);
- glVariantdvEXT(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantdvEXT(GLuint target, const GLdouble * v);
- glVariantdvEXT(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVariantdvEXT(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVariantfvEXT(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantfvEXT(GLuint target, const GLfloat * v);
- glVariantfvEXT(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantfvEXT(GLuint target, const GLfloat * v);
- glVariantfvEXT(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVariantfvEXT(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVariantfvEXT(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantfvEXT(GLuint target, const GLfloat * v);
- glVariantfvEXT(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantfvEXT(GLuint target, const GLfloat * v);
- glVariantfvEXT(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVariantfvEXT(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVariantivEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantivEXT(GLuint target, const GLint * v);
- glVariantivEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantivEXT(GLuint target, const GLint * v);
- glVariantivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVariantivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVariantivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantivEXT(GLuint target, const GLint * v);
- glVariantivEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantivEXT(GLuint target, const GLint * v);
- glVariantivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVariantivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVariantPointerEXT(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
- glVariantPointerEXT(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
- glVariantPointerEXT(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glVariantPointerEXT(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glVariantPointerEXT(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
- glVariantPointerEXT(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
- glVariantPointerEXT(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glVariantPointerEXT(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glVariantsvEXT(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantsvEXT(GLuint target, const GLshort * v);
- glVariantsvEXT(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantsvEXT(GLuint target, const GLshort * v);
- glVariantsvEXT(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVariantsvEXT(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVariantsvEXT(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantsvEXT(GLuint target, const GLshort * v);
- glVariantsvEXT(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantsvEXT(GLuint target, const GLshort * v);
- glVariantsvEXT(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVariantsvEXT(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVariantubvEXT(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantubvEXT(GLuint index, const GLubyte * v);
- glVariantubvEXT(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantubvEXT(GLuint index, const GLubyte * v);
- glVariantubvEXT(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVariantubvEXT(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVariantubvEXT(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantubvEXT(GLuint index, const GLubyte * v);
- glVariantubvEXT(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantubvEXT(GLuint index, const GLubyte * v);
- glVariantubvEXT(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVariantubvEXT(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVariantuivEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantuivEXT(GLuint index, const GLuint * v);
- glVariantuivEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantuivEXT(GLuint index, const GLuint * v);
- glVariantuivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVariantuivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVariantuivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantuivEXT(GLuint index, const GLuint * v);
- glVariantuivEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantuivEXT(GLuint index, const GLuint * v);
- glVariantuivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVariantuivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVariantusvEXT(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantusvEXT(GLuint index, const GLushort * v);
- glVariantusvEXT(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVariantusvEXT(GLuint index, const GLushort * v);
- glVariantusvEXT(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVariantusvEXT(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVariantusvEXT(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantusvEXT(GLuint index, const GLushort * v);
- glVariantusvEXT(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVariantusvEXT(GLuint index, const GLushort * v);
- glVariantusvEXT(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVariantusvEXT(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex2d(double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2d(GLdouble x, GLdouble y);
- glVertex2d(double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertex2d(double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2d(GLdouble x, GLdouble y);
- glVertex2d(double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertex2dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2dv(const GLdouble * v);
- glVertex2dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2dv(const GLdouble * v);
- glVertex2dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex2dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex2dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2dv(const GLdouble * v);
- glVertex2dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2dv(const GLdouble * v);
- glVertex2dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex2dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex2f(float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2f(GLfloat x, GLfloat y);
- glVertex2f(float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertex2f(float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2f(GLfloat x, GLfloat y);
- glVertex2f(float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertex2fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2fv(const GLfloat * v);
- glVertex2fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2fv(const GLfloat * v);
- glVertex2fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex2fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex2fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2fv(const GLfloat * v);
- glVertex2fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2fv(const GLfloat * v);
- glVertex2fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex2fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex2hNV(short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertex2hNV(GLhalfNV x, GLhalfNV y);
- glVertex2hNV(short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertex2hNV(short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertex2hNV(GLhalfNV x, GLhalfNV y);
- glVertex2hNV(short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertex2hvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertex2hvNV(const GLhalfNV * v);
- glVertex2hvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertex2hvNV(const GLhalfNV * v);
- glVertex2hvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex2hvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex2hvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertex2hvNV(const GLhalfNV * v);
- glVertex2hvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertex2hvNV(const GLhalfNV * v);
- glVertex2hvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex2hvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex2i(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2i(GLint x, GLint y);
- glVertex2i(int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertex2i(int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2i(GLint x, GLint y);
- glVertex2i(int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertex2iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2iv(const GLint * v);
- glVertex2iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2iv(const GLint * v);
- glVertex2iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex2iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex2iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2iv(const GLint * v);
- glVertex2iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2iv(const GLint * v);
- glVertex2iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex2iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex2s(short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2s(GLshort x, GLshort y);
- glVertex2s(short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertex2s(short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2s(GLshort x, GLshort y);
- glVertex2s(short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertex2sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2sv(const GLshort * v);
- glVertex2sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex2sv(const GLshort * v);
- glVertex2sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex2sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex2sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2sv(const GLshort * v);
- glVertex2sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex2sv(const GLshort * v);
- glVertex2sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex2sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex3d(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3d(GLdouble x, GLdouble y, GLdouble z);
- glVertex3d(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertex3d(double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3d(GLdouble x, GLdouble y, GLdouble z);
- glVertex3d(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertex3dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3dv(const GLdouble * v);
- glVertex3dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3dv(const GLdouble * v);
- glVertex3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex3dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3dv(const GLdouble * v);
- glVertex3dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3dv(const GLdouble * v);
- glVertex3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex3dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex3f(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3f(GLfloat x, GLfloat y, GLfloat z);
- glVertex3f(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertex3f(float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3f(GLfloat x, GLfloat y, GLfloat z);
- glVertex3f(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertex3fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3fv(const GLfloat * v);
- glVertex3fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3fv(const GLfloat * v);
- glVertex3fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex3fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3fv(const GLfloat * v);
- glVertex3fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3fv(const GLfloat * v);
- glVertex3fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex3hNV(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertex3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
- glVertex3hNV(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertex3hNV(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertex3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
- glVertex3hNV(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertex3hvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertex3hvNV(const GLhalfNV * v);
- glVertex3hvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertex3hvNV(const GLhalfNV * v);
- glVertex3hvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex3hvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex3hvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertex3hvNV(const GLhalfNV * v);
- glVertex3hvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertex3hvNV(const GLhalfNV * v);
- glVertex3hvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex3hvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex3i(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3i(GLint x, GLint y, GLint z);
- glVertex3i(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertex3i(int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3i(GLint x, GLint y, GLint z);
- glVertex3i(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertex3iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3iv(const GLint * v);
- glVertex3iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3iv(const GLint * v);
- glVertex3iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex3iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3iv(const GLint * v);
- glVertex3iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3iv(const GLint * v);
- glVertex3iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex3s(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3s(GLshort x, GLshort y, GLshort z);
- glVertex3s(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertex3s(short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3s(GLshort x, GLshort y, GLshort z);
- glVertex3s(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertex3sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3sv(const GLshort * v);
- glVertex3sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex3sv(const GLshort * v);
- glVertex3sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex3sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3sv(const GLshort * v);
- glVertex3sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex3sv(const GLshort * v);
- glVertex3sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex4d(double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glVertex4d(double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertex4d(double, double, double, double) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glVertex4d(double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertex4dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4dv(const GLdouble * v);
- glVertex4dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4dv(const GLdouble * v);
- glVertex4dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex4dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex4dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4dv(const GLdouble * v);
- glVertex4dv(double[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4dv(const GLdouble * v);
- glVertex4dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex4dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex4f(float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glVertex4f(float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertex4f(float, float, float, float) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
- glVertex4f(float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertex4fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4fv(const GLfloat * v);
- glVertex4fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4fv(const GLfloat * v);
- glVertex4fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex4fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex4fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4fv(const GLfloat * v);
- glVertex4fv(float[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4fv(const GLfloat * v);
- glVertex4fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex4fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex4hNV(short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertex4hNV(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);
- glVertex4hNV(short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertex4hNV(short, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertex4hNV(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);
- glVertex4hNV(short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertex4hvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertex4hvNV(const GLhalfNV * v);
- glVertex4hvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertex4hvNV(const GLhalfNV * v);
- glVertex4hvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex4hvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex4hvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertex4hvNV(const GLhalfNV * v);
- glVertex4hvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertex4hvNV(const GLhalfNV * v);
- glVertex4hvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex4hvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex4i(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4i(GLint x, GLint y, GLint z, GLint w);
- glVertex4i(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertex4i(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4i(GLint x, GLint y, GLint z, GLint w);
- glVertex4i(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertex4iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4iv(const GLint * v);
- glVertex4iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4iv(const GLint * v);
- glVertex4iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex4iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex4iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4iv(const GLint * v);
- glVertex4iv(int[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4iv(const GLint * v);
- glVertex4iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex4iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertex4s(short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w);
- glVertex4s(short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertex4s(short, short, short, short) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w);
- glVertex4s(short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertex4sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4sv(const GLshort * v);
- glVertex4sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertex4sv(const GLshort * v);
- glVertex4sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertex4sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertex4sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4sv(const GLshort * v);
- glVertex4sv(short[], int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertex4sv(const GLshort * v);
- glVertex4sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertex4sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexArrayParameteriAPPLE(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexArrayParameteriAPPLE(GLenum target, GLint s);
- glVertexArrayParameteriAPPLE(int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexArrayParameteriAPPLE(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexArrayParameteriAPPLE(GLenum target, GLint s);
- glVertexArrayParameteriAPPLE(int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexArrayRangeAPPLE(int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
- glVertexArrayRangeAPPLE(int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexArrayRangeAPPLE(int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
- glVertexArrayRangeAPPLE(int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexArrayRangeNV(int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexArrayRangeNV(GLsizei length, const GLvoid * pointer);
- glVertexArrayRangeNV(int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexArrayRangeNV(int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexArrayRangeNV(GLsizei length, const GLvoid * pointer);
- glVertexArrayRangeNV(int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1d(int, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1d(GLuint target, GLdouble s);
- glVertexAttrib1d(int, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1d(int, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1d(GLuint target, GLdouble s);
- glVertexAttrib1d(int, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1dARB(int, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dARB(GLuint target, GLdouble s);
- glVertexAttrib1dARB(int, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1dARB(int, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dARB(GLuint target, GLdouble s);
- glVertexAttrib1dARB(int, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1dNV(int, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dNV(GLuint target, GLdouble s);
- glVertexAttrib1dNV(int, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1dNV(int, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dNV(GLuint target, GLdouble s);
- glVertexAttrib1dNV(int, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1dv(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dv(GLuint target, const GLdouble * v);
- glVertexAttrib1dv(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dv(GLuint target, const GLdouble * v);
- glVertexAttrib1dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1dv(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dv(GLuint target, const GLdouble * v);
- glVertexAttrib1dv(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dv(GLuint target, const GLdouble * v);
- glVertexAttrib1dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1dv(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1dvARB(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib1dvARB(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib1dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1dvARB(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1dvARB(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib1dvARB(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib1dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1dvARB(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1dvNV(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib1dvNV(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib1dvNV(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1dvNV(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1dvNV(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib1dvNV(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib1dvNV(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1dvNV(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1f(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1f(GLuint target, GLfloat s);
- glVertexAttrib1f(int, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1f(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1f(GLuint target, GLfloat s);
- glVertexAttrib1f(int, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1fARB(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fARB(GLuint target, GLfloat s);
- glVertexAttrib1fARB(int, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1fARB(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fARB(GLuint target, GLfloat s);
- glVertexAttrib1fARB(int, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1fNV(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fNV(GLuint target, GLfloat s);
- glVertexAttrib1fNV(int, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1fNV(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fNV(GLuint target, GLfloat s);
- glVertexAttrib1fNV(int, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1fv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fv(GLuint target, const GLfloat * v);
- glVertexAttrib1fv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fv(GLuint target, const GLfloat * v);
- glVertexAttrib1fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1fv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fv(GLuint target, const GLfloat * v);
- glVertexAttrib1fv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fv(GLuint target, const GLfloat * v);
- glVertexAttrib1fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1fv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1fvARB(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib1fvARB(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib1fvARB(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1fvARB(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1fvARB(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib1fvARB(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib1fvARB(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1fvARB(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1fvNV(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib1fvNV(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib1fvNV(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1fvNV(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1fvNV(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib1fvNV(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib1fvNV(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1fvNV(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1hNV(int, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1hNV(GLuint target, GLhalfNV s);
- glVertexAttrib1hNV(int, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1hNV(int, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1hNV(GLuint target, GLhalfNV s);
- glVertexAttrib1hNV(int, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1hvNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib1hvNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib1hvNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1hvNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1hvNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib1hvNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib1hvNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1hvNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1s(int, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1s(GLuint target, GLshort s);
- glVertexAttrib1s(int, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1s(int, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1s(GLuint target, GLshort s);
- glVertexAttrib1s(int, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1sARB(int, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1sARB(GLuint target, GLshort s);
- glVertexAttrib1sARB(int, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1sARB(int, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1sARB(GLuint target, GLshort s);
- glVertexAttrib1sARB(int, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1sNV(int, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1sNV(GLuint target, GLshort s);
- glVertexAttrib1sNV(int, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1sNV(int, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1sNV(GLuint target, GLshort s);
- glVertexAttrib1sNV(int, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1sv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1sv(GLuint target, const GLshort * v);
- glVertexAttrib1sv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1sv(GLuint target, const GLshort * v);
- glVertexAttrib1sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1sv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1sv(GLuint target, const GLshort * v);
- glVertexAttrib1sv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1sv(GLuint target, const GLshort * v);
- glVertexAttrib1sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1sv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1svARB(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1svARB(GLuint target, const GLshort * v);
- glVertexAttrib1svARB(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1svARB(GLuint target, const GLshort * v);
- glVertexAttrib1svARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1svARB(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1svARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1svARB(GLuint target, const GLshort * v);
- glVertexAttrib1svARB(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1svARB(GLuint target, const GLshort * v);
- glVertexAttrib1svARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1svARB(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1svNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1svNV(GLuint target, const GLshort * v);
- glVertexAttrib1svNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1svNV(GLuint target, const GLshort * v);
- glVertexAttrib1svNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1svNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib1svNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1svNV(GLuint target, const GLshort * v);
- glVertexAttrib1svNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib1svNV(GLuint target, const GLshort * v);
- glVertexAttrib1svNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib1svNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2d(int, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2d(GLuint target, GLdouble s, GLdouble t);
- glVertexAttrib2d(int, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2d(int, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2d(GLuint target, GLdouble s, GLdouble t);
- glVertexAttrib2d(int, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2dARB(int, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dARB(GLuint target, GLdouble s, GLdouble t);
- glVertexAttrib2dARB(int, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2dARB(int, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dARB(GLuint target, GLdouble s, GLdouble t);
- glVertexAttrib2dARB(int, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2dNV(int, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dNV(GLuint target, GLdouble s, GLdouble t);
- glVertexAttrib2dNV(int, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2dNV(int, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dNV(GLuint target, GLdouble s, GLdouble t);
- glVertexAttrib2dNV(int, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2dv(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dv(GLuint target, const GLdouble * v);
- glVertexAttrib2dv(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dv(GLuint target, const GLdouble * v);
- glVertexAttrib2dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2dv(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dv(GLuint target, const GLdouble * v);
- glVertexAttrib2dv(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dv(GLuint target, const GLdouble * v);
- glVertexAttrib2dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2dv(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2dvARB(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib2dvARB(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib2dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2dvARB(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2dvARB(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib2dvARB(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib2dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2dvARB(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2dvNV(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib2dvNV(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib2dvNV(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2dvNV(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2dvNV(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib2dvNV(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib2dvNV(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2dvNV(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2f(int, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2f(GLuint target, GLfloat s, GLfloat t);
- glVertexAttrib2f(int, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2f(int, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2f(GLuint target, GLfloat s, GLfloat t);
- glVertexAttrib2f(int, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2fARB(int, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fARB(GLuint target, GLfloat s, GLfloat t);
- glVertexAttrib2fARB(int, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2fARB(int, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fARB(GLuint target, GLfloat s, GLfloat t);
- glVertexAttrib2fARB(int, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2fNV(int, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fNV(GLuint target, GLfloat s, GLfloat t);
- glVertexAttrib2fNV(int, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2fNV(int, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fNV(GLuint target, GLfloat s, GLfloat t);
- glVertexAttrib2fNV(int, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2fv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fv(GLuint target, const GLfloat * v);
- glVertexAttrib2fv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fv(GLuint target, const GLfloat * v);
- glVertexAttrib2fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2fv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fv(GLuint target, const GLfloat * v);
- glVertexAttrib2fv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fv(GLuint target, const GLfloat * v);
- glVertexAttrib2fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2fv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2fvARB(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib2fvARB(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib2fvARB(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2fvARB(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2fvARB(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib2fvARB(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib2fvARB(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2fvARB(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2fvNV(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib2fvNV(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib2fvNV(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2fvNV(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2fvNV(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib2fvNV(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib2fvNV(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2fvNV(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2hNV(int, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2hNV(GLuint target, GLhalfNV s, GLhalfNV t);
- glVertexAttrib2hNV(int, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2hNV(int, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2hNV(GLuint target, GLhalfNV s, GLhalfNV t);
- glVertexAttrib2hNV(int, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2hvNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib2hvNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib2hvNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2hvNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2hvNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib2hvNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib2hvNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2hvNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2s(int, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2s(GLuint target, GLshort s, GLshort t);
- glVertexAttrib2s(int, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2s(int, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2s(GLuint target, GLshort s, GLshort t);
- glVertexAttrib2s(int, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2sARB(int, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2sARB(GLuint target, GLshort s, GLshort t);
- glVertexAttrib2sARB(int, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2sARB(int, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2sARB(GLuint target, GLshort s, GLshort t);
- glVertexAttrib2sARB(int, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2sNV(int, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2sNV(GLuint target, GLshort s, GLshort t);
- glVertexAttrib2sNV(int, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2sNV(int, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2sNV(GLuint target, GLshort s, GLshort t);
- glVertexAttrib2sNV(int, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2sv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2sv(GLuint target, const GLshort * v);
- glVertexAttrib2sv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2sv(GLuint target, const GLshort * v);
- glVertexAttrib2sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2sv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2sv(GLuint target, const GLshort * v);
- glVertexAttrib2sv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2sv(GLuint target, const GLshort * v);
- glVertexAttrib2sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2sv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2svARB(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2svARB(GLuint target, const GLshort * v);
- glVertexAttrib2svARB(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2svARB(GLuint target, const GLshort * v);
- glVertexAttrib2svARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2svARB(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2svARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2svARB(GLuint target, const GLshort * v);
- glVertexAttrib2svARB(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2svARB(GLuint target, const GLshort * v);
- glVertexAttrib2svARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2svARB(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2svNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2svNV(GLuint target, const GLshort * v);
- glVertexAttrib2svNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2svNV(GLuint target, const GLshort * v);
- glVertexAttrib2svNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2svNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib2svNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2svNV(GLuint target, const GLshort * v);
- glVertexAttrib2svNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib2svNV(GLuint target, const GLshort * v);
- glVertexAttrib2svNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib2svNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3d(int, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3d(GLuint target, GLdouble s, GLdouble t, GLdouble r);
- glVertexAttrib3d(int, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3d(int, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3d(GLuint target, GLdouble s, GLdouble t, GLdouble r);
- glVertexAttrib3d(int, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3dARB(int, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dARB(GLuint target, GLdouble s, GLdouble t, GLdouble r);
- glVertexAttrib3dARB(int, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3dARB(int, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dARB(GLuint target, GLdouble s, GLdouble t, GLdouble r);
- glVertexAttrib3dARB(int, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3dNV(int, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dNV(GLuint target, GLdouble s, GLdouble t, GLdouble r);
- glVertexAttrib3dNV(int, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3dNV(int, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dNV(GLuint target, GLdouble s, GLdouble t, GLdouble r);
- glVertexAttrib3dNV(int, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3dv(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dv(GLuint target, const GLdouble * v);
- glVertexAttrib3dv(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dv(GLuint target, const GLdouble * v);
- glVertexAttrib3dv(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dv(GLuint target, const GLdouble * v);
- glVertexAttrib3dv(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dv(GLuint target, const GLdouble * v);
- glVertexAttrib3dv(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3dvARB(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib3dvARB(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib3dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3dvARB(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3dvARB(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib3dvARB(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib3dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3dvARB(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3dvNV(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib3dvNV(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib3dvNV(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3dvNV(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3dvNV(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib3dvNV(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib3dvNV(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3dvNV(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3f(int, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3f(GLuint target, GLfloat s, GLfloat t, GLfloat r);
- glVertexAttrib3f(int, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3f(int, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3f(GLuint target, GLfloat s, GLfloat t, GLfloat r);
- glVertexAttrib3f(int, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3fARB(int, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fARB(GLuint target, GLfloat s, GLfloat t, GLfloat r);
- glVertexAttrib3fARB(int, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3fARB(int, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fARB(GLuint target, GLfloat s, GLfloat t, GLfloat r);
- glVertexAttrib3fARB(int, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3fNV(int, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fNV(GLuint target, GLfloat s, GLfloat t, GLfloat r);
- glVertexAttrib3fNV(int, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3fNV(int, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fNV(GLuint target, GLfloat s, GLfloat t, GLfloat r);
- glVertexAttrib3fNV(int, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3fv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fv(GLuint target, const GLfloat * v);
- glVertexAttrib3fv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fv(GLuint target, const GLfloat * v);
- glVertexAttrib3fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3fv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fv(GLuint target, const GLfloat * v);
- glVertexAttrib3fv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fv(GLuint target, const GLfloat * v);
- glVertexAttrib3fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3fv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3fvARB(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib3fvARB(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib3fvARB(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3fvARB(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3fvARB(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib3fvARB(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib3fvARB(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3fvARB(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3fvNV(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib3fvNV(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib3fvNV(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3fvNV(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3fvNV(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib3fvNV(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib3fvNV(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3fvNV(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3hNV(int, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3hNV(GLuint target, GLhalfNV s, GLhalfNV t, GLhalfNV r);
- glVertexAttrib3hNV(int, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3hNV(int, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3hNV(GLuint target, GLhalfNV s, GLhalfNV t, GLhalfNV r);
- glVertexAttrib3hNV(int, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3hvNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib3hvNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib3hvNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3hvNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3hvNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib3hvNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib3hvNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3hvNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3s(int, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3s(GLuint target, GLshort s, GLshort t, GLshort r);
- glVertexAttrib3s(int, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3s(int, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3s(GLuint target, GLshort s, GLshort t, GLshort r);
- glVertexAttrib3s(int, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3sARB(int, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3sARB(GLuint target, GLshort s, GLshort t, GLshort r);
- glVertexAttrib3sARB(int, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3sARB(int, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3sARB(GLuint target, GLshort s, GLshort t, GLshort r);
- glVertexAttrib3sARB(int, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3sNV(int, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3sNV(GLuint target, GLshort s, GLshort t, GLshort r);
- glVertexAttrib3sNV(int, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3sNV(int, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3sNV(GLuint target, GLshort s, GLshort t, GLshort r);
- glVertexAttrib3sNV(int, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3sv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3sv(GLuint target, const GLshort * v);
- glVertexAttrib3sv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3sv(GLuint target, const GLshort * v);
- glVertexAttrib3sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3sv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3sv(GLuint target, const GLshort * v);
- glVertexAttrib3sv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3sv(GLuint target, const GLshort * v);
- glVertexAttrib3sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3sv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3svARB(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3svARB(GLuint target, const GLshort * v);
- glVertexAttrib3svARB(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3svARB(GLuint target, const GLshort * v);
- glVertexAttrib3svARB(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3svARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3svARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3svARB(GLuint target, const GLshort * v);
- glVertexAttrib3svARB(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3svARB(GLuint target, const GLshort * v);
- glVertexAttrib3svARB(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3svARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3svNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3svNV(GLuint target, const GLshort * v);
- glVertexAttrib3svNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3svNV(GLuint target, const GLshort * v);
- glVertexAttrib3svNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3svNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib3svNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3svNV(GLuint target, const GLshort * v);
- glVertexAttrib3svNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib3svNV(GLuint target, const GLshort * v);
- glVertexAttrib3svNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib3svNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4bv(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4bv(GLuint index, const GLbyte * v);
- glVertexAttrib4bv(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4bv(GLuint index, const GLbyte * v);
- glVertexAttrib4bv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4bv(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4bv(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4bv(GLuint index, const GLbyte * v);
- glVertexAttrib4bv(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4bv(GLuint index, const GLbyte * v);
- glVertexAttrib4bv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4bv(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4bvARB(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4bvARB(GLuint index, const GLbyte * v);
- glVertexAttrib4bvARB(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4bvARB(GLuint index, const GLbyte * v);
- glVertexAttrib4bvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4bvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4bvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4bvARB(GLuint index, const GLbyte * v);
- glVertexAttrib4bvARB(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4bvARB(GLuint index, const GLbyte * v);
- glVertexAttrib4bvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4bvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4d(int, double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4d(GLuint target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glVertexAttrib4d(int, double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4d(int, double, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4d(GLuint target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glVertexAttrib4d(int, double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4dARB(int, double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dARB(GLuint target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glVertexAttrib4dARB(int, double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4dARB(int, double, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dARB(GLuint target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glVertexAttrib4dARB(int, double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4dNV(int, double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dNV(GLuint target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glVertexAttrib4dNV(int, double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4dNV(int, double, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dNV(GLuint target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glVertexAttrib4dNV(int, double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4dv(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dv(GLuint target, const GLdouble * v);
- glVertexAttrib4dv(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dv(GLuint target, const GLdouble * v);
- glVertexAttrib4dv(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4dv(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4dv(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dv(GLuint target, const GLdouble * v);
- glVertexAttrib4dv(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dv(GLuint target, const GLdouble * v);
- glVertexAttrib4dv(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4dv(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4dvARB(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib4dvARB(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib4dvARB(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4dvARB(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib4dvARB(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dvARB(GLuint target, const GLdouble * v);
- glVertexAttrib4dvARB(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4dvARB(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4dvNV(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib4dvNV(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib4dvNV(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4dvNV(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4dvNV(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib4dvNV(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4dvNV(GLuint target, const GLdouble * v);
- glVertexAttrib4dvNV(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4dvNV(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4f(int, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4f(GLuint target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glVertexAttrib4f(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4f(int, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4f(GLuint target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glVertexAttrib4f(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4fARB(int, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fARB(GLuint target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glVertexAttrib4fARB(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4fARB(int, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fARB(GLuint target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glVertexAttrib4fARB(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4fNV(int, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fNV(GLuint target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glVertexAttrib4fNV(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4fNV(int, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fNV(GLuint target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glVertexAttrib4fNV(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4fv(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fv(GLuint target, const GLfloat * v);
- glVertexAttrib4fv(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fv(GLuint target, const GLfloat * v);
- glVertexAttrib4fv(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4fv(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4fv(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fv(GLuint target, const GLfloat * v);
- glVertexAttrib4fv(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fv(GLuint target, const GLfloat * v);
- glVertexAttrib4fv(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4fv(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4fvARB(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib4fvARB(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib4fvARB(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4fvARB(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4fvARB(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib4fvARB(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fvARB(GLuint target, const GLfloat * v);
- glVertexAttrib4fvARB(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4fvARB(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4fvNV(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib4fvNV(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib4fvNV(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4fvNV(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4fvNV(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib4fvNV(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4fvNV(GLuint target, const GLfloat * v);
- glVertexAttrib4fvNV(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4fvNV(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4hNV(int, short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4hNV(GLuint target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q);
- glVertexAttrib4hNV(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4hNV(int, short, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4hNV(GLuint target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q);
- glVertexAttrib4hNV(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4hvNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib4hvNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib4hvNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4hvNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4hvNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib4hvNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4hvNV(GLuint index, const GLhalfNV * v);
- glVertexAttrib4hvNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4hvNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4iv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4iv(GLuint target, const GLint * v);
- glVertexAttrib4iv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4iv(GLuint target, const GLint * v);
- glVertexAttrib4iv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4iv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4iv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4iv(GLuint target, const GLint * v);
- glVertexAttrib4iv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4iv(GLuint target, const GLint * v);
- glVertexAttrib4iv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4iv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4ivARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ivARB(GLuint target, const GLint * v);
- glVertexAttrib4ivARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ivARB(GLuint target, const GLint * v);
- glVertexAttrib4ivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4ivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4ivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ivARB(GLuint target, const GLint * v);
- glVertexAttrib4ivARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ivARB(GLuint target, const GLint * v);
- glVertexAttrib4ivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4ivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Nbv(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nbv(GLuint index, const GLbyte * v);
- glVertexAttrib4Nbv(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nbv(GLuint index, const GLbyte * v);
- glVertexAttrib4Nbv(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Nbv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Nbv(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nbv(GLuint index, const GLbyte * v);
- glVertexAttrib4Nbv(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nbv(GLuint index, const GLbyte * v);
- glVertexAttrib4Nbv(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Nbv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NbvARB(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NbvARB(GLuint index, const GLbyte * v);
- glVertexAttrib4NbvARB(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NbvARB(GLuint index, const GLbyte * v);
- glVertexAttrib4NbvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NbvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NbvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NbvARB(GLuint index, const GLbyte * v);
- glVertexAttrib4NbvARB(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NbvARB(GLuint index, const GLbyte * v);
- glVertexAttrib4NbvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NbvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Niv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Niv(GLuint target, const GLint * v);
- glVertexAttrib4Niv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Niv(GLuint target, const GLint * v);
- glVertexAttrib4Niv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Niv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Niv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Niv(GLuint target, const GLint * v);
- glVertexAttrib4Niv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Niv(GLuint target, const GLint * v);
- glVertexAttrib4Niv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Niv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NivARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NivARB(GLuint target, const GLint * v);
- glVertexAttrib4NivARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NivARB(GLuint target, const GLint * v);
- glVertexAttrib4NivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NivARB(GLuint target, const GLint * v);
- glVertexAttrib4NivARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NivARB(GLuint target, const GLint * v);
- glVertexAttrib4NivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Nsv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nsv(GLuint target, const GLshort * v);
- glVertexAttrib4Nsv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nsv(GLuint target, const GLshort * v);
- glVertexAttrib4Nsv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Nsv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Nsv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nsv(GLuint target, const GLshort * v);
- glVertexAttrib4Nsv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nsv(GLuint target, const GLshort * v);
- glVertexAttrib4Nsv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Nsv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NsvARB(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NsvARB(GLuint target, const GLshort * v);
- glVertexAttrib4NsvARB(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NsvARB(GLuint target, const GLshort * v);
- glVertexAttrib4NsvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NsvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NsvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NsvARB(GLuint target, const GLshort * v);
- glVertexAttrib4NsvARB(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NsvARB(GLuint target, const GLshort * v);
- glVertexAttrib4NsvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NsvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NubARB(int, byte, byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NubARB(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
- glVertexAttrib4NubARB(int, byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NubARB(int, byte, byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NubARB(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
- glVertexAttrib4NubARB(int, byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Nubv(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nubv(GLuint index, const GLubyte * v);
- glVertexAttrib4Nubv(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nubv(GLuint index, const GLubyte * v);
- glVertexAttrib4Nubv(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Nubv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Nubv(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nubv(GLuint index, const GLubyte * v);
- glVertexAttrib4Nubv(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nubv(GLuint index, const GLubyte * v);
- glVertexAttrib4Nubv(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Nubv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NubvARB(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NubvARB(GLuint index, const GLubyte * v);
- glVertexAttrib4NubvARB(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NubvARB(GLuint index, const GLubyte * v);
- glVertexAttrib4NubvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NubvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NubvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NubvARB(GLuint index, const GLubyte * v);
- glVertexAttrib4NubvARB(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NubvARB(GLuint index, const GLubyte * v);
- glVertexAttrib4NubvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NubvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Nuiv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nuiv(GLuint index, const GLuint * v);
- glVertexAttrib4Nuiv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nuiv(GLuint index, const GLuint * v);
- glVertexAttrib4Nuiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Nuiv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Nuiv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nuiv(GLuint index, const GLuint * v);
- glVertexAttrib4Nuiv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nuiv(GLuint index, const GLuint * v);
- glVertexAttrib4Nuiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Nuiv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NuivARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NuivARB(GLuint index, const GLuint * v);
- glVertexAttrib4NuivARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NuivARB(GLuint index, const GLuint * v);
- glVertexAttrib4NuivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NuivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NuivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NuivARB(GLuint index, const GLuint * v);
- glVertexAttrib4NuivARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NuivARB(GLuint index, const GLuint * v);
- glVertexAttrib4NuivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NuivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Nusv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nusv(GLuint index, const GLushort * v);
- glVertexAttrib4Nusv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nusv(GLuint index, const GLushort * v);
- glVertexAttrib4Nusv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Nusv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4Nusv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nusv(GLuint index, const GLushort * v);
- glVertexAttrib4Nusv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4Nusv(GLuint index, const GLushort * v);
- glVertexAttrib4Nusv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4Nusv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NusvARB(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NusvARB(GLuint index, const GLushort * v);
- glVertexAttrib4NusvARB(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NusvARB(GLuint index, const GLushort * v);
- glVertexAttrib4NusvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NusvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4NusvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NusvARB(GLuint index, const GLushort * v);
- glVertexAttrib4NusvARB(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4NusvARB(GLuint index, const GLushort * v);
- glVertexAttrib4NusvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4NusvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4s(int, short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4s(GLuint target, GLshort s, GLshort t, GLshort r, GLshort q);
- glVertexAttrib4s(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4s(int, short, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4s(GLuint target, GLshort s, GLshort t, GLshort r, GLshort q);
- glVertexAttrib4s(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4sARB(int, short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4sARB(GLuint target, GLshort s, GLshort t, GLshort r, GLshort q);
- glVertexAttrib4sARB(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4sARB(int, short, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4sARB(GLuint target, GLshort s, GLshort t, GLshort r, GLshort q);
- glVertexAttrib4sARB(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4sNV(int, short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4sNV(GLuint target, GLshort s, GLshort t, GLshort r, GLshort q);
- glVertexAttrib4sNV(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4sNV(int, short, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4sNV(GLuint target, GLshort s, GLshort t, GLshort r, GLshort q);
- glVertexAttrib4sNV(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4sv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4sv(GLuint target, const GLshort * v);
- glVertexAttrib4sv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4sv(GLuint target, const GLshort * v);
- glVertexAttrib4sv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4sv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4sv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4sv(GLuint target, const GLshort * v);
- glVertexAttrib4sv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4sv(GLuint target, const GLshort * v);
- glVertexAttrib4sv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4sv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4svARB(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4svARB(GLuint target, const GLshort * v);
- glVertexAttrib4svARB(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4svARB(GLuint target, const GLshort * v);
- glVertexAttrib4svARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4svARB(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4svARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4svARB(GLuint target, const GLshort * v);
- glVertexAttrib4svARB(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4svARB(GLuint target, const GLshort * v);
- glVertexAttrib4svARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4svARB(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4svNV(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4svNV(GLuint target, const GLshort * v);
- glVertexAttrib4svNV(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4svNV(GLuint target, const GLshort * v);
- glVertexAttrib4svNV(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4svNV(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4svNV(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4svNV(GLuint target, const GLshort * v);
- glVertexAttrib4svNV(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4svNV(GLuint target, const GLshort * v);
- glVertexAttrib4svNV(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4svNV(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4ubNV(int, byte, byte, byte, byte) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubNV(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
- glVertexAttrib4ubNV(int, byte, byte, byte, byte) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4ubNV(int, byte, byte, byte, byte) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubNV(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
- glVertexAttrib4ubNV(int, byte, byte, byte, byte) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4ubv(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubv(GLuint index, const GLubyte * v);
- glVertexAttrib4ubv(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubv(GLuint index, const GLubyte * v);
- glVertexAttrib4ubv(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4ubv(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4ubv(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubv(GLuint index, const GLubyte * v);
- glVertexAttrib4ubv(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubv(GLuint index, const GLubyte * v);
- glVertexAttrib4ubv(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4ubv(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4ubvARB(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubvARB(GLuint index, const GLubyte * v);
- glVertexAttrib4ubvARB(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubvARB(GLuint index, const GLubyte * v);
- glVertexAttrib4ubvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4ubvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4ubvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubvARB(GLuint index, const GLubyte * v);
- glVertexAttrib4ubvARB(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubvARB(GLuint index, const GLubyte * v);
- glVertexAttrib4ubvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4ubvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4ubvNV(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubvNV(GLuint index, const GLubyte * v);
- glVertexAttrib4ubvNV(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubvNV(GLuint index, const GLubyte * v);
- glVertexAttrib4ubvNV(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4ubvNV(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4ubvNV(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubvNV(GLuint index, const GLubyte * v);
- glVertexAttrib4ubvNV(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4ubvNV(GLuint index, const GLubyte * v);
- glVertexAttrib4ubvNV(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4ubvNV(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4uiv(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4uiv(GLuint index, const GLuint * v);
- glVertexAttrib4uiv(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4uiv(GLuint index, const GLuint * v);
- glVertexAttrib4uiv(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4uiv(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4uiv(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4uiv(GLuint index, const GLuint * v);
- glVertexAttrib4uiv(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4uiv(GLuint index, const GLuint * v);
- glVertexAttrib4uiv(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4uiv(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4uivARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4uivARB(GLuint index, const GLuint * v);
- glVertexAttrib4uivARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4uivARB(GLuint index, const GLuint * v);
- glVertexAttrib4uivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4uivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4uivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4uivARB(GLuint index, const GLuint * v);
- glVertexAttrib4uivARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4uivARB(GLuint index, const GLuint * v);
- glVertexAttrib4uivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4uivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4usv(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4usv(GLuint index, const GLushort * v);
- glVertexAttrib4usv(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4usv(GLuint index, const GLushort * v);
- glVertexAttrib4usv(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4usv(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4usv(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4usv(GLuint index, const GLushort * v);
- glVertexAttrib4usv(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4usv(GLuint index, const GLushort * v);
- glVertexAttrib4usv(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4usv(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4usvARB(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4usvARB(GLuint index, const GLushort * v);
- glVertexAttrib4usvARB(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4usvARB(GLuint index, const GLushort * v);
- glVertexAttrib4usvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4usvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttrib4usvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4usvARB(GLuint index, const GLushort * v);
- glVertexAttrib4usvARB(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttrib4usvARB(GLuint index, const GLushort * v);
- glVertexAttrib4usvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttrib4usvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribArrayObjectATI(int, int, int, boolean, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribArrayObjectATI(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint buffer, GLuint offset);
- glVertexAttribArrayObjectATI(int, int, int, boolean, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribArrayObjectATI(int, int, int, boolean, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribArrayObjectATI(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint buffer, GLuint offset);
- glVertexAttribArrayObjectATI(int, int, int, boolean, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI1iEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1iEXT(GLuint index, GLint x);
- glVertexAttribI1iEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI1iEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1iEXT(GLuint index, GLint x);
- glVertexAttribI1iEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI1ivEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1ivEXT(GLuint index, const GLint * v);
- glVertexAttribI1ivEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1ivEXT(GLuint index, const GLint * v);
- glVertexAttribI1ivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI1ivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI1ivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1ivEXT(GLuint index, const GLint * v);
- glVertexAttribI1ivEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1ivEXT(GLuint index, const GLint * v);
- glVertexAttribI1ivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI1ivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI1uiEXT(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1uiEXT(GLuint index, GLuint x);
- glVertexAttribI1uiEXT(int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI1uiEXT(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1uiEXT(GLuint index, GLuint x);
- glVertexAttribI1uiEXT(int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI1uivEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI1uivEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI1uivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI1uivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI1uivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI1uivEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI1uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI1uivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI1uivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI2iEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2iEXT(GLuint index, GLint x, GLint y);
- glVertexAttribI2iEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI2iEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2iEXT(GLuint index, GLint x, GLint y);
- glVertexAttribI2iEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI2ivEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2ivEXT(GLuint index, const GLint * v);
- glVertexAttribI2ivEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2ivEXT(GLuint index, const GLint * v);
- glVertexAttribI2ivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI2ivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI2ivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2ivEXT(GLuint index, const GLint * v);
- glVertexAttribI2ivEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2ivEXT(GLuint index, const GLint * v);
- glVertexAttribI2ivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI2ivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI2uiEXT(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2uiEXT(GLuint index, GLuint x, GLuint y);
- glVertexAttribI2uiEXT(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI2uiEXT(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2uiEXT(GLuint index, GLuint x, GLuint y);
- glVertexAttribI2uiEXT(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI2uivEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI2uivEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI2uivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI2uivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI2uivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI2uivEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI2uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI2uivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI2uivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI3iEXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3iEXT(GLuint index, GLint x, GLint y, GLint z);
- glVertexAttribI3iEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI3iEXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3iEXT(GLuint index, GLint x, GLint y, GLint z);
- glVertexAttribI3iEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI3ivEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3ivEXT(GLuint index, const GLint * v);
- glVertexAttribI3ivEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3ivEXT(GLuint index, const GLint * v);
- glVertexAttribI3ivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI3ivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI3ivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3ivEXT(GLuint index, const GLint * v);
- glVertexAttribI3ivEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3ivEXT(GLuint index, const GLint * v);
- glVertexAttribI3ivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI3ivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI3uiEXT(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3uiEXT(GLuint index, GLuint x, GLuint y, GLuint z);
- glVertexAttribI3uiEXT(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI3uiEXT(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3uiEXT(GLuint index, GLuint x, GLuint y, GLuint z);
- glVertexAttribI3uiEXT(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI3uivEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI3uivEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI3uivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI3uivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI3uivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI3uivEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI3uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI3uivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI3uivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4bvEXT(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4bvEXT(GLuint index, const GLbyte * v);
- glVertexAttribI4bvEXT(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4bvEXT(GLuint index, const GLbyte * v);
- glVertexAttribI4bvEXT(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4bvEXT(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4bvEXT(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4bvEXT(GLuint index, const GLbyte * v);
- glVertexAttribI4bvEXT(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4bvEXT(GLuint index, const GLbyte * v);
- glVertexAttribI4bvEXT(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4bvEXT(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4iEXT(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4iEXT(GLuint index, GLint x, GLint y, GLint z, GLint w);
- glVertexAttribI4iEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4iEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4iEXT(GLuint index, GLint x, GLint y, GLint z, GLint w);
- glVertexAttribI4iEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4ivEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4ivEXT(GLuint index, const GLint * v);
- glVertexAttribI4ivEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4ivEXT(GLuint index, const GLint * v);
- glVertexAttribI4ivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4ivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4ivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4ivEXT(GLuint index, const GLint * v);
- glVertexAttribI4ivEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4ivEXT(GLuint index, const GLint * v);
- glVertexAttribI4ivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4ivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4svEXT(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4svEXT(GLuint index, const GLshort * v);
- glVertexAttribI4svEXT(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4svEXT(GLuint index, const GLshort * v);
- glVertexAttribI4svEXT(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4svEXT(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4svEXT(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4svEXT(GLuint index, const GLshort * v);
- glVertexAttribI4svEXT(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4svEXT(GLuint index, const GLshort * v);
- glVertexAttribI4svEXT(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4svEXT(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4ubvEXT(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4ubvEXT(GLuint index, const GLubyte * v);
- glVertexAttribI4ubvEXT(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4ubvEXT(GLuint index, const GLubyte * v);
- glVertexAttribI4ubvEXT(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4ubvEXT(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4ubvEXT(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4ubvEXT(GLuint index, const GLubyte * v);
- glVertexAttribI4ubvEXT(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4ubvEXT(GLuint index, const GLubyte * v);
- glVertexAttribI4ubvEXT(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4ubvEXT(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4uiEXT(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4uiEXT(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
- glVertexAttribI4uiEXT(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4uiEXT(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4uiEXT(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
- glVertexAttribI4uiEXT(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4uivEXT(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI4uivEXT(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI4uivEXT(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4uivEXT(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4uivEXT(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI4uivEXT(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4uivEXT(GLuint index, const GLuint * v);
- glVertexAttribI4uivEXT(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4uivEXT(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4usvEXT(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4usvEXT(GLuint index, const GLushort * v);
- glVertexAttribI4usvEXT(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4usvEXT(GLuint index, const GLushort * v);
- glVertexAttribI4usvEXT(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4usvEXT(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribI4usvEXT(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4usvEXT(GLuint index, const GLushort * v);
- glVertexAttribI4usvEXT(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribI4usvEXT(GLuint index, const GLushort * v);
- glVertexAttribI4usvEXT(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribI4usvEXT(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribIPointerEXT(int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribIPointerEXT(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glVertexAttribIPointerEXT(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribIPointerEXT(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribIPointerEXT(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glVertexAttribIPointerEXT(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribPointerARB(int, int, int, boolean, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointerARB(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointerARB(int, int, int, boolean, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointerARB(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointerARB(int, int, int, boolean, int, long) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribPointerARB(int, int, int, boolean, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribPointerARB(int, int, int, boolean, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointerARB(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointerARB(int, int, int, boolean, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointerARB(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointerARB(int, int, int, boolean, int, long) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribPointerARB(int, int, int, boolean, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribPointerNV(int, int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointerNV(GLuint index, GLint fsize, GLenum type, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointerNV(int, int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointerNV(GLuint index, GLint fsize, GLenum type, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointerNV(int, int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribPointerNV(int, int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribPointerNV(int, int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointerNV(GLuint index, GLint fsize, GLenum type, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointerNV(int, int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribPointerNV(GLuint index, GLint fsize, GLenum type, GLsizei stride, const GLvoid * pointer);
- glVertexAttribPointerNV(int, int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribPointerNV(int, int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs1dvNV(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs1dvNV(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs1dvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs1dvNV(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs1dvNV(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs1dvNV(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs1dvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs1dvNV(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs1fvNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs1fvNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs1fvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs1fvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs1fvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs1fvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs1fvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs1fvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs1hvNV(int, int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs1hvNV(int, int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs1hvNV(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs1hvNV(int, int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs1hvNV(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs1hvNV(int, int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs1hvNV(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs1hvNV(int, int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs1svNV(int, int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs1svNV(int, int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs1svNV(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs1svNV(int, int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs1svNV(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs1svNV(int, int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs1svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs1svNV(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs1svNV(int, int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs2dvNV(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs2dvNV(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs2dvNV(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs2dvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs2dvNV(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs2dvNV(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs2dvNV(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs2dvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs2fvNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs2fvNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs2fvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs2fvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs2fvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs2fvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs2fvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs2fvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs2hvNV(int, int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs2hvNV(int, int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs2hvNV(int, int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs2hvNV(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs2hvNV(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs2hvNV(int, int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs2hvNV(int, int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs2hvNV(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs2svNV(int, int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs2svNV(int, int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs2svNV(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs2svNV(int, int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs2svNV(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs2svNV(int, int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs2svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs2svNV(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs2svNV(int, int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs3dvNV(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs3dvNV(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs3dvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs3dvNV(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs3dvNV(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs3dvNV(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs3dvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs3dvNV(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs3fvNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs3fvNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs3fvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs3fvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs3fvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs3fvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs3fvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs3fvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs3hvNV(int, int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs3hvNV(int, int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs3hvNV(int, int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs3hvNV(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs3hvNV(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs3hvNV(int, int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs3hvNV(int, int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs3hvNV(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs3svNV(int, int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs3svNV(int, int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs3svNV(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs3svNV(int, int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs3svNV(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs3svNV(int, int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs3svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs3svNV(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs3svNV(int, int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs4dvNV(int, int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs4dvNV(int, int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs4dvNV(int, int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs4dvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs4dvNV(int, int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs4dvNV(int, int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4dvNV(GLuint index, GLsizei count, const GLdouble * v);
- glVertexAttribs4dvNV(int, int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs4dvNV(int, int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs4fvNV(int, int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs4fvNV(int, int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs4fvNV(int, int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs4fvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs4fvNV(int, int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs4fvNV(int, int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4fvNV(GLuint target, GLsizei n, const GLfloat * points);
- glVertexAttribs4fvNV(int, int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs4fvNV(int, int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs4hvNV(int, int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs4hvNV(int, int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs4hvNV(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs4hvNV(int, int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs4hvNV(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs4hvNV(int, int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
- glVertexAttribs4hvNV(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs4hvNV(int, int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs4svNV(int, int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs4svNV(int, int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs4svNV(int, int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs4svNV(int, int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs4svNV(int, int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs4svNV(int, int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4svNV(GLuint index, GLsizei count, const GLshort * v);
- glVertexAttribs4svNV(int, int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs4svNV(int, int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs4ubvNV(int, int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4ubvNV(GLuint index, GLsizei count, const GLubyte * v);
- glVertexAttribs4ubvNV(int, int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4ubvNV(GLuint index, GLsizei count, const GLubyte * v);
- glVertexAttribs4ubvNV(int, int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs4ubvNV(int, int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexAttribs4ubvNV(int, int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4ubvNV(GLuint index, GLsizei count, const GLubyte * v);
- glVertexAttribs4ubvNV(int, int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexAttribs4ubvNV(GLuint index, GLsizei count, const GLubyte * v);
- glVertexAttribs4ubvNV(int, int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexAttribs4ubvNV(int, int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexBlendARB(int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexBlendARB(GLint count);
- glVertexBlendARB(int) - Method in class javax.media.opengl.DebugGL
-
- glVertexBlendARB(int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexBlendARB(GLint count);
- glVertexBlendARB(int) - Method in class javax.media.opengl.TraceGL
-
- glVertexBlendEnvfATI(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexBlendEnvfATI(GLenum target, GLfloat s);
- glVertexBlendEnvfATI(int, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexBlendEnvfATI(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexBlendEnvfATI(GLenum target, GLfloat s);
- glVertexBlendEnvfATI(int, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexBlendEnviATI(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexBlendEnviATI(GLenum target, GLint s);
- glVertexBlendEnviATI(int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexBlendEnviATI(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexBlendEnviATI(GLenum target, GLint s);
- glVertexBlendEnviATI(int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexPointer(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glVertexPointer(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glVertexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glVertexPointer(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexPointer(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glVertexPointer(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glVertexPointer(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glVertexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
- glVertexPointer(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexPointer(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1dATI(int, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1dATI(GLenum target, GLdouble s);
- glVertexStream1dATI(int, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1dATI(int, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1dATI(GLenum target, GLdouble s);
- glVertexStream1dATI(int, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1dvATI(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1dvATI(GLenum target, const GLdouble * v);
- glVertexStream1dvATI(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1dvATI(GLenum target, const GLdouble * v);
- glVertexStream1dvATI(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1dvATI(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1dvATI(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1dvATI(GLenum target, const GLdouble * v);
- glVertexStream1dvATI(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1dvATI(GLenum target, const GLdouble * v);
- glVertexStream1dvATI(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1dvATI(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1fATI(int, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1fATI(GLenum target, GLfloat s);
- glVertexStream1fATI(int, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1fATI(int, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1fATI(GLenum target, GLfloat s);
- glVertexStream1fATI(int, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1fvATI(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1fvATI(GLenum target, const GLfloat * v);
- glVertexStream1fvATI(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1fvATI(GLenum target, const GLfloat * v);
- glVertexStream1fvATI(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1fvATI(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1fvATI(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1fvATI(GLenum target, const GLfloat * v);
- glVertexStream1fvATI(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1fvATI(GLenum target, const GLfloat * v);
- glVertexStream1fvATI(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1fvATI(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1iATI(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1iATI(GLenum target, GLint s);
- glVertexStream1iATI(int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1iATI(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1iATI(GLenum target, GLint s);
- glVertexStream1iATI(int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1ivATI(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1ivATI(GLenum target, const GLint * v);
- glVertexStream1ivATI(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1ivATI(GLenum target, const GLint * v);
- glVertexStream1ivATI(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1ivATI(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1ivATI(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1ivATI(GLenum target, const GLint * v);
- glVertexStream1ivATI(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1ivATI(GLenum target, const GLint * v);
- glVertexStream1ivATI(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1ivATI(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1sATI(int, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1sATI(GLenum target, GLshort s);
- glVertexStream1sATI(int, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1sATI(int, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1sATI(GLenum target, GLshort s);
- glVertexStream1sATI(int, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1svATI(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1svATI(GLenum target, const GLshort * v);
- glVertexStream1svATI(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream1svATI(GLenum target, const GLshort * v);
- glVertexStream1svATI(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1svATI(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream1svATI(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1svATI(GLenum target, const GLshort * v);
- glVertexStream1svATI(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream1svATI(GLenum target, const GLshort * v);
- glVertexStream1svATI(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream1svATI(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2dATI(int, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2dATI(GLenum target, GLdouble s, GLdouble t);
- glVertexStream2dATI(int, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2dATI(int, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2dATI(GLenum target, GLdouble s, GLdouble t);
- glVertexStream2dATI(int, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2dvATI(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2dvATI(GLenum target, const GLdouble * v);
- glVertexStream2dvATI(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2dvATI(GLenum target, const GLdouble * v);
- glVertexStream2dvATI(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2dvATI(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2dvATI(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2dvATI(GLenum target, const GLdouble * v);
- glVertexStream2dvATI(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2dvATI(GLenum target, const GLdouble * v);
- glVertexStream2dvATI(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2dvATI(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2fATI(int, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2fATI(GLenum target, GLfloat s, GLfloat t);
- glVertexStream2fATI(int, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2fATI(int, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2fATI(GLenum target, GLfloat s, GLfloat t);
- glVertexStream2fATI(int, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2fvATI(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2fvATI(GLenum target, const GLfloat * v);
- glVertexStream2fvATI(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2fvATI(GLenum target, const GLfloat * v);
- glVertexStream2fvATI(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2fvATI(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2fvATI(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2fvATI(GLenum target, const GLfloat * v);
- glVertexStream2fvATI(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2fvATI(GLenum target, const GLfloat * v);
- glVertexStream2fvATI(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2fvATI(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2iATI(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2iATI(GLenum target, GLint s, GLint t);
- glVertexStream2iATI(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2iATI(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2iATI(GLenum target, GLint s, GLint t);
- glVertexStream2iATI(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2ivATI(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2ivATI(GLenum target, const GLint * v);
- glVertexStream2ivATI(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2ivATI(GLenum target, const GLint * v);
- glVertexStream2ivATI(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2ivATI(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2ivATI(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2ivATI(GLenum target, const GLint * v);
- glVertexStream2ivATI(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2ivATI(GLenum target, const GLint * v);
- glVertexStream2ivATI(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2ivATI(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2sATI(int, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2sATI(GLenum target, GLshort s, GLshort t);
- glVertexStream2sATI(int, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2sATI(int, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2sATI(GLenum target, GLshort s, GLshort t);
- glVertexStream2sATI(int, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2svATI(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2svATI(GLenum target, const GLshort * v);
- glVertexStream2svATI(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream2svATI(GLenum target, const GLshort * v);
- glVertexStream2svATI(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2svATI(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream2svATI(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2svATI(GLenum target, const GLshort * v);
- glVertexStream2svATI(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream2svATI(GLenum target, const GLshort * v);
- glVertexStream2svATI(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream2svATI(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3dATI(int, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3dATI(GLenum target, GLdouble s, GLdouble t, GLdouble r);
- glVertexStream3dATI(int, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3dATI(int, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3dATI(GLenum target, GLdouble s, GLdouble t, GLdouble r);
- glVertexStream3dATI(int, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3dvATI(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3dvATI(GLenum target, const GLdouble * v);
- glVertexStream3dvATI(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3dvATI(GLenum target, const GLdouble * v);
- glVertexStream3dvATI(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3dvATI(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3dvATI(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3dvATI(GLenum target, const GLdouble * v);
- glVertexStream3dvATI(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3dvATI(GLenum target, const GLdouble * v);
- glVertexStream3dvATI(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3dvATI(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3fATI(int, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3fATI(GLenum target, GLfloat s, GLfloat t, GLfloat r);
- glVertexStream3fATI(int, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3fATI(int, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3fATI(GLenum target, GLfloat s, GLfloat t, GLfloat r);
- glVertexStream3fATI(int, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3fvATI(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3fvATI(GLenum target, const GLfloat * v);
- glVertexStream3fvATI(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3fvATI(GLenum target, const GLfloat * v);
- glVertexStream3fvATI(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3fvATI(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3fvATI(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3fvATI(GLenum target, const GLfloat * v);
- glVertexStream3fvATI(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3fvATI(GLenum target, const GLfloat * v);
- glVertexStream3fvATI(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3fvATI(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3iATI(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3iATI(GLenum target, GLint s, GLint t, GLint r);
- glVertexStream3iATI(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3iATI(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3iATI(GLenum target, GLint s, GLint t, GLint r);
- glVertexStream3iATI(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3ivATI(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3ivATI(GLenum target, const GLint * v);
- glVertexStream3ivATI(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3ivATI(GLenum target, const GLint * v);
- glVertexStream3ivATI(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3ivATI(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3ivATI(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3ivATI(GLenum target, const GLint * v);
- glVertexStream3ivATI(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3ivATI(GLenum target, const GLint * v);
- glVertexStream3ivATI(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3ivATI(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3sATI(int, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3sATI(GLenum target, GLshort s, GLshort t, GLshort r);
- glVertexStream3sATI(int, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3sATI(int, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3sATI(GLenum target, GLshort s, GLshort t, GLshort r);
- glVertexStream3sATI(int, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3svATI(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3svATI(GLenum target, const GLshort * v);
- glVertexStream3svATI(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream3svATI(GLenum target, const GLshort * v);
- glVertexStream3svATI(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3svATI(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream3svATI(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3svATI(GLenum target, const GLshort * v);
- glVertexStream3svATI(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream3svATI(GLenum target, const GLshort * v);
- glVertexStream3svATI(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream3svATI(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4dATI(int, double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4dATI(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glVertexStream4dATI(int, double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4dATI(int, double, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4dATI(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
- glVertexStream4dATI(int, double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4dvATI(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4dvATI(GLenum target, const GLdouble * v);
- glVertexStream4dvATI(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4dvATI(GLenum target, const GLdouble * v);
- glVertexStream4dvATI(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4dvATI(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4dvATI(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4dvATI(GLenum target, const GLdouble * v);
- glVertexStream4dvATI(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4dvATI(GLenum target, const GLdouble * v);
- glVertexStream4dvATI(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4dvATI(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4fATI(int, float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4fATI(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glVertexStream4fATI(int, float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4fATI(int, float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4fATI(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
- glVertexStream4fATI(int, float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4fvATI(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4fvATI(GLenum target, const GLfloat * v);
- glVertexStream4fvATI(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4fvATI(GLenum target, const GLfloat * v);
- glVertexStream4fvATI(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4fvATI(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4fvATI(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4fvATI(GLenum target, const GLfloat * v);
- glVertexStream4fvATI(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4fvATI(GLenum target, const GLfloat * v);
- glVertexStream4fvATI(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4fvATI(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4iATI(int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4iATI(GLenum target, GLint start, GLint x, GLint y, GLint width);
- glVertexStream4iATI(int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4iATI(int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4iATI(GLenum target, GLint start, GLint x, GLint y, GLint width);
- glVertexStream4iATI(int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4ivATI(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4ivATI(GLenum target, const GLint * v);
- glVertexStream4ivATI(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4ivATI(GLenum target, const GLint * v);
- glVertexStream4ivATI(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4ivATI(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4ivATI(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4ivATI(GLenum target, const GLint * v);
- glVertexStream4ivATI(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4ivATI(GLenum target, const GLint * v);
- glVertexStream4ivATI(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4ivATI(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4sATI(int, short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4sATI(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
- glVertexStream4sATI(int, short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4sATI(int, short, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4sATI(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
- glVertexStream4sATI(int, short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4svATI(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4svATI(GLenum target, const GLshort * v);
- glVertexStream4svATI(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexStream4svATI(GLenum target, const GLshort * v);
- glVertexStream4svATI(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4svATI(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexStream4svATI(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4svATI(GLenum target, const GLshort * v);
- glVertexStream4svATI(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexStream4svATI(GLenum target, const GLshort * v);
- glVertexStream4svATI(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexStream4svATI(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexWeightfEXT(float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexWeightfEXT(GLfloat coord);
- glVertexWeightfEXT(float) - Method in class javax.media.opengl.DebugGL
-
- glVertexWeightfEXT(float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexWeightfEXT(GLfloat coord);
- glVertexWeightfEXT(float) - Method in class javax.media.opengl.TraceGL
-
- glVertexWeightfvEXT(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexWeightfvEXT(const GLfloat * m);
- glVertexWeightfvEXT(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexWeightfvEXT(const GLfloat * m);
- glVertexWeightfvEXT(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexWeightfvEXT(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexWeightfvEXT(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexWeightfvEXT(const GLfloat * m);
- glVertexWeightfvEXT(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexWeightfvEXT(const GLfloat * m);
- glVertexWeightfvEXT(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexWeightfvEXT(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexWeighthNV(short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexWeighthNV(GLhalfNV factor);
- glVertexWeighthNV(short) - Method in class javax.media.opengl.DebugGL
-
- glVertexWeighthNV(short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexWeighthNV(GLhalfNV factor);
- glVertexWeighthNV(short) - Method in class javax.media.opengl.TraceGL
-
- glVertexWeighthvNV(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexWeighthvNV(const GLhalfNV * v);
- glVertexWeighthvNV(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexWeighthvNV(const GLhalfNV * v);
- glVertexWeighthvNV(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glVertexWeighthvNV(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexWeighthvNV(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexWeighthvNV(const GLhalfNV * v);
- glVertexWeighthvNV(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexWeighthvNV(const GLhalfNV * v);
- glVertexWeighthvNV(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glVertexWeighthvNV(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glVertexWeightPointerEXT(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexWeightPointerEXT(GLsizei size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glVertexWeightPointerEXT(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glVertexWeightPointerEXT(GLsizei size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glVertexWeightPointerEXT(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glVertexWeightPointerEXT(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glVertexWeightPointerEXT(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexWeightPointerEXT(GLsizei size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glVertexWeightPointerEXT(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glVertexWeightPointerEXT(GLsizei size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glVertexWeightPointerEXT(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glVertexWeightPointerEXT(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glViewport(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Interface to C language function:
void glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
- glViewport(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glViewport(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Interface to C language function:
void glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
- glViewport(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glWeightbvARB(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightbvARB(GLint size, const GLbyte * weights);
- glWeightbvARB(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightbvARB(GLint size, const GLbyte * weights);
- glWeightbvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWeightbvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glWeightbvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightbvARB(GLint size, const GLbyte * weights);
- glWeightbvARB(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightbvARB(GLint size, const GLbyte * weights);
- glWeightbvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWeightbvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glWeightdvARB(int, DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightdvARB(GLint size, const GLdouble * weights);
- glWeightdvARB(int, double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightdvARB(GLint size, const GLdouble * weights);
- glWeightdvARB(int, DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWeightdvARB(int, double[], int) - Method in class javax.media.opengl.DebugGL
-
- glWeightdvARB(int, DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightdvARB(GLint size, const GLdouble * weights);
- glWeightdvARB(int, double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightdvARB(GLint size, const GLdouble * weights);
- glWeightdvARB(int, DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWeightdvARB(int, double[], int) - Method in class javax.media.opengl.TraceGL
-
- glWeightfvARB(int, FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightfvARB(GLint size, const GLfloat * weights);
- glWeightfvARB(int, float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightfvARB(GLint size, const GLfloat * weights);
- glWeightfvARB(int, FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWeightfvARB(int, float[], int) - Method in class javax.media.opengl.DebugGL
-
- glWeightfvARB(int, FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightfvARB(GLint size, const GLfloat * weights);
- glWeightfvARB(int, float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightfvARB(GLint size, const GLfloat * weights);
- glWeightfvARB(int, FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWeightfvARB(int, float[], int) - Method in class javax.media.opengl.TraceGL
-
- glWeightivARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightivARB(GLint size, const GLint * weights);
- glWeightivARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightivARB(GLint size, const GLint * weights);
- glWeightivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glWeightivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWeightivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightivARB(GLint size, const GLint * weights);
- glWeightivARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightivARB(GLint size, const GLint * weights);
- glWeightivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glWeightivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWeightPointerARB(int, int, int, Buffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glWeightPointerARB(int, int, int, long) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glWeightPointerARB(int, int, int, Buffer) - Method in class javax.media.opengl.DebugGL
-
- glWeightPointerARB(int, int, int, long) - Method in class javax.media.opengl.DebugGL
-
- glWeightPointerARB(int, int, int, Buffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glWeightPointerARB(int, int, int, long) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
- glWeightPointerARB(int, int, int, Buffer) - Method in class javax.media.opengl.TraceGL
-
- glWeightPointerARB(int, int, int, long) - Method in class javax.media.opengl.TraceGL
-
- glWeightsvARB(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightsvARB(GLint size, const GLshort * weights);
- glWeightsvARB(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightsvARB(GLint size, const GLshort * weights);
- glWeightsvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glWeightsvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWeightsvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightsvARB(GLint size, const GLshort * weights);
- glWeightsvARB(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightsvARB(GLint size, const GLshort * weights);
- glWeightsvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glWeightsvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWeightubvARB(int, ByteBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightubvARB(GLint size, const GLubyte * weights);
- glWeightubvARB(int, byte[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightubvARB(GLint size, const GLubyte * weights);
- glWeightubvARB(int, byte[], int) - Method in class javax.media.opengl.DebugGL
-
- glWeightubvARB(int, ByteBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWeightubvARB(int, ByteBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightubvARB(GLint size, const GLubyte * weights);
- glWeightubvARB(int, byte[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightubvARB(GLint size, const GLubyte * weights);
- glWeightubvARB(int, byte[], int) - Method in class javax.media.opengl.TraceGL
-
- glWeightubvARB(int, ByteBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWeightuivARB(int, IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightuivARB(GLint n, const GLuint * ids);
- glWeightuivARB(int, int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightuivARB(GLint n, const GLuint * ids);
- glWeightuivARB(int, IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWeightuivARB(int, int[], int) - Method in class javax.media.opengl.DebugGL
-
- glWeightuivARB(int, IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightuivARB(GLint n, const GLuint * ids);
- glWeightuivARB(int, int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightuivARB(GLint n, const GLuint * ids);
- glWeightuivARB(int, IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWeightuivARB(int, int[], int) - Method in class javax.media.opengl.TraceGL
-
- glWeightusvARB(int, ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightusvARB(GLint size, const GLushort * weights);
- glWeightusvARB(int, short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWeightusvARB(GLint size, const GLushort * weights);
- glWeightusvARB(int, short[], int) - Method in class javax.media.opengl.DebugGL
-
- glWeightusvARB(int, ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWeightusvARB(int, ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightusvARB(GLint size, const GLushort * weights);
- glWeightusvARB(int, short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWeightusvARB(GLint size, const GLushort * weights);
- glWeightusvARB(int, short[], int) - Method in class javax.media.opengl.TraceGL
-
- glWeightusvARB(int, ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2d(double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2d(GLdouble x, GLdouble y);
- glWindowPos2d(double, double) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2d(double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2d(GLdouble x, GLdouble y);
- glWindowPos2d(double, double) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2dARB(double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2dARB(GLdouble x, GLdouble y);
- glWindowPos2dARB(double, double) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2dARB(double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2dARB(GLdouble x, GLdouble y);
- glWindowPos2dARB(double, double) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2dMESA(double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2dMESA(GLdouble x, GLdouble y);
- glWindowPos2dMESA(double, double) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2dMESA(double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2dMESA(GLdouble x, GLdouble y);
- glWindowPos2dMESA(double, double) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2dv(const GLdouble * m);
- glWindowPos2dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2dv(const GLdouble * m);
- glWindowPos2dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2dv(const GLdouble * m);
- glWindowPos2dv(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2dv(const GLdouble * m);
- glWindowPos2dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2dvARB(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2dvARB(const GLdouble * m);
- glWindowPos2dvARB(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2dvARB(const GLdouble * m);
- glWindowPos2dvARB(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2dvARB(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2dvARB(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2dvARB(const GLdouble * m);
- glWindowPos2dvARB(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2dvARB(const GLdouble * m);
- glWindowPos2dvARB(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2dvARB(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2dvMESA(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2dvMESA(const GLdouble * m);
- glWindowPos2dvMESA(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2dvMESA(const GLdouble * m);
- glWindowPos2dvMESA(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2dvMESA(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2dvMESA(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2dvMESA(const GLdouble * m);
- glWindowPos2dvMESA(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2dvMESA(const GLdouble * m);
- glWindowPos2dvMESA(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2dvMESA(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2f(float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2f(GLfloat x, GLfloat y);
- glWindowPos2f(float, float) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2f(float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2f(GLfloat x, GLfloat y);
- glWindowPos2f(float, float) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2fARB(float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2fARB(GLfloat x, GLfloat y);
- glWindowPos2fARB(float, float) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2fARB(float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2fARB(GLfloat x, GLfloat y);
- glWindowPos2fARB(float, float) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2fMESA(float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2fMESA(GLfloat x, GLfloat y);
- glWindowPos2fMESA(float, float) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2fMESA(float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2fMESA(GLfloat x, GLfloat y);
- glWindowPos2fMESA(float, float) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2fv(const GLfloat * m);
- glWindowPos2fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2fv(const GLfloat * m);
- glWindowPos2fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2fv(const GLfloat * m);
- glWindowPos2fv(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2fv(const GLfloat * m);
- glWindowPos2fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2fvARB(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2fvARB(const GLfloat * m);
- glWindowPos2fvARB(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2fvARB(const GLfloat * m);
- glWindowPos2fvARB(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2fvARB(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2fvARB(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2fvARB(const GLfloat * m);
- glWindowPos2fvARB(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2fvARB(const GLfloat * m);
- glWindowPos2fvARB(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2fvARB(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2fvMESA(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2fvMESA(const GLfloat * m);
- glWindowPos2fvMESA(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2fvMESA(const GLfloat * m);
- glWindowPos2fvMESA(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2fvMESA(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2fvMESA(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2fvMESA(const GLfloat * m);
- glWindowPos2fvMESA(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2fvMESA(const GLfloat * m);
- glWindowPos2fvMESA(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2fvMESA(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2i(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2i(GLint x, GLint y);
- glWindowPos2i(int, int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2i(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2i(GLint x, GLint y);
- glWindowPos2i(int, int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2iARB(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2iARB(GLint x, GLint y);
- glWindowPos2iARB(int, int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2iARB(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2iARB(GLint x, GLint y);
- glWindowPos2iARB(int, int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2iMESA(int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2iMESA(GLint x, GLint y);
- glWindowPos2iMESA(int, int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2iMESA(int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2iMESA(GLint x, GLint y);
- glWindowPos2iMESA(int, int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2iv(const GLint * v);
- glWindowPos2iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2iv(const GLint * v);
- glWindowPos2iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2iv(const GLint * v);
- glWindowPos2iv(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2iv(const GLint * v);
- glWindowPos2iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2ivARB(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2ivARB(const GLint * v);
- glWindowPos2ivARB(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2ivARB(const GLint * v);
- glWindowPos2ivARB(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2ivARB(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2ivARB(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2ivARB(const GLint * v);
- glWindowPos2ivARB(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2ivARB(const GLint * v);
- glWindowPos2ivARB(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2ivARB(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2ivMESA(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2ivMESA(const GLint * v);
- glWindowPos2ivMESA(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2ivMESA(const GLint * v);
- glWindowPos2ivMESA(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2ivMESA(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2ivMESA(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2ivMESA(const GLint * v);
- glWindowPos2ivMESA(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2ivMESA(const GLint * v);
- glWindowPos2ivMESA(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2ivMESA(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2s(short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2s(GLshort x, GLshort y);
- glWindowPos2s(short, short) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2s(short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2s(GLshort x, GLshort y);
- glWindowPos2s(short, short) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2sARB(short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2sARB(GLshort x, GLshort y);
- glWindowPos2sARB(short, short) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2sARB(short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2sARB(GLshort x, GLshort y);
- glWindowPos2sARB(short, short) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2sMESA(short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2sMESA(GLshort x, GLshort y);
- glWindowPos2sMESA(short, short) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2sMESA(short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2sMESA(GLshort x, GLshort y);
- glWindowPos2sMESA(short, short) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2sv(const GLshort * v);
- glWindowPos2sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2sv(const GLshort * v);
- glWindowPos2sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2sv(const GLshort * v);
- glWindowPos2sv(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2sv(const GLshort * v);
- glWindowPos2sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2svARB(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2svARB(const GLshort * v);
- glWindowPos2svARB(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2svARB(const GLshort * v);
- glWindowPos2svARB(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2svARB(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2svARB(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2svARB(const GLshort * v);
- glWindowPos2svARB(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2svARB(const GLshort * v);
- glWindowPos2svARB(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2svARB(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2svMESA(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2svMESA(const GLshort * v);
- glWindowPos2svMESA(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos2svMESA(const GLshort * v);
- glWindowPos2svMESA(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2svMESA(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos2svMESA(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2svMESA(const GLshort * v);
- glWindowPos2svMESA(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos2svMESA(const GLshort * v);
- glWindowPos2svMESA(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos2svMESA(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3d(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3d(GLdouble red, GLdouble green, GLdouble blue);
- glWindowPos3d(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3d(double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3d(GLdouble red, GLdouble green, GLdouble blue);
- glWindowPos3d(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3dARB(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3dARB(GLdouble red, GLdouble green, GLdouble blue);
- glWindowPos3dARB(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3dARB(double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3dARB(GLdouble red, GLdouble green, GLdouble blue);
- glWindowPos3dARB(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3dMESA(double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3dMESA(GLdouble red, GLdouble green, GLdouble blue);
- glWindowPos3dMESA(double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3dMESA(double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3dMESA(GLdouble red, GLdouble green, GLdouble blue);
- glWindowPos3dMESA(double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3dv(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3dv(const GLdouble * m);
- glWindowPos3dv(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3dv(const GLdouble * m);
- glWindowPos3dv(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3dv(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3dv(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3dv(const GLdouble * m);
- glWindowPos3dv(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3dv(const GLdouble * m);
- glWindowPos3dv(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3dv(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3dvARB(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3dvARB(const GLdouble * m);
- glWindowPos3dvARB(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3dvARB(const GLdouble * m);
- glWindowPos3dvARB(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3dvARB(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3dvARB(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3dvARB(const GLdouble * m);
- glWindowPos3dvARB(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3dvARB(const GLdouble * m);
- glWindowPos3dvARB(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3dvARB(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3dvMESA(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3dvMESA(const GLdouble * m);
- glWindowPos3dvMESA(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3dvMESA(const GLdouble * m);
- glWindowPos3dvMESA(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3dvMESA(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3dvMESA(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3dvMESA(const GLdouble * m);
- glWindowPos3dvMESA(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3dvMESA(const GLdouble * m);
- glWindowPos3dvMESA(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3dvMESA(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3f(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3f(GLfloat red, GLfloat green, GLfloat blue);
- glWindowPos3f(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3f(float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3f(GLfloat red, GLfloat green, GLfloat blue);
- glWindowPos3f(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3fARB(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3fARB(GLfloat red, GLfloat green, GLfloat blue);
- glWindowPos3fARB(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3fARB(float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3fARB(GLfloat red, GLfloat green, GLfloat blue);
- glWindowPos3fARB(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3fMESA(float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3fMESA(GLfloat red, GLfloat green, GLfloat blue);
- glWindowPos3fMESA(float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3fMESA(float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3fMESA(GLfloat red, GLfloat green, GLfloat blue);
- glWindowPos3fMESA(float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3fv(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3fv(const GLfloat * m);
- glWindowPos3fv(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3fv(const GLfloat * m);
- glWindowPos3fv(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3fv(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3fv(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3fv(const GLfloat * m);
- glWindowPos3fv(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3fv(const GLfloat * m);
- glWindowPos3fv(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3fv(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3fvARB(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3fvARB(const GLfloat * m);
- glWindowPos3fvARB(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3fvARB(const GLfloat * m);
- glWindowPos3fvARB(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3fvARB(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3fvARB(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3fvARB(const GLfloat * m);
- glWindowPos3fvARB(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3fvARB(const GLfloat * m);
- glWindowPos3fvARB(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3fvARB(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3fvMESA(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3fvMESA(const GLfloat * m);
- glWindowPos3fvMESA(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3fvMESA(const GLfloat * m);
- glWindowPos3fvMESA(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3fvMESA(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3fvMESA(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3fvMESA(const GLfloat * m);
- glWindowPos3fvMESA(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3fvMESA(const GLfloat * m);
- glWindowPos3fvMESA(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3fvMESA(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3i(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3i(GLint red, GLint green, GLint blue);
- glWindowPos3i(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3i(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3i(GLint red, GLint green, GLint blue);
- glWindowPos3i(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3iARB(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3iARB(GLint red, GLint green, GLint blue);
- glWindowPos3iARB(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3iARB(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3iARB(GLint red, GLint green, GLint blue);
- glWindowPos3iARB(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3iMESA(int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3iMESA(GLint red, GLint green, GLint blue);
- glWindowPos3iMESA(int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3iMESA(int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3iMESA(GLint red, GLint green, GLint blue);
- glWindowPos3iMESA(int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3iv(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3iv(const GLint * v);
- glWindowPos3iv(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3iv(const GLint * v);
- glWindowPos3iv(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3iv(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3iv(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3iv(const GLint * v);
- glWindowPos3iv(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3iv(const GLint * v);
- glWindowPos3iv(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3iv(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3ivARB(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3ivARB(const GLint * v);
- glWindowPos3ivARB(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3ivARB(const GLint * v);
- glWindowPos3ivARB(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3ivARB(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3ivARB(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3ivARB(const GLint * v);
- glWindowPos3ivARB(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3ivARB(const GLint * v);
- glWindowPos3ivARB(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3ivARB(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3ivMESA(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3ivMESA(const GLint * v);
- glWindowPos3ivMESA(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3ivMESA(const GLint * v);
- glWindowPos3ivMESA(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3ivMESA(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3ivMESA(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3ivMESA(const GLint * v);
- glWindowPos3ivMESA(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3ivMESA(const GLint * v);
- glWindowPos3ivMESA(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3ivMESA(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3s(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3s(GLshort red, GLshort green, GLshort blue);
- glWindowPos3s(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3s(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3s(GLshort red, GLshort green, GLshort blue);
- glWindowPos3s(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3sARB(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3sARB(GLshort red, GLshort green, GLshort blue);
- glWindowPos3sARB(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3sARB(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3sARB(GLshort red, GLshort green, GLshort blue);
- glWindowPos3sARB(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3sMESA(short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3sMESA(GLshort red, GLshort green, GLshort blue);
- glWindowPos3sMESA(short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3sMESA(short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3sMESA(GLshort red, GLshort green, GLshort blue);
- glWindowPos3sMESA(short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3sv(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3sv(const GLshort * v);
- glWindowPos3sv(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3sv(const GLshort * v);
- glWindowPos3sv(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3sv(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3sv(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3sv(const GLshort * v);
- glWindowPos3sv(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3sv(const GLshort * v);
- glWindowPos3sv(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3sv(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3svARB(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3svARB(const GLshort * v);
- glWindowPos3svARB(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3svARB(const GLshort * v);
- glWindowPos3svARB(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3svARB(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3svARB(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3svARB(const GLshort * v);
- glWindowPos3svARB(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3svARB(const GLshort * v);
- glWindowPos3svARB(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3svARB(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3svMESA(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3svMESA(const GLshort * v);
- glWindowPos3svMESA(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos3svMESA(const GLshort * v);
- glWindowPos3svMESA(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3svMESA(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos3svMESA(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3svMESA(const GLshort * v);
- glWindowPos3svMESA(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos3svMESA(const GLshort * v);
- glWindowPos3svMESA(short[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos3svMESA(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4dMESA(double, double, double, double) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4dMESA(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glWindowPos4dMESA(double, double, double, double) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4dMESA(double, double, double, double) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4dMESA(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
- glWindowPos4dMESA(double, double, double, double) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4dvMESA(DoubleBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4dvMESA(const GLdouble * m);
- glWindowPos4dvMESA(double[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4dvMESA(const GLdouble * m);
- glWindowPos4dvMESA(double[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4dvMESA(DoubleBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4dvMESA(DoubleBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4dvMESA(const GLdouble * m);
- glWindowPos4dvMESA(double[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4dvMESA(const GLdouble * m);
- glWindowPos4dvMESA(double[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4dvMESA(DoubleBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4fMESA(float, float, float, float) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4fMESA(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
- glWindowPos4fMESA(float, float, float, float) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4fMESA(float, float, float, float) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4fMESA(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
- glWindowPos4fMESA(float, float, float, float) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4fvMESA(FloatBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4fvMESA(const GLfloat * m);
- glWindowPos4fvMESA(float[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4fvMESA(const GLfloat * m);
- glWindowPos4fvMESA(float[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4fvMESA(FloatBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4fvMESA(FloatBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4fvMESA(const GLfloat * m);
- glWindowPos4fvMESA(float[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4fvMESA(const GLfloat * m);
- glWindowPos4fvMESA(float[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4fvMESA(FloatBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4iMESA(int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4iMESA(GLint location, GLint v0, GLint v1, GLint v2);
- glWindowPos4iMESA(int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4iMESA(int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4iMESA(GLint location, GLint v0, GLint v1, GLint v2);
- glWindowPos4iMESA(int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4ivMESA(IntBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4ivMESA(const GLint * v);
- glWindowPos4ivMESA(int[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4ivMESA(const GLint * v);
- glWindowPos4ivMESA(int[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4ivMESA(IntBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4ivMESA(IntBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4ivMESA(const GLint * v);
- glWindowPos4ivMESA(int[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4ivMESA(const GLint * v);
- glWindowPos4ivMESA(int[], int) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4ivMESA(IntBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4sMESA(short, short, short, short) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4sMESA(GLshort x, GLshort y, GLshort z, GLshort w);
- glWindowPos4sMESA(short, short, short, short) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4sMESA(short, short, short, short) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4sMESA(GLshort x, GLshort y, GLshort z, GLshort w);
- glWindowPos4sMESA(short, short, short, short) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4svMESA(ShortBuffer) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4svMESA(const GLshort * v);
- glWindowPos4svMESA(short[], int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWindowPos4svMESA(const GLshort * v);
- glWindowPos4svMESA(ShortBuffer) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4svMESA(short[], int) - Method in class javax.media.opengl.DebugGL
-
- glWindowPos4svMESA(ShortBuffer) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4svMESA(const GLshort * v);
- glWindowPos4svMESA(short[], int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWindowPos4svMESA(const GLshort * v);
- glWindowPos4svMESA(ShortBuffer) - Method in class javax.media.opengl.TraceGL
-
- glWindowPos4svMESA(short[], int) - Method in class javax.media.opengl.TraceGL
-
- GLWorkerThread - Class in com.sun.opengl.impl
-
Singleton thread upon which all OpenGL work is performed by
default.
- GLWorkerThread() - Constructor for class com.sun.opengl.impl.GLWorkerThread
-
- glWriteMaskEXT(int, int, int, int, int, int) - Method in class com.sun.opengl.impl.GLImpl
-
Entry point (through function pointer) to C language function:
void glWriteMaskEXT(GLuint stage, GLuint portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
- glWriteMaskEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.DebugGL
-
- glWriteMaskEXT(int, int, int, int, int, int) - Method in interface javax.media.opengl.GL
-
Entry point (through function pointer) to C language function:
void glWriteMaskEXT(GLuint stage, GLuint portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
- glWriteMaskEXT(int, int, int, int, int, int) - Method in class javax.media.opengl.TraceGL
-
- GLX - Class in com.sun.opengl.impl.x11
-
Provides access to the X11-specific OpenGL vendor extensions.
- GLX() - Constructor for class com.sun.opengl.impl.x11.GLX
-
- GLX_ACCUM_ALPHA_SIZE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_ACCUM_BLUE_SIZE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_ACCUM_BUFFER_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_ACCUM_BUFFER_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_ACCUM_BUFFER_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_ACCUM_BUFFER_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_ACCUM_GREEN_SIZE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_ACCUM_RED_SIZE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_ALPHA_SIZE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX0_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX0_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_AUX1_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX1_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_AUX2_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX2_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_AUX3_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX3_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_AUX4_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX4_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_AUX5_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX5_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_AUX6_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX6_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_AUX7_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX7_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_AUX8_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX8_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_AUX9_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX9_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_AUX_BUFFERS - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX_BUFFERS_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX_BUFFERS_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_AUX_BUFFERS_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_AUX_BUFFERS_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BACK_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BACK_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BACK_LEFT_BUFFER_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BACK_LEFT_BUFFER_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BACK_LEFT_BUFFER_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BACK_LEFT_BUFFER_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BACK_LEFT_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BACK_LEFT_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BACK_RIGHT_BUFFER_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BACK_RIGHT_BUFFER_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BACK_RIGHT_BUFFER_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BACK_RIGHT_BUFFER_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BACK_RIGHT_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BACK_RIGHT_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BAD_ATTRIBUTE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BAD_CONTEXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BAD_ENUM - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BAD_HYPERPIPE_CONFIG_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BAD_HYPERPIPE_CONFIG_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BAD_HYPERPIPE_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BAD_HYPERPIPE_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BAD_SCREEN - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BAD_VALUE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BAD_VISUAL - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BIND_TO_MIPMAP_TEXTURE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BIND_TO_MIPMAP_TEXTURE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BIND_TO_TEXTURE_RGB_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BIND_TO_TEXTURE_RGB_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BIND_TO_TEXTURE_RGBA_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BIND_TO_TEXTURE_RGBA_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BIND_TO_TEXTURE_TARGETS_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BIND_TO_TEXTURE_TARGETS_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BLENDED_RGBA_SGIS - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BLENDED_RGBA_SGIS - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BLUE_SIZE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BUFFER_CLOBBER_MASK_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_BUFFER_CLOBBER_MASK_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_BUFFER_SIZE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_COLOR_INDEX_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_COLOR_INDEX_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_COLOR_INDEX_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_COLOR_INDEX_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_COLOR_INDEX_TYPE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_COLOR_INDEX_TYPE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_COLOR_INDEX_TYPE_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_COLOR_INDEX_TYPE_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_CONFIG_CAVEAT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_CONFIG_CAVEAT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_DAMAGED - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DAMAGED - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_DAMAGED_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DAMAGED_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_DEPTH_BUFFER_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DEPTH_BUFFER_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_DEPTH_BUFFER_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DEPTH_BUFFER_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_DEPTH_SIZE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DIGITAL_MEDIA_PBUFFER_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DIGITAL_MEDIA_PBUFFER_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_DIRECT_COLOR - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DIRECT_COLOR - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_DIRECT_COLOR_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DIRECT_COLOR_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_DONT_CARE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DONT_CARE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_DOUBLEBUFFER - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DRAWABLE_TYPE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DRAWABLE_TYPE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_DRAWABLE_TYPE_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_DRAWABLE_TYPE_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_EVENT_MASK - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_EVENT_MASK - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_EVENT_MASK_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_EVENT_MASK_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_EXTENSIONS - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_FBCONFIG_ID - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_FBCONFIG_ID - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_FBCONFIG_ID_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_FBCONFIG_ID_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_FLOAT_COMPONENTS_NV - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_FLOAT_COMPONENTS_NV - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_FRONT_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_FRONT_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_FRONT_LEFT_BUFFER_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_FRONT_LEFT_BUFFER_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_FRONT_LEFT_BUFFER_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_FRONT_LEFT_BUFFER_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_FRONT_LEFT_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_FRONT_LEFT_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_FRONT_RIGHT_BUFFER_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_FRONT_RIGHT_BUFFER_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_FRONT_RIGHT_BUFFER_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_FRONT_RIGHT_BUFFER_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_FRONT_RIGHT_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_FRONT_RIGHT_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_GLXEXT_VERSION - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_GLXEXT_VERSION - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_GRAY_SCALE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_GRAY_SCALE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_GRAY_SCALE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_GRAY_SCALE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_GREEN_SIZE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_HEIGHT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_HEIGHT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_HEIGHT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_HEIGHT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_HYPERPIPE_DISPLAY_PIPE_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_HYPERPIPE_DISPLAY_PIPE_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_HYPERPIPE_ID_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_HYPERPIPE_ID_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_HYPERPIPE_RENDER_PIPE_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_HYPERPIPE_RENDER_PIPE_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_HYPERPIPE_STEREO_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_HYPERPIPE_STEREO_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_LARGEST_PBUFFER - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_LARGEST_PBUFFER - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_LARGEST_PBUFFER_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_LARGEST_PBUFFER_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_LEVEL - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_MAX_PBUFFER_HEIGHT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_MAX_PBUFFER_HEIGHT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_MAX_PBUFFER_HEIGHT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_MAX_PBUFFER_HEIGHT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_MAX_PBUFFER_PIXELS - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_MAX_PBUFFER_PIXELS - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_MAX_PBUFFER_PIXELS_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_MAX_PBUFFER_PIXELS_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_MAX_PBUFFER_WIDTH - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_MAX_PBUFFER_WIDTH - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_MAX_PBUFFER_WIDTH_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_MAX_PBUFFER_WIDTH_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_MIPMAP_TEXTURE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_MIPMAP_TEXTURE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_NO_EXTENSION - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_NON_CONFORMANT_CONFIG - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_NON_CONFORMANT_CONFIG - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_NON_CONFORMANT_VISUAL_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_NON_CONFORMANT_VISUAL_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_NONE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_NONE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_NONE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_NONE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_OPTIMAL_PBUFFER_WIDTH_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_OPTIMAL_PBUFFER_WIDTH_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PBUFFER - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PBUFFER - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PBUFFER_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PBUFFER_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PBUFFER_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PBUFFER_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PBUFFER_CLOBBER_MASK - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PBUFFER_CLOBBER_MASK - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PBUFFER_HEIGHT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PBUFFER_HEIGHT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PBUFFER_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PBUFFER_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PBUFFER_WIDTH - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PBUFFER_WIDTH - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PIPE_RECT_LIMITS_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PIPE_RECT_LIMITS_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PIPE_RECT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PIPE_RECT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PIXMAP_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PIXMAP_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PIXMAP_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PIXMAP_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PRESERVED_CONTENTS - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PRESERVED_CONTENTS - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PRESERVED_CONTENTS_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PRESERVED_CONTENTS_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PSEUDO_COLOR - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PSEUDO_COLOR - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_PSEUDO_COLOR_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_PSEUDO_COLOR_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_RED_SIZE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_RENDER_TYPE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_RENDER_TYPE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_RENDER_TYPE_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_RENDER_TYPE_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_RGBA - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_RGBA_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_RGBA_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_RGBA_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_RGBA_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_RGBA_FLOAT_BIT_ARB - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_RGBA_FLOAT_BIT_ARB - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_RGBA_FLOAT_TYPE_ARB - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_RGBA_FLOAT_TYPE_ARB - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_RGBA_TYPE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_RGBA_TYPE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_RGBA_TYPE_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_RGBA_TYPE_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SAMPLE_BUFFERS - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SAMPLE_BUFFERS - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SAMPLE_BUFFERS_3DFX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SAMPLE_BUFFERS_3DFX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SAMPLE_BUFFERS_ARB - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SAMPLE_BUFFERS_ARB - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SAMPLE_BUFFERS_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SAMPLE_BUFFERS_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SAMPLE_BUFFERS_SGIS - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SAMPLE_BUFFERS_SGIS - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SAMPLES - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SAMPLES - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SAMPLES_3DFX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SAMPLES_3DFX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SAMPLES_ARB - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SAMPLES_ARB - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SAMPLES_SGIS - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SAMPLES_SGIS - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SAVED - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SAVED - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SAVED_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SAVED_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SCREEN - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SCREEN - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SCREEN_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SCREEN_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SHARE_CONTEXT_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SHARE_CONTEXT_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SLOW_CONFIG - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SLOW_CONFIG - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SLOW_VISUAL_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SLOW_VISUAL_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_STATIC_COLOR - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_STATIC_COLOR - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_STATIC_COLOR_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_STATIC_COLOR_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_STATIC_GRAY - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_STATIC_GRAY - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_STATIC_GRAY_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_STATIC_GRAY_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_STENCIL_BUFFER_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_STENCIL_BUFFER_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_STENCIL_BUFFER_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_STENCIL_BUFFER_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_STENCIL_SIZE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_STEREO - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SWAP_COPY_OML - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SWAP_COPY_OML - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SWAP_EXCHANGE_OML - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SWAP_EXCHANGE_OML - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SWAP_METHOD_OML - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SWAP_METHOD_OML - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SWAP_UNDEFINED_OML - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SWAP_UNDEFINED_OML - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SYNC_FRAME_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SYNC_FRAME_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_SYNC_SWAP_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_SYNC_SWAP_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TEXTURE_1D_BIT_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TEXTURE_1D_BIT_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TEXTURE_1D_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TEXTURE_1D_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TEXTURE_2D_BIT_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TEXTURE_2D_BIT_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TEXTURE_2D_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TEXTURE_2D_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TEXTURE_FORMAT_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TEXTURE_FORMAT_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TEXTURE_FORMAT_NONE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TEXTURE_FORMAT_NONE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TEXTURE_FORMAT_RGB_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TEXTURE_FORMAT_RGB_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TEXTURE_FORMAT_RGBA_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TEXTURE_FORMAT_RGBA_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TEXTURE_RECTANGLE_BIT_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TEXTURE_RECTANGLE_BIT_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TEXTURE_RECTANGLE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TEXTURE_RECTANGLE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TEXTURE_TARGET_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TEXTURE_TARGET_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_ALPHA_VALUE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_ALPHA_VALUE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_ALPHA_VALUE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_ALPHA_VALUE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_BLUE_VALUE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_BLUE_VALUE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_BLUE_VALUE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_BLUE_VALUE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_GREEN_VALUE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_GREEN_VALUE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_GREEN_VALUE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_GREEN_VALUE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_INDEX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_INDEX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_INDEX_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_INDEX_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_INDEX_VALUE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_INDEX_VALUE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_INDEX_VALUE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_INDEX_VALUE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_RED_VALUE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_RED_VALUE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_RED_VALUE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_RED_VALUE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_RGB - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_RGB - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_RGB_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_RGB_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_TYPE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_TYPE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRANSPARENT_TYPE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRANSPARENT_TYPE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRUE_COLOR - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRUE_COLOR - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_TRUE_COLOR_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_TRUE_COLOR_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_USE_GL - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VENDOR - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VERSION - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VERSION_1_3 - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VERSION_1_3 - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VERSION_1_4 - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VERSION_1_4 - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VIDEO_OUT_ALPHA_NV - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VIDEO_OUT_ALPHA_NV - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VIDEO_OUT_COLOR_NV - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VIDEO_OUT_COLOR_NV - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VIDEO_OUT_DEPTH_NV - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VIDEO_OUT_DEPTH_NV - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VIDEO_OUT_FIELD_1_NV - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VIDEO_OUT_FIELD_1_NV - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VIDEO_OUT_FIELD_2_NV - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VIDEO_OUT_FIELD_2_NV - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VIDEO_OUT_FRAME_NV - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VIDEO_OUT_FRAME_NV - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VISUAL_CAVEAT_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VISUAL_CAVEAT_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VISUAL_ID - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VISUAL_ID - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VISUAL_ID_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VISUAL_ID_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_VISUAL_SELECT_GROUP_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_VISUAL_SELECT_GROUP_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_WIDTH - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_WIDTH - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_WIDTH_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_WIDTH_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_WINDOW - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_WINDOW - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_WINDOW_BIT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_WINDOW_BIT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_WINDOW_BIT_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_WINDOW_BIT_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_WINDOW_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_WINDOW_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_X_RENDERABLE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_X_RENDERABLE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_X_RENDERABLE_SGIX - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_X_RENDERABLE_SGIX - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_X_VISUAL_TYPE - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_X_VISUAL_TYPE - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_X_VISUAL_TYPE_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_X_VISUAL_TYPE_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- GLX_Y_INVERTED_EXT - Static variable in class com.sun.opengl.impl.x11.GLX
-
- GLX_Y_INVERTED_EXT - Static variable in interface com.sun.opengl.impl.x11.GLXExt
-
- glXAllocateMemoryNV(int, float, float, float) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
GLvoid * glXAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
- glXAllocateMemoryNV(int, float, float, float) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
GLvoid * glXAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
- glXBindChannelToWindowSGIX(long, int, int, long) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXBindChannelToWindowSGIX(Display * display, int screen, int channel, XID window);
- glXBindChannelToWindowSGIX(long, int, int, long) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXBindChannelToWindowSGIX(Display * display, int screen, int channel, XID window);
- glXBindHyperpipeSGIX(long, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXBindHyperpipeSGIX(Display * dpy, int hpId);
- glXBindSwapBarrierNV(long, int, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
Bool glXBindSwapBarrierNV(Display * dpy, GLuint group, GLuint barrier);
- glXBindSwapBarrierNV(long, int, int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXBindSwapBarrierNV(Display * dpy, GLuint group, GLuint barrier);
- glXBindSwapBarrierNV(long, int, int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXBindSwapBarrierNV(Display * dpy, GLuint group, GLuint barrier);
- glXBindSwapBarrierSGIX(long, long, int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
void glXBindSwapBarrierSGIX(Display * dpy, XID drawable, int barrier);
- glXBindSwapBarrierSGIX(long, long, int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
void glXBindSwapBarrierSGIX(Display * dpy, XID drawable, int barrier);
- glXBindTexImageEXT(long, long, int, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
void glXBindTexImageEXT(Display * dpy, XID drawable, int buffer, const int * attrib_list);
- glXBindTexImageEXT(long, long, int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
void glXBindTexImageEXT(Display * dpy, XID drawable, int buffer, const int * attrib_list);
- glXBindTexImageEXT(long, long, int, IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
void glXBindTexImageEXT(Display * dpy, XID drawable, int buffer, const int * attrib_list);
- glXBindTexImageEXT(long, long, int, int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
void glXBindTexImageEXT(Display * dpy, XID drawable, int buffer, const int * attrib_list);
- glXBindTexImageEXT(long, long, int, IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
void glXBindTexImageEXT(Display * dpy, XID drawable, int buffer, const int * attrib_list);
- glXBindTexImageEXT(long, long, int, int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
void glXBindTexImageEXT(Display * dpy, XID drawable, int buffer, const int * attrib_list);
- glXBindVideoImageNV(long, int, long, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXBindVideoImageNV(Display * dpy, GLXVideoDeviceNV VideoDevice, XID pbuf, int iVideoBuffer);
- glXBindVideoImageNV(long, int, long, int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXBindVideoImageNV(Display * dpy, GLXVideoDeviceNV VideoDevice, XID pbuf, int iVideoBuffer);
- glXBindVideoImageNV(long, int, long, int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXBindVideoImageNV(Display * dpy, GLXVideoDeviceNV VideoDevice, XID pbuf, int iVideoBuffer);
- glXChannelRectSGIX(long, int, int, int, int, int, int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXChannelRectSGIX(Display * display, int screen, int channel, int x, int y, int w, int h);
- glXChannelRectSGIX(long, int, int, int, int, int, int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXChannelRectSGIX(Display * display, int screen, int channel, int x, int y, int w, int h);
- glXChannelRectSyncSGIX(long, int, int, int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXChannelRectSyncSGIX(Display * display, int screen, int channel, GLenum synctype);
- glXChannelRectSyncSGIX(long, int, int, int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXChannelRectSyncSGIX(Display * display, int screen, int channel, GLenum synctype);
- glXChooseFBConfig(long, int, IntBuffer, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
GLXFBConfig * glXChooseFBConfig(Display * dpy, int screen, const int * attribList, int * nitems);
- glXChooseFBConfig(long, int, int[], int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
GLXFBConfig * glXChooseFBConfig(Display * dpy, int screen, const int * attribList, int * nitems);
- glXChooseVisual(long, int, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
XVisualInfo * glXChooseVisual(Display * dpy, int screen, int * attribList);
- glXChooseVisual(long, int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
XVisualInfo * glXChooseVisual(Display * dpy, int screen, int * attribList);
- glXCopyContext(long, long, long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
void glXCopyContext(Display * dpy, GLXContext src, GLXContext dst, unsigned long mask);
- glXCopySubBufferMESA(long, long, int, int, int, int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
void glXCopySubBufferMESA(Display * dpy, XID drawable, int x, int y, int width, int height);
- glXCopySubBufferMESA(long, long, int, int, int, int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
void glXCopySubBufferMESA(Display * dpy, XID drawable, int x, int y, int width, int height);
- glXCreateContext(long, XVisualInfo, long, boolean) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
GLXContext glXCreateContext(Display * dpy, XVisualInfo * vis, GLXContext shareList, Bool direct);
- glXCreateGLXPixmap(long, XVisualInfo, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
XID glXCreateGLXPixmap(Display * dpy, XVisualInfo * visual, XID pixmap);
- glXCreateNewContext(long, GLXFBConfig, int, long, boolean) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
GLXContext glXCreateNewContext(Display * dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
- glXCreatePbuffer(long, GLXFBConfig, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
XID glXCreatePbuffer(Display * dpy, GLXFBConfig config, const int * attribList);
- glXCreatePbuffer(long, GLXFBConfig, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
XID glXCreatePbuffer(Display * dpy, GLXFBConfig config, const int * attribList);
- glXCreatePixmap(long, GLXFBConfig, long, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
XID glXCreatePixmap(Display * dpy, GLXFBConfig config, XID pixmap, const int * attribList);
- glXCreatePixmap(long, GLXFBConfig, long, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
XID glXCreatePixmap(Display * dpy, GLXFBConfig config, XID pixmap, const int * attribList);
- glXCreateWindow(long, GLXFBConfig, long, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
XID glXCreateWindow(Display * dpy, GLXFBConfig config, XID win, const int * attribList);
- glXCreateWindow(long, GLXFBConfig, long, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
XID glXCreateWindow(Display * dpy, GLXFBConfig config, XID win, const int * attribList);
- glXCushionSGI(long, long, float) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
void glXCushionSGI(Display * dpy, XID window, float cushion);
- glXCushionSGI(long, long, float) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
void glXCushionSGI(Display * dpy, XID window, float cushion);
- glXDestroyContext(long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
void glXDestroyContext(Display * dpy, GLXContext ctx);
- glXDestroyGLXPixmap(long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
void glXDestroyGLXPixmap(Display * dpy, XID pixmap);
- glXDestroyHyperpipeConfigSGIX(long, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXDestroyHyperpipeConfigSGIX(Display * dpy, int hpId);
- glXDestroyPbuffer(long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
void glXDestroyPbuffer(Display * dpy, XID pbuf);
- glXDestroyPixmap(long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
void glXDestroyPixmap(Display * dpy, XID pixmap);
- glXDestroyWindow(long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
void glXDestroyWindow(Display * dpy, XID window);
- GLXExt - Interface in com.sun.opengl.impl.x11
-
- GLXExtImpl - Class in com.sun.opengl.impl.x11
-
- GLXExtImpl(X11GLContext) - Constructor for class com.sun.opengl.impl.x11.GLXExtImpl
-
- GLXExtProcAddressTable - Class in com.sun.opengl.impl.x11
-
This table is a cache of pointers to the dynamically-linkable C
functions this autogenerated Java binding has exposed.
- GLXExtProcAddressTable() - Constructor for class com.sun.opengl.impl.x11.GLXExtProcAddressTable
-
- GLXFBConfig - Class in com.sun.opengl.impl.x11
-
- glXFreeContextEXT(long, long) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
void glXFreeContextEXT(Display * dpy, GLXContext context);
- glXFreeContextEXT(long, long) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
void glXFreeContextEXT(Display * dpy, GLXContext context);
- glXFreeMemoryNV(Buffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
void glXFreeMemoryNV(GLvoid * pointer);
- glXFreeMemoryNV(Buffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
void glXFreeMemoryNV(GLvoid * pointer);
- glXGetAGPOffsetMESA(Buffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
unsigned int glXGetAGPOffsetMESA(const void * pointer);
- glXGetAGPOffsetMESA(Buffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
unsigned int glXGetAGPOffsetMESA(const void * pointer);
- glXGetAGPOffsetMESA(Buffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
unsigned int glXGetAGPOffsetMESA(const void * pointer);
- glXGetClientString(long, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
const char * glXGetClientString(Display * dpy, int name);
- glXGetConfig(long, XVisualInfo, int, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
int glXGetConfig(Display * dpy, XVisualInfo * visual, int attrib, int * value);
- glXGetConfig(long, XVisualInfo, int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
int glXGetConfig(Display * dpy, XVisualInfo * visual, int attrib, int * value);
- glXGetConfig(long, XVisualInfo, int, int[], int) - Static method in class com.sun.opengl.impl.x11.X11GLDrawableFactory
-
- glXGetContextIDEXT(long) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
XID glXGetContextIDEXT(GLXContext context);
- glXGetContextIDEXT(long) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
XID glXGetContextIDEXT(GLXContext context);
- glXGetCurrentContext() - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
GLXContext glXGetCurrentContext(void);
- glXGetCurrentDisplay() - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
Display * glXGetCurrentDisplay(void);
- glXGetCurrentDisplayEXT() - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Display * glXGetCurrentDisplayEXT(void);
- glXGetCurrentDisplayEXT() - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Display * glXGetCurrentDisplayEXT(void);
- glXGetCurrentDrawable() - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
XID glXGetCurrentDrawable(void);
- glXGetCurrentReadDrawable() - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
XID glXGetCurrentReadDrawable(void);
- glXGetCurrentReadDrawableSGI() - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
XID glXGetCurrentReadDrawableSGI(void);
- glXGetCurrentReadDrawableSGI() - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
XID glXGetCurrentReadDrawableSGI(void);
- glXGetFBConfigAttrib(long, GLXFBConfig, int, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXGetFBConfigAttrib(Display * dpy, GLXFBConfig config, int attribute, int * value);
- glXGetFBConfigAttrib(long, GLXFBConfig, int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXGetFBConfigAttrib(Display * dpy, GLXFBConfig config, int attribute, int * value);
- glXGetFBConfigs(long, int, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
GLXFBConfig * glXGetFBConfigs(Display * dpy, int screen, int * nelements);
- glXGetFBConfigs(long, int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
GLXFBConfig * glXGetFBConfigs(Display * dpy, int screen, int * nelements);
- glXGetMscRateOML(long, long, IntBuffer, IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXGetMscRateOML(Display * dpy, XID drawable, int32_t * numerator, int32_t * denominator);
- glXGetMscRateOML(long, long, int[], int, int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXGetMscRateOML(Display * dpy, XID drawable, int32_t * numerator, int32_t * denominator);
- glXGetMscRateOML(long, long, IntBuffer, IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXGetMscRateOML(Display * dpy, XID drawable, int32_t * numerator, int32_t * denominator);
- glXGetMscRateOML(long, long, int[], int, int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXGetMscRateOML(Display * dpy, XID drawable, int32_t * numerator, int32_t * denominator);
- glXGetProcAddress(String) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
__GLXextFuncPtr glXGetProcAddress(const GLubyte * procname);
- glXGetProcAddressARB(String) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
__GLXextFuncPtr glXGetProcAddressARB(const GLubyte * );
- glXGetProcAddressARB(String) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
PFNGLSTARTINSTRUMENTSSGIXPROC glXGetProcAddressARB(const GLubyte * procName);
- glXGetProcAddressARB(String) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
PFNGLSTARTINSTRUMENTSSGIXPROC glXGetProcAddressARB(const GLubyte * procName);
- glXGetSelectedEvent(long, long, LongBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
void glXGetSelectedEvent(Display * dpy, XID drawable, unsigned long * mask);
- glXGetSelectedEvent(long, long, long[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
void glXGetSelectedEvent(Display * dpy, XID drawable, unsigned long * mask);
- glXGetSyncValuesOML(long, long, LongBuffer, LongBuffer, LongBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXGetSyncValuesOML(Display * dpy, XID drawable, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXGetSyncValuesOML(long, long, long[], int, long[], int, long[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXGetSyncValuesOML(Display * dpy, XID drawable, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXGetSyncValuesOML(long, long, LongBuffer, LongBuffer, LongBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXGetSyncValuesOML(Display * dpy, XID drawable, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXGetSyncValuesOML(long, long, long[], int, long[], int, long[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXGetSyncValuesOML(Display * dpy, XID drawable, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXGetTransparentIndexSUN(long, long, long, LongBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Status glXGetTransparentIndexSUN(Display * dpy, XID overlay, XID underlay, long * pTransparentIndex);
- glXGetTransparentIndexSUN(long, long, long, long[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Status glXGetTransparentIndexSUN(Display * dpy, XID overlay, XID underlay, long * pTransparentIndex);
- glXGetTransparentIndexSUN(long, long, long, LongBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Status glXGetTransparentIndexSUN(Display * dpy, XID overlay, XID underlay, long * pTransparentIndex);
- glXGetTransparentIndexSUN(long, long, long, long[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Status glXGetTransparentIndexSUN(Display * dpy, XID overlay, XID underlay, long * pTransparentIndex);
- glXGetVideoDeviceNV(long, int, int, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
- glXGetVideoDeviceNV(long, int, int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
- glXGetVideoDeviceNV(long, int, int, IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
- glXGetVideoDeviceNV(long, int, int, int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
- glXGetVideoDeviceNV(long, int, int, IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
- glXGetVideoDeviceNV(long, int, int, int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
- glXGetVideoInfoNV(long, int, int, LongBuffer, LongBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXGetVideoInfoNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputVideo, unsigned long * pulCounterOutputPbuffer);
- glXGetVideoInfoNV(long, int, int, long[], int, long[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXGetVideoInfoNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputVideo, unsigned long * pulCounterOutputPbuffer);
- glXGetVideoInfoNV(long, int, int, LongBuffer, LongBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXGetVideoInfoNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputVideo, unsigned long * pulCounterOutputPbuffer);
- glXGetVideoInfoNV(long, int, int, long[], int, long[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXGetVideoInfoNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputVideo, unsigned long * pulCounterOutputPbuffer);
- glXGetVideoInfoNV(long, int, int, LongBuffer, LongBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXGetVideoInfoNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputVideo, unsigned long * pulCounterOutputPbuffer);
- glXGetVideoInfoNV(long, int, int, long[], int, long[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXGetVideoInfoNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputVideo, unsigned long * pulCounterOutputPbuffer);
- glXGetVideoSyncSGI(IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXGetVideoSyncSGI(unsigned int * markerp);
- glXGetVideoSyncSGI(int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXGetVideoSyncSGI(unsigned int * markerp);
- glXGetVideoSyncSGI(IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXGetVideoSyncSGI(unsigned int * markerp);
- glXGetVideoSyncSGI(int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXGetVideoSyncSGI(unsigned int * markerp);
- glXGetVisualFromFBConfig(long, GLXFBConfig) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
XVisualInfo * glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig config);
- glXHyperpipeAttribSGIX(long, int, int, int, Buffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXHyperpipeAttribSGIX(Display * dpy, int timeSlice, int attrib, int size, void * attribList);
- glXHyperpipeConfigSGIX(long, int, int, GLXHyperpipeConfigSGIX, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXHyperpipeConfigSGIX(Display * dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX * cfg, int * hpId);
- glXHyperpipeConfigSGIX(long, int, int, GLXHyperpipeConfigSGIX, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXHyperpipeConfigSGIX(Display * dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX * cfg, int * hpId);
- GLXHyperpipeConfigSGIX - Class in com.sun.opengl.impl.x11
-
- GLXHyperpipeNetworkSGIX - Class in com.sun.opengl.impl.x11
-
- glXImportContextEXT(long, long) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
GLXContext glXImportContextEXT(Display * dpy, XID contextID);
- glXImportContextEXT(long, long) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
GLXContext glXImportContextEXT(Display * dpy, XID contextID);
- glXIsDirect(long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
Bool glXIsDirect(Display * dpy, GLXContext ctx);
- glXJoinSwapGroupNV(long, long, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
Bool glXJoinSwapGroupNV(Display * dpy, XID drawable, GLuint group);
- glXJoinSwapGroupNV(long, long, int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXJoinSwapGroupNV(Display * dpy, XID drawable, GLuint group);
- glXJoinSwapGroupNV(long, long, int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXJoinSwapGroupNV(Display * dpy, XID drawable, GLuint group);
- glXJoinSwapGroupSGIX(long, long, long) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
void glXJoinSwapGroupSGIX(Display * dpy, XID drawable, XID member);
- glXJoinSwapGroupSGIX(long, long, long) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
void glXJoinSwapGroupSGIX(Display * dpy, XID drawable, XID member);
- glXMakeContextCurrent(long, long, long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
Bool glXMakeContextCurrent(Display * dpy, XID draw, XID read, GLXContext ctx);
- glXMakeCurrent(long, long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
Bool glXMakeCurrent(Display * dpy, XID drawable, GLXContext ctx);
- glXMakeCurrentReadSGI(long, long, long, long) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXMakeCurrentReadSGI(Display * dpy, XID draw, XID read, GLXContext ctx);
- glXMakeCurrentReadSGI(long, long, long, long) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXMakeCurrentReadSGI(Display * dpy, XID draw, XID read, GLXContext ctx);
- GLXProcAddressTable - Class in com.sun.opengl.impl.x11
-
This table is a cache of pointers to the dynamically-linkable C
functions this autogenerated Java binding has exposed.
- GLXProcAddressTable() - Constructor for class com.sun.opengl.impl.x11.GLXProcAddressTable
-
- glXQueryChannelDeltasSGIX(long, int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXQueryChannelDeltasSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
- glXQueryChannelDeltasSGIX(long, int, int, int[], int, int[], int, int[], int, int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXQueryChannelDeltasSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
- glXQueryChannelDeltasSGIX(long, int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXQueryChannelDeltasSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
- glXQueryChannelDeltasSGIX(long, int, int, int[], int, int[], int, int[], int, int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXQueryChannelDeltasSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
- glXQueryChannelRectSGIX(long, int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXQueryChannelRectSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
- glXQueryChannelRectSGIX(long, int, int, int[], int, int[], int, int[], int, int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXQueryChannelRectSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
- glXQueryChannelRectSGIX(long, int, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXQueryChannelRectSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
- glXQueryChannelRectSGIX(long, int, int, int[], int, int[], int, int[], int, int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXQueryChannelRectSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
- glXQueryContext(long, long, int, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXQueryContext(Display * dpy, GLXContext ctx, int attribute, int * value);
- glXQueryContext(long, long, int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXQueryContext(Display * dpy, GLXContext ctx, int attribute, int * value);
- glXQueryContextInfoEXT(long, long, int, IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXQueryContextInfoEXT(Display * dpy, GLXContext ctx, int attribute, int * value);
- glXQueryContextInfoEXT(long, long, int, int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXQueryContextInfoEXT(Display * dpy, GLXContext ctx, int attribute, int * value);
- glXQueryContextInfoEXT(long, long, int, IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXQueryContextInfoEXT(Display * dpy, GLXContext ctx, int attribute, int * value);
- glXQueryContextInfoEXT(long, long, int, int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXQueryContextInfoEXT(Display * dpy, GLXContext ctx, int attribute, int * value);
- glXQueryDrawable(long, long, int, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
void glXQueryDrawable(Display * dpy, XID draw, int attribute, unsigned int * value);
- glXQueryDrawable(long, long, int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
void glXQueryDrawable(Display * dpy, XID draw, int attribute, unsigned int * value);
- glXQueryExtension(long, IntBuffer, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
Bool glXQueryExtension(Display * dpy, int * errorb, int * event);
- glXQueryExtension(long, int[], int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
Bool glXQueryExtension(Display * dpy, int * errorb, int * event);
- glXQueryExtensionsString(long, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
const char * glXQueryExtensionsString(Display * dpy, int screen);
- glXQueryFrameCountNV(long, int, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count);
- glXQueryFrameCountNV(long, int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count);
- glXQueryFrameCountNV(long, int, IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count);
- glXQueryFrameCountNV(long, int, int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count);
- glXQueryFrameCountNV(long, int, IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count);
- glXQueryFrameCountNV(long, int, int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count);
- glXQueryHyperpipeAttribSGIX(long, int, int, int, Buffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXQueryHyperpipeAttribSGIX(Display * dpy, int timeSlice, int attrib, int size, void * attribList);
- glXQueryHyperpipeBestAttribSGIX(long, int, int, int, Buffer, Buffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXQueryHyperpipeBestAttribSGIX(Display * dpy, int timeSlice, int attrib, int size, void * attribList, void * returnAttribList);
- glXQueryHyperpipeConfigSGIX(long, int, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
GLXHyperpipeConfigSGIX * glXQueryHyperpipeConfigSGIX(Display * dpy, int hpId, int * npipes);
- glXQueryHyperpipeConfigSGIX(long, int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
GLXHyperpipeConfigSGIX * glXQueryHyperpipeConfigSGIX(Display * dpy, int hpId, int * npipes);
- glXQueryHyperpipeNetworkSGIX(long, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
GLXHyperpipeNetworkSGIX * glXQueryHyperpipeNetworkSGIX(Display * dpy, int * npipes);
- glXQueryHyperpipeNetworkSGIX(long, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
GLXHyperpipeNetworkSGIX * glXQueryHyperpipeNetworkSGIX(Display * dpy, int * npipes);
- glXQueryMaxSwapBarriersSGIX(long, int, IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXQueryMaxSwapBarriersSGIX(Display * dpy, int screen, int * max);
- glXQueryMaxSwapBarriersSGIX(long, int, int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXQueryMaxSwapBarriersSGIX(Display * dpy, int screen, int * max);
- glXQueryMaxSwapBarriersSGIX(long, int, IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXQueryMaxSwapBarriersSGIX(Display * dpy, int screen, int * max);
- glXQueryMaxSwapBarriersSGIX(long, int, int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXQueryMaxSwapBarriersSGIX(Display * dpy, int screen, int * max);
- glXQueryMaxSwapGroupsNV(long, int, IntBuffer, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
Bool glXQueryMaxSwapGroupsNV(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers);
- glXQueryMaxSwapGroupsNV(long, int, int[], int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
Bool glXQueryMaxSwapGroupsNV(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers);
- glXQueryMaxSwapGroupsNV(long, int, IntBuffer, IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXQueryMaxSwapGroupsNV(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers);
- glXQueryMaxSwapGroupsNV(long, int, int[], int, int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXQueryMaxSwapGroupsNV(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers);
- glXQueryMaxSwapGroupsNV(long, int, IntBuffer, IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXQueryMaxSwapGroupsNV(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers);
- glXQueryMaxSwapGroupsNV(long, int, int[], int, int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXQueryMaxSwapGroupsNV(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers);
- glXQueryServerString(long, int, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
const char * glXQueryServerString(Display * dpy, int screen, int name);
- glXQuerySwapGroupNV(long, long, IntBuffer, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
Bool glXQuerySwapGroupNV(Display * dpy, XID drawable, GLuint * group, GLuint * barrier);
- glXQuerySwapGroupNV(long, long, int[], int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
Bool glXQuerySwapGroupNV(Display * dpy, XID drawable, GLuint * group, GLuint * barrier);
- glXQuerySwapGroupNV(long, long, IntBuffer, IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXQuerySwapGroupNV(Display * dpy, XID drawable, GLuint * group, GLuint * barrier);
- glXQuerySwapGroupNV(long, long, int[], int, int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXQuerySwapGroupNV(Display * dpy, XID drawable, GLuint * group, GLuint * barrier);
- glXQuerySwapGroupNV(long, long, IntBuffer, IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXQuerySwapGroupNV(Display * dpy, XID drawable, GLuint * group, GLuint * barrier);
- glXQuerySwapGroupNV(long, long, int[], int, int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXQuerySwapGroupNV(Display * dpy, XID drawable, GLuint * group, GLuint * barrier);
- glXQueryVersion(long, IntBuffer, IntBuffer) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
Bool glXQueryVersion(Display * dpy, int * maj, int * min);
- glXQueryVersion(long, int[], int, int[], int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
Bool glXQueryVersion(Display * dpy, int * maj, int * min);
- glXReleaseBuffersMESA(long, long) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXReleaseBuffersMESA(Display * dpy, XID drawable);
- glXReleaseBuffersMESA(long, long) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXReleaseBuffersMESA(Display * dpy, XID drawable);
- glXReleaseTexImageEXT(long, long, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
void glXReleaseTexImageEXT(Display * dpy, XID drawable, int buffer);
- glXReleaseTexImageEXT(long, long, int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
void glXReleaseTexImageEXT(Display * dpy, XID drawable, int buffer);
- glXReleaseTexImageEXT(long, long, int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
void glXReleaseTexImageEXT(Display * dpy, XID drawable, int buffer);
- glXReleaseVideoDeviceNV(long, int, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXReleaseVideoDeviceNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice);
- glXReleaseVideoDeviceNV(long, int, int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXReleaseVideoDeviceNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice);
- glXReleaseVideoDeviceNV(long, int, int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXReleaseVideoDeviceNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice);
- glXReleaseVideoImageNV(long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXReleaseVideoImageNV(Display * dpy, XID pbuf);
- glXReleaseVideoImageNV(long, long) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXReleaseVideoImageNV(Display * dpy, XID pbuf);
- glXReleaseVideoImageNV(long, long) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXReleaseVideoImageNV(Display * dpy, XID pbuf);
- glXResetFrameCountNV(long, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
Bool glXResetFrameCountNV(Display * dpy, int screen);
- glXResetFrameCountNV(long, int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXResetFrameCountNV(Display * dpy, int screen);
- glXResetFrameCountNV(long, int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXResetFrameCountNV(Display * dpy, int screen);
- glXSelectEvent(long, long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
void glXSelectEvent(Display * dpy, XID drawable, unsigned long mask);
- glXSendPbufferToVideoNV(long, long, int, LongBuffer, boolean) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXSendPbufferToVideoNV(Display * dpy, XID pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock);
- glXSendPbufferToVideoNV(long, long, int, long[], int, boolean) - Static method in class com.sun.opengl.impl.x11.GLX
-
Entry point (through function pointer) to C language function:
int glXSendPbufferToVideoNV(Display * dpy, XID pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock);
- glXSendPbufferToVideoNV(long, long, int, LongBuffer, boolean) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXSendPbufferToVideoNV(Display * dpy, XID pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock);
- glXSendPbufferToVideoNV(long, long, int, long[], int, boolean) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXSendPbufferToVideoNV(Display * dpy, XID pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock);
- glXSendPbufferToVideoNV(long, long, int, LongBuffer, boolean) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXSendPbufferToVideoNV(Display * dpy, XID pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock);
- glXSendPbufferToVideoNV(long, long, int, long[], int, boolean) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXSendPbufferToVideoNV(Display * dpy, XID pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock);
- glXSet3DfxModeMESA(int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXSet3DfxModeMESA(int interval);
- glXSet3DfxModeMESA(int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXSet3DfxModeMESA(int interval);
- glXSwapBuffers(long, long) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
void glXSwapBuffers(Display * dpy, XID drawable);
- glXSwapBuffersMscOML(long, long, long, long, long) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int64_t glXSwapBuffersMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
- glXSwapBuffersMscOML(long, long, long, long, long) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int64_t glXSwapBuffersMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
- glXSwapIntervalSGI(int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXSwapIntervalSGI(int interval);
- glXSwapIntervalSGI(int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXSwapIntervalSGI(int interval);
- glXUseXFont(long, int, int, int) - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
void glXUseXFont(XID font, int first, int count, int list);
- glXWaitForMscOML(long, long, long, long, long, LongBuffer, LongBuffer, LongBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXWaitForMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXWaitForMscOML(long, long, long, long, long, long[], int, long[], int, long[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXWaitForMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXWaitForMscOML(long, long, long, long, long, LongBuffer, LongBuffer, LongBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXWaitForMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXWaitForMscOML(long, long, long, long, long, long[], int, long[], int, long[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXWaitForMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXWaitForSbcOML(long, long, long, LongBuffer, LongBuffer, LongBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXWaitForSbcOML(Display * dpy, XID drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXWaitForSbcOML(long, long, long, long[], int, long[], int, long[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
Bool glXWaitForSbcOML(Display * dpy, XID drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXWaitForSbcOML(long, long, long, LongBuffer, LongBuffer, LongBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXWaitForSbcOML(Display * dpy, XID drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXWaitForSbcOML(long, long, long, long[], int, long[], int, long[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
Bool glXWaitForSbcOML(Display * dpy, XID drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc);
- glXWaitGL() - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
void glXWaitGL(void);
- glXWaitVideoSyncSGI(int, int, IntBuffer) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int * count);
- glXWaitVideoSyncSGI(int, int, int[], int) - Method in interface com.sun.opengl.impl.x11.GLXExt
-
Entry point (through function pointer) to C language function:
int glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int * count);
- glXWaitVideoSyncSGI(int, int, IntBuffer) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int * count);
- glXWaitVideoSyncSGI(int, int, int[], int) - Method in class com.sun.opengl.impl.x11.GLXExtImpl
-
Entry point (through function pointer) to C language function:
int glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int * count);
- glXWaitX() - Static method in class com.sun.opengl.impl.x11.GLX
-
Interface to C language function:
void glXWaitX(void);
- graphicsConfigurationGetVisualID(GraphicsConfiguration) - Static method in class com.sun.opengl.impl.x11.X11SunJDKReflection
-
- graphicsDeviceGetScreen(GraphicsDevice) - Static method in class com.sun.opengl.impl.x11.X11SunJDKReflection
-
- green_mask(long) - Method in class com.sun.opengl.impl.x11.XVisualInfo
-
- green_mask() - Method in class com.sun.opengl.impl.x11.XVisualInfo
-