A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

A - com.jogamp.nativewindow.util.PixelFormat.CType
Alpha component
AABBox - Class in com.jogamp.opengl.math.geom
Axis Aligned Bounding Box.
AABBox() - Constructor for class com.jogamp.opengl.math.geom.AABBox
Create an Axis Aligned bounding box (AABBox) with the inverse low/high, allowing the next AABBox.resize(float, float, float) command to hit.
AABBox(float[], float[]) - Constructor for class com.jogamp.opengl.math.geom.AABBox
Create a AABBox defining the low and high
AABBox(float, float, float, float, float, float) - Constructor for class com.jogamp.opengl.math.geom.AABBox
Create an AABBox specifying the coordinates of the low and high
AABBox(AABBox) - Constructor for class com.jogamp.opengl.math.geom.AABBox
Create an AABBox copying all values from the given one
ABGR1555 - com.jogamp.nativewindow.util.PixelFormat
Stride is 16 bits, 16 bits per pixel, 4 discrete components.
ABGR8888 - com.jogamp.nativewindow.util.PixelFormat
Stride is 32 bits, 32 bits per pixel, 4 uniform components of 8 bits.
above - com.jogamp.newt.MonitorDevice.Orientation
 
abs(float) - Static method in class com.jogamp.opengl.math.FloatUtil
 
AbstractGraphicsConfiguration - Interface in com.jogamp.nativewindow
A marker interface describing a graphics configuration, visual, or pixel format in a toolkit-independent manner.
AbstractGraphicsDevice - Interface in com.jogamp.nativewindow
A interface describing a graphics device in a toolkit-independent manner.
AbstractGraphicsScreen - Interface in com.jogamp.nativewindow
A interface describing a graphics screen in a toolkit-independent manner.
acos(float) - Static method in class com.jogamp.opengl.math.FloatUtil
 
ACTION_INVALID - com.jogamp.newt.Window.ReparentOperation
No native reparenting valid
ACTION_NATIVE_CREATION - com.jogamp.newt.Window.ReparentOperation
Native window creation after tree change - instead of reparenting.
ACTION_NATIVE_CREATION_PENDING - com.jogamp.newt.Window.ReparentOperation
Change Window tree only, native creation is pending
ACTION_NATIVE_REPARENTING - com.jogamp.newt.Window.ReparentOperation
Native reparenting incl.
ACTION_NOP - com.jogamp.newt.Window.ReparentOperation
No native reparenting action required, no change
add(float, float) - Method in class com.jogamp.opengl.math.Vec2f
this = this + { dx, dy }, returns this.
add(float, float, float) - Method in class com.jogamp.opengl.math.Vec3f
this = this + { dx, dy, dz }, returns this.
add(float, float, float, float) - Method in class com.jogamp.opengl.math.Vec4f
this = this + { dx, dy, dz, dw }, returns this.
add(Dimension) - Method in class com.jogamp.nativewindow.util.Dimension
 
add(GL2ES2, ShaderCode, PrintStream) - Method in class com.jogamp.opengl.util.glsl.ShaderProgram
Adds a new shader to a this non running program.
add(GLAutoDrawable) - Method in interface com.jogamp.opengl.GLAnimatorControl
Adds a drawable to this animator's list of rendering drawables.
add(GLAutoDrawable) - Method in class com.jogamp.opengl.util.AnimatorBase
 
add(Quaternion) - Method in class com.jogamp.opengl.math.Quaternion
Add a quaternion
add(Vec2f) - Method in class com.jogamp.opengl.math.Vec2f
this = this + b, returns this.
add(Vec3f) - Method in class com.jogamp.opengl.math.Vec3f
this = this + b, returns this.
add(Vec4f) - Method in class com.jogamp.opengl.math.Vec4f
this = this + b, returns this.
add(ShaderCode) - Method in class com.jogamp.opengl.util.glsl.ShaderProgram
Adds a new shader to this program.
add(Rect) - Method in class com.jogamp.opengl.util.packrect.Level
Tries to add the given rectangle to this level only allowing non-disruptive changes like trivial expansion of the last level in the RectanglePacker and allocation from the free list.
add(Rect) - Method in class com.jogamp.opengl.util.packrect.LevelSet
Returns true if the given rectangle was successfully added to the LevelSet given its current dimensions, false if not.
add(Rect) - Method in class com.jogamp.opengl.util.packrect.RectanglePacker
Decides upon an (x, y) position for the given rectangle (leaving its width and height unchanged) and places it on the backing store.
addChild(NativeWindow) - Method in class com.jogamp.newt.opengl.GLWindow
 
addChild(NativeWindow) - Method in interface com.jogamp.newt.Window
 
addClosingListener() - Method in class com.jogamp.nativewindow.awt.AWTWindowClosingProtocol
Adds this closing listener to the components Window if exist and only one time.
addComponentListener(ComponentListener) - Method in interface com.jogamp.opengl.awt.ComponentEvents
 
addCurve(List<Triangle>, Outline, float) - Method in interface com.jogamp.graph.curve.tess.Triangulator
Add a curve to the list of Outlines describing the shape
addCustomShutdownHook(boolean, Runnable) - Static method in class com.jogamp.nativewindow.NativeWindowFactory
Add a custom shutdown hook to be performed at JVM shutdown before shutting down NativeWindowFactory instance.
addDefaultEventListener() - Method in class com.jogamp.graph.ui.shapes.MediaButton
addDefaultShaderPrecision(GL2ES2, int) - Method in class com.jogamp.opengl.util.glsl.ShaderCode
Adds default precision to source code at given position if required, i.e.
addEmptyOutline() - Method in class com.jogamp.graph.curve.OutlineShape
Add a new empty Outline to the end of this shape's outline list.
addEventListener(GLMediaPlayer.GLMediaEventListener) - Method in interface com.jogamp.opengl.util.av.GLMediaPlayer
Adds a GLMediaPlayer.GLMediaEventListener to this player.
addFixedSubArray(int, int, int) - Method in class com.jogamp.opengl.util.GLArrayDataServer
Configure a segment of this fixed function interleaved array (see GLArrayDataServer.createFixedInterleaved(int, int, boolean, int, int)).
addFocusListener(FocusListener) - Method in interface com.jogamp.opengl.awt.ComponentEvents
 
addFrame(GL, Texture) - Method in class com.jogamp.opengl.util.texture.ImageSequence
 
addFrame(GL, Class<?>, String, String) - Method in class com.jogamp.opengl.util.texture.ImageSequence
 
addGestureHandler(int, GestureHandler) - Method in class com.jogamp.newt.opengl.GLWindow
 
addGestureHandler(int, GestureHandler) - Method in interface com.jogamp.newt.Window
Inserts the given GestureHandler at the specified position in the list.
addGestureHandler(GestureHandler) - Method in class com.jogamp.newt.opengl.GLWindow
 
addGestureHandler(GestureHandler) - Method in interface com.jogamp.newt.Window
Appends the given GestureHandler to the end of the list.
addGestureListener(int, GestureHandler.GestureListener) - Method in class com.jogamp.newt.opengl.GLWindow
 
addGestureListener(int, GestureHandler.GestureListener) - Method in interface com.jogamp.newt.Window
Inserts the given GestureHandler.GestureListener at the specified position in the list.
addGestureListener(GestureHandler.GestureListener) - Method in class com.jogamp.newt.opengl.GLWindow
 
addGestureListener(GestureHandler.GestureListener) - Method in interface com.jogamp.newt.Window
Appends the given GestureHandler.GestureListener to the end of the list.
addGLDebugListener(GLDebugListener) - Method in class com.jogamp.opengl.GLContext
addGLEventListener(int, GLEventListener) - Method in class com.jogamp.opengl.awt.GLCanvas
 
addGLEventListener(int, GLEventListener) - Method in class com.jogamp.opengl.awt.GLJPanel
 
addGLEventListener(int, GLEventListener) - Method in interface com.jogamp.opengl.GLAutoDrawable
Adds the given listener at the given index of this drawable queue.
addGLEventListener(int, GLEventListener) - Method in class com.jogamp.opengl.swt.GLCanvas
 
addGLEventListener(GLEventListener) - Method in class com.jogamp.opengl.awt.GLCanvas
 
addGLEventListener(GLEventListener) - Method in class com.jogamp.opengl.awt.GLJPanel
 
addGLEventListener(GLEventListener) - Method in interface com.jogamp.opengl.GLAutoDrawable
Adds the given listener to the end of this drawable queue.
addGLEventListener(GLEventListener) - Method in class com.jogamp.opengl.swt.GLCanvas
 
addGLEventListener(StereoGLEventListener) - Method in class com.jogamp.opengl.util.stereo.StereoClientRenderer
 
addGLSLSubArray(String, int, int) - Method in class com.jogamp.opengl.util.GLArrayDataServer
Configure a segment of this GLSL interleaved array (see GLArrayDataServer.createGLSLInterleaved(int, int, boolean, int, int)).
addGLSLVersion(GL2ES2) - Method in class com.jogamp.opengl.util.glsl.ShaderCode
Add GLSL version at the head of this shader source code.
addHierarchyBoundsListener(HierarchyBoundsListener) - Method in interface com.jogamp.opengl.awt.ComponentEvents
 
addHierarchyListener(HierarchyListener) - Method in interface com.jogamp.opengl.awt.ComponentEvents
 
addInputMethodListener(InputMethodListener) - Method in interface com.jogamp.opengl.awt.ComponentEvents
 
addInterleavedVertexAndNormalArrays(GLArrayDataServer, int) - Method in class com.jogamp.graph.curve.opengl.GLRegion
 
additionFailed(Rect, int) - Method in interface com.jogamp.opengl.util.packrect.BackingStoreManager
Notification that addition of the given Rect failed because a maximum size was set in the RectanglePacker and the backing store could not be expanded, or because compaction (and, therefore, implicitly expansion) was not supported.
addKeyListener(int, KeyListener) - Method in class com.jogamp.newt.opengl.GLWindow
 
addKeyListener(int, KeyListener) - Method in interface com.jogamp.newt.Window
Inserts the given KeyListener at the specified position in the list.
addKeyListener(KeyListener) - Method in class com.jogamp.newt.opengl.GLWindow
 
addKeyListener(KeyListener) - Method in interface com.jogamp.newt.Window
Appends the given KeyListener to the end of the list.
addKeyListener(KeyListener) - Method in interface com.jogamp.opengl.awt.ComponentEvents
 
addMonitorModeListener(MonitorModeListener) - Method in class com.jogamp.newt.Screen
 
addMouseListener(int, MouseListener) - Method in class com.jogamp.newt.opengl.GLWindow
 
addMouseListener(int, MouseListener) - Method in interface com.jogamp.newt.Window
Inserts the given MouseListener at the specified position in the list.
addMouseListener(Shape.MouseGestureListener) - Method in class com.jogamp.graph.ui.Shape
 
addMouseListener(MouseListener) - Method in class com.jogamp.newt.opengl.GLWindow
 
addMouseListener(MouseListener) - Method in interface com.jogamp.newt.Window
Appends the given MouseListener to the end of the list.
addMouseListener(MouseListener) - Method in interface com.jogamp.opengl.awt.ComponentEvents
 
addMouseMotionListener(MouseMotionListener) - Method in interface com.jogamp.opengl.awt.ComponentEvents
 
addMouseWheelListener(MouseWheelListener) - Method in interface com.jogamp.opengl.awt.ComponentEvents
 
addNotify() - Method in class com.jogamp.newt.awt.NewtCanvasAWT
 
addNotify() - Method in class com.jogamp.opengl.awt.GLCanvas
Overridden to track when this component is added to a container.
addNotify() - Method in class com.jogamp.opengl.awt.GLJPanel
Overridden to track when this component is added to a container.
addOutline(int, Outline) - Method in class com.jogamp.graph.curve.OutlineShape
Insert the Outline element at the given position.
addOutline(Outline) - Method in class com.jogamp.graph.curve.OutlineShape
Appends the Outline element to the end, ensuring a clean tail.
addOutlineShape(OutlineShape) - Method in class com.jogamp.graph.curve.OutlineShape
Insert the OutlineShape elements of type Outline, ..
addOutlineShape(OutlineShape, AffineTransform, Vec4f) - Method in class com.jogamp.graph.curve.Region
Add the given OutlineShape to this region with the given optional AffineTransform.
addOutlineShapes(List<OutlineShape>, AffineTransform, Vec4f) - Method in class com.jogamp.graph.curve.Region
Add the given list of OutlineShapes to this region with the given optional AffineTransform.
addPath(Path2F.Iterator, boolean) - Method in class com.jogamp.graph.curve.OutlineShape
Add the given Path2F.Iterator to this outline shape.
addPath(Path2F, boolean) - Method in class com.jogamp.graph.curve.OutlineShape
Append the given path geometry to this outline shape.
addPathRev(Path2F.Iterator, boolean) - Method in class com.jogamp.graph.curve.OutlineShape
Add the given Path2F.Iterator to this outline shape in reverse order.
addPathRev(Path2F, boolean) - Method in class com.jogamp.graph.curve.OutlineShape
Append the given path geometry to this outline shape in reverse order.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.jogamp.opengl.awt.ComponentEvents
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface com.jogamp.opengl.awt.ComponentEvents
 
addQuirk(int) - Method in class com.jogamp.opengl.GLRendererQuirks
 
addQuirks(GLRendererQuirks) - Method in class com.jogamp.opengl.GLRendererQuirks
 
addReference() - Method in class com.jogamp.newt.Display
The 1st call will initiate native creation, since we follow the lazy creation pattern.
addReference() - Method in class com.jogamp.newt.Screen
addShape(Shape) - Method in interface com.jogamp.graph.ui.Container
 
addShape(Shape) - Method in class com.jogamp.graph.ui.Group
 
addShape(Shape) - Method in class com.jogamp.graph.ui.Scene
 
addShapes(Collection<? extends Shape>) - Method in interface com.jogamp.graph.ui.Container
 
addShapes(Collection<? extends Shape>) - Method in class com.jogamp.graph.ui.Group
 
addShapes(Collection<? extends Shape>) - Method in class com.jogamp.graph.ui.Scene
 
addStickyDeviceQuirk(AbstractGraphicsDevice, int) - Static method in class com.jogamp.opengl.GLRendererQuirks
addStickyDeviceQuirks(AbstractGraphicsDevice, GLRendererQuirks) - Static method in class com.jogamp.opengl.GLRendererQuirks
addStringToRegion(boolean, Region, Font, AffineTransform, CharSequence, Vec4f, AffineTransform, AffineTransform) - Static method in class com.jogamp.graph.curve.opengl.TextRegionUtil
Add the string in 3D space w.r.t.
addStringToRegion(Region, Font, AffineTransform, CharSequence, Vec4f) - Static method in class com.jogamp.graph.curve.opengl.TextRegionUtil
Add the string in 3D space w.r.t.
addStringToRegion(Region, Font, AffineTransform, CharSequence, Vec4f, AffineTransform, AffineTransform) - Static method in class com.jogamp.graph.curve.opengl.TextRegionUtil
Add the string in 3D space w.r.t.
addSurfaceUpdatedListener(int, SurfaceUpdatedListener) - Method in class com.jogamp.nativewindow.awt.JAWTWindow
 
addSurfaceUpdatedListener(int, SurfaceUpdatedListener) - Method in interface com.jogamp.nativewindow.NativeSurface
Inserts the given SurfaceUpdatedListener at the specified position in the list.
addSurfaceUpdatedListener(int, SurfaceUpdatedListener) - Method in class com.jogamp.newt.opengl.GLWindow
 
addSurfaceUpdatedListener(SurfaceUpdatedListener) - Method in class com.jogamp.nativewindow.awt.JAWTWindow
 
addSurfaceUpdatedListener(SurfaceUpdatedListener) - Method in interface com.jogamp.nativewindow.NativeSurface
Appends the given SurfaceUpdatedListener to the end of the list.
addSurfaceUpdatedListener(SurfaceUpdatedListener) - Method in class com.jogamp.newt.opengl.GLWindow
 
addTextureProvider(TextureProvider) - Static method in class com.jogamp.opengl.util.texture.TextureIO
Adds a TextureProvider to support reading of a new file format.
addTextureWriter(TextureWriter) - Static method in class com.jogamp.opengl.util.texture.TextureIO
Adds a TextureWriter to support writing of a new file format.
addTileRendererNotify(TileRendererBase) - Method in interface com.jogamp.opengl.util.TileRendererBase.TileRendererListener
The owning GLAutoDrawable is attached to the given TileRendererBase instance.
addTo(Component) - Method in class com.jogamp.newt.event.awt.AWTAdapter
Due to the fact that some NEWT NEWTEventListener are mapped to more than one EventListener, this method is for your convenience to use this Adapter as a listener for all types.
E.g.
addTo(Component) - Method in class com.jogamp.newt.event.awt.AWTKeyAdapter
 
addTo(Component) - Method in class com.jogamp.newt.event.awt.AWTMouseAdapter
 
addTo(Component) - Method in class com.jogamp.newt.event.awt.AWTWindowAdapter
 
addUpstreamOptionBits(int) - Method in interface com.jogamp.nativewindow.ProxySurface
Add the given bit-mask to this instance upstream-option-bits using bit-or w/ v.
addVec2(float[], float[], float[]) - Static method in class com.jogamp.opengl.math.VectorUtil
Adds two vectors, result = v1 + v2
addVertex(float[], int, int, boolean) - Method in class com.jogamp.graph.curve.OutlineShape
Add a vertex to the last open outline to the shape's tail.
addVertex(float, float, boolean) - Method in class com.jogamp.graph.curve.OutlineShape
Add a 2D Vertex to the last open outline to the shape's tail.
addVertex(float, float, float, boolean) - Method in class com.jogamp.graph.curve.OutlineShape
Add a 3D Vertex to the last open outline to the shape's tail.
addVertex(int, float[], int, int, boolean) - Method in class com.jogamp.graph.curve.OutlineShape
Add a vertex to the last open outline to the shape at position.
addVertex(int, float, float, boolean) - Method in class com.jogamp.graph.curve.OutlineShape
Add a 2D Vertex to the last open outline to the shape at position.
addVertex(int, float, float, float, boolean) - Method in class com.jogamp.graph.curve.OutlineShape
Add a 3D Vertex to the last open outline to the shape at position.
addVertex(int, Vertex) - Method in class com.jogamp.graph.curve.OutlineShape
Adds a vertex to the last open outline to the shape at position
addVertex(int, Vertex) - Method in class com.jogamp.graph.geom.Outline
Insert the Vertex element at the given position to the outline loop/strip.
addVertex(Vertex) - Method in class com.jogamp.graph.curve.OutlineShape
Adds a vertex to the last open outline to the shape's tail.
addVertex(Vertex) - Method in class com.jogamp.graph.geom.Outline
Appends a vertex to the outline loop/strip.
addWindowListener(int, WindowListener) - Method in class com.jogamp.newt.opengl.GLWindow
 
addWindowListener(int, WindowListener) - Method in interface com.jogamp.newt.Window
Inserts the given WindowListener at the specified position in the list.
addWindowListener(WindowListener) - Method in class com.jogamp.newt.opengl.GLWindow
 
addWindowListener(WindowListener) - Method in interface com.jogamp.newt.Window
Appends the given WindowListener to the end of the list.
adegToRad(float) - Static method in class com.jogamp.opengl.math.FloatUtil
Converts arc-degree to radians
AffineTransform - Class in com.jogamp.graph.geom.plane
 
AffineTransform() - Constructor for class com.jogamp.graph.geom.plane.AffineTransform
 
AffineTransform(float[]) - Constructor for class com.jogamp.graph.geom.plane.AffineTransform
 
AffineTransform(float, float, float, float, float, float) - Constructor for class com.jogamp.graph.geom.plane.AffineTransform
 
AffineTransform(AffineTransform) - Constructor for class com.jogamp.graph.geom.plane.AffineTransform
 
AID - com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.Bit
Stream audio id change.
Alignment - Class in com.jogamp.graph.ui.layout
Immutable layout alignment options, including Alignment.Bit.Fill.
Alignment() - Constructor for class com.jogamp.graph.ui.layout.Alignment
 
Alignment(int) - Constructor for class com.jogamp.graph.ui.layout.Alignment
 
Alignment(Alignment.Bit) - Constructor for class com.jogamp.graph.ui.layout.Alignment
 
Alignment(List<Alignment.Bit>) - Constructor for class com.jogamp.graph.ui.layout.Alignment
 
Alignment.Bit - Enum in com.jogamp.graph.ui.layout
 
allocate(GL, PixelFormat.Composition, GLPixelBuffer.GLPixelAttributes, boolean, int, int, int, int) - Method in class com.jogamp.opengl.util.awt.AWTGLPixelBuffer.AWTGLPixelBufferProvider
Allocates a new GLPixelBuffer object.
allocate(GL, PixelFormat.Composition, GLPixelBuffer.GLPixelAttributes, boolean, int, int, int, int) - Method in class com.jogamp.opengl.util.awt.AWTGLPixelBuffer.SingleAWTGLPixelBufferProvider
Allocates a new GLPixelBuffer object.
allocate(GL, PixelFormat.Composition, GLPixelBuffer.GLPixelAttributes, boolean, int, int, int, int) - Method in class com.jogamp.opengl.util.GLPixelBuffer.DefaultGLPixelBufferProvider
Allocates a new GLPixelBuffer object.
allocate(GL, PixelFormat.Composition, GLPixelBuffer.GLPixelAttributes, boolean, int, int, int, int) - Method in interface com.jogamp.opengl.util.GLPixelBuffer.GLPixelBufferProvider
Allocates a new GLPixelBuffer object.
allocate(GL, PixelFormat.Composition, GLPixelBuffer.GLPixelAttributes, boolean, int, int, int, int) - Method in interface com.jogamp.opengl.util.GLPixelBuffer.SingletonGLPixelBufferProvider
Allocates a new GLPixelBuffer object.
allocateBackingStore(int, int) - Method in interface com.jogamp.opengl.util.packrect.BackingStoreManager
 
allocateBlankBuffer(int, int, int) - Static method in class com.jogamp.opengl.util.texture.spi.DDSImage
Allocates a temporary, empty ByteBuffer suitable for use in a call to glCompressedTexImage2D.
ALLOWED_DEVIANCE - Static variable in class com.jogamp.opengl.math.Quaternion
Quaternion Epsilon, used with equals method to determine if two Quaternions are close enough to be considered equal.
allowRowStride - Variable in class com.jogamp.opengl.util.GLPixelBuffer
ALT_GRAPH_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
ALT_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
AMD_debug_output - Static variable in class com.jogamp.opengl.GLExtensions
 
angle() - Method in class com.jogamp.opengl.math.Vec2f
Return the direction angle of this vector in radians
angle(Vec2f) - Method in class com.jogamp.opengl.math.Vec2f
Return the angle between two vectors in radians
angle(Vec3f) - Method in class com.jogamp.opengl.math.Vec3f
Return the angle between two vectors in radians
angle(Vec4f) - Method in class com.jogamp.opengl.math.Vec4f
Return the angle between two vectors in radians
anim - Variable in class com.jogamp.opengl.GLEventListenerState
 
Animator - Class in com.jogamp.opengl.util
An Animator can be attached to one or more GLAutoDrawables to drive their display() methods in a loop.
Animator() - Constructor for class com.jogamp.opengl.util.Animator
Creates a new, empty Animator instance while expecting an AWT rendering thread if AWT is available.
Animator(int) - Constructor for class com.jogamp.opengl.util.Animator
Creates a new, empty Animator instance with given modeBits.
Animator(int, ThreadGroup, GLAutoDrawable) - Constructor for class com.jogamp.opengl.util.Animator
Creates a new Animator w/ an associated ThreadGroup for a particular drawable.
Animator(GLAutoDrawable) - Constructor for class com.jogamp.opengl.util.Animator
Creates a new Animator for a particular drawable.
Animator(ThreadGroup) - Constructor for class com.jogamp.opengl.util.Animator
Creates a new Animator w/ an associated ThreadGroup.
Animator(ThreadGroup, GLAutoDrawable) - Constructor for class com.jogamp.opengl.util.Animator
Creates a new Animator w/ an associated ThreadGroup for a particular drawable.
AnimatorBase - Class in com.jogamp.opengl.util
Base implementation of GLAnimatorControl
AnimatorBase() - Constructor for class com.jogamp.opengl.util.AnimatorBase
Creates a new, empty Animator instance while expecting an AWT rendering thread if AWT is available.
AnimatorBase(int) - Constructor for class com.jogamp.opengl.util.AnimatorBase
Creates a new, empty Animator instance with given modeBits.
AnimatorBase.AnimatorImpl - Interface in com.jogamp.opengl.util
 
AnimatorBase.UncaughtAnimatorException - Exception in com.jogamp.opengl.util
 
animStarted - Variable in class com.jogamp.opengl.GLEventListenerState
 
AppContextInfo - Class in com.jogamp.nativewindow.awt
Instance of this class holds information about a ThreadGroup associated AppContext.
AppContextInfo(String) - Constructor for class com.jogamp.nativewindow.awt.AppContextInfo
 
append(Path2F.Iterator, boolean) - Method in class com.jogamp.graph.geom.plane.Path2F
Append the given path geometry to this instance
append(Path2F, boolean) - Method in class com.jogamp.graph.geom.plane.Path2F
Append the given path geometry to this instance
append(StringBuilder) - Method in class com.jogamp.opengl.GLContext
 
APPLE_float_pixels - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_debug_output - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_ES2_compatibility - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_ES3_1_compatibility - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_ES3_2_compatibility - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_ES3_compatibility - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_framebuffer_object - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_geometry_shader4 - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_gpu_shader_fp64 - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_pbuffer - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_pixel_format - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_shader_objects - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_texture_non_power_of_two - Static variable in class com.jogamp.opengl.GLExtensions
 
ARB_texture_rectangle - Static variable in class com.jogamp.opengl.GLExtensions
 
area(ArrayList<? extends Vert2fImmutable>) - Static method in class com.jogamp.opengl.math.VectorUtil
Computes the area of a list of vertices.
areAllGLEventListenerInitialized() - Method in class com.jogamp.opengl.awt.GLCanvas
 
areAllGLEventListenerInitialized() - Method in class com.jogamp.opengl.awt.GLJPanel
 
areAllGLEventListenerInitialized() - Method in interface com.jogamp.opengl.GLAutoDrawable
Returns true if all added GLEventListener are initialized, otherwise false.
areAllGLEventListenerInitialized() - Method in class com.jogamp.opengl.swt.GLCanvas
 
areDefaultGesturesEnabled() - Method in class com.jogamp.newt.opengl.GLWindow
 
areDefaultGesturesEnabled() - Method in interface com.jogamp.newt.Window
Return true if default GestureHandler are enabled.
areSameStickyDevice(AbstractGraphicsDevice, AbstractGraphicsDevice) - Static method in class com.jogamp.opengl.GLRendererQuirks
Returns true if both devices have the same AbstractGraphicsDevice.getUniqueID(), otherwise false.
ARGB8888 - com.jogamp.nativewindow.util.PixelFormat
Stride is 32 bits, 32 bits per pixel, 4 uniform components of 8 bits.
asin(float) - Static method in class com.jogamp.opengl.math.FloatUtil
 
associate(Object, boolean) - Method in interface com.jogamp.opengl.GLArrayData
Implementation and type dependent object association.
associate(Object, boolean) - Method in class com.jogamp.opengl.util.GLArrayDataClient
 
associate(Object, boolean) - Method in class com.jogamp.opengl.util.GLArrayDataWrapper
 
atan(float) - Static method in class com.jogamp.opengl.math.FloatUtil
 
atan2(float, float) - Static method in class com.jogamp.opengl.math.FloatUtil
 
attachAutoDrawable(GLAutoDrawable) - Method in class com.jogamp.opengl.util.TileRendererBase
Attaches the given GLAutoDrawable to this tile renderer.
attachColorbuffer(GL, int, boolean) - Method in class com.jogamp.opengl.FBObject
Attaches a newly created and initialized FBObject.Colorbuffer, i.e.
attachColorbuffer(GL, int, int) - Method in class com.jogamp.opengl.FBObject
Attaches a newly created and initialized FBObject.Colorbuffer, i.e.
attachColorbuffer(GL, int, FBObject.Colorbuffer) - Method in class com.jogamp.opengl.FBObject
Attaches a FBObject.Colorbuffer at the given attachment point and initializes it, if not done yet.
attachInputListenerTo(GLWindow) - Method in class com.jogamp.graph.ui.Scene
 
attachObject(String, Object) - Method in class com.jogamp.opengl.GLContext
Sets the attached user object for the given name to this GLContext.
attachObject(String, Object) - Method in interface com.jogamp.opengl.util.av.GLMediaPlayer
Attaches the user object for the given name.
attachObject(String, Object) - Method in class com.jogamp.opengl.util.glsl.ShaderState
Attach user object for the given name to this ShaderState.
attachRenderbuffer(GL, int) - Method in class com.jogamp.opengl.FBObject
Attaches one depth, stencil or packed-depth-stencil buffer to this FBO's instance, depending on the internalFormat.
attachRenderbuffer(GL, FBObject.Attachment.Type, int) - Method in class com.jogamp.opengl.FBObject
Attaches one depth, stencil or packed-depth-stencil buffer to this FBO's instance, selecting the internalFormat automatically.
attachShader(GL, int, IntBuffer) - Static method in class com.jogamp.opengl.util.glsl.ShaderUtil
 
attachShaderProgram(GL2ES2, ShaderProgram, boolean) - Method in class com.jogamp.opengl.util.glsl.ShaderState
Attach or switch a shader program
attachSurfaceLayer(long) - Method in class com.jogamp.nativewindow.awt.JAWTWindow
 
attachSurfaceLayer(long) - Method in interface com.jogamp.nativewindow.OffscreenLayerSurface
Attach the offscreen layer to this offscreen layer surface.
attachTexture2D(GL, int, boolean) - Method in class com.jogamp.opengl.FBObject
Attaches a FBObject.Colorbuffer, i.e.
attachTexture2D(GL, int, boolean, int, int, int, int) - Method in class com.jogamp.opengl.FBObject
Attaches a FBObject.Colorbuffer, i.e.
attachTexture2D(GL, int, int, int, int, int, int, int, int) - Method in class com.jogamp.opengl.FBObject
Attaches a FBObject.Colorbuffer, i.e.
attachTo(GL2ES2) - Method in class com.jogamp.graph.curve.opengl.RenderState
 
attribPerPixel() - Method in class com.jogamp.opengl.util.texture.spi.TGAImage.Header
bitfields in imageDescriptor
attributesChanged(GLMediaPlayer, GLMediaPlayer.EventMask, long) - Method in interface com.jogamp.opengl.util.av.GLMediaPlayer.GLMediaEventListener
 
AUTO - com.jogamp.opengl.util.glsl.fixedfunc.ShaderSelectionMode
Auto shader selection, based upon FFP states.
AUTOMAX_PIXELSCALE - Static variable in interface com.jogamp.nativewindow.ScalableSurface
Setting surface-pixel-scale of 0.0f, results in maximum platform dependent pixel-scale, i.e.
AUTOREPEAT_MASK - Static variable in class com.jogamp.newt.event.InputEvent
Event is caused by auto-repeat.
autoScaleDown(int) - Static method in class com.jogamp.nativewindow.swt.SWTAccessor
Returns SWT auto scaled-down value v, compatible with DPIUtil.autoScaleDown(int)
autoScaleUp(int) - Static method in class com.jogamp.nativewindow.swt.SWTAccessor
Returns SWT auto scaled-up value v, compatible with DPIUtil.autoScaleUp(int)
AWTAdapter - Class in com.jogamp.newt.event.awt
Convenient adapter forwarding AWT events to NEWT via the event listener model.
AWTAdapter() - Constructor for class com.jogamp.newt.event.awt.AWTAdapter
 
AWTGLAutoDrawable - Interface in com.jogamp.opengl.awt
 
AWTGLPixelBuffer - Class in com.jogamp.opengl.util.awt
AWTGLPixelBuffer(PixelFormat.Composition, GLPixelBuffer.GLPixelAttributes, boolean, int, int, int, int, BufferedImage, Buffer, boolean) - Constructor for class com.jogamp.opengl.util.awt.AWTGLPixelBuffer
 
AWTGLPixelBuffer.AWTGLPixelBufferProvider - Class in com.jogamp.opengl.util.awt
Provider for AWTGLPixelBuffer instances.
AWTGLPixelBuffer.SingleAWTGLPixelBufferProvider - Class in com.jogamp.opengl.util.awt
Provider for singleton AWTGLPixelBuffer instances.
AWTGLPixelBufferProvider(boolean) - Constructor for class com.jogamp.opengl.util.awt.AWTGLPixelBuffer.AWTGLPixelBufferProvider
 
AWTGLReadBufferUtil - Class in com.jogamp.opengl.util.awt
GLReadBufferUtil specialization allowing to read out a frambuffer to an AWT BufferedImage utilizing AWTPixelBufferProviderInt for further AWT processing.
AWTGLReadBufferUtil(GLProfile, boolean) - Constructor for class com.jogamp.opengl.util.awt.AWTGLReadBufferUtil
Using the AWT GLPixelBuffer: AWTGLPixelBuffer.AWTGLPixelBufferProvider, always using alpha on OpenGL operations.
AWTGraphicsConfiguration - Class in com.jogamp.nativewindow.awt
A wrapper for an AWT GraphicsConfiguration allowing it to be handled in a toolkit-independent manner.
AWTGraphicsConfiguration(AWTGraphicsScreen, CapabilitiesImmutable, CapabilitiesImmutable, GraphicsConfiguration, AbstractGraphicsConfiguration) - Constructor for class com.jogamp.nativewindow.awt.AWTGraphicsConfiguration
 
AWTGraphicsDevice - Class in com.jogamp.nativewindow.awt
A wrapper for an AWT GraphicsDevice allowing it to be handled in a toolkit-independent manner.
AWTGraphicsDevice(GraphicsDevice, int) - Constructor for class com.jogamp.nativewindow.awt.AWTGraphicsDevice
 
AWTGraphicsScreen - Class in com.jogamp.nativewindow.awt
A wrapper for an AWT GraphicsDevice (screen) allowing it to be handled in a toolkit-independent manner.
AWTGraphicsScreen(AWTGraphicsDevice) - Constructor for class com.jogamp.nativewindow.awt.AWTGraphicsScreen
 
AWTKeyAdapter - Class in com.jogamp.newt.event.awt
AWT: printable: PRESSED (t0), TYPED (t0), RELEASED (t1) non-printable: PRESSED (t0), RELEASED (t1)
AWTKeyAdapter() - Constructor for class com.jogamp.newt.event.awt.AWTKeyAdapter
 
AWTKeyAdapter(KeyListener, NativeSurfaceHolder) - Constructor for class com.jogamp.newt.event.awt.AWTKeyAdapter
 
AWTKeyAdapter(KeyListener, Window) - Constructor for class com.jogamp.newt.event.awt.AWTKeyAdapter
 
AWTKeyAdapter(Window) - Constructor for class com.jogamp.newt.event.awt.AWTKeyAdapter
 
AWTMouseAdapter - Class in com.jogamp.newt.event.awt
 
AWTMouseAdapter() - Constructor for class com.jogamp.newt.event.awt.AWTMouseAdapter
 
AWTMouseAdapter(MouseListener, NativeSurfaceHolder) - Constructor for class com.jogamp.newt.event.awt.AWTMouseAdapter
 
AWTMouseAdapter(MouseListener, Window) - Constructor for class com.jogamp.newt.event.awt.AWTMouseAdapter
 
AWTMouseAdapter(Window) - Constructor for class com.jogamp.newt.event.awt.AWTMouseAdapter
 
AWTPrintLifecycle - Interface in com.jogamp.nativewindow.awt
Interface describing print lifecycle to support AWT printing, e.g.
AWTPrintLifecycle.Context - Class in com.jogamp.nativewindow.awt
Convenient AWTPrintLifecycle context simplifying calling setupPrint(..) and AWTPrintLifecycle.releasePrint() on all AWTPrintLifecycle elements of a Container.
AWTTextureData - Class in com.jogamp.opengl.util.texture.awt
 
AWTTextureData(GLProfile, int, int, boolean, BufferedImage) - Constructor for class com.jogamp.opengl.util.texture.awt.AWTTextureData
Constructs a new TextureData object with the specified parameters and data contained in the given BufferedImage.
AWTTextureIO - Class in com.jogamp.opengl.util.texture.awt
 
AWTTextureIO() - Constructor for class com.jogamp.opengl.util.texture.awt.AWTTextureIO
 
AWTWindowAdapter - Class in com.jogamp.newt.event.awt
 
AWTWindowAdapter() - Constructor for class com.jogamp.newt.event.awt.AWTWindowAdapter
 
AWTWindowAdapter(WindowListener, NativeSurfaceHolder) - Constructor for class com.jogamp.newt.event.awt.AWTWindowAdapter
 
AWTWindowAdapter(WindowListener, Window) - Constructor for class com.jogamp.newt.event.awt.AWTWindowAdapter
 
AWTWindowAdapter(Window) - Constructor for class com.jogamp.newt.event.awt.AWTWindowAdapter
 
AWTWindowClosingProtocol - Class in com.jogamp.nativewindow.awt
 
AWTWindowClosingProtocol(Component, Runnable, Runnable) - Constructor for class com.jogamp.nativewindow.awt.AWTWindowClosingProtocol
 

B

B - com.jogamp.nativewindow.util.PixelFormat.CType
Blue component
BackingStoreManager - Interface in com.jogamp.opengl.util.packrect
This interface must be implemented by the end user and is called in response to events like addition of rectangles into the RectanglePacker.
BaseButton - Class in com.jogamp.graph.ui.shapes
An abstract GraphUI base filled button GraphShape, usually used as a backdrop or base shape for more informative button types.
BaseButton(int, float, float) - Constructor for class com.jogamp.graph.ui.shapes.BaseButton
 
begin(int) - Method in interface com.jogamp.opengl.glu.GLUtessellatorCallback
The begin callback method is invoked like glBegin to indicate the start of a (triangle) primitive.
begin(int) - Method in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
 
begin3DRendering() - Method in class com.jogamp.opengl.util.awt.TextRenderer
Begins rendering of 2D text in 3D with this TextRenderer into the current OpenGL drawable.
begin3DRendering() - Method in class com.jogamp.opengl.util.awt.TextureRenderer
Convenience method which assists in rendering portions of the OpenGL texture to the screen as 2D quads in 3D space.
beginData(int, Object) - Method in interface com.jogamp.opengl.glu.GLUtessellatorCallback
The same as the begin callback method except that it takes an additional reference argument.
beginData(int, Object) - Method in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
 
beginFrame(GL) - Method in interface com.jogamp.opengl.util.stereo.StereoDeviceRenderer
Notifying that a new frame is about to start.
beginMovement(Object, Object) - Method in interface com.jogamp.opengl.util.packrect.BackingStoreManager
Notification that movement is starting.
beginOrthoRendering(int, int) - Method in class com.jogamp.opengl.util.awt.TextureRenderer
Convenience method which assists in rendering portions of the OpenGL texture to the screen, if the application intends to draw them as a flat overlay on to the screen.
beginOrthoRendering(int, int, boolean) - Method in class com.jogamp.opengl.util.awt.TextureRenderer
Convenience method which assists in rendering portions of the OpenGL texture to the screen, if the application intends to draw them as a flat overlay on to the screen.
beginRendering() - Method in class com.jogamp.opengl.util.awt.Overlay
Begins the OpenGL rendering process for the overlay.
beginRendering(int, int) - Method in class com.jogamp.opengl.util.awt.TextRenderer
Begins rendering with this TextRenderer into the current OpenGL drawable, pushing the projection and modelview matrices and some state bits and setting up a two-dimensional orthographic projection with (0, 0) as the lower-left coordinate and (width, height) as the upper-right coordinate.
beginRendering(int, int, boolean) - Method in class com.jogamp.opengl.util.awt.TextRenderer
Begins rendering with this TextRenderer into the current OpenGL drawable, pushing the projection and modelview matrices and some state bits and setting up a two-dimensional orthographic projection with (0, 0) as the lower-left coordinate and (width, height) as the upper-right coordinate.
beginTile(GL) - Method in class com.jogamp.opengl.util.RandomTileRenderer
Begins rendering a tile.
beginTile(GL) - Method in class com.jogamp.opengl.util.TileRenderer
Begins rendering a tile.
beginTile(GL) - Method in class com.jogamp.opengl.util.TileRendererBase
Begins rendering a tile.
below - com.jogamp.newt.MonitorDevice.Orientation
 
BGR565 - com.jogamp.nativewindow.util.PixelFormat
Stride is 16 bits, 16 bits per pixel, 3 discrete components.
BGR888 - com.jogamp.nativewindow.util.PixelFormat
Stride is 24 bits, 24 bits per pixel, 3 uniform components of of 8 bits.
BGRA8888 - com.jogamp.nativewindow.util.PixelFormat
Stride is 32 bits, 32 bits per pixel, 4 uniform components of 8 bits.
BGRx8888 - com.jogamp.nativewindow.util.PixelFormat
Stride is 32 bits, 24 bits per pixel, 3 uniform components of 8 bits.
BIAS - Static variable in class com.jogamp.opengl.math.Binary16
The bias value used to offset the encoded exponent.
Binary16 - Class in com.jogamp.opengl.math
Functions to convert values to/from the binary16 format specified in IEEE 754 2008.
Binary32 - Class in com.jogamp.opengl.math
Functions for interrogating binary32 (float) values.
Binary32() - Constructor for class com.jogamp.opengl.math.Binary32
 
Binary64 - Class in com.jogamp.opengl.math
Functions for interrogating binary64 (double) values.
Binary64() - Constructor for class com.jogamp.opengl.math.Binary64
 
bind(GL) - Method in class com.jogamp.opengl.FBObject
Bind this FBO, i.e.
bind(GL) - Method in class com.jogamp.opengl.util.texture.Texture
Binds this texture to the given GL context.
bindAttribLocation(GL2ES2, int, GLArrayData) - Method in class com.jogamp.opengl.util.glsl.ShaderState
Binds a shader GLArrayData attribute to a location.
bindAttribLocation(GL2ES2, int, String) - Method in class com.jogamp.opengl.util.glsl.ShaderState
Binds a shader attribute to a location.
bindBuffer(GL, boolean) - Method in class com.jogamp.opengl.util.GLArrayDataClient
 
bindBuffer(GL, boolean) - Method in interface com.jogamp.opengl.util.GLArrayDataEditable
if bind is true and the data uses VBO, the latter will be bound and data written to the GPU if required.
bindSwapBarrier(int, int) - Method in class com.jogamp.opengl.GLContext
 
BITHINT_BLENDING_ENABLED - Static variable in class com.jogamp.graph.curve.opengl.RenderState
Bitfield hint, if set stating enabled GL.GL_BLEND, otherwise disabled.
BITHINT_GLOBAL_DEPTH_TEST_ENABLED - Static variable in class com.jogamp.graph.curve.opengl.RenderState
Bitfield hint, if set stating globally enabled GL.GL_DEPTH_TEST, otherwise disabled.
BITMAP_8_BY_13 - Static variable in class com.jogamp.opengl.util.gl2.GLUT
 
BITMAP_9_BY_15 - Static variable in class com.jogamp.opengl.util.gl2.GLUT
 
BITMAP_HELVETICA_10 - Static variable in class com.jogamp.opengl.util.gl2.GLUT
 
BITMAP_HELVETICA_12 - Static variable in class com.jogamp.opengl.util.gl2.GLUT
 
BITMAP_HELVETICA_18 - Static variable in class com.jogamp.opengl.util.gl2.GLUT
 
BITMAP_TIMES_ROMAN_10 - Static variable in class com.jogamp.opengl.util.gl2.GLUT
 
BITMAP_TIMES_ROMAN_24 - Static variable in class com.jogamp.opengl.util.gl2.GLUT
 
bitsPerPixel() - Method in interface com.jogamp.nativewindow.util.PixelFormat.Composition
Number of bits per pixel, e.g.
bitsPerPixel() - Method in class com.jogamp.nativewindow.util.PixelFormat.PackedComposition
 
bitStride() - Method in interface com.jogamp.nativewindow.util.PixelFormat.Composition
Bit distance between pixels.
bitStride() - Method in class com.jogamp.nativewindow.util.PixelFormat.PackedComposition
 
BLACKWHITE - Static variable in class com.jogamp.opengl.util.texture.spi.TGAImage.Header
 
blockUntilDone(Thread) - Method in interface com.jogamp.opengl.util.AnimatorBase.AnimatorImpl
 
bottom - Variable in class com.jogamp.graph.ui.layout.Margin
Bottom value
bottom - Variable in class com.jogamp.graph.ui.layout.Padding
Bottom value
bottom - Variable in class com.jogamp.opengl.math.FovHVHalves
Half vertical FOV from center to bottom, either in FovHVHalves.inTangents or radians.
bottom() - Method in class com.jogamp.opengl.util.texture.TextureCoords
Returns the bottommost (y) texture coordinate of this rectangle.
Bottom - com.jogamp.graph.ui.layout.Alignment.Bit
Bottom alignment.
BOTTOM - Static variable in class com.jogamp.opengl.math.geom.Frustum
Index for bottom plane: 2
BoxLayout - Class in com.jogamp.graph.ui.layout
GraphUI Stack Group.Layout.
BoxLayout(float, float, Margin) - Constructor for class com.jogamp.graph.ui.layout.BoxLayout
 
BoxLayout(float, float, Margin, Padding) - Constructor for class com.jogamp.graph.ui.layout.BoxLayout
 
BoxLayout(Padding) - Constructor for class com.jogamp.graph.ui.layout.BoxLayout
 
BPS - com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.Bit
Stream bps change.
buffer - Variable in class com.jogamp.opengl.util.GLPixelBuffer
Buffer holding the pixel data.
BufferedImageInt(int, ColorModel, DirectDataBufferInt, WritableRaster, Hashtable<?, ?>) - Constructor for class com.jogamp.nativewindow.awt.DirectDataBufferInt.BufferedImageInt
 
bufferElemSize - Variable in class com.jogamp.opengl.util.GLPixelBuffer
Buffer element size in bytes.
BuggyColorRenderbuffer - Static variable in class com.jogamp.opengl.GLRendererQuirks
Buggy FBO color renderbuffer target, i.e.
Button - Class in com.jogamp.graph.ui.shapes
A GraphUI text labeled BaseButton GraphShape
Button(int, Font, String, float, float) - Constructor for class com.jogamp.graph.ui.shapes.Button
 
BUTTON_COUNT - Static variable in class com.jogamp.newt.event.MouseEvent
Maximum number of buttons, value 16
BUTTON1 - Static variable in class com.jogamp.newt.event.MouseEvent
ID for button 1, value 1
BUTTON1_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
BUTTON2 - Static variable in class com.jogamp.newt.event.MouseEvent
ID for button 2, value 2
BUTTON2_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
BUTTON3 - Static variable in class com.jogamp.newt.event.MouseEvent
ID for button 3, value 3
BUTTON3_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
BUTTON4 - Static variable in class com.jogamp.newt.event.MouseEvent
ID for button 4, value 4
BUTTON4_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
BUTTON5 - Static variable in class com.jogamp.newt.event.MouseEvent
ID for button 5, value 5
BUTTON5_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
BUTTON6 - Static variable in class com.jogamp.newt.event.MouseEvent
ID for button 6, value 6
BUTTON6_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
BUTTON7 - Static variable in class com.jogamp.newt.event.MouseEvent
ID for button 6, value 7
BUTTON7_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
BUTTON8 - Static variable in class com.jogamp.newt.event.MouseEvent
ID for button 6, value 8
BUTTON8_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
BUTTON9 - Static variable in class com.jogamp.newt.event.MouseEvent
ID for button 6, value 9
BUTTON9_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
BUTTONALL_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
BUTTONLAST_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
byFovyRadianAndAspect(float, float) - Static method in class com.jogamp.opengl.math.FovHVHalves
Returns a symmetrical centered FovHVHalves instance in FovHVHalves.inTangents, using:
byFovyRadianAndAspect(float, float, float, float) - Static method in class com.jogamp.opengl.math.FovHVHalves
Returns a custom symmetry FovHVHalves instance FovHVHalves.inTangents, via computing the horizontalFov using:
byRadians(float, float) - Static method in class com.jogamp.opengl.math.FovHVHalves
Returns a symmetrical centered FovHVHalves instance in FovHVHalves.inTangents, using:
byRadians(float, float, float, float) - Static method in class com.jogamp.opengl.math.FovHVHalves
Returns a custom symmetry FovHVHalves instance FovHVHalves.inTangents, using:
bytePosition() - Method in interface com.jogamp.opengl.GLArrayData
Returns the bytes position.
bytePosition() - Method in class com.jogamp.opengl.util.GLArrayDataWrapper
 
byteSize - Variable in class com.jogamp.opengl.util.GLPixelBuffer
Byte size of the buffer.
bytesPerPixel() - Method in interface com.jogamp.nativewindow.util.PixelFormat.Composition
Number of bytes per pixel, i.e.
bytesPerPixel() - Method in class com.jogamp.nativewindow.util.PixelFormat.PackedComposition
 
bytesPerPixel(int, int) - Static method in class com.jogamp.opengl.util.GLBuffers
Returns the number of bytes required for one pixel with the the given OpenGL format and type.

C

CameraInputScheme - Static variable in interface com.jogamp.opengl.util.av.GLMediaPlayer
Uri scheme name for camera input.
CameraPropHeight - Static variable in interface com.jogamp.opengl.util.av.GLMediaPlayer
Camera property "height".
CameraPropRate - Static variable in interface com.jogamp.opengl.util.av.GLMediaPlayer
Camera property "rate".
CameraPropSizeS - Static variable in interface com.jogamp.opengl.util.av.GLMediaPlayer
Camera property "size", size as string, e.g.
CameraPropWidth - Static variable in interface com.jogamp.opengl.util.av.GLMediaPlayer
Camera property "width".
canCompact() - Method in interface com.jogamp.opengl.util.packrect.BackingStoreManager
Indication whether this BackingStoreManager supports compaction; in other words, the allocation of a new backing store and movement of the contents of the backing store from the old to the new one.
canContain(Rect) - Method in class com.jogamp.opengl.util.packrect.Rect
 
canCreateExternalGLDrawable(AbstractGraphicsDevice) - Method in class com.jogamp.opengl.GLDrawableFactory
Returns true if it is possible to create an external GLDrawable object via GLDrawableFactory.createExternalGLDrawable().
canCreateFBO(AbstractGraphicsDevice, GLProfile) - Method in class com.jogamp.opengl.GLDrawableFactory
Returns true if it is possible to create an framebuffer object (FBO).
canCreateGLPbuffer(AbstractGraphicsDevice, GLProfile) - Method in class com.jogamp.opengl.GLDrawableFactory
Returns true if it is possible to create an pbuffer surface.
canExpand(Level, int) - Method in class com.jogamp.opengl.util.packrect.LevelSet
Indicates whether it's legal to trivially increase the height of the given Level.
canSetSurfaceScale() - Method in class com.jogamp.nativewindow.awt.JAWTWindow
Returns true if ScalableSurface.setSurfaceScale(float[]) is supported, otherwise false.
canSetSurfaceScale() - Method in interface com.jogamp.nativewindow.ScalableSurface
Returns true if ScalableSurface.setSurfaceScale(float[]) is supported, otherwise false.
canSetSurfaceScale() - Method in class com.jogamp.newt.opengl.GLWindow
Returns true if ScalableSurface.setSurfaceScale(float[]) is supported, otherwise false.
canSetSurfaceScale() - Method in class com.jogamp.opengl.awt.GLCanvas
Returns true if ScalableSurface.setSurfaceScale(float[]) is supported, otherwise false.
canSetSurfaceScale() - Method in class com.jogamp.opengl.awt.GLJPanel
Returns true if ScalableSurface.setSurfaceScale(float[]) is supported, otherwise false.
Capabilities - Class in com.jogamp.nativewindow
Specifies a set of capabilities that a window's rendering context must support, such as color depth per channel.
Capabilities() - Constructor for class com.jogamp.nativewindow.Capabilities
Creates a Capabilities object.
CapabilitiesChooser - Interface in com.jogamp.nativewindow
Provides a mechanism by which applications can customize the window type selection for a given Capabilities.
CapabilitiesFilter - Class in com.jogamp.nativewindow
Diverse reusable CapabilitiesImmutable list filter
CapabilitiesFilter.Test<C extends CapabilitiesImmutable> - Interface in com.jogamp.nativewindow
Generic filter criteria
CapabilitiesFilter.TestLessColorCompBits<C extends CapabilitiesImmutable> - Class in com.jogamp.nativewindow
 
CapabilitiesFilter.TestMoreColorCompBits<C extends CapabilitiesImmutable> - Class in com.jogamp.nativewindow
 
CapabilitiesFilter.TestUnmatchedNativeVisualID<C extends CapabilitiesImmutable> - Class in com.jogamp.nativewindow
 
CapabilitiesImmutable - Interface in com.jogamp.nativewindow
Specifies an immutable set of capabilities that a window's rendering context must support, such as color depth per channel.
capacity() - Method in class com.jogamp.opengl.util.GLPixelBuffer
Returns the byte capacity of the GLPixelBuffer.buffer.
caps - Variable in class com.jogamp.opengl.GLEventListenerState
 
CCW - com.jogamp.graph.geom.plane.Winding
Counter-Clockwise (CCW) positive winding direction
Center - com.jogamp.graph.ui.layout.Alignment.Bit
Center alignment.
Center - Static variable in class com.jogamp.graph.ui.layout.Alignment
Alignment.Bit.Center alignment constant.
CENTER - Static variable in class com.jogamp.graph.ui.layout.Margin
Auto margin value to horizontally and/or vertically center an element within its sized-layout container, value if Float.NaN.
CG_ARRAY - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x2L', CType: long
CG_ARRAY_DIMENSIONS_DO_NOT_MATCH_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '37', CType: int
CG_ARRAY_HAS_WRONG_DIMENSION_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '38', CType: int
CG_ARRAY_PARAM_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '22', CType: int
CG_ARRAY_SIZE_MISMATCH_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '53', CType: int
CG_ARRAY_TYPES_DO_NOT_MATCH_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '36', CType: int
CG_ATTR0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2113', CType: int
CG_ATTR1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2114', CType: int
CG_ATTR10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2123', CType: int
CG_ATTR11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2124', CType: int
CG_ATTR12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2125', CType: int
CG_ATTR13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2126', CType: int
CG_ATTR14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2127', CType: int
CG_ATTR15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2128', CType: int
CG_ATTR2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2115', CType: int
CG_ATTR3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2116', CType: int
CG_ATTR4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2117', CType: int
CG_ATTR5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2118', CType: int
CG_ATTR6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2119', CType: int
CG_ATTR7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2120', CType: int
CG_ATTR8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2121', CType: int
CG_ATTR9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2122', CType: int
CG_BIND_CREATES_CYCLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '35', CType: int
CG_BINORMAL0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2885', CType: int
CG_BINORMAL1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2886', CType: int
CG_BINORMAL10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2895', CType: int
CG_BINORMAL11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2896', CType: int
CG_BINORMAL12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2897', CType: int
CG_BINORMAL13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2898', CType: int
CG_BINORMAL14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2899', CType: int
CG_BINORMAL15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2900', CType: int
CG_BINORMAL2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2887', CType: int
CG_BINORMAL3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2888', CType: int
CG_BINORMAL4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2889', CType: int
CG_BINORMAL5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2890', CType: int
CG_BINORMAL6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2891', CType: int
CG_BINORMAL7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2892', CType: int
CG_BINORMAL8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2893', CType: int
CG_BINORMAL9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2894', CType: int
CG_BLENDINDICES0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2693', CType: int
CG_BLENDINDICES1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2694', CType: int
CG_BLENDINDICES10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2703', CType: int
CG_BLENDINDICES11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2704', CType: int
CG_BLENDINDICES12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2705', CType: int
CG_BLENDINDICES13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2706', CType: int
CG_BLENDINDICES14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2707', CType: int
CG_BLENDINDICES15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2708', CType: int
CG_BLENDINDICES2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2695', CType: int
CG_BLENDINDICES3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2696', CType: int
CG_BLENDINDICES4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2697', CType: int
CG_BLENDINDICES5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2698', CType: int
CG_BLENDINDICES6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2699', CType: int
CG_BLENDINDICES7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2700', CType: int
CG_BLENDINDICES8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2701', CType: int
CG_BLENDINDICES9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2702', CType: int
CG_BLENDWEIGHT0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3028', CType: int
CG_BLENDWEIGHT1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3029', CType: int
CG_BLENDWEIGHT10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3038', CType: int
CG_BLENDWEIGHT11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3039', CType: int
CG_BLENDWEIGHT12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3040', CType: int
CG_BLENDWEIGHT13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3041', CType: int
CG_BLENDWEIGHT14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3042', CType: int
CG_BLENDWEIGHT15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3043', CType: int
CG_BLENDWEIGHT2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3030', CType: int
CG_BLENDWEIGHT3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3031', CType: int
CG_BLENDWEIGHT4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3032', CType: int
CG_BLENDWEIGHT5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3033', CType: int
CG_BLENDWEIGHT6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3034', CType: int
CG_BLENDWEIGHT7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3035', CType: int
CG_BLENDWEIGHT8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3036', CType: int
CG_BLENDWEIGHT9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3037', CType: int
CG_BOOL - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x45a', CType: int
CG_BOOL1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x45b', CType: int
CG_BOOL1x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x45f', CType: int
CG_BOOL1x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x460', CType: int
CG_BOOL1x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x461', CType: int
CG_BOOL1x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x462', CType: int
CG_BOOL2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x45c', CType: int
CG_BOOL2x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x463', CType: int
CG_BOOL2x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x464', CType: int
CG_BOOL2x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x465', CType: int
CG_BOOL2x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x466', CType: int
CG_BOOL3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x45d', CType: int
CG_BOOL3x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x467', CType: int
CG_BOOL3x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x468', CType: int
CG_BOOL3x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x469', CType: int
CG_BOOL3x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x46a', CType: int
CG_BOOL4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x45e', CType: int
CG_BOOL4x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x46b', CType: int
CG_BOOL4x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x46c', CType: int
CG_BOOL4x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x46d', CType: int
CG_BOOL4x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x46e', CType: int
CG_C - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2178', CType: int
CG_CANNOT_DESTROY_PARAMETER_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '28', CType: int
CG_COL0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2245', CType: int
CG_COL1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2246', CType: int
CG_COL2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2247', CType: int
CG_COL3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2248', CType: int
CG_COLOR0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2757', CType: int
CG_COLOR1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2758', CType: int
CG_COLOR10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2767', CType: int
CG_COLOR11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2768', CType: int
CG_COLOR12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2769', CType: int
CG_COLOR13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2770', CType: int
CG_COLOR14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2771', CType: int
CG_COLOR15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2772', CType: int
CG_COLOR2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2759', CType: int
CG_COLOR3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2760', CType: int
CG_COLOR4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2761', CType: int
CG_COLOR5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2762', CType: int
CG_COLOR6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2763', CType: int
CG_COLOR7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2764', CType: int
CG_COLOR8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2765', CType: int
CG_COLOR9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2766', CType: int
CG_COLUMN_MAJOR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4121', CType: int
CG_COMBINER_CONST0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3284', CType: int
CG_COMBINER_CONST1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3285', CType: int
CG_COMBINER_STAGE_CONST0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3286', CType: int
CG_COMBINER_STAGE_CONST1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3287', CType: int
CG_COMPILE_IMMEDIATE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4115', CType: int
CG_COMPILE_LAZY - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4116', CType: int
CG_COMPILE_MANUAL - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4114', CType: int
CG_COMPILED_PROGRAM - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4106', CType: int
CG_COMPILER_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '1', CType: int
CG_CONFLICTING_PARAMETER_TYPES_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '25', CType: int
CG_CONFLICTING_TYPES_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '24', CType: int
CG_CONST_EYE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3291', CType: int
CG_CONSTANT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4103', CType: int
CG_CURRENT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4117', CType: int
CG_DEFAULT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4110', CType: int
CG_DEPTH0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2933', CType: int
CG_DEPTH1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2934', CType: int
CG_DEPTH10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2943', CType: int
CG_DEPTH11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2944', CType: int
CG_DEPTH12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2945', CType: int
CG_DEPTH13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2946', CType: int
CG_DEPTH14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2947', CType: int
CG_DEPTH15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2948', CType: int
CG_DEPTH2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2935', CType: int
CG_DEPTH3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2936', CType: int
CG_DEPTH4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2937', CType: int
CG_DEPTH5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2938', CType: int
CG_DEPTH6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2939', CType: int
CG_DEPTH7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2940', CType: int
CG_DEPTH8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2941', CType: int
CG_DEPTH9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '29542', CType: int
CG_DIFFUSE0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2501', CType: int
CG_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4111', CType: int
CG_FILE_READ_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '12', CType: int
CG_FILE_WRITE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '13', CType: int
CG_FIXED - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x42e', CType: int
CG_FIXED1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x444', CType: int
CG_FIXED1x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x432', CType: int
CG_FIXED1x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x433', CType: int
CG_FIXED1x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x434', CType: int
CG_FIXED1x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x435', CType: int
CG_FIXED2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x42f', CType: int
CG_FIXED2x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x436', CType: int
CG_FIXED2x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x437', CType: int
CG_FIXED2x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x438', CType: int
CG_FIXED2x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x439', CType: int
CG_FIXED3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x430', CType: int
CG_FIXED3x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x43a', CType: int
CG_FIXED3x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x43b', CType: int
CG_FIXED3x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x43c', CType: int
CG_FIXED3x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x43d', CType: int
CG_FIXED4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x431', CType: int
CG_FIXED4x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x43e', CType: int
CG_FIXED4x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x43f', CType: int
CG_FIXED4x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x440', CType: int
CG_FIXED4x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x441', CType: int
CG_FLOAT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x415', CType: int
CG_FLOAT1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x443', CType: int
CG_FLOAT1x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x419', CType: int
CG_FLOAT1x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x41a', CType: int
CG_FLOAT1x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x41b', CType: int
CG_FLOAT1x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x41c', CType: int
CG_FLOAT2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x416', CType: int
CG_FLOAT2x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x41d', CType: int
CG_FLOAT2x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x41e', CType: int
CG_FLOAT2x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x41f', CType: int
CG_FLOAT2x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x420', CType: int
CG_FLOAT3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x417', CType: int
CG_FLOAT3x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x421', CType: int
CG_FLOAT3x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x422', CType: int
CG_FLOAT3x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x423', CType: int
CG_FLOAT3x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x424', CType: int
CG_FLOAT4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x418', CType: int
CG_FLOAT4x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x425', CType: int
CG_FLOAT4x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x426', CType: int
CG_FLOAT4x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x427', CType: int
CG_FLOAT4x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x428', CType: int
CG_FOG0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2917', CType: int
CG_FOG1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2918', CType: int
CG_FOG10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2927', CType: int
CG_FOG11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2928', CType: int
CG_FOG12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2929', CType: int
CG_FOG13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2930', CType: int
CG_FOG14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2931', CType: int
CG_FOG15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2932', CType: int
CG_FOG2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2919', CType: int
CG_FOG3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2920', CType: int
CG_FOG4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2921', CType: int
CG_FOG5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2922', CType: int
CG_FOG6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2923', CType: int
CG_FOG7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2924', CType: int
CG_FOG8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2925', CType: int
CG_FOG9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2926', CType: int
CG_FOGCOORD - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3156', CType: int
CG_GL_FRAGMENT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGGLenum" with expression '0x9', CType: int
CG_GL_MATRIX_IDENTITY - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGGLenum" with expression '0', CType: int
CG_GL_MATRIX_INVERSE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGGLenum" with expression '2', CType: int
CG_GL_MATRIX_INVERSE_TRANSPOSE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGGLenum" with expression '3', CType: int
CG_GL_MATRIX_TRANSPOSE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGGLenum" with expression '1', CType: int
CG_GL_MODELVIEW_MATRIX - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGGLenum" with expression '0x4', CType: int
CG_GL_MODELVIEW_PROJECTION_MATRIX - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGGLenum" with expression '0x7', CType: int
CG_GL_PROJECTION_MATRIX - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGGLenum" with expression '0x5', CType: int
CG_GL_TEXTURE_MATRIX - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGGLenum" with expression '0x6', CType: int
CG_GL_VERTEX - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGGLenum" with expression '0x8', CType: int
CG_GLOBAL - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4108', CType: int
CG_HALF - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x401', CType: int
CG_HALF1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x442', CType: int
CG_HALF1x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x405', CType: int
CG_HALF1x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x406', CType: int
CG_HALF1x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x407', CType: int
CG_HALF1x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x408', CType: int
CG_HALF2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x402', CType: int
CG_HALF2x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x409', CType: int
CG_HALF2x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x40a', CType: int
CG_HALF2x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x40b', CType: int
CG_HALF2x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x40c', CType: int
CG_HALF3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x403', CType: int
CG_HALF3x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x40d', CType: int
CG_HALF3x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x40e', CType: int
CG_HALF3x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x40f', CType: int
CG_HALF3x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x410', CType: int
CG_HALF4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x404', CType: int
CG_HALF4x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x411', CType: int
CG_HALF4x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x412', CType: int
CG_HALF4x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x413', CType: int
CG_HALF4x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x414', CType: int
CG_HPOS - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2243', CType: int
CG_IN - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4097', CType: int
CG_INOUT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4099', CType: int
CG_INT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x445', CType: int
CG_INT1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x446', CType: int
CG_INT1x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x44a', CType: int
CG_INT1x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x44b', CType: int
CG_INT1x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x44c', CType: int
CG_INT1x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x44d', CType: int
CG_INT2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x447', CType: int
CG_INT2x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x44e', CType: int
CG_INT2x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x44f', CType: int
CG_INT2x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x450', CType: int
CG_INT2x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x451', CType: int
CG_INT3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x448', CType: int
CG_INT3x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x452', CType: int
CG_INT3x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x453', CType: int
CG_INT3x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x454', CType: int
CG_INT3x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x455', CType: int
CG_INT4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x449', CType: int
CG_INT4x1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x456', CType: int
CG_INT4x2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x457', CType: int
CG_INT4x3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x458', CType: int
CG_INT4x4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x459', CType: int
CG_INVALID_ANNOTATION_HANDLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '44', CType: int
CG_INVALID_CONTEXT_HANDLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '16', CType: int
CG_INVALID_DIMENSION_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '21', CType: int
CG_INVALID_EFFECT_HANDLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '40', CType: int
CG_INVALID_ENUMERANT_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '10', CType: int
CG_INVALID_FUNCTION_HANDLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '48', CType: int
CG_INVALID_PARAM_HANDLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '18', CType: int
CG_INVALID_PARAMETER_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '2', CType: int
CG_INVALID_PARAMETER_HANDLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '46', CType: int
CG_INVALID_PARAMETER_TYPE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '32', CType: int
CG_INVALID_PARAMETER_VARIABILITY_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '27', CType: int
CG_INVALID_PASS_HANDLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '43', CType: int
CG_INVALID_POINTER_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '50', CType: int
CG_INVALID_PROFILE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '3', CType: int
CG_INVALID_PROGRAM_HANDLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '17', CType: int
CG_INVALID_SIZE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '34', CType: int
CG_INVALID_STATE_ASSIGNMENT_HANDLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '42', CType: int
CG_INVALID_STATE_HANDLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '41', CType: int
CG_INVALID_TECHNIQUE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '49', CType: int
CG_INVALID_TECHNIQUE_HANDLE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '45', CType: int
CG_INVALID_VALUE_TYPE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '8', CType: int
CG_IS_NOT_PROGRAM_PARAMETER_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '31', CType: int
CG_LITERAL - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4118', CType: int
CG_MEMORY_ALLOC_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '15', CType: int
CG_MIXED - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4100', CType: int
CG_NO_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '0', CType: int
CG_NON_NUMERIC_PARAMETER_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '52', CType: int
CG_NORMAL0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3092', CType: int
CG_NORMAL1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3093', CType: int
CG_NORMAL10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3102', CType: int
CG_NORMAL11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3103', CType: int
CG_NORMAL12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3104', CType: int
CG_NORMAL13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3105', CType: int
CG_NORMAL14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3106', CType: int
CG_NORMAL15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3107', CType: int
CG_NORMAL2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3094', CType: int
CG_NORMAL3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3095', CType: int
CG_NORMAL4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3096', CType: int
CG_NORMAL5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3097', CType: int
CG_NORMAL6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3098', CType: int
CG_NORMAL7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3099', CType: int
CG_NORMAL8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3100', CType: int
CG_NORMAL9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3101', CType: int
CG_NOT_4x4_MATRIX_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '11', CType: int
CG_NOT_ENOUGH_DATA_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '51', CType: int
CG_NOT_MATRIX_PARAM_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '9', CType: int
CG_NOT_ROOT_PARAMETER_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '29', CType: int
CG_NVPARSE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '14', CType: int
CG_OBJECT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4113', CType: int
CG_OFFSET_TEXTURE_BIAS - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3290', CType: int
CG_OFFSET_TEXTURE_MATRIX - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3288', CType: int
CG_OFFSET_TEXTURE_SCALE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3289', CType: int
CG_OUT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4098', CType: int
CG_OUT_OF_ARRAY_BOUNDS_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '23', CType: int
CG_PARAMETER_IS_NOT_RESIZABLE_ARRAY_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '33', CType: int
CG_PARAMETER_IS_NOT_SHARED_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '26', CType: int
CG_PARAMETERCLASS_ARRAY - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGparameterclass" with expression '0x5', CType: int
CG_PARAMETERCLASS_MATRIX - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGparameterclass" with expression '0x3', CType: int
CG_PARAMETERCLASS_OBJECT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGparameterclass" with expression '0x7', CType: int
CG_PARAMETERCLASS_SAMPLER - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGparameterclass" with expression '0x6', CType: int
CG_PARAMETERCLASS_SCALAR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGparameterclass" with expression '0x1', CType: int
CG_PARAMETERCLASS_STRUCT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGparameterclass" with expression '0x4', CType: int
CG_PARAMETERCLASS_UNKNOWN - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGparameterclass" with expression '0', CType: int
CG_PARAMETERCLASS_VECTOR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGparameterclass" with expression '0x2', CType: int
CG_PARAMETERS_DO_NOT_MATCH_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '30', CType: int
CG_POSITION0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2437', CType: int
CG_POSITION1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2438', CType: int
CG_POSITION10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2447', CType: int
CG_POSITION11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2448', CType: int
CG_POSITION12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2449', CType: int
CG_POSITION13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2450', CType: int
CG_POSITION14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2451', CType: int
CG_POSITION15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2452', CType: int
CG_POSITION2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2439', CType: int
CG_POSITION3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2440', CType: int
CG_POSITION4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2441', CType: int
CG_POSITION5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2442', CType: int
CG_POSITION6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2443', CType: int
CG_POSITION7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2444', CType: int
CG_POSITION8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2445', CType: int
CG_POSITION9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2446', CType: int
CG_PROFILE_ARBFP1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '7000', CType: int
CG_PROFILE_ARBVP1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6150', CType: int
CG_PROFILE_FP20 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6147', CType: int
CG_PROFILE_FP30 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6149', CType: int
CG_PROFILE_FP40 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6151', CType: int
CG_PROFILE_MAX - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '7100', CType: int
CG_PROFILE_PS_1_1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6159', CType: int
CG_PROFILE_PS_1_2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6160', CType: int
CG_PROFILE_PS_1_3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6161', CType: int
CG_PROFILE_PS_2_0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6162', CType: int
CG_PROFILE_PS_2_X - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6163', CType: int
CG_PROFILE_START - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6144', CType: int
CG_PROFILE_UNKNOWN - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '0x1801', CType: int
CG_PROFILE_VP20 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6146', CType: int
CG_PROFILE_VP30 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6148', CType: int
CG_PROFILE_VP40 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '7001', CType: int
CG_PROFILE_VS_1_1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6153', CType: int
CG_PROFILE_VS_2_0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6154', CType: int
CG_PROFILE_VS_2_X - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGprofile" with expression '6155', CType: int
CG_PROGRAM - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4109', CType: int
CG_PROGRAM_BIND_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '5', CType: int
CG_PROGRAM_ENTRY - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4105', CType: int
CG_PROGRAM_LOAD_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '4', CType: int
CG_PROGRAM_NOT_LOADED_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '6', CType: int
CG_PROGRAM_PROFILE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4107', CType: int
CG_PROGRAM_SOURCE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4104', CType: int
CG_PROGRAM_TYPE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x470', CType: int
CG_PSIZ - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2309', CType: int
CG_PSIZE0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2821', CType: int
CG_PSIZE1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2822', CType: int
CG_PSIZE10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2831', CType: int
CG_PSIZE11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2832', CType: int
CG_PSIZE12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2833', CType: int
CG_PSIZE13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2834', CType: int
CG_PSIZE14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2835', CType: int
CG_PSIZE15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2836', CType: int
CG_PSIZE2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2823', CType: int
CG_PSIZE3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2824', CType: int
CG_PSIZE4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2825', CType: int
CG_PSIZE5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2826', CType: int
CG_PSIZE6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2827', CType: int
CG_PSIZE7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2828', CType: int
CG_PSIZE8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2829', CType: int
CG_PSIZE9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2830', CType: int
CG_ROW_MAJOR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4120', CType: int
CG_SAMPLE0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2949', CType: int
CG_SAMPLE1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2950', CType: int
CG_SAMPLE10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2959', CType: int
CG_SAMPLE11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2960', CType: int
CG_SAMPLE12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2961', CType: int
CG_SAMPLE13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2962', CType: int
CG_SAMPLE14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2963', CType: int
CG_SAMPLE15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2964', CType: int
CG_SAMPLE2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2951', CType: int
CG_SAMPLE3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2952', CType: int
CG_SAMPLE4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2953', CType: int
CG_SAMPLE5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2954', CType: int
CG_SAMPLE6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2955', CType: int
CG_SAMPLE7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2956', CType: int
CG_SAMPLE8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2957', CType: int
CG_SAMPLE9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2958', CType: int
CG_SAMPLER1D - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x429', CType: int
CG_SAMPLER2D - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x42a', CType: int
CG_SAMPLER3D - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x42b', CType: int
CG_SAMPLERCUBE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x42d', CType: int
CG_SAMPLERRECT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x42c', CType: int
CG_SOURCE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4112', CType: int
CG_SPECULAR0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2629', CType: int
CG_STATE_ASSIGNMENT_TYPE_MISMATCH_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '47', CType: int
CG_STRING - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x46f', CType: int
CG_STRUCT - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x1L', CType: long
CG_TANGENT0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2565', CType: int
CG_TANGENT1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2566', CType: int
CG_TANGENT10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2575', CType: int
CG_TANGENT11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2576', CType: int
CG_TANGENT12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2577', CType: int
CG_TANGENT13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2578', CType: int
CG_TANGENT14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2579', CType: int
CG_TANGENT15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2580', CType: int
CG_TANGENT2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2567', CType: int
CG_TANGENT3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2568', CType: int
CG_TANGENT4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2569', CType: int
CG_TANGENT5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2570', CType: int
CG_TANGENT6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2571', CType: int
CG_TANGENT7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2572', CType: int
CG_TANGENT8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2573', CType: int
CG_TANGENT9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2574', CType: int
CG_TESSFACTOR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3255', CType: int
CG_TEX0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2179', CType: int
CG_TEX1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2180', CType: int
CG_TEX2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2181', CType: int
CG_TEX3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2192', CType: int
CG_TEX4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2193', CType: int
CG_TEX5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2194', CType: int
CG_TEX6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2195', CType: int
CG_TEX7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2196', CType: int
CG_TEXCOORD0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3220', CType: int
CG_TEXCOORD1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3221', CType: int
CG_TEXCOORD10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3230', CType: int
CG_TEXCOORD11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3231', CType: int
CG_TEXCOORD12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3232', CType: int
CG_TEXCOORD13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3233', CType: int
CG_TEXCOORD14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3234', CType: int
CG_TEXCOORD15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3235', CType: int
CG_TEXCOORD2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3222', CType: int
CG_TEXCOORD3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3223', CType: int
CG_TEXCOORD4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3224', CType: int
CG_TEXCOORD5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3225', CType: int
CG_TEXCOORD6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3226', CType: int
CG_TEXCOORD7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3227', CType: int
CG_TEXCOORD8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3228', CType: int
CG_TEXCOORD9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '3229', CType: int
CG_TEXTURE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x471', CType: int
CG_TEXUNIT0 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2048', CType: int
CG_TEXUNIT1 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2049', CType: int
CG_TEXUNIT10 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2058', CType: int
CG_TEXUNIT11 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2059', CType: int
CG_TEXUNIT12 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2060', CType: int
CG_TEXUNIT13 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2061', CType: int
CG_TEXUNIT14 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2062', CType: int
CG_TEXUNIT15 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2063', CType: int
CG_TEXUNIT2 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2050', CType: int
CG_TEXUNIT3 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2051', CType: int
CG_TEXUNIT4 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2052', CType: int
CG_TEXUNIT5 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2053', CType: int
CG_TEXUNIT6 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2054', CType: int
CG_TEXUNIT7 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2055', CType: int
CG_TEXUNIT8 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2056', CType: int
CG_TEXUNIT9 - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2057', CType: int
CG_TYPE_IS_NOT_DEFINED_IN_PROGRAM_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '39', CType: int
CG_TYPE_START_ENUM - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '1024', CType: int
CG_UNDEFINED - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '0xcb8', CType: int
CG_UNIFORM - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4102', CType: int
CG_UNKNOWN - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4096', CType: int
CG_UNKNOWN_PROFILE_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '19', CType: int
CG_UNKNOWN_TYPE - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGtype" with expression '0x0L', CType: long
CG_UNSUPPORTED_GL_EXTENSION_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '7', CType: int
CG_VAR_ARG_ERROR - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGerror" with expression '20', CType: int
CG_VARYING - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4101', CType: int
CG_VERSION - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGenum" with expression '4119', CType: int
CG_VERSION_NUM - Static variable in class com.jogamp.opengl.cg.CgGL
Define "CG_VERSION_NUM" with expression '1400', CType: int
CG_WPOS - Static variable in class com.jogamp.opengl.cg.CgGL
Defined as part of enum type "CGresource" with expression '2373', CType: int
cgAddStateEnumerant(CGstate, String, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgAddStateEnumerant(CGstate, const char * name, int value)
CGannotation - Class in com.jogamp.opengl.cg
 
cgCallStateResetCallback(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgCallStateResetCallback(CGstateassignment)
cgCallStateSetCallback(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgCallStateSetCallback(CGstateassignment)
cgCallStateValidateCallback(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgCallStateValidateCallback(CGstateassignment)
cgCompileProgram(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgCompileProgram(CGprogram program)
cgConnectParameter(CGparameter, CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgConnectParameter(CGparameter from, CGparameter to)
CGcontext - Class in com.jogamp.opengl.cg
 
cgCopyProgram(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGprogram cgCopyProgram(CGprogram program)
cgCreateArraySamplerState(CGcontext, String, int, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstate cgCreateArraySamplerState(CGcontext, const char * name, CGtype, int nelems)
cgCreateArrayState(CGcontext, String, int, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstate cgCreateArrayState(CGcontext, const char * name, CGtype, int nelems)
cgCreateContext() - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGcontext cgCreateContext()
cgCreateEffect(CGcontext, String, String[]) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGeffect cgCreateEffect(CGcontext, const char * code, const char * * args)
cgCreateEffectFromFile(CGcontext, String, String[]) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGeffect cgCreateEffectFromFile(CGcontext, const char * filename, const char * * args)
cgCreateParameter(CGcontext, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgCreateParameter(CGcontext ctx, CGtype type)
cgCreateParameterArray(CGcontext, int, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgCreateParameterArray(CGcontext ctx, CGtype type, int length)
cgCreateParameterMultiDimArray(CGcontext, int, int, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgCreateParameterMultiDimArray(CGcontext ctx, CGtype type, int dim, const int * lengths)
cgCreateParameterMultiDimArray(CGcontext, int, int, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgCreateParameterMultiDimArray(CGcontext ctx, CGtype type, int dim, const int * lengths)
cgCreateProgram(CGcontext, int, String, int, String, String[]) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGprogram cgCreateProgram(CGcontext ctx, CGenum program_type, const char * program, CGprofile profile, const char * entry, const char * * args)
cgCreateProgramFromEffect(CGeffect, int, String, String[]) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGprogram cgCreateProgramFromEffect(CGeffect effect, CGprofile profile, const char * entry, const char * * args)
cgCreateProgramFromFile(CGcontext, int, String, int, String, String[]) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGprogram cgCreateProgramFromFile(CGcontext ctx, CGenum program_type, const char * program_file, CGprofile profile, const char * entry, const char * * args)
cgCreateProgramFromStream(CGcontext, int, InputStream, int, String, String[]) - Static method in class com.jogamp.opengl.cg.CgGL
A convenience method which reads all available data from the InputStream and then calls cgCreateProgram.
cgCreateSamplerState(CGcontext, String, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstate cgCreateSamplerState(CGcontext, const char * name, CGtype)
cgCreateState(CGcontext, String, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstate cgCreateState(CGcontext, const char * name, CGtype)
cgDestroyContext(CGcontext) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgDestroyContext(CGcontext ctx)
cgDestroyEffect(CGeffect) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgDestroyEffect(CGeffect)
cgDestroyParameter(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgDestroyParameter(CGparameter param)
cgDestroyProgram(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgDestroyProgram(CGprogram program)
cgDisconnectParameter(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgDisconnectParameter(CGparameter param)
CgDynamicLibraryBundleInfo - Class in com.jogamp.opengl.cg
 
CGeffect - Class in com.jogamp.opengl.cg
 
cgEvaluateProgram(CGprogram, float[], int, int, int, int, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgEvaluateProgram(CGprogram, float * , int ncomps, int nx, int ny, int nz)
cgEvaluateProgram(CGprogram, FloatBuffer, int, int, int, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgEvaluateProgram(CGprogram, float * , int ncomps, int nx, int ny, int nz)
CgException - Exception in com.jogamp.opengl.cg
A generic exception for errors that occur throughout the NVidia Cg binding, as a substitute for RuntimeException.
CgException() - Constructor for exception com.jogamp.opengl.cg.CgException
Constructs a CgException object.
CgException(String) - Constructor for exception com.jogamp.opengl.cg.CgException
Constructs a CgException object with the specified detail message.
CgException(String, Throwable) - Constructor for exception com.jogamp.opengl.cg.CgException
Constructs a CgException object with the specified detail message and root cause.
CgException(Throwable) - Constructor for exception com.jogamp.opengl.cg.CgException
Constructs a CgException object with the specified root cause.
cgGetAnnotationName(CGannotation) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetAnnotationName(CGannotation)
cgGetAnnotationType(CGannotation) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtype cgGetAnnotationType(CGannotation)
cgGetArrayDimension(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetArrayDimension(CGparameter param)
cgGetArrayParameter(CGparameter, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetArrayParameter(CGparameter aparam, int index)
cgGetArraySize(CGparameter, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetArraySize(CGparameter param, int dimension)
cgGetArrayTotalSize(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetArrayTotalSize(CGparameter param)
cgGetArrayType(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtype cgGetArrayType(CGparameter param)
cgGetAutoCompile(CGcontext) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGenum cgGetAutoCompile(CGcontext ctx)
cgGetConnectedParameter(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetConnectedParameter(CGparameter param)
cgGetConnectedToParameter(CGparameter, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetConnectedToParameter(CGparameter param, int index)
cgGetDependentAnnotationParameter(CGannotation, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetDependentAnnotationParameter(CGannotation, int index)
cgGetDependentStateAssignmentParameter(CGstateassignment, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetDependentStateAssignmentParameter(CGstateassignment, int index)
cgGetEffectContext(CGeffect) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGcontext cgGetEffectContext(CGeffect)
cgGetEffectParameterBySemantic(CGeffect, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetEffectParameterBySemantic(CGeffect, const char * )
cgGetEnum(String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGenum cgGetEnum(const char * enum_string)
cgGetEnumString(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetEnumString(CGenum en)
cgGetError() - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGerror cgGetError()
cgGetErrorString(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetErrorString(CGerror error)
cgGetFirstDependentParameter(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetFirstDependentParameter(CGparameter param)
cgGetFirstEffect(CGcontext) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGeffect cgGetFirstEffect(CGcontext)
cgGetFirstEffectParameter(CGeffect) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetFirstEffectParameter(CGeffect)
cgGetFirstError() - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGerror cgGetFirstError()
cgGetFirstLeafEffectParameter(CGeffect) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetFirstLeafEffectParameter(CGeffect)
cgGetFirstLeafParameter(CGprogram, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetFirstLeafParameter(CGprogram prog, CGenum name_space)
cgGetFirstParameter(CGprogram, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetFirstParameter(CGprogram prog, CGenum name_space)
cgGetFirstParameterAnnotation(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGannotation cgGetFirstParameterAnnotation(CGparameter)
cgGetFirstPass(CGtechnique) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGpass cgGetFirstPass(CGtechnique)
cgGetFirstPassAnnotation(CGpass) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGannotation cgGetFirstPassAnnotation(CGpass)
cgGetFirstProgram(CGcontext) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGprogram cgGetFirstProgram(CGcontext ctx)
cgGetFirstProgramAnnotation(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGannotation cgGetFirstProgramAnnotation(CGprogram)
cgGetFirstSamplerState(CGcontext) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstate cgGetFirstSamplerState(CGcontext)
cgGetFirstSamplerStateAssignment(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstateassignment cgGetFirstSamplerStateAssignment(CGparameter)
cgGetFirstState(CGcontext) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstate cgGetFirstState(CGcontext)
cgGetFirstStateAssignment(CGpass) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstateassignment cgGetFirstStateAssignment(CGpass)
cgGetFirstStructParameter(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetFirstStructParameter(CGparameter param)
cgGetFirstTechnique(CGeffect) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtechnique cgGetFirstTechnique(CGeffect)
cgGetFirstTechniqueAnnotation(CGtechnique) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGannotation cgGetFirstTechniqueAnnotation(CGtechnique)
cgGetLastErrorString(int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetLastErrorString(CGerror * error)
cgGetLastErrorString(IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetLastErrorString(CGerror * error)
cgGetLastListing(CGcontext) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetLastListing(CGcontext ctx)
cgGetMatrixParameterdc(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameterdc(CGparameter param, double * matrix)
cgGetMatrixParameterdc(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameterdc(CGparameter param, double * matrix)
cgGetMatrixParameterdr(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameterdr(CGparameter param, double * matrix)
cgGetMatrixParameterdr(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameterdr(CGparameter param, double * matrix)
cgGetMatrixParameterfc(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameterfc(CGparameter param, float * matrix)
cgGetMatrixParameterfc(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameterfc(CGparameter param, float * matrix)
cgGetMatrixParameterfr(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameterfr(CGparameter param, float * matrix)
cgGetMatrixParameterfr(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameterfr(CGparameter param, float * matrix)
cgGetMatrixParameteric(CGparameter, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameteric(CGparameter param, int * matrix)
cgGetMatrixParameteric(CGparameter, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameteric(CGparameter param, int * matrix)
cgGetMatrixParameterir(CGparameter, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameterir(CGparameter param, int * matrix)
cgGetMatrixParameterir(CGparameter, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGetMatrixParameterir(CGparameter param, int * matrix)
cgGetNamedEffectParameter(CGeffect, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetNamedEffectParameter(CGeffect, const char * )
cgGetNamedParameter(CGprogram, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetNamedParameter(CGprogram prog, const char * name)
cgGetNamedParameterAnnotation(CGparameter, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGannotation cgGetNamedParameterAnnotation(CGparameter, const char * )
cgGetNamedPass(CGtechnique, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGpass cgGetNamedPass(CGtechnique, const char * name)
cgGetNamedPassAnnotation(CGpass, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGannotation cgGetNamedPassAnnotation(CGpass, const char * )
cgGetNamedProgramAnnotation(CGprogram, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGannotation cgGetNamedProgramAnnotation(CGprogram, const char * )
cgGetNamedProgramParameter(CGprogram, int, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetNamedProgramParameter(CGprogram prog, CGenum name_space, const char * name)
cgGetNamedSamplerState(CGcontext, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstate cgGetNamedSamplerState(CGcontext, const char * name)
cgGetNamedSamplerStateAssignment(CGparameter, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstateassignment cgGetNamedSamplerStateAssignment(CGparameter, const char * )
cgGetNamedState(CGcontext, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstate cgGetNamedState(CGcontext, const char * name)
cgGetNamedStateAssignment(CGpass, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstateassignment cgGetNamedStateAssignment(CGpass, const char * name)
cgGetNamedStructParameter(CGparameter, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetNamedStructParameter(CGparameter param, const char * name)
cgGetNamedTechnique(CGeffect, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtechnique cgGetNamedTechnique(CGeffect, const char * name)
cgGetNamedTechniqueAnnotation(CGtechnique, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGannotation cgGetNamedTechniqueAnnotation(CGtechnique, const char * )
cgGetNamedUserType(Buffer, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtype cgGetNamedUserType(CGhandle handle, const char * name)
cgGetNextAnnotation(CGannotation) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGannotation cgGetNextAnnotation(CGannotation)
cgGetNextEffect(CGeffect) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGeffect cgGetNextEffect(CGeffect)
cgGetNextLeafParameter(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetNextLeafParameter(CGparameter current)
cgGetNextParameter(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetNextParameter(CGparameter current)
cgGetNextPass(CGpass) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGpass cgGetNextPass(CGpass)
cgGetNextProgram(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGprogram cgGetNextProgram(CGprogram current)
cgGetNextState(CGstate) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstate cgGetNextState(CGstate)
cgGetNextStateAssignment(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstateassignment cgGetNextStateAssignment(CGstateassignment)
cgGetNextTechnique(CGtechnique) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtechnique cgGetNextTechnique(CGtechnique)
cgGetNumConnectedToParameters(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetNumConnectedToParameters(CGparameter param)
cgGetNumDependentAnnotationParameters(CGannotation) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetNumDependentAnnotationParameters(CGannotation)
cgGetNumDependentStateAssignmentParameters(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetNumDependentStateAssignmentParameters(CGstateassignment)
cgGetNumParentTypes(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetNumParentTypes(CGtype type)
cgGetNumUserTypes(Buffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetNumUserTypes(CGhandle handle)
cgGetParameterBaseResource(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGresource cgGetParameterBaseResource(CGparameter param)
cgGetParameterBaseType(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtype cgGetParameterBaseType(CGparameter param)
cgGetParameterClass(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameterclass cgGetParameterClass(CGparameter param)
cgGetParameterColumns(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterColumns(CGparameter param)
cgGetParameterContext(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGcontext cgGetParameterContext(CGparameter param)
cgGetParameterDirection(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGenum cgGetParameterDirection(CGparameter param)
cgGetParameterIndex(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterIndex(CGparameter param)
cgGetParameterName(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetParameterName(CGparameter param)
cgGetParameterNamedType(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtype cgGetParameterNamedType(CGparameter param)
cgGetParameterOrdinalNumber(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterOrdinalNumber(CGparameter param)
cgGetParameterProgram(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGprogram cgGetParameterProgram(CGparameter param)
cgGetParameterResource(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGresource cgGetParameterResource(CGparameter param)
cgGetParameterResourceIndex(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
unsigned long cgGetParameterResourceIndex(CGparameter param)
cgGetParameterRows(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterRows(CGparameter param)
cgGetParameterSemantic(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetParameterSemantic(CGparameter param)
cgGetParameterType(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtype cgGetParameterType(CGparameter param)
cgGetParameterValuedc(CGparameter, int, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValuedc(CGparameter param, int n, double * vals)
cgGetParameterValuedc(CGparameter, int, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValuedc(CGparameter param, int n, double * vals)
cgGetParameterValuedr(CGparameter, int, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValuedr(CGparameter param, int n, double * vals)
cgGetParameterValuedr(CGparameter, int, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValuedr(CGparameter param, int n, double * vals)
cgGetParameterValuefc(CGparameter, int, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValuefc(CGparameter param, int n, float * vals)
cgGetParameterValuefc(CGparameter, int, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValuefc(CGparameter param, int n, float * vals)
cgGetParameterValuefr(CGparameter, int, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValuefr(CGparameter param, int n, float * vals)
cgGetParameterValuefr(CGparameter, int, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValuefr(CGparameter param, int n, float * vals)
cgGetParameterValueic(CGparameter, int, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValueic(CGparameter param, int n, int * vals)
cgGetParameterValueic(CGparameter, int, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValueic(CGparameter param, int n, int * vals)
cgGetParameterValueir(CGparameter, int, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValueir(CGparameter param, int n, int * vals)
cgGetParameterValueir(CGparameter, int, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetParameterValueir(CGparameter param, int n, int * vals)
cgGetParameterVariability(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGenum cgGetParameterVariability(CGparameter param)
cgGetParentType(int, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtype cgGetParentType(CGtype type, int index)
cgGetPassName(CGpass) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetPassName(CGpass)
cgGetPassTechnique(CGpass) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtechnique cgGetPassTechnique(CGpass)
cgGetProfile(String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGprofile cgGetProfile(const char * profile_string)
cgGetProfileString(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetProfileString(CGprofile profile)
cgGetProgramContext(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGcontext cgGetProgramContext(CGprogram prog)
cgGetProgramProfile(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGprofile cgGetProgramProfile(CGprogram prog)
cgGetProgramStateAssignmentValue(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGprogram cgGetProgramStateAssignmentValue(CGstateassignment)
cgGetProgramString(CGprogram, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetProgramString(CGprogram prog, CGenum pname)
cgGetResource(String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGresource cgGetResource(const char * resource_string)
cgGetResourceString(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetResourceString(CGresource resource)
cgGetSamplerStateAssignmentParameter(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetSamplerStateAssignmentParameter(CGstateassignment)
cgGetSamplerStateAssignmentState(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstate cgGetSamplerStateAssignmentState(CGstateassignment)
cgGetSamplerStateAssignmentValue(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetSamplerStateAssignmentValue(CGstateassignment)
cgGetStateAssignmentIndex(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
int cgGetStateAssignmentIndex(CGstateassignment)
cgGetStateAssignmentPass(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGpass cgGetStateAssignmentPass(CGstateassignment)
cgGetStateAssignmentState(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGstate cgGetStateAssignmentState(CGstateassignment)
cgGetStateName(CGstate) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetStateName(CGstate)
cgGetStateType(CGstate) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtype cgGetStateType(CGstate)
cgGetString(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetString(CGenum sname)
cgGetStringAnnotationValue(CGannotation) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetStringAnnotationValue(CGannotation)
cgGetStringParameterValue(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetStringParameterValue(CGparameter param)
cgGetStringStateAssignmentValue(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetStringStateAssignmentValue(CGstateassignment)
cgGetTechniqueEffect(CGtechnique) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGeffect cgGetTechniqueEffect(CGtechnique)
cgGetTechniqueName(CGtechnique) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetTechniqueName(CGtechnique)
cgGetTextureStateAssignmentValue(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGparameter cgGetTextureStateAssignmentValue(CGstateassignment)
cgGetType(String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtype cgGetType(const char * type_string)
cgGetTypeString(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
const char * cgGetTypeString(CGtype type)
cgGetUserType(Buffer, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGtype cgGetUserType(CGhandle handle, int index)
CgGL - Class in com.jogamp.opengl.cg
 
CgGL() - Constructor for class com.jogamp.opengl.cg.CgGL
 
cgGLBindProgram(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLBindProgram(CGprogram program)
cgGLDisableClientState(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLDisableClientState(CGparameter param)
cgGLDisableProfile(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLDisableProfile(CGprofile profile)
cgGLDisableTextureParameter(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLDisableTextureParameter(CGparameter param)
cgGLEnableClientState(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLEnableClientState(CGparameter param)
cgGLEnableProfile(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLEnableProfile(CGprofile profile)
cgGLEnableTextureParameter(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLEnableTextureParameter(CGparameter param)
cgGLGetLatestProfile(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGprofile cgGLGetLatestProfile(CGGLenum profile_type)
cgGLGetManageTextureParameters(CGcontext) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgGLGetManageTextureParameters(CGcontext ctx)
cgGLGetMatrixParameterArraydc(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArraydc(CGparameter param, long offset, long nelements, double * matrices)
cgGLGetMatrixParameterArraydc(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArraydc(CGparameter param, long offset, long nelements, double * matrices)
cgGLGetMatrixParameterArraydr(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArraydr(CGparameter param, long offset, long nelements, double * matrices)
cgGLGetMatrixParameterArraydr(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArraydr(CGparameter param, long offset, long nelements, double * matrices)
cgGLGetMatrixParameterArrayfc(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArrayfc(CGparameter param, long offset, long nelements, float * matrices)
cgGLGetMatrixParameterArrayfc(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArrayfc(CGparameter param, long offset, long nelements, float * matrices)
cgGLGetMatrixParameterArrayfr(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArrayfr(CGparameter param, long offset, long nelements, float * matrices)
cgGLGetMatrixParameterArrayfr(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArrayfr(CGparameter param, long offset, long nelements, float * matrices)
cgGLGetMatrixParameterdc(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterdc(CGparameter param, double * matrix)
cgGLGetMatrixParameterdc(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterdc(CGparameter param, double * matrix)
cgGLGetMatrixParameterdr(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterdr(CGparameter param, double * matrix)
cgGLGetMatrixParameterdr(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterdr(CGparameter param, double * matrix)
cgGLGetMatrixParameterfc(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterfc(CGparameter param, float * matrix)
cgGLGetMatrixParameterfc(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterfc(CGparameter param, float * matrix)
cgGLGetMatrixParameterfr(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterfr(CGparameter param, float * matrix)
cgGLGetMatrixParameterfr(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterfr(CGparameter param, float * matrix)
cgGLGetParameter1d(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter1d(CGparameter param, double * v)
cgGLGetParameter1d(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter1d(CGparameter param, double * v)
cgGLGetParameter1f(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter1f(CGparameter param, float * v)
cgGLGetParameter1f(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter1f(CGparameter param, float * v)
cgGLGetParameter2d(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter2d(CGparameter param, double * v)
cgGLGetParameter2d(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter2d(CGparameter param, double * v)
cgGLGetParameter2f(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter2f(CGparameter param, float * v)
cgGLGetParameter2f(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter2f(CGparameter param, float * v)
cgGLGetParameter3d(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter3d(CGparameter param, double * v)
cgGLGetParameter3d(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter3d(CGparameter param, double * v)
cgGLGetParameter3f(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter3f(CGparameter param, float * v)
cgGLGetParameter3f(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter3f(CGparameter param, float * v)
cgGLGetParameter4d(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter4d(CGparameter param, double * v)
cgGLGetParameter4d(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter4d(CGparameter param, double * v)
cgGLGetParameter4f(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter4f(CGparameter param, float * v)
cgGLGetParameter4f(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameter4f(CGparameter param, float * v)
cgGLGetParameterArray1d(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray1d(CGparameter param, long offset, long nelements, double * v)
cgGLGetParameterArray1d(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray1d(CGparameter param, long offset, long nelements, double * v)
cgGLGetParameterArray1f(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray1f(CGparameter param, long offset, long nelements, float * v)
cgGLGetParameterArray1f(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray1f(CGparameter param, long offset, long nelements, float * v)
cgGLGetParameterArray2d(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray2d(CGparameter param, long offset, long nelements, double * v)
cgGLGetParameterArray2d(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray2d(CGparameter param, long offset, long nelements, double * v)
cgGLGetParameterArray2f(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray2f(CGparameter param, long offset, long nelements, float * v)
cgGLGetParameterArray2f(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray2f(CGparameter param, long offset, long nelements, float * v)
cgGLGetParameterArray3d(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray3d(CGparameter param, long offset, long nelements, double * v)
cgGLGetParameterArray3d(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray3d(CGparameter param, long offset, long nelements, double * v)
cgGLGetParameterArray3f(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray3f(CGparameter param, long offset, long nelements, float * v)
cgGLGetParameterArray3f(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray3f(CGparameter param, long offset, long nelements, float * v)
cgGLGetParameterArray4d(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray4d(CGparameter param, long offset, long nelements, double * v)
cgGLGetParameterArray4d(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray4d(CGparameter param, long offset, long nelements, double * v)
cgGLGetParameterArray4f(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray4f(CGparameter param, long offset, long nelements, float * v)
cgGLGetParameterArray4f(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLGetParameterArray4f(CGparameter param, long offset, long nelements, float * v)
cgGLGetProgramID(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
GLuint cgGLGetProgramID(CGprogram program)
cgGLGetTextureEnum(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
GLenum cgGLGetTextureEnum(CGparameter param)
cgGLGetTextureParameter(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
GLuint cgGLGetTextureParameter(CGparameter param)
cgGLIsProfileSupported(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgGLIsProfileSupported(CGprofile profile)
cgGLIsProgramLoaded(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgGLIsProgramLoaded(CGprogram program)
cgGLLoadProgram(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLLoadProgram(CGprogram program)
cgGLRegisterStates(CGcontext) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLRegisterStates(CGcontext)
cgGLSetManageTextureParameters(CGcontext, boolean) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetManageTextureParameters(CGcontext ctx, CGbool flag)
cgGLSetMatrixParameterArraydc(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArraydc(CGparameter param, long offset, long nelements, const double * matrices)
cgGLSetMatrixParameterArraydc(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArraydc(CGparameter param, long offset, long nelements, const double * matrices)
cgGLSetMatrixParameterArraydr(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArraydr(CGparameter param, long offset, long nelements, const double * matrices)
cgGLSetMatrixParameterArraydr(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArraydr(CGparameter param, long offset, long nelements, const double * matrices)
cgGLSetMatrixParameterArrayfc(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArrayfc(CGparameter param, long offset, long nelements, const float * matrices)
cgGLSetMatrixParameterArrayfc(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArrayfc(CGparameter param, long offset, long nelements, const float * matrices)
cgGLSetMatrixParameterArrayfr(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArrayfr(CGparameter param, long offset, long nelements, const float * matrices)
cgGLSetMatrixParameterArrayfr(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArrayfr(CGparameter param, long offset, long nelements, const float * matrices)
cgGLSetMatrixParameterdc(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterdc(CGparameter param, const double * matrix)
cgGLSetMatrixParameterdc(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterdc(CGparameter param, const double * matrix)
cgGLSetMatrixParameterdr(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterdr(CGparameter param, const double * matrix)
cgGLSetMatrixParameterdr(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterdr(CGparameter param, const double * matrix)
cgGLSetMatrixParameterfc(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterfc(CGparameter param, const float * matrix)
cgGLSetMatrixParameterfc(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterfc(CGparameter param, const float * matrix)
cgGLSetMatrixParameterfr(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterfr(CGparameter param, const float * matrix)
cgGLSetMatrixParameterfr(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterfr(CGparameter param, const float * matrix)
cgGLSetOptimalOptions(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetOptimalOptions(CGprofile profile)
cgGLSetParameter1d(CGparameter, double) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter1d(CGparameter param, double x)
cgGLSetParameter1dv(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter1dv(CGparameter param, const double * v)
cgGLSetParameter1dv(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter1dv(CGparameter param, const double * v)
cgGLSetParameter1f(CGparameter, float) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter1f(CGparameter param, float x)
cgGLSetParameter1fv(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter1fv(CGparameter param, const float * v)
cgGLSetParameter1fv(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter1fv(CGparameter param, const float * v)
cgGLSetParameter2d(CGparameter, double, double) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter2d(CGparameter param, double x, double y)
cgGLSetParameter2dv(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter2dv(CGparameter param, const double * v)
cgGLSetParameter2dv(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter2dv(CGparameter param, const double * v)
cgGLSetParameter2f(CGparameter, float, float) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter2f(CGparameter param, float x, float y)
cgGLSetParameter2fv(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter2fv(CGparameter param, const float * v)
cgGLSetParameter2fv(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter2fv(CGparameter param, const float * v)
cgGLSetParameter3d(CGparameter, double, double, double) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter3d(CGparameter param, double x, double y, double z)
cgGLSetParameter3dv(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter3dv(CGparameter param, const double * v)
cgGLSetParameter3dv(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter3dv(CGparameter param, const double * v)
cgGLSetParameter3f(CGparameter, float, float, float) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter3f(CGparameter param, float x, float y, float z)
cgGLSetParameter3fv(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter3fv(CGparameter param, const float * v)
cgGLSetParameter3fv(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter3fv(CGparameter param, const float * v)
cgGLSetParameter4d(CGparameter, double, double, double, double) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter4d(CGparameter param, double x, double y, double z, double w)
cgGLSetParameter4dv(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter4dv(CGparameter param, const double * v)
cgGLSetParameter4dv(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter4dv(CGparameter param, const double * v)
cgGLSetParameter4f(CGparameter, float, float, float, float) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter4f(CGparameter param, float x, float y, float z, float w)
cgGLSetParameter4fv(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter4fv(CGparameter param, const float * v)
cgGLSetParameter4fv(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameter4fv(CGparameter param, const float * v)
cgGLSetParameterArray1d(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray1d(CGparameter param, long offset, long nelements, const double * v)
cgGLSetParameterArray1d(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray1d(CGparameter param, long offset, long nelements, const double * v)
cgGLSetParameterArray1f(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray1f(CGparameter param, long offset, long nelements, const float * v)
cgGLSetParameterArray1f(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray1f(CGparameter param, long offset, long nelements, const float * v)
cgGLSetParameterArray2d(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray2d(CGparameter param, long offset, long nelements, const double * v)
cgGLSetParameterArray2d(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray2d(CGparameter param, long offset, long nelements, const double * v)
cgGLSetParameterArray2f(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray2f(CGparameter param, long offset, long nelements, const float * v)
cgGLSetParameterArray2f(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray2f(CGparameter param, long offset, long nelements, const float * v)
cgGLSetParameterArray3d(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray3d(CGparameter param, long offset, long nelements, const double * v)
cgGLSetParameterArray3d(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray3d(CGparameter param, long offset, long nelements, const double * v)
cgGLSetParameterArray3f(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray3f(CGparameter param, long offset, long nelements, const float * v)
cgGLSetParameterArray3f(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray3f(CGparameter param, long offset, long nelements, const float * v)
cgGLSetParameterArray4d(CGparameter, long, long, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray4d(CGparameter param, long offset, long nelements, const double * v)
cgGLSetParameterArray4d(CGparameter, long, long, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray4d(CGparameter param, long offset, long nelements, const double * v)
cgGLSetParameterArray4f(CGparameter, long, long, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray4f(CGparameter param, long offset, long nelements, const float * v)
cgGLSetParameterArray4f(CGparameter, long, long, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterArray4f(CGparameter param, long offset, long nelements, const float * v)
cgGLSetParameterPointer(CGparameter, int, int, int, Buffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetParameterPointer(CGparameter param, GLint fsize, GLenum type, GLsizei stride, const GLvoid * pointer)
cgGLSetStateMatrixParameter(CGparameter, int, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetStateMatrixParameter(CGparameter param, CGGLenum matrix, CGGLenum transform)
cgGLSetTextureParameter(CGparameter, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetTextureParameter(CGparameter param, GLuint texobj)
cgGLSetupSampler(CGparameter, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLSetupSampler(CGparameter param, GLuint texobj)
cgGLUnbindProgram(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgGLUnbindProgram(CGprofile profile)
cgIsAnnotation(CGannotation) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsAnnotation(CGannotation)
cgIsContext(CGcontext) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsContext(CGcontext ctx)
cgIsEffect(CGeffect) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsEffect(CGeffect effect)
cgIsInterfaceType(int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsInterfaceType(CGtype type)
cgIsParameter(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsParameter(CGparameter param)
cgIsParameterGlobal(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsParameterGlobal(CGparameter param)
cgIsParameterReferenced(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsParameterReferenced(CGparameter param)
cgIsParameterUsed(CGparameter, Buffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsParameterUsed(CGparameter param, CGhandle handle)
cgIsParentType(int, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsParentType(CGtype parent, CGtype child)
cgIsPass(CGpass) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsPass(CGpass)
cgIsProgram(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsProgram(CGprogram program)
cgIsProgramCompiled(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsProgramCompiled(CGprogram program)
cgIsState(CGstate) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsState(CGstate)
cgIsStateAssignment(CGstateassignment) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsStateAssignment(CGstateassignment)
cgIsTechnique(CGtechnique) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsTechnique(CGtechnique)
cgIsTechniqueValidated(CGtechnique) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgIsTechniqueValidated(CGtechnique)
CGparameter - Class in com.jogamp.opengl.cg
 
CGpass - Class in com.jogamp.opengl.cg
 
CgProcAddressTable - Class in com.jogamp.opengl.cg
This table is a cache of pointers to the dynamically-linkable C library.
CgProcAddressTable() - Constructor for class com.jogamp.opengl.cg.CgProcAddressTable
 
CgProcAddressTable(FunctionAddressResolver) - Constructor for class com.jogamp.opengl.cg.CgProcAddressTable
 
CGprogram - Class in com.jogamp.opengl.cg
 
cgResetPassState(CGpass) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgResetPassState(CGpass)
cgSetArraySize(CGparameter, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetArraySize(CGparameter param, int size)
cgSetAutoCompile(CGcontext, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetAutoCompile(CGcontext ctx, CGenum flag)
cgSetLastListing(Buffer, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetLastListing(CGhandle handle, const char * listing)
cgSetMatrixParameterdc(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameterdc(CGparameter param, const double * matrix)
cgSetMatrixParameterdc(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameterdc(CGparameter param, const double * matrix)
cgSetMatrixParameterdr(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameterdr(CGparameter param, const double * matrix)
cgSetMatrixParameterdr(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameterdr(CGparameter param, const double * matrix)
cgSetMatrixParameterfc(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameterfc(CGparameter param, const float * matrix)
cgSetMatrixParameterfc(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameterfc(CGparameter param, const float * matrix)
cgSetMatrixParameterfr(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameterfr(CGparameter param, const float * matrix)
cgSetMatrixParameterfr(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameterfr(CGparameter param, const float * matrix)
cgSetMatrixParameteric(CGparameter, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameteric(CGparameter param, const int * matrix)
cgSetMatrixParameteric(CGparameter, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameteric(CGparameter param, const int * matrix)
cgSetMatrixParameterir(CGparameter, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameterir(CGparameter param, const int * matrix)
cgSetMatrixParameterir(CGparameter, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMatrixParameterir(CGparameter param, const int * matrix)
cgSetMultiDimArraySize(CGparameter, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMultiDimArraySize(CGparameter param, const int * sizes)
cgSetMultiDimArraySize(CGparameter, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetMultiDimArraySize(CGparameter param, const int * sizes)
cgSetParameter1d(CGparameter, double) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter1d(CGparameter param, double x)
cgSetParameter1dv(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter1dv(CGparameter param, const double * v)
cgSetParameter1dv(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter1dv(CGparameter param, const double * v)
cgSetParameter1f(CGparameter, float) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter1f(CGparameter param, float x)
cgSetParameter1fv(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter1fv(CGparameter param, const float * v)
cgSetParameter1fv(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter1fv(CGparameter param, const float * v)
cgSetParameter1i(CGparameter, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter1i(CGparameter param, int x)
cgSetParameter1iv(CGparameter, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter1iv(CGparameter param, const int * v)
cgSetParameter1iv(CGparameter, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter1iv(CGparameter param, const int * v)
cgSetParameter2d(CGparameter, double, double) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter2d(CGparameter param, double x, double y)
cgSetParameter2dv(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter2dv(CGparameter param, const double * v)
cgSetParameter2dv(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter2dv(CGparameter param, const double * v)
cgSetParameter2f(CGparameter, float, float) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter2f(CGparameter param, float x, float y)
cgSetParameter2fv(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter2fv(CGparameter param, const float * v)
cgSetParameter2fv(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter2fv(CGparameter param, const float * v)
cgSetParameter2i(CGparameter, int, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter2i(CGparameter param, int x, int y)
cgSetParameter2iv(CGparameter, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter2iv(CGparameter param, const int * v)
cgSetParameter2iv(CGparameter, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter2iv(CGparameter param, const int * v)
cgSetParameter3d(CGparameter, double, double, double) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter3d(CGparameter param, double x, double y, double z)
cgSetParameter3dv(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter3dv(CGparameter param, const double * v)
cgSetParameter3dv(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter3dv(CGparameter param, const double * v)
cgSetParameter3f(CGparameter, float, float, float) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter3f(CGparameter param, float x, float y, float z)
cgSetParameter3fv(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter3fv(CGparameter param, const float * v)
cgSetParameter3fv(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter3fv(CGparameter param, const float * v)
cgSetParameter3i(CGparameter, int, int, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter3i(CGparameter param, int x, int y, int z)
cgSetParameter3iv(CGparameter, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter3iv(CGparameter param, const int * v)
cgSetParameter3iv(CGparameter, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter3iv(CGparameter param, const int * v)
cgSetParameter4d(CGparameter, double, double, double, double) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter4d(CGparameter param, double x, double y, double z, double w)
cgSetParameter4dv(CGparameter, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter4dv(CGparameter param, const double * v)
cgSetParameter4dv(CGparameter, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter4dv(CGparameter param, const double * v)
cgSetParameter4f(CGparameter, float, float, float, float) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter4f(CGparameter param, float x, float y, float z, float w)
cgSetParameter4fv(CGparameter, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter4fv(CGparameter param, const float * v)
cgSetParameter4fv(CGparameter, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter4fv(CGparameter param, const float * v)
cgSetParameter4i(CGparameter, int, int, int, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter4i(CGparameter param, int x, int y, int z, int w)
cgSetParameter4iv(CGparameter, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter4iv(CGparameter param, const int * v)
cgSetParameter4iv(CGparameter, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameter4iv(CGparameter param, const int * v)
cgSetParameterSemantic(CGparameter, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterSemantic(CGparameter param, const char * semantic)
cgSetParameterValuedc(CGparameter, int, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValuedc(CGparameter param, int n, const double * vals)
cgSetParameterValuedc(CGparameter, int, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValuedc(CGparameter param, int n, const double * vals)
cgSetParameterValuedr(CGparameter, int, double[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValuedr(CGparameter param, int n, const double * vals)
cgSetParameterValuedr(CGparameter, int, DoubleBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValuedr(CGparameter param, int n, const double * vals)
cgSetParameterValuefc(CGparameter, int, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValuefc(CGparameter param, int n, const float * vals)
cgSetParameterValuefc(CGparameter, int, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValuefc(CGparameter param, int n, const float * vals)
cgSetParameterValuefr(CGparameter, int, float[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValuefr(CGparameter param, int n, const float * vals)
cgSetParameterValuefr(CGparameter, int, FloatBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValuefr(CGparameter param, int n, const float * vals)
cgSetParameterValueic(CGparameter, int, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValueic(CGparameter param, int n, const int * vals)
cgSetParameterValueic(CGparameter, int, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValueic(CGparameter param, int n, const int * vals)
cgSetParameterValueir(CGparameter, int, int[], int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValueir(CGparameter param, int n, const int * vals)
cgSetParameterValueir(CGparameter, int, IntBuffer) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterValueir(CGparameter param, int n, const int * vals)
cgSetParameterVariability(CGparameter, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetParameterVariability(CGparameter param, CGenum vary)
cgSetPassProgramParameters(CGprogram) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetPassProgramParameters(CGprogram)
cgSetPassState(CGpass) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetPassState(CGpass)
cgSetProgramProfile(CGprogram, int) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetProgramProfile(CGprogram prog, CGprofile profile)
cgSetSamplerState(CGparameter) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetSamplerState(CGparameter)
cgSetStringParameterValue(CGparameter, String) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
void cgSetStringParameterValue(CGparameter param, const char * str)
CGstate - Class in com.jogamp.opengl.cg
 
CGstateassignment - Class in com.jogamp.opengl.cg
 
CGtechnique - Class in com.jogamp.opengl.cg
 
cgValidateTechnique(CGtechnique) - Static method in class com.jogamp.opengl.cg.CgGL
Entry point (through function pointer) to C language function:
CGbool cgValidateTechnique(CGtechnique)
chooseCapabilities(CapabilitiesImmutable, List<? extends CapabilitiesImmutable>, int) - Method in interface com.jogamp.nativewindow.CapabilitiesChooser
Chooses the index (0..available.length - 1) of the Capabilities most closely matching the desired one from the list of all supported.
chooseCapabilities(CapabilitiesImmutable, List<? extends CapabilitiesImmutable>, int) - Method in class com.jogamp.nativewindow.DefaultCapabilitiesChooser
 
chooseCapabilities(CapabilitiesImmutable, List<? extends CapabilitiesImmutable>, int) - Method in class com.jogamp.opengl.DefaultGLCapabilitiesChooser
 
chooseCapabilities(CapabilitiesImmutable, List<? extends CapabilitiesImmutable>, int) - Method in class com.jogamp.opengl.GenericGLCapabilitiesChooser
 
chooseCapabilities(CapabilitiesImmutable, List<? extends CapabilitiesImmutable>, int) - Method in class com.jogamp.opengl.util.caps.NonFSAAGLCapsChooser
 
chooseGraphicsConfiguration(CapabilitiesImmutable, CapabilitiesImmutable, CapabilitiesChooser, AbstractGraphicsScreen, int) - Method in class com.jogamp.nativewindow.GraphicsConfigurationFactory
Selects a graphics configuration on the specified graphics device compatible with the supplied Capabilities.
CHOSEN_BITS - Static variable in class com.jogamp.opengl.FBObject
Request current context drawable's chosen depth- or stencil-bits; value -2
classifyPoint(Vec3f) - Method in class com.jogamp.opengl.math.geom.Frustum
Check to see if a point is outside, inside or on a plane of the frustum.
classifySphere(Vec3f, float) - Method in class com.jogamp.opengl.math.geom.Frustum
Check to see if a sphere is outside, intersecting or inside of the frustum.
clear() - Method in class com.jogamp.graph.curve.OutlineShape
Clears all data and reset all states as if this instance was newly created
clear() - Method in class com.jogamp.newt.event.awt.AWTAdapter
Removes all references, downstream and NEWT-EventListener.
clear() - Method in class com.jogamp.newt.event.NEWTEventFiFo
Clear all NEWTEvents from queue
clear() - Method in class com.jogamp.opengl.util.GLArrayDataClient
 
clear() - Method in interface com.jogamp.opengl.util.GLArrayDataEditable
Clears this buffer and resets states accordingly.
clear() - Method in class com.jogamp.opengl.util.GLPixelBuffer
clear() - Method in class com.jogamp.opengl.util.packrect.LevelSet
Clears out all Levels stored in this LevelSet.
clear() - Method in class com.jogamp.opengl.util.packrect.RectanglePacker
Clears all Rects contained in this RectanglePacker.
clear(boolean) - Method in class com.jogamp.newt.event.DoubleTapScrollGesture
 
clear(boolean) - Method in interface com.jogamp.newt.event.GestureHandler
Clears state of handler, i.e.
clear(boolean) - Method in class com.jogamp.newt.event.PinchToZoomGesture
 
clear(GL) - Method in class com.jogamp.opengl.util.GLArrayDataClient
 
clear(GL) - Method in interface com.jogamp.opengl.util.GLArrayDataEditable
Clears this buffer and resets states accordingly.
clear(GL2ES2) - Method in class com.jogamp.graph.curve.opengl.GLRegion
Clears all buffers, i.e.
clear(GL2ES2) - Method in class com.jogamp.graph.curve.opengl.TextRegionUtil
Clear all cached GLRegions and mapped values.
clear(GL2ES2, RegionRenderer) - Method in class com.jogamp.graph.ui.Shape
Clears all data and reset all states as if this instance was newly created
clearCache() - Method in class com.jogamp.graph.curve.OutlineShape
Clears cached triangulated data, i.e.
clearHandleOwner() - Method in interface com.jogamp.nativewindow.AbstractGraphicsDevice
 
clearHandleOwner() - Method in class com.jogamp.nativewindow.DefaultGraphicsDevice
 
clearHandleOwner() - Method in class com.jogamp.nativewindow.egl.EGLGraphicsDevice
 
clearHandleOwner() - Method in class com.jogamp.nativewindow.x11.X11GraphicsDevice
 
clearHintMask(int) - Method in class com.jogamp.graph.curve.opengl.RegionRenderer
 
clearHintMask(int) - Method in class com.jogamp.graph.curve.opengl.RenderState
 
clearPreservedGLState() - Method in interface com.jogamp.opengl.GLStateKeeper
Clears the preserved GLEventListenerState from this GLStateKeeper, without destroying it.
clearQuitAdapter() - Method in class com.jogamp.newt.opengl.util.NEWTDemoListener
 
clearUpstreamOptionBits(int) - Method in interface com.jogamp.nativewindow.ProxySurface
Clear the given bit-mask from this instance upstream-option-bits using bit-and w/ ~v
clipGLVersion(int, int[], int[]) - Static method in class com.jogamp.opengl.GLContext
Clip the given GL version to the maximum known valid version if exceeding.
clipImageSize(int, int) - Method in class com.jogamp.opengl.util.TileRenderer
Clips the image-size this tile-renderer iterates through, which can be retrieved via TileRenderer.getClippedImageSize().
clone - com.jogamp.newt.MonitorDevice.Orientation
 
clone() - Method in class com.jogamp.graph.geom.plane.AffineTransform
 
clone() - Method in class com.jogamp.graph.geom.plane.Path2F
 
clone() - Method in class com.jogamp.graph.geom.Vertex
 
clone() - Method in interface com.jogamp.nativewindow.AbstractGraphicsConfiguration
 
clone() - Method in interface com.jogamp.nativewindow.AbstractGraphicsDevice
 
clone() - Method in interface com.jogamp.nativewindow.AbstractGraphicsScreen
 
clone() - Method in class com.jogamp.nativewindow.awt.AWTGraphicsConfiguration
 
clone() - Method in class com.jogamp.nativewindow.awt.AWTGraphicsDevice
 
clone() - Method in class com.jogamp.nativewindow.awt.AWTGraphicsScreen
 
clone() - Method in class com.jogamp.nativewindow.Capabilities
 
clone() - Method in class com.jogamp.nativewindow.DefaultGraphicsConfiguration
 
clone() - Method in class com.jogamp.nativewindow.DefaultGraphicsDevice
 
clone() - Method in class com.jogamp.nativewindow.DefaultGraphicsScreen
 
clone() - Method in class com.jogamp.nativewindow.egl.EGLGraphicsDevice
 
clone() - Method in class com.jogamp.nativewindow.ios.IOSGraphicsDevice
 
clone() - Method in class com.jogamp.nativewindow.macosx.MacOSXGraphicsDevice
 
clone() - Method in class com.jogamp.nativewindow.util.Dimension
 
clone() - Method in class com.jogamp.nativewindow.util.Point
 
clone() - Method in class com.jogamp.nativewindow.windows.WindowsGraphicsDevice
 
clone() - Method in class com.jogamp.nativewindow.x11.X11GraphicsConfiguration
 
clone() - Method in class com.jogamp.nativewindow.x11.X11GraphicsDevice
 
clone() - Method in class com.jogamp.nativewindow.x11.X11GraphicsScreen
 
clone() - Method in class com.jogamp.opengl.GLCapabilities
 
cloneMutable() - Method in class com.jogamp.nativewindow.Capabilities
 
cloneMutable() - Method in class com.jogamp.nativewindow.util.Dimension
 
cloneMutable() - Method in class com.jogamp.nativewindow.util.Insets
 
cloneMutable() - Method in class com.jogamp.nativewindow.util.Point
 
cloneMutable() - Method in class com.jogamp.nativewindow.util.Rectangle
 
cloneMutable() - Method in class com.jogamp.opengl.GLCapabilities
 
close() - Method in interface com.jogamp.nativewindow.AbstractGraphicsDevice
Optionally closing the device if handle is not null.
close() - Method in class com.jogamp.nativewindow.DefaultGraphicsDevice
 
close() - Method in class com.jogamp.nativewindow.egl.EGLGraphicsDevice
Closes the EGL device if handle is not null and it's EGLGraphicsDevice.EGLDisplayLifecycleCallback is valid.
close() - Method in class com.jogamp.nativewindow.x11.X11GraphicsDevice
 
close() - Method in class com.jogamp.opengl.util.texture.spi.DDSImage
Closes open files and resources associated with the open DDSImage.
close() - Method in class com.jogamp.opengl.util.texture.spi.LEDataInputStream
 
close() - Method in class com.jogamp.opengl.util.texture.spi.LEDataOutputStream
 
CLOSE - com.jogamp.graph.geom.plane.Path2F.SegmentType
 
closeLastOutline(boolean) - Method in class com.jogamp.graph.curve.OutlineShape
Closes the last outline in the shape.
closePath() - Method in class com.jogamp.graph.curve.OutlineShape
Closes the current sub-path segment by drawing a straight line back to the coordinates of the last moveTo.
closePath() - Method in class com.jogamp.graph.geom.plane.Path2F
Closes the current sub-path segment by drawing a straight line back to the coordinates of the last moveTo.
CMYK - com.jogamp.opengl.util.texture.TextureData.ColorSpace
 
Codec - com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.Bit
Stream codec change.
COLOR - com.jogamp.opengl.FBObject.Attachment.Type
 
COLOR - com.jogamp.opengl.util.glsl.fixedfunc.ShaderSelectionMode
Fixed shader selection: Simple color.
COLOR_LIGHT_PER_VERTEX - com.jogamp.opengl.util.glsl.fixedfunc.ShaderSelectionMode
Fixed shader selection: Color with vertex-lighting.
COLOR_TEXTURE - com.jogamp.opengl.FBObject.Attachment.Type
 
COLOR_TEXTURE2 - com.jogamp.opengl.util.glsl.fixedfunc.ShaderSelectionMode
Fixed shader selection: Multi-Textured color.
COLOR_TEXTURE4 - com.jogamp.opengl.util.glsl.fixedfunc.ShaderSelectionMode
Fixed shader selection: Multi-Textured color.
COLOR_TEXTURE8 - com.jogamp.opengl.util.glsl.fixedfunc.ShaderSelectionMode
Fixed shader selection: Multi-Textured color.
COLOR_TEXTURE8_LIGHT_PER_VERTEX - com.jogamp.opengl.util.glsl.fixedfunc.ShaderSelectionMode
Fixed shader selection: Multi-Textured color with vertex-lighting.
ColorAttachment(int, int, int, int, int) - Constructor for class com.jogamp.opengl.FBObject.ColorAttachment
 
COLORCHANNEL_RENDERING_BIT - Static variable in class com.jogamp.graph.curve.Region
Rendering-Mode bit for Region to optionally enable a color-channel per vertex.
colorMapEntrySize() - Method in class com.jogamp.opengl.util.texture.spi.TGAImage.Header
 
colorMapLength() - Method in class com.jogamp.opengl.util.texture.spi.TGAImage.Header
 
COLORMAPPED - Static variable in class com.jogamp.opengl.util.texture.spi.TGAImage.Header
 
colorMapType() - Method in class com.jogamp.opengl.util.texture.spi.TGAImage.Header
 
COLORTEXTURE_RENDERING_BIT - Static variable in class com.jogamp.graph.curve.Region
Rendering-Mode bit for Region
column - Variable in class com.jogamp.graph.ui.layout.Gap
Column gap value, horizontal spacing.
COLUMN - com.jogamp.graph.ui.layout.GridLayout.Order
COLUMN layout order of Group.getShapes()} is left to right and top to bottom.
columns() - Method in class com.jogamp.opengl.GLUniformData
 
com.jogamp.graph.curve - package com.jogamp.graph.curve
 
com.jogamp.graph.curve.opengl - package com.jogamp.graph.curve.opengl
 
com.jogamp.graph.curve.tess - package com.jogamp.graph.curve.tess
 
com.jogamp.graph.font - package com.jogamp.graph.font
 
com.jogamp.graph.geom - package com.jogamp.graph.geom
 
com.jogamp.graph.geom.plane - package com.jogamp.graph.geom.plane
 
com.jogamp.graph.ui - package com.jogamp.graph.ui
Public Graph UI Package
com.jogamp.graph.ui.layout - package com.jogamp.graph.ui.layout
 
com.jogamp.graph.ui.shapes - package com.jogamp.graph.ui.shapes
 
com.jogamp.nativewindow - package com.jogamp.nativewindow
NativeWindow Protocol Specification Overview
com.jogamp.nativewindow.awt - package com.jogamp.nativewindow.awt
 
com.jogamp.nativewindow.egl - package com.jogamp.nativewindow.egl
 
com.jogamp.nativewindow.ios - package com.jogamp.nativewindow.ios
 
com.jogamp.nativewindow.javafx - package com.jogamp.nativewindow.javafx
 
com.jogamp.nativewindow.macosx - package com.jogamp.nativewindow.macosx
 
com.jogamp.nativewindow.swt - package com.jogamp.nativewindow.swt
 
com.jogamp.nativewindow.util - package com.jogamp.nativewindow.util
 
com.jogamp.nativewindow.windows - package com.jogamp.nativewindow.windows
 
com.jogamp.nativewindow.x11 - package com.jogamp.nativewindow.x11
 
com.jogamp.newt - package com.jogamp.newt
 
com.jogamp.newt.awt - package com.jogamp.newt.awt
 
com.jogamp.newt.awt.applet - package com.jogamp.newt.awt.applet
 
com.jogamp.newt.event - package com.jogamp.newt.event
 
com.jogamp.newt.event.awt - package com.jogamp.newt.event.awt
 
com.jogamp.newt.javafx - package com.jogamp.newt.javafx
 
com.jogamp.newt.opengl - package com.jogamp.newt.opengl
 
com.jogamp.newt.opengl.util - package com.jogamp.newt.opengl.util
 
com.jogamp.newt.opengl.util.stereo - package com.jogamp.newt.opengl.util.stereo
 
com.jogamp.newt.swt - package com.jogamp.newt.swt
 
com.jogamp.newt.util - package com.jogamp.newt.util
 
com.jogamp.newt.util.applet - package com.jogamp.newt.util.applet
 
com.jogamp.opengl - package com.jogamp.opengl
 
com.jogamp.opengl.awt - package com.jogamp.opengl.awt
 
com.jogamp.opengl.cg - package com.jogamp.opengl.cg
 
com.jogamp.opengl.egl - package com.jogamp.opengl.egl
 
com.jogamp.opengl.fixedfunc - package com.jogamp.opengl.fixedfunc
 
com.jogamp.opengl.glu - package com.jogamp.opengl.glu
 
com.jogamp.opengl.glu.gl2 - package com.jogamp.opengl.glu.gl2
 
com.jogamp.opengl.glu.gl2es1 - package com.jogamp.opengl.glu.gl2es1
 
com.jogamp.opengl.math - package com.jogamp.opengl.math
 
com.jogamp.opengl.math.geom - package com.jogamp.opengl.math.geom
 
com.jogamp.opengl.swt - package com.jogamp.opengl.swt
 
com.jogamp.opengl.util - package com.jogamp.opengl.util
 
com.jogamp.opengl.util.av - package com.jogamp.opengl.util.av
Public Audio/Video Utility Package
com.jogamp.opengl.util.awt - package com.jogamp.opengl.util.awt
 
com.jogamp.opengl.util.caps - package com.jogamp.opengl.util.caps
 
com.jogamp.opengl.util.gl2 - package com.jogamp.opengl.util.gl2
 
com.jogamp.opengl.util.glsl - package com.jogamp.opengl.util.glsl
 
com.jogamp.opengl.util.glsl.fixedfunc - package com.jogamp.opengl.util.glsl.fixedfunc
 
com.jogamp.opengl.util.glsl.sdk - package com.jogamp.opengl.util.glsl.sdk
 
com.jogamp.opengl.util.packrect - package com.jogamp.opengl.util.packrect
This package implements a rectangle packing algorithm suitable for tracking the placement of multiple rectangles inside a larger one.
com.jogamp.opengl.util.stereo - package com.jogamp.opengl.util.stereo
 
com.jogamp.opengl.util.stereo.generic - package com.jogamp.opengl.util.stereo.generic
 
com.jogamp.opengl.util.texture - package com.jogamp.opengl.util.texture
 
com.jogamp.opengl.util.texture.awt - package com.jogamp.opengl.util.texture.awt
 
com.jogamp.opengl.util.texture.spi - package com.jogamp.opengl.util.texture.spi
 
com.jogamp.opengl.util.texture.spi.awt - package com.jogamp.opengl.util.texture.spi.awt
 
combine(double[], Object[], float[], Object[]) - Method in interface com.jogamp.opengl.glu.GLUtessellatorCallback
The combine callback method is called to create a new vertex when the tessellation detects an intersection, or wishes to merge features.
combine(double[], Object[], float[], Object[]) - Method in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
 
combineData(double[], Object[], float[], Object[], Object) - Method in interface com.jogamp.opengl.glu.GLUtessellatorCallback
The same as the combine callback method except that it takes an additional reference argument.
combineData(double[], Object[], float[], Object[], Object) - Method in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
 
comp - Variable in enum com.jogamp.nativewindow.util.PixelFormat
Unique Pixel Composition, i.e.
compact() - Method in class com.jogamp.opengl.util.packrect.RectanglePacker
Forces a compaction cycle, which typically results in allocating a new backing store and copying all entries to it.
compact(Object, BackingStoreManager) - Method in class com.jogamp.opengl.util.packrect.Level
 
compactAndAdd(Rect, Object, BackingStoreManager) - Method in class com.jogamp.opengl.util.packrect.LevelSet
Allocates the given Rectangle, performing compaction of a Level if necessary.
compare(float, float) - Static method in class com.jogamp.opengl.math.FloatUtil
Return true if both values are equal w/o regarding an epsilon.
compare(float, float, float) - Static method in class com.jogamp.opengl.math.FloatUtil
Return true if both values are equal, i.e.
compare(VisualIDHolder, VisualIDHolder) - Method in class com.jogamp.nativewindow.VisualIDHolder.VIDComparator
 
compareTo(OutlineShape) - Method in class com.jogamp.graph.curve.OutlineShape
Compare two outline shape's Bounding Box size.
compareTo(Outline) - Method in class com.jogamp.graph.geom.Outline
Compare two outline's Bounding Box size.
compareTo(CapabilitiesImmutable) - Method in class com.jogamp.nativewindow.Capabilities
Comparing RGBA values only
compareTo(CapabilitiesImmutable) - Method in class com.jogamp.opengl.GLCapabilities
comparing hw/sw, stereo, multisample, stencil, RGBA and depth only
compareTo(DimensionImmutable) - Method in class com.jogamp.nativewindow.util.Dimension
 
compareTo(DimensionImmutable) - Method in interface com.jogamp.nativewindow.util.DimensionImmutable
Compares square of size.
compareTo(PointImmutable) - Method in class com.jogamp.nativewindow.util.Point
 
compareTo(PointImmutable) - Method in interface com.jogamp.nativewindow.util.PointImmutable
Compares the square of the position.
compareTo(RectangleImmutable) - Method in class com.jogamp.nativewindow.util.Rectangle
 
compareTo(RectangleImmutable) - Method in interface com.jogamp.nativewindow.util.RectangleImmutable
Compares square of size 1st, if equal the square of position.
compareTo(SurfaceSize) - Method in class com.jogamp.nativewindow.util.SurfaceSize
Compares resolution 1st, if equal the bitsPerPixel.
compareTo(MonitorMode) - Method in class com.jogamp.newt.MonitorMode
Compares sizeAndRRate 1st, then MonitorMode.rotation.
compareTo(MonitorMode.SizeAndRRate) - Method in class com.jogamp.newt.MonitorMode.SizeAndRRate
compile(GL2ES2) - Method in class com.jogamp.opengl.util.glsl.ShaderCode
 
compile(GL2ES2, PrintStream) - Method in class com.jogamp.opengl.util.glsl.ShaderCode
 
compileShader(GL, IntBuffer) - Static method in class com.jogamp.opengl.util.glsl.ShaderUtil
 
CompileShader - Class in com.jogamp.opengl.util.glsl.sdk
Precompiles a shader into a vendor binary format.
CompileShader() - Constructor for class com.jogamp.opengl.util.glsl.sdk.CompileShader
 
CompileShaderNVidia - Class in com.jogamp.opengl.util.glsl.sdk
Precompiles a shader into NVidia binary format.
CompileShaderNVidia() - Constructor for class com.jogamp.opengl.util.glsl.sdk.CompileShaderNVidia
 
componentBitCount() - Method in interface com.jogamp.nativewindow.util.PixelFormat.Composition
Returns the number of bits of all components, see PixelFormat.Composition.componentBitMask().
componentBitCount() - Method in class com.jogamp.nativewindow.util.PixelFormat.PackedComposition
 
componentBitMask() - Method in interface com.jogamp.nativewindow.util.PixelFormat.Composition
Returns the un-shifted bit-mask of all components.
componentBitMask() - Method in class com.jogamp.nativewindow.util.PixelFormat.PackedComposition
 
componentBitShift() - Method in interface com.jogamp.nativewindow.util.PixelFormat.Composition
Returns the bit-shift of all components, see PixelFormat.Composition.componentBitMask().
componentBitShift() - Method in class com.jogamp.nativewindow.util.PixelFormat.PackedComposition
 
componentCount() - Method in interface com.jogamp.nativewindow.util.PixelFormat.Composition
Number of components per pixel, e.g.
componentCount() - Method in class com.jogamp.nativewindow.util.PixelFormat.PackedComposition
 
componentCount(int) - Static method in class com.jogamp.opengl.util.GLBuffers
Returns the number of components required for the given OpenGL format.
ComponentEvents - Interface in com.jogamp.opengl.awt
Factors out the listener manipulation for the events supported by all of the GLDrawable implementations.
componentHidden(ComponentEvent) - Method in class com.jogamp.newt.event.awt.AWTWindowAdapter
 
ComponentMap(PixelFormat.Composition, PixelFormat.Composition) - Constructor for class com.jogamp.nativewindow.util.PixelFormatUtil.ComponentMap
 
componentMoved(ComponentEvent) - Method in class com.jogamp.newt.event.awt.AWTWindowAdapter
 
componentOrder() - Method in interface com.jogamp.nativewindow.util.PixelFormat.Composition
Returns the Component type order of all components, see PixelFormat.Composition.componentBitMask().
componentOrder() - Method in class com.jogamp.nativewindow.util.PixelFormat.PackedComposition
 
componentResized(ComponentEvent) - Method in class com.jogamp.newt.event.awt.AWTWindowAdapter
 
components() - Method in class com.jogamp.opengl.GLUniformData
 
componentShown(ComponentEvent) - Method in class com.jogamp.newt.event.awt.AWTWindowAdapter
 
compsToElemCount(int) - Method in class com.jogamp.opengl.util.GLArrayDataClient
Returning element-count from given componentCount, rounding up to componentsPerElement.
concatenate(AffineTransform) - Method in class com.jogamp.graph.geom.plane.AffineTransform
Concatenates the given matrix to this.
CONFINED_MASK - Static variable in class com.jogamp.newt.event.InputEvent
Pointer is confined, see Window.confinePointer(boolean).
confinePointer(boolean) - Method in class com.jogamp.newt.opengl.GLWindow
 
confinePointer(boolean) - Method in interface com.jogamp.newt.Window
Confine the pointer to this window, ie.
conjugate() - Method in class com.jogamp.opengl.math.Quaternion
Conjugates this quaternion [-x, -y, -z, w].
consumedTag - Static variable in class com.jogamp.newt.event.NEWTEvent
See NEWTEvent.setConsumed(boolean) for description.
consumeEvent(NEWTEvent) - Method in interface com.jogamp.newt.event.NEWTEventConsumer
Consume the event
consumeEvent(NEWTEvent) - Method in class com.jogamp.newt.opengl.GLWindow
 
Container - Interface in com.jogamp.graph.ui
Container interface of UI Shapes
contains(float, float) - Method in class com.jogamp.graph.geom.plane.Path2F
 
contains(float, float) - Method in class com.jogamp.opengl.math.geom.AABBox
Check if the x & y coordinates are bounded/contained by this AABBox
contains(float, float, float) - Method in class com.jogamp.opengl.math.geom.AABBox
Check if the xyz coordinates are bounded/contained by this AABBox.
contains(float, float, float, float) - Method in class com.jogamp.graph.geom.plane.Path2F
 
contains(int, int) - Method in class com.jogamp.newt.MonitorDevice
Returns true if given screen coordinates in pixel units are contained by this viewport, otherwise false.
contains(Shape) - Method in interface com.jogamp.graph.ui.Container
 
contains(Shape) - Method in class com.jogamp.graph.ui.Group
 
contains(Shape) - Method in class com.jogamp.graph.ui.Scene
 
contains(RectangleImmutable) - Method in class com.jogamp.nativewindow.util.Rectangle
 
contains(RectangleImmutable) - Method in interface com.jogamp.nativewindow.util.RectangleImmutable
 
contains(AABBox) - Method in class com.jogamp.graph.geom.plane.Path2F
 
contains(ShaderCode) - Method in class com.jogamp.opengl.util.glsl.ShaderProgram
 
containsUpstreamOptionBits(int) - Method in interface com.jogamp.nativewindow.ProxySurface
Returns true if the give bit-mask v is set in this instance upstream-option-bits, otherwise false.
contentsLost() - Method in class com.jogamp.opengl.util.awt.Overlay
Indicates whether the Java 2D contents of the overlay were lost since the last time Overlay.createGraphics() was called.
context - Variable in class com.jogamp.opengl.GLEventListenerState
 
CONTEXT_CURRENT - Static variable in class com.jogamp.opengl.GLContext
Indicates that the context was made current during the last call to makeCurrent, value 1.
CONTEXT_CURRENT_NEW - Static variable in class com.jogamp.opengl.GLContext
Indicates that a newly-created context was made current during the last call to makeCurrent, value 2.
CONTEXT_NOT_CURRENT - Static variable in class com.jogamp.opengl.GLContext
Indicates that the context was not made current during the last call to makeCurrent, value 0.
convert(int, int, ByteBuffer, PixelFormat, boolean, int, ByteBuffer, PixelFormat, boolean, int) - Static method in class com.jogamp.nativewindow.util.PixelFormatUtil
 
convert(PixelFormatUtil.ComponentMap, PixelFormat.Composition, Bitstream<ByteBuffer>, PixelFormat.Composition, Bitstream<ByteBuffer>) - Static method in class com.jogamp.nativewindow.util.PixelFormatUtil
 
convert(PixelRectangle, PixelFormat, int, boolean, boolean) - Static method in class com.jogamp.nativewindow.util.PixelFormatUtil
 
convert(PixelRectangle, ByteBuffer, PixelFormat, boolean, int) - Static method in class com.jogamp.nativewindow.util.PixelFormatUtil
 
convert(GL, int, boolean) - Static method in class com.jogamp.opengl.util.GLPixelBuffer.GLPixelAttributes
Returns the matching GLPixelBuffer.GLPixelAttributes for the given byte sized RGBA componentCount and GL if exists, otherwise returns null.
convert(GLProfile, PixelFormat, boolean) - Static method in class com.jogamp.opengl.util.GLPixelBuffer.GLPixelAttributes
Returns the matching GLPixelBuffer.GLPixelAttributes for the given GLProfile, PixelFormat and pack if exists, otherwise returns null.
convertToInt32(PixelFormat, byte, byte, byte, byte) - Static method in class com.jogamp.nativewindow.util.PixelFormatUtil
 
convertToInt32(PixelFormat, PixelFormat, int) - Static method in class com.jogamp.nativewindow.util.PixelFormatUtil
 
convertToInt32(PixelFormat, PixelFormat, ByteBuffer, int) - Static method in class com.jogamp.nativewindow.util.PixelFormatUtil
 
convertToPixelUnits(int[]) - Method in class com.jogamp.nativewindow.awt.JAWTWindow
 
convertToPixelUnits(int[]) - Method in interface com.jogamp.nativewindow.NativeSurface
Converts the given window units into pixel units in place.
convertToPixelUnits(int[]) - Method in class com.jogamp.newt.opengl.GLWindow
 
convertToWindowUnits(int[]) - Method in class com.jogamp.nativewindow.awt.JAWTWindow
 
convertToWindowUnits(int[]) - Method in interface com.jogamp.nativewindow.NativeSurface
Converts the given pixel units into window units in place.
convertToWindowUnits(int[]) - Method in class com.jogamp.newt.opengl.GLWindow
 
copy() - Method in class com.jogamp.opengl.math.Recti
 
copy() - Method in class com.jogamp.opengl.math.Vec2f
 
copy() - Method in class com.jogamp.opengl.math.Vec2i
 
copy() - Method in class com.jogamp.opengl.math.Vec3f
 
copy() - Method in class com.jogamp.opengl.math.Vec4f
 
copy(GLContext, int) - Method in class com.jogamp.opengl.GLContext
Copies selected groups of OpenGL state variables from the supplied source context into this one.
copy(AABBox) - Method in class com.jogamp.opengl.math.geom.AABBox
Copy given AABBox 'src' values to this AABBox.
copyFrom(CapabilitiesImmutable) - Method in class com.jogamp.nativewindow.Capabilities
Copies all Capabilities values from source into this instance.
copyFrom(CapabilitiesImmutable) - Method in class com.jogamp.opengl.GLCapabilities
Copies all CapabilitiesImmutable values from source into this instance.
copyFrom(GLCapabilitiesImmutable) - Method in class com.jogamp.opengl.GLCapabilities
Copies all GLCapabilitiesImmutable values from source into this instance.
cos(float) - Static method in class com.jogamp.opengl.math.FloatUtil
 
cosAngle(Vec2f) - Method in class com.jogamp.opengl.math.Vec2f
Return the cosines of the angle between two vectors
cosAngle(Vec3f) - Method in class com.jogamp.opengl.math.Vec3f
Return the cosines of the angle between two vectors
cosAngle(Vec4f) - Method in class com.jogamp.opengl.math.Vec4f
Return the cosines of the angle between two vectors
couldAllocateIfCompacted(Rect) - Method in class com.jogamp.opengl.util.packrect.Level
Indicates whether this Level could satisfy an allocation request if it were compacted.
count() - Method in class com.jogamp.opengl.GLUniformData
 
countOutlineShape(OutlineShape, int[]) - Static method in class com.jogamp.graph.curve.Region
Count required number of vertices and indices adding to given int[2] `vertIndexCount` array.
countOutlineShapes(List<OutlineShape>, int[]) - Static method in class com.jogamp.graph.curve.Region
Count required number of vertices and indices adding to given int[2] `vertIndexCount` array.
countStringRegion(Font, CharSequence, int[]) - Static method in class com.jogamp.graph.curve.opengl.TextRegionUtil
Count required number of vertices and indices adding to given int[2] `vertIndexCount` array.
coverage(RectangleImmutable) - Method in class com.jogamp.nativewindow.util.Rectangle
 
coverage(RectangleImmutable) - Method in interface com.jogamp.nativewindow.util.RectangleImmutable
Returns the coverage of given rectangle w/ this this one, i.e.
create() - Static method in class com.jogamp.graph.curve.opengl.RegionRenderer
Create a hardware accelerated RegionRenderer including its RenderState composition.
create() - Static method in class com.jogamp.graph.curve.tess.Triangulation
Create a new instance of a triangulation.
create() - Static method in class com.jogamp.opengl.cg.CGannotation
Returns a new instance with all bytes set to zero.
create() - Static method in class com.jogamp.opengl.cg.CGcontext
Returns a new instance with all bytes set to zero.
create() - Static method in class com.jogamp.opengl.cg.CGeffect
Returns a new instance with all bytes set to zero.
create() - Static method in class com.jogamp.opengl.cg.CGparameter
Returns a new instance with all bytes set to zero.
create() - Static method in class com.jogamp.opengl.cg.CGpass
Returns a new instance with all bytes set to zero.
create() - Static method in class com.jogamp.opengl.cg.CGprogram
Returns a new instance with all bytes set to zero.
create() - Static method in class com.jogamp.opengl.cg.CGstate
Returns a new instance with all bytes set to zero.
create() - Static method in class com.jogamp.opengl.cg.CGstateassignment
Returns a new instance with all bytes set to zero.
create() - Static method in class com.jogamp.opengl.cg.CGtechnique
Returns a new instance with all bytes set to zero.
create() - Static method in class com.jogamp.opengl.egl.EGLClientPixmapHI
Returns a new instance with all bytes set to zero.
create(int, int, int, Uri) - Static method in class com.jogamp.opengl.util.glsl.ShaderCode
Creates a complete ShaderCode object while reading the shader binary from Uri binLocations via ShaderCode.readShaderBinary(Uri).
create(int, int, Class<?>, int, String) - Static method in class com.jogamp.opengl.util.glsl.ShaderCode
Creates a complete ShaderCode object while reading the shader binary of binaryFile, which location is resolved using the context class, see ShaderCode.readShaderBinary(Class, String).
create(short, Object, long, int, short, short, char) - Static method in class com.jogamp.newt.event.KeyEvent
 
create(RegionRenderer.GLCallback, RegionRenderer.GLCallback) - Static method in class com.jogamp.graph.curve.opengl.RegionRenderer
Create a hardware accelerated RegionRenderer including its RenderState composition.
create(NativeWindow, GLCapabilitiesImmutable) - Static method in class com.jogamp.newt.opengl.GLWindow
Creates a new GLWindow attaching a new child Window of the given parentNativeWindow with the given GLCapabilities.
create(ProxySurface) - Method in class com.jogamp.nativewindow.DelegatedUpstreamSurfaceHookMutableSize
 
create(ProxySurface) - Method in class com.jogamp.nativewindow.DelegatedUpstreamSurfaceHookWithSurfaceSize
 
create(ProxySurface) - Method in class com.jogamp.nativewindow.GenericUpstreamSurfacelessHook
 
create(ProxySurface) - Method in interface com.jogamp.nativewindow.UpstreamSurfaceHook
called within ProxySurface.createNotify() within lock, before using surface.
create(ProxySurface) - Method in class com.jogamp.nativewindow.UpstreamSurfaceHookMutableSize
 
create(Screen, GLCapabilitiesImmutable) - Static method in class com.jogamp.newt.opengl.GLWindow
Creates a new GLWindow attaching a new Window referencing the given Screen with the given GLCapabilities.
create(Window) - Static method in class com.jogamp.newt.opengl.GLWindow
Creates a new GLWindow attaching the given window.
create(GL2ES2, int, int, Uri[], boolean) - Static method in class com.jogamp.opengl.util.glsl.ShaderCode
Creates a complete ShaderCode object while reading all shader sources from Uri sourceLocations via ShaderCode.readShaderSource(Uri, boolean).
create(GL2ES2, int, int, Class<?>, String[], boolean) - Static method in class com.jogamp.opengl.util.glsl.ShaderCode
Creates a complete ShaderCode object while reading all shader source of sourceFiles, which location is resolved using the context class, see #readShaderSource(Class, String).
create(GL2ES2, int, int, Class<?>, String, String[], String, String, boolean) - Static method in class com.jogamp.opengl.util.glsl.ShaderCode
create(GL2ES2, int, int, Class<?>, String, String[], String, String, String, String, boolean) - Static method in class com.jogamp.opengl.util.glsl.ShaderCode
Convenient creation method for instantiating a complete ShaderCode object either from source code using #create(GL2ES2, int, int, Class, String[]), or from a binary code using ShaderCode.create(int, int, Class, int, String), whatever is available first.
create(GL2ES2, int, Class<?>, String, String, String, boolean) - Static method in class com.jogamp.opengl.util.glsl.ShaderCode
create(GL2ES2, int, Class<?>, String, String, String, String, String, boolean) - Static method in class com.jogamp.opengl.util.glsl.ShaderCode
create(GLCapabilitiesImmutable) - Static method in class com.jogamp.newt.opengl.GLWindow
Creates a new GLWindow attaching a new Window referencing a new default Screen and default Display with the given GLCapabilities.
create(GLProfile, int, TextureSequence) - Static method in class com.jogamp.graph.curve.opengl.GLRegion
Create a GLRegion using the passed render mode and default initial buffer sizes GLRegion.defaultVerticesCount and GLRegion.defaultIndicesCount.
create(GLProfile, int, TextureSequence, int, int) - Static method in class com.jogamp.graph.curve.opengl.GLRegion
Create a GLRegion using the passed render mode
create(GLProfile, int, TextureSequence, int, int, int) - Static method in class com.jogamp.graph.curve.opengl.GLRegion
Create a GLRegion using the passed render mode
create(GLProfile, int, TextureSequence, OutlineShape) - Static method in class com.jogamp.graph.curve.opengl.GLRegion
Create a GLRegion using the passed render mode and pre-calculating its buffer sizes using Region.countOutlineShape(OutlineShape, int[]).
create(GLProfile, int, TextureSequence, Font, CharSequence) - Static method in class com.jogamp.graph.curve.opengl.GLRegion
Create a GLRegion using the passed render mode and pre-calculating its buffer sizes using given font's Font.processString(com.jogamp.graph.font.Font.GlyphVisitor2, CharSequence) to Region.countOutlineShape(OutlineShape, int[]).
create(PMVMatrix, RegionRenderer.GLCallback, RegionRenderer.GLCallback) - Static method in class com.jogamp.graph.curve.opengl.RegionRenderer
Create a hardware accelerated RegionRenderer including its RenderState composition.
create(GraphicsConfiguration, CapabilitiesImmutable, CapabilitiesImmutable) - Static method in class com.jogamp.nativewindow.awt.AWTGraphicsConfiguration
Method constructs a new AWTGraphicsConfiguration primarily based on the given GraphicsConfiguration.
create(ClassLoader, String) - Static method in class com.jogamp.opengl.util.av.GLMediaPlayerFactory
 
create(String, Class<?>, GL, Object[]) - Static method in class com.jogamp.opengl.GLPipelineFactory
Creates a pipelined GL instance using the given downstream downstream and optional arguments additionalArgs for the constructor.
create(ByteBuffer) - Static method in class com.jogamp.opengl.cg.CGannotation
Returns a new instance using the given ByteBuffer having at least {#link size()} bytes capacity.
create(ByteBuffer) - Static method in class com.jogamp.opengl.cg.CGcontext
Returns a new instance using the given ByteBuffer having at least {#link size()} bytes capacity.
create(ByteBuffer) - Static method in class com.jogamp.opengl.cg.CGeffect
Returns a new instance using the given ByteBuffer having at least {#link size()} bytes capacity.
create(ByteBuffer) - Static method in class com.jogamp.opengl.cg.CGparameter
Returns a new instance using the given ByteBuffer having at least {#link size()} bytes capacity.
create(ByteBuffer) - Static method in class com.jogamp.opengl.cg.CGpass
Returns a new instance using the given ByteBuffer having at least {#link size()} bytes capacity.
create(ByteBuffer) - Static method in class com.jogamp.opengl.cg.CGprogram
Returns a new instance using the given ByteBuffer having at least {#link size()} bytes capacity.
create(ByteBuffer) - Static method in class com.jogamp.opengl.cg.CGstate
Returns a new instance using the given ByteBuffer having at least {#link size()} bytes capacity.
create(ByteBuffer) - Static method in class com.jogamp.opengl.cg.CGstateassignment
Returns a new instance using the given ByteBuffer having at least {#link size()} bytes capacity.
create(ByteBuffer) - Static method in class com.jogamp.opengl.cg.CGtechnique
Returns a new instance using the given ByteBuffer having at least {#link size()} bytes capacity.
create(ByteBuffer) - Static method in class com.jogamp.opengl.egl.EGLClientPixmapHI
Returns a new instance using the given ByteBuffer having at least {#link size()} bytes capacity.
create(Composite, int, Window) - Static method in class com.jogamp.newt.swt.NewtCanvasSWT
Creates an instance using NewtCanvasSWT(Composite, int, Window) on the SWT thread.
create(Composite, int, GLCapabilitiesImmutable, GLCapabilitiesChooser) - Static method in class com.jogamp.opengl.swt.GLCanvas
createAlphaOnlyRenderer(int, int) - Static method in class com.jogamp.opengl.util.awt.TextureRenderer
Creates a new renderer with a special kind of backing store which acts only as an alpha channel.
createAlphaOnlyRenderer(int, int, boolean) - Static method in class com.jogamp.opengl.util.awt.TextureRenderer
Creates a new renderer with a special kind of backing store which acts only as an alpha channel.
createAndCompileShader(GL, IntBuffer, int, CharSequence[][], PrintStream) - Static method in class com.jogamp.opengl.util.glsl.ShaderUtil
 
createAndLoadShader(GL, IntBuffer, int, int, Buffer, PrintStream) - Static method in class com.jogamp.opengl.util.glsl.ShaderUtil
 
createBufferedImage(int, int, int, Point, Hashtable<?, ?>) - Static method in class com.jogamp.nativewindow.awt.DirectDataBufferInt
createColorAttachment(boolean) - Method in class com.jogamp.opengl.FBObject
Creates a FBObject.ColorAttachment, selecting the format automatically.
createColorAttachment(int, int, int, int) - Static method in class com.jogamp.opengl.FBObject
Creates a FBObject.ColorAttachment, selecting the format automatically.
createColorTextureAttachment(int, int, int, int, int, int, int, int, int) - Static method in class com.jogamp.opengl.FBObject
Creates a color FBObject.TextureAttachment, i.e.
createColorTextureAttachment(GL, boolean, int, int) - Static method in class com.jogamp.opengl.FBObject
Creates a color FBObject.TextureAttachment, i.e.
createColorTextureAttachment(GL, boolean, int, int, int, int, int, int) - Static method in class com.jogamp.opengl.FBObject
Creates a color FBObject.TextureAttachment, i.e.
createColorTextureAttachment(GL, int, int, int, int, int, int, int) - Static method in class com.jogamp.opengl.FBObject
 
createCompatibleGDKChildWindow(Control, int, int, int) - Static method in class com.jogamp.nativewindow.swt.SWTAccessor
 
createCompatibleImage(int, int) - Static method in class com.jogamp.opengl.util.awt.ImageUtil
Creates a BufferedImage with a pixel format compatible with the graphics environment.
createCompatibleScreen(NativeWindow) - Static method in class com.jogamp.newt.NewtFactory
 
createCompatibleScreen(NativeWindow, Screen) - Static method in class com.jogamp.newt.NewtFactory
 
createCompatibleX11ChildWindow(AbstractGraphicsScreen, Control, int, int, int) - Static method in class com.jogamp.nativewindow.swt.SWTAccessor
 
createContext(GLContext) - Method in class com.jogamp.opengl.awt.GLCanvas
 
createContext(GLContext) - Method in class com.jogamp.opengl.awt.GLJPanel
 
createContext(GLContext) - Method in interface com.jogamp.opengl.GLAutoDrawable
Creates a new context for drawing to this drawable that will optionally share buffer objects, textures and other server-side OpenGL objects with the specified GLContext.
createContext(GLContext) - Method in interface com.jogamp.opengl.GLDrawable
Creates a new context for drawing to this drawable that will optionally share buffer objects, textures and other server-side OpenGL objects with the specified GLContext.
createContext(GLContext) - Method in class com.jogamp.opengl.swt.GLCanvas
 
createCustomGLProfile(String, GLProfile) - Static method in class com.jogamp.opengl.GLProfile
 
createData(int, int, int, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO data object for any target w/o render pipeline association, ie GL.GL_ELEMENT_ARRAY_BUFFER.
createData(int, int, int, Buffer, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO data object for any target w/o render pipeline association, ie GL.GL_ELEMENT_ARRAY_BUFFER.
createDataMapped(int, int, int, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO data object for any target w/o render pipeline association, i.e.
createDefault() - Static method in class com.jogamp.nativewindow.awt.AWTGraphicsDevice
 
createDefault() - Static method in class com.jogamp.nativewindow.awt.AWTGraphicsScreen
 
createDefault() - Static method in class com.jogamp.opengl.util.av.GLMediaPlayerFactory
 
createDefault(String) - Static method in class com.jogamp.nativewindow.DefaultGraphicsScreen
 
createDefaultFactory() - Static method in class com.jogamp.opengl.util.stereo.StereoDeviceFactory
 
createDevice(int, StereoDeviceConfig, boolean) - Method in class com.jogamp.opengl.util.stereo.StereoDeviceFactory
 
createDevice(String, boolean) - Static method in class com.jogamp.nativewindow.NativeWindowFactory
Creates a native device type, following getNativeWindowType(true).
createDevice(String, String, boolean) - Static method in class com.jogamp.nativewindow.NativeWindowFactory
Creates a native device type, following the given native-window-type.
createDisplay(String) - Static method in class com.jogamp.newt.NewtFactory
Create a Display entity.
createDisplay(String, boolean) - Static method in class com.jogamp.newt.NewtFactory
Create a Display entity.
createDisplay(String, long, boolean) - Static method in class com.jogamp.newt.NewtFactory
Instantiate a Display entity using the native handle.
createDisplay(String, String) - Static method in class com.jogamp.newt.NewtFactory
Create a Display entity.
createDisplay(String, String, boolean) - Static method in class com.jogamp.newt.NewtFactory
Create a Display entity.
createDummyAutoDrawable(AbstractGraphicsDevice, boolean, GLCapabilitiesImmutable, GLCapabilitiesChooser) - Method in class com.jogamp.opengl.GLDrawableFactory
createDummyDrawable(AbstractGraphicsDevice, boolean, GLCapabilitiesImmutable, GLCapabilitiesChooser) - Method in class com.jogamp.opengl.GLDrawableFactory
Creates an unrealized dummy GLDrawable.
createExtensionDirective(String, String) - Static method in class com.jogamp.opengl.util.glsl.ShaderCode
Creates a GLSL extension directive.
createExternalGLContext() - Method in class com.jogamp.opengl.GLDrawableFactory
Creates a GLContext object representing an existing OpenGL context in an external (third-party) OpenGL-based library.
createExternalGLDrawable() - Method in class com.jogamp.opengl.GLDrawableFactory
Creates a GLDrawable object representing an existing OpenGL drawable in an external (third-party) OpenGL-based library.
createFactory(StereoDeviceFactory.DeviceType) - Static method in class com.jogamp.opengl.util.stereo.StereoDeviceFactory
 
createFactory(ClassLoader, String) - Static method in class com.jogamp.opengl.util.stereo.StereoDeviceFactory
 
createFixed(int, int, int, boolean, int) - Static method in class com.jogamp.opengl.util.GLArrayDataClient
Create a client side buffer object, using a predefined fixed function array index and starting with a new created Buffer object with initialElementCount size On profiles GL2 and ES1 the fixed function pipeline behavior is as expected.
createFixed(int, int, int, boolean, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO, using a predefined fixed function array index and starting with a new created Buffer object with initialElementCount size On profiles GL2 and ES1 the fixed function pipeline behavior is as expected.
createFixed(int, int, int, boolean, int, int, int, long, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataWrapper
Create a VBO, using a predefined fixed function array index, wrapping the mapped data characteristics.
createFixed(int, int, int, boolean, int, Buffer) - Static method in class com.jogamp.opengl.util.GLArrayDataClient
Create a client side buffer object, using a predefined fixed function array index and starting with a given Buffer object incl it's stride On profiles GL2 and ES1 the fixed function pipeline behavior is as expected.
createFixed(int, int, int, boolean, int, Buffer, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO, using a predefined fixed function array index and starting with a given Buffer object incl it's stride On profiles GL2 and ES1 the fixed function pipeline behavior is as expected.
createFixed(int, int, int, boolean, int, Buffer, int, long, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataWrapper
Create a VBO, using a predefined fixed function array index, wrapping the given data.
createFixed(int, int, int, int, int, int, int, int, int, int) - Static method in class com.jogamp.opengl.util.ImmModeSink
Uses a GL2ES1, or ES2 fixed function emulation immediate mode sink
createFixedInterleaved(int, int, boolean, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO for fixed function interleaved array data starting with a new created Buffer object with initialElementCount size.
createFixedInterleaved(int, int, boolean, int, Buffer, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO for fixed function interleaved array data starting with a given Buffer object incl it's stride
createFixedInterleavedMapped(int, int, boolean, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO for fixed function interleaved array data intended for GPU buffer storage mapping, see GLBufferStorage, via GLArrayDataServer.mapStorage(GL, int) and GLArrayDataServer.mapStorage(GL, long, long, int).
createFromData(int, int, boolean, boolean, ByteBuffer) - Static method in class com.jogamp.opengl.util.texture.spi.TGAImage
Creates a TGAImage from data supplied by the end user.
createFromData(int, int, boolean, byte[]) - Static method in class com.jogamp.opengl.util.texture.spi.SGIImage
Creates an SGIImage from the specified data in either RGB or RGBA format.
createFromData(int, int, int, ByteBuffer[]) - Static method in class com.jogamp.opengl.util.texture.spi.DDSImage
Creates a new DDSImage from data supplied by the user.
createGLDrawable(NativeSurface) - Method in class com.jogamp.opengl.GLDrawableFactory
Returns an unrealized GLDrawable according to it's chosen GLCapabilitiesImmutable,
which determines pixel format, on- and offscreen incl.
createGLSL(int, int, int, int, int, int, int, int, int, int, int) - Static method in class com.jogamp.opengl.util.ImmModeSink
Uses a GL2ES2 GLSL shader immediate mode sink, utilizing the given shader-program.
createGLSL(int, int, int, int, int, int, int, int, int, int, ShaderState) - Static method in class com.jogamp.opengl.util.ImmModeSink
Uses a GL2ES2 GLSL shader immediate mode sink, utilizing the given ShaderState.
createGLSL(String, int, int, boolean, int) - Static method in class com.jogamp.opengl.util.GLArrayDataClient
Create a client side buffer object, using a custom GLSL array attribute name and starting with a new created Buffer object with initialElementCount size
createGLSL(String, int, int, boolean, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO, using a custom GLSL array attribute name and starting with a new created Buffer object with initialElementCount size
createGLSL(String, int, int, boolean, int, int, int, long, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataWrapper
Create a VBO, using a custom GLSL array attribute name, wrapping the mapped data characteristics.
createGLSL(String, int, int, boolean, int, Buffer) - Static method in class com.jogamp.opengl.util.GLArrayDataClient
Create a client side buffer object, using a custom GLSL array attribute name and starting with a given Buffer object incl it's stride
createGLSL(String, int, int, boolean, int, Buffer, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO, using a custom GLSL array attribute name and starting with a given Buffer object incl it's stride
createGLSL(String, int, int, boolean, int, Buffer, int, long, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataWrapper
Create a VBO, using a custom GLSL array attribute name, wrapping the given data.
createGLSLInterleaved(int, int, boolean, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO for GLSL interleaved array data starting with a new created Buffer object with initialElementCount size.
createGLSLInterleaved(int, int, boolean, int, Buffer, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO for GLSL interleaved array data starting with a given Buffer object incl it's stride
createGLSLInterleavedMapped(int, int, boolean, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO for GLSL interleaved array data intended for GPU buffer storage mapping, see GLBufferStorage, via GLArrayDataServer.mapStorage(GL, int) and GLArrayDataServer.mapStorage(GL, long, long, int).
createGLSLMapped(String, int, int, boolean, int, int) - Static method in class com.jogamp.opengl.util.GLArrayDataServer
Create a VBO, using a custom GLSL array attribute name intended for GPU buffer storage mapping, see GLBufferStorage, via GLArrayDataServer.mapStorage(GL, int) and GLArrayDataServer.mapStorage(GL, long, long, int).
createGLU() - Static method in class com.jogamp.opengl.glu.GLU
Instantiates a GLU implementation object in respect to the given GL profile of this thread current GL.
createGLU(GL) - Static method in class com.jogamp.opengl.glu.GLU
Instantiates a GLU implementation object in respect to the given GL profile of the given GL.
createGraphics() - Method in class com.jogamp.opengl.util.awt.Overlay
Creates a Graphics2D instance for rendering into the overlay.
createGraphics() - Method in class com.jogamp.opengl.util.awt.TextureRenderer
Creates a Graphics2D instance for rendering to the backing store of this renderer.
createInstance(String) - Static method in class com.jogamp.newt.util.applet.JOGLNewtAppletBase
 
createInterleaved(boolean, int, int, boolean, int, int) - Method in class com.jogamp.graph.curve.opengl.GLRegion
 
createInverse() - Method in class com.jogamp.graph.geom.plane.AffineTransform
 
createMono(String, DimensionImmutable, float[], Vec3f) - Static method in class com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceFactory
Create a generic monoscopic generic device config.
creatEmptyMatrix(String, int, int) - Static method in class com.jogamp.opengl.GLUniformData
 
creatEmptyVector(String, int) - Static method in class com.jogamp.opengl.GLUniformData
 
createNative() - Method in class com.jogamp.newt.Display
Manual trigger the native creation, if it is not done yet.
This is useful to be able to request the AbstractGraphicsDevice, via Display.getGraphicsDevice().
Otherwise the abstract device won't be available before the dependent components (Screen and Window) are realized.
createNative() - Method in class com.jogamp.newt.Screen
Manual trigger the native creation, if not done yet..
This is useful to be able to request the AbstractGraphicsScreen, via Screen.getGraphicsScreen().
Otherwise the abstract device won't be available before the dependent component (Window) is realized.
createNotify() - Method in interface com.jogamp.nativewindow.ProxySurface
UpstreamSurfaceHook.create(ProxySurface) is being issued and the proxy surface/window handles shall be set.
createNull() - Static method in class com.jogamp.opengl.util.av.GLMediaPlayerFactory
 
createOffscreenAutoDrawable(AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int) - Method in class com.jogamp.opengl.GLDrawableFactory
Creates a realized GLOffscreenAutoDrawable incl it's offscreen NativeSurface with the given capabilities and dimensions.
createOffscreenDrawable(AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int) - Method in class com.jogamp.opengl.GLDrawableFactory
Creates an unrealized offscreen GLDrawable incl it's offscreen NativeSurface with the given capabilities and dimensions.
createPointerIcon(IOUtil.ClassResources, int, int) - Method in class com.jogamp.newt.Display
Returns the newly created Display.PointerIcon or null if not implemented on platform.
createPointerIcon(PixelRectangle, int, int) - Method in class com.jogamp.newt.Display
Returns the newly created Display.PointerIcon or null if not implemented on platform.
createPointerIcons(Display) - Static method in class com.jogamp.newt.opengl.util.NEWTDemoListener
 
createProxySurface(AbstractGraphicsDevice, int, long, GLCapabilitiesImmutable, GLCapabilitiesChooser, UpstreamSurfaceHook) - Method in class com.jogamp.opengl.GLDrawableFactory
Creates a proxy NativeSurface w/ defined surface handle, i.e.
createRenderAttachment(FBObject.Attachment.Type, int, int, int, int) - Static method in class com.jogamp.opengl.FBObject
 
createRenderer(int, int, Vec3f, FovHVHalves[], float, int) - Method in interface com.jogamp.opengl.util.stereo.StereoDevice
Create a new StereoDeviceRenderer instance.
createScreen(AbstractGraphicsDevice, int) - Static method in class com.jogamp.nativewindow.NativeWindowFactory
 
createScreen(Display, int) - Static method in class com.jogamp.newt.NewtFactory
Create a Screen entity.
createScreenDevice(int, int) - Static method in class com.jogamp.nativewindow.awt.AWTGraphicsScreen
 
createScreenDevice(long, int, boolean) - Static method in class com.jogamp.nativewindow.x11.X11GraphicsScreen
 
createScreenDevice(GraphicsDevice, int) - Static method in class com.jogamp.nativewindow.awt.AWTGraphicsScreen
 
createShader(GL, int, IntBuffer) - Static method in class com.jogamp.opengl.util.glsl.ShaderUtil
 
createStereoSBS(String, DimensionImmutable, float[], float, float, Vec3f) - Static method in class com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceFactory
Create a generic homogenous side-by-side stereoscopic generic device config.
createStereoSBSLense(String, DimensionImmutable, float[], float, float, DimensionImmutable, Vec3f) - Static method in class com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceFactory
Create a generic lense distorted side-by-side stereoscopic generic device config.
createThumbnail(BufferedImage, int) - Static method in class com.jogamp.opengl.util.awt.ImageUtil
Creates a thumbnail from an image.
createTransformedShape(AffineTransform) - Method in class com.jogamp.graph.geom.plane.Path2F
 
createTransformedShape(Path2F) - Method in class com.jogamp.graph.geom.plane.AffineTransform
 
createVariant(short) - Method in class com.jogamp.newt.event.MouseEvent
 
createWindow(CapabilitiesImmutable) - Static method in class com.jogamp.newt.NewtFactory
Create a top level Window entity on the default Display and default Screen.
createWindow(NativeWindow, CapabilitiesImmutable) - Static method in class com.jogamp.newt.NewtFactory
Create a child Window entity attached to the given parent.
The Screen and Display information is regenerated utilizing the parents information, while reusing an existing Display.
createWindow(Screen, CapabilitiesImmutable) - Static method in class com.jogamp.newt.NewtFactory
Create a top level Window entity.
createWindow(Object[], Screen, CapabilitiesImmutable) - Static method in class com.jogamp.newt.NewtFactory
Ability to try a Window type with a constructor argument, if supported ..
createWindow(String, int, long, CapabilitiesImmutable) - Static method in class com.jogamp.newt.NewtFactory
Create a child Window entity attached to the given parent, incl native creation
createWrappedWindow(AbstractGraphicsScreen, long, long, UpstreamWindowHookMutableSizePos) - Static method in class com.jogamp.nativewindow.NativeWindowFactory
Creates a wrapped NativeWindow with given native handles and AbstractGraphicsScreen.
cross(Vec2f) - Method in class com.jogamp.opengl.math.Vec2f
Returns cross product of this vectors and the given one, i.e.
cross(Vec3f) - Method in class com.jogamp.opengl.math.Vec3f
Returns this cross arg; creates new vector
cross(Vec3f, Vec3f) - Method in class com.jogamp.opengl.math.Vec3f
this = a cross b.
CrossHair - Class in com.jogamp.graph.ui.shapes
A GraphUI Crosshair GraphShape
CrossHair(int, float, float, float) - Constructor for class com.jogamp.graph.ui.shapes.CrossHair
 
crossVec3(float[], int, float[], int, float[], int) - Static method in class com.jogamp.opengl.math.VectorUtil
cross product vec1 x vec2
CTRL_MASK - Static variable in class com.jogamp.newt.event.InputEvent
 
CTX_OPTION_DEBUG - Static variable in class com.jogamp.opengl.GLContext
ARB_create_context related: flag debug.
cubicTo(float, float, float, float, float, float) - Method in class com.jogamp.graph.geom.plane.Path2F
Add a cubic Bézier curve segment, intersecting the last point and the second given point x3/y3 (P3).
cubicTo(float, float, float, float, float, float, float, float, float) - Method in class com.jogamp.graph.curve.OutlineShape
Add a cubic Bézier curve segment, intersecting the last point and the second given point x3/y3 (P3).
CUBICTO - com.jogamp.graph.geom.plane.Path2F.SegmentType
 
currentSegment(float[]) - Method in class com.jogamp.graph.geom.plane.Path2F.Iterator
Deprecated.
CustomGLEventListener - Interface in com.jogamp.opengl.util
Extended GLEventListener interface supporting more fine grained control over the implementation.
CW - com.jogamp.graph.geom.plane.Winding
Clockwise (Cw) negative winding direction

D

d - Variable in class com.jogamp.opengl.math.geom.Frustum.Plane
Distance to origin
D3DFMT_A8R8G8B8 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
D3DFMT_DXT1 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
D3DFMT_DXT2 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
D3DFMT_DXT3 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
D3DFMT_DXT4 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
D3DFMT_DXT5 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
D3DFMT_R8G8B8 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
D3DFMT_UNKNOWN - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
D3DFMT_X8R8G8B8 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
dataFormat - Variable in class com.jogamp.opengl.FBObject.TextureAttachment
details of the texture setup
dataType - Variable in class com.jogamp.opengl.FBObject.TextureAttachment
details of the texture setup
DDPF_ALPHA - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_ALPHAPIXELS - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_COMPRESSED - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_FOURCC - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_PALETTEINDEXED1 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_PALETTEINDEXED2 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_PALETTEINDEXED4 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_PALETTEINDEXED8 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_PALETTEINDEXEDTO8 - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_RGB - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_RGBTOYUV - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_YUV - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_ZBUFFER - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDPF_ZPIXELS - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDS - Static variable in class com.jogamp.opengl.util.texture.TextureIO
Constant which can be used as a file suffix to indicate a DirectDraw Surface file, value "dds".
DDSCAPS_COMPLEX - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSCAPS_MIPMAP - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSCAPS_TEXTURE - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSCAPS2_CUBEMAP - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSCAPS2_CUBEMAP_NEGATIVEX - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSCAPS2_CUBEMAP_NEGATIVEY - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSCAPS2_CUBEMAP_NEGATIVEZ - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSCAPS2_CUBEMAP_POSITIVEX - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSCAPS2_CUBEMAP_POSITIVEY - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSCAPS2_CUBEMAP_POSITIVEZ - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_ALPHABITDEPTH - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_BACKBUFFERCOUNT - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_CAPS - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_DEPTH - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_HEIGHT - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_LINEARSIZE - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_LPSURFACE - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_MIPMAPCOUNT - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_PITCH - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_PIXELFORMAT - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_WIDTH - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSD_ZBUFFERBITDEPTH - Static variable in class com.jogamp.opengl.util.texture.spi.DDSImage
 
DDSImage - Class in com.jogamp.opengl.util.texture.spi
A reader and writer for DirectDraw Surface (.dds) files, which are used to describe textures.
DDSImage.ImageInfo - Class in com.jogamp.opengl.util.texture.spi
Simple class describing images and data; does not encapsulate image format information.
DEBUG - Static variable in class com.jogamp.graph.curve.Region
Debug flag for region impl (graph.curve)
DEBUG - Static variable in interface com.jogamp.nativewindow.AbstractGraphicsDevice
 
DEBUG - Static variable in interface com.jogamp.nativewindow.ProxySurface
 
DEBUG - Static variable in interface com.jogamp.nativewindow.ToolkitLock
 
DEBUG - Static variable in class com.jogamp.newt.awt.applet.JOGLNewtApplet1Run
 
DEBUG - Static variable in class com.jogamp.newt.awt.NewtCanvasAWT
 
DEBUG - Static variable in class com.jogamp.newt.Display
 
DEBUG - Static variable in interface com.jogamp.newt.event.GestureHandler
 
DEBUG - Static variable in class com.jogamp.newt.event.PinchToZoomGesture
 
DEBUG - Static variable in class com.jogamp.newt.Screen
 
DEBUG - Static variable in class com.jogamp.newt.util.applet.JOGLNewtAppletBase
 
DEBUG - Static variable in class com.jogamp.opengl.DebugGL4bc
 
DEBUG - Static variable in class com.jogamp.opengl.DebugGLES1
 
DEBUG - Static variable in class com.jogamp.opengl.DebugGLES3
 
DEBUG - Static variable in class com.jogamp.opengl.GLContext
 
DEBUG - Static variable in class com.jogamp.opengl.GLPipelineFactory
 
DEBUG - Static variable in class com.jogamp.opengl.GLProfile
 
DEBUG - Static variable in class com.jogamp.opengl.math.FloatUtil
 
DEBUG - Static variable in class com.jogamp.opengl.TraceGL4bc
 
DEBUG - Static variable in class com.jogamp.opengl.TraceGLES1
 
DEBUG - Static variable in class com.jogamp.opengl.TraceGLES3
 
DEBUG - Static variable in interface com.jogamp.opengl.util.av.GLMediaPlayer
 
DEBUG - Static variable in class com.jogamp.opengl.util.GLArrayDataWrapper
 
DEBUG - Static variable in class com.jogamp.opengl.util.glsl.ShaderState
 
DEBUG - Static variable in interface com.jogamp.opengl.util.stereo.StereoDevice
 
DEBUG_AVSYNC - Static variable in interface com.jogamp.opengl.util.av.GLMediaPlayer
 
DEBUG_CODE - Static variable in class com.jogamp.opengl.util.glsl.ShaderCode
 
DEBUG_GL - Static variable in class com.jogamp.opengl.GLContext
Reflects property jogl.debug.DebugGL.
DEBUG_IMPLEMENTATION - Static variable in class com.jogamp.newt.event.awt.AWTAdapter
 
DEBUG_IMPLEMENTATION - Static variable in class com.jogamp.newt.NewtFactory
 
DEBUG_IMPLEMENTATION - Static variable in interface com.jogamp.newt.Window
 
DEBUG_INSTANCE - Static variable in class com.jogamp.graph.curve.Region
 
DEBUG_KEY_EVENT - Static variable in interface com.jogamp.newt.Window
 
DEBUG_MOUSE_EVENT - Static variable in interface com.jogamp.newt.Window
 
DEBUG_NATIVE - Static variable in interface com.jogamp.opengl.util.av.GLMediaPlayer
 
DEBUG_TRACE_SWITCH - Static variable in class com.jogamp.opengl.GLContext
 
DebugGL2 - Class in com.jogamp.opengl
Composable pipeline which wraps an underlying GL implementation, providing error checking after each OpenGL method call.
DebugGL2(GL2) - Constructor for class com.jogamp.opengl.DebugGL2
 
DebugGL3 - Class in com.jogamp.opengl
Composable pipeline which wraps an underlying GL implementation, providing error checking after each OpenGL method call.
DebugGL3(GL3) - Constructor for class com.jogamp.opengl.DebugGL3
 
DebugGL3bc - Class in com.jogamp.opengl
Composable pipeline which wraps an underlying GL implementation, providing error checking after each OpenGL method call.
DebugGL3bc(GL3bc) - Constructor for class com.jogamp.opengl.DebugGL3bc
 
DebugGL4 - Class in com.jogamp.opengl
Composable pipeline which wraps an underlying GL implementation, providing error checking after each OpenGL method call.
DebugGL4(GL4) - Constructor for class com.jogamp.opengl.DebugGL4
 
DebugGL4bc - Class in com.jogamp.opengl
Composable pipeline which wraps an underlying GL implementation, providing error checking after each OpenGL method call.
DebugGL4bc(GL4bc) - Constructor for class com.jogamp.opengl.DebugGL4bc
 
DebugGLES1 - Class in com.jogamp.opengl
Composable pipeline which wraps an underlying GL implementation, providing error checking after each OpenGL method call.
DebugGLES1(GLES1) - Constructor for class com.jogamp.opengl.DebugGLES1
 
DebugGLES2 - Class in com.jogamp.opengl
Composable pipeline which wraps an underlying GL implementation, providing error checking after each OpenGL method call.
DebugGLES2(GLES2) - Constructor for class com.jogamp.opengl.DebugGLES2
 
DebugGLES3 - Class in com.jogamp.opengl
Composable pipeline which wraps an underlying GL implementation, providing error checking after each OpenGL method call.
DebugGLES3(GLES3) - Constructor for class com.jogamp.opengl.DebugGLES3
 
debugPrint() - Method in class com.jogamp.opengl.util.texture.spi.DDSImage
 
decodeSingleI32(int, int) - Method in interface com.jogamp.nativewindow.util.PixelFormat.Composition
Decodes a component from the shifted pixel data with a PixelFormat.Composition.bytesPerPixel() of up to 32bit.
decodeSingleI32(int, int) - Method in class com.jogamp.nativewindow.util.PixelFormat.PackedComposition
 
decodeSingleI64(long, int) - Method in interface com.jogamp.nativewindow.util.PixelFormat.Composition
Decodes a component from the shifted pixel data with a PixelFormat.Composition.bytesPerPixel() of up to 64bit.
decodeSingleI64(long, int) - Method in class com.jogamp.nativewindow.util.PixelFormat.PackedComposition
 
decrementGLVersion(int, int[], int[]) - Static method in class com.jogamp.opengl.GLContext
Decrement the given GL version by one and return true if still valid, otherwise false.
Default - com.jogamp.opengl.util.stereo.StereoDeviceFactory.DeviceType
DEFAULT_ANGLE - Static variable in class com.jogamp.graph.ui.Scene
Default projection angle in degrees value is 45.0.
DEFAULT_BITS - Static variable in class com.jogamp.opengl.FBObject
Request default bit count for depth- or stencil buffer (depth 24 bits, stencil 8 bits), value 0
DEFAULT_CACHE_LIMIT - Static variable in class com.jogamp.graph.curve.opengl.TextRegionUtil
Default cache limit, see TextRegionUtil.setCacheLimit(int)
DEFAULT_CONNECTION - Static variable in interface com.jogamp.nativewindow.AbstractGraphicsDevice
Dummy connection value for a default connection where no native support for multiple devices is available
DEFAULT_FRAMES_PER_INTERVAL - Static variable in interface com.jogamp.opengl.FPSCounter
 
DEFAULT_GROWTH_FACTOR - Static variable in class com.jogamp.opengl.util.GLArrayDataClient
Default growth factor using the golden ratio 1.618
DEFAULT_PRINT_TILE_SIZE - Static variable in interface com.jogamp.nativewindow.awt.AWTPrintLifecycle
 
DEFAULT_SAMPLE_EXTENSION - Static variable in interface com.jogamp.opengl.GLCapabilitiesImmutable
One of the platform's default sample extension EGL.EGL_SAMPLES, GLX.GLX_SAMPLES, WGLExt.WGL_SAMPLES_ARB if available, or any other known fallback one, ie EGLExt.EGL_COVERAGE_SAMPLES_NV
DEFAULT_SCENE_DIST - Static variable in class com.jogamp.graph.ui.Scene
Default scene distance on z-axis to projection is -1/5f.
DEFAULT_SHARPNESS - Static variable in class com.jogamp.graph.curve.OutlineShape
Initial OutlineShape.getSharpness() value, which can be modified via OutlineShape.setSharpness(float).
DEFAULT_SPACING_X - Static variable in class com.jogamp.graph.ui.shapes.Button
0.11999999731779099f
DEFAULT_SPACING_Y - Static variable in class com.jogamp.graph.ui.shapes.Button
0.41999998688697815f
DEFAULT_TWO_PASS_TEXTURE_UNIT - Static variable in class com.jogamp.graph.curve.Region
 
DEFAULT_UNIT - Static variable in interface com.jogamp.nativewindow.AbstractGraphicsDevice
Default unit id for the 1st device: 0
DEFAULT_ZFAR - Static variable in class com.jogamp.graph.ui.Scene
Default projection z-far value is 7000.
DEFAULT_ZNEAR - Static variable in class com.jogamp.graph.ui.Scene
Default projection z-near value is 0.1.
defaultBlendDisable - Static variable in class com.jogamp.graph.curve.opengl.RegionRenderer
Default GL.GL_BLEND disable RegionRenderer.GLCallback, simply turning-off the GL.GL_BLEND state and turning-on depth writing via GL.glDepthMask(boolean) if RenderState.BITHINT_GLOBAL_DEPTH_TEST_ENABLED is set.
defaultBlendEnable - Static variable in class com.jogamp.graph.curve.opengl.RegionRenderer
Default GL.GL_BLEND enable RegionRenderer.GLCallback, turning-off depth writing via GL.glDepthMask(boolean) if RenderState.BITHINT_GLOBAL_DEPTH_TEST_ENABLED is set and turning-on the GL.GL_BLEND state.
DefaultCapabilitiesChooser - Class in com.jogamp.nativewindow
The default implementation of the CapabilitiesChooser interface, which provides consistent visual selection behavior across platforms.
DefaultCapabilitiesChooser() - Constructor for class com.jogamp.nativewindow.DefaultCapabilitiesChooser
 
defaultEDTPollPeriod - Static variable in interface com.jogamp.newt.util.EDTUtil
 
defaultEyeParam - Variable in class com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceConfig
 
DefaultGLCapabilitiesChooser - Class in com.jogamp.opengl
The default implementation of the GLCapabilitiesChooser interface, which provides consistent visual selection behavior across platforms.
DefaultGLCapabilitiesChooser() - Constructor for class com.jogamp.opengl.DefaultGLCapabilitiesChooser
 
DefaultGLPixelBufferProvider(boolean) - Constructor for class com.jogamp.opengl.util.GLPixelBuffer.DefaultGLPixelBufferProvider
 
DefaultGraphicsConfiguration - Class in com.jogamp.nativewindow
 
DefaultGraphicsConfiguration(AbstractGraphicsScreen, CapabilitiesImmutable, CapabilitiesImmutable) - Constructor for class com.jogamp.nativewindow.DefaultGraphicsConfiguration
 
DefaultGraphicsDevice - Class in com.jogamp.nativewindow
 
DefaultGraphicsDevice(String, String, int) - Constructor for class com.jogamp.nativewindow.DefaultGraphicsDevice
Create an instance with the system default ToolkitLock, gathered via NativeWindowFactory.getDefaultToolkitLock(String).
DefaultGraphicsDevice(String, String, int, long) - Constructor for class com.jogamp.nativewindow.DefaultGraphicsDevice
Create an instance with the system default ToolkitLock.
DefaultGraphicsDevice(String, String, int, long, ToolkitLock) - Constructor for class com.jogamp.nativewindow.DefaultGraphicsDevice
Create an instance with the given ToolkitLock instance, or null ToolkitLock if null.
DefaultGraphicsScreen - Class in com.jogamp.nativewindow
 
DefaultGraphicsScreen(AbstractGraphicsDevice, int) - Constructor for class com.jogamp.nativewindow.DefaultGraphicsScreen
 
defaultIndicesCount - Static variable in class com.jogamp.graph.curve.opengl.GLRegion
Default initial indices count 64, assuming small sized shapes.
defaultProviderNoRowStride - Static variable in class com.jogamp.opengl.util.GLPixelBuffer
defaultProviderWithRowStride - Static variable in class com.jogamp.opengl.util.GLPixelBuffer
DefaultRenderDelegate() - Constructor for class com.jogamp.opengl.util.awt.TextRenderer.DefaultRenderDelegate
 
defaultShaderCustomization(GL2ES2, boolean, boolean) - Method in class com.jogamp.opengl.util.glsl.ShaderCode
Default customization of this shader source code.
defaultShaderCustomization(GL2ES2, boolean, String) - Method in class com.jogamp.opengl.util.glsl.ShaderCode
Default customization of this shader source code.
defaultValue(int, boolean) - Method in interface com.jogamp.nativewindow.util.PixelFormat.Composition
 
defaultValue(int, boolean) - Method in class com.jogamp.nativewindow.util.PixelFormat.PackedComposition
 
defaultVerticesCount - Static variable in class com.jogamp.graph.curve.opengl.GLRegion
Default initial vertices count 64, assuming small sized shapes.
DelegatedUpstreamSurfaceHookMutableSize - Class in com.jogamp.nativewindow
 
DelegatedUpstreamSurfaceHookMutableSize(UpstreamSurfaceHook, int, int) - Constructor for class com.jogamp.nativewindow.DelegatedUpstreamSurfaceHookMutableSize
 
DelegatedUpstreamSurfaceHookWithSurfaceSize - Class in com.jogamp.nativewindow
 
DelegatedUpstreamSurfaceHookWithSurfaceSize(UpstreamSurfaceHook, NativeSurface) - Constructor for class com.jogamp.nativewindow.DelegatedUpstreamSurfaceHookWithSurfaceSize
 
deleteBackingStore(Object) - Method in interface com.jogamp.opengl.util.packrect.BackingStoreManager
 
deleteShader(GL, IntBuffer) - Static method in class com.jogamp.opengl.util.glsl.ShaderUtil
 
deltaTransform(float[], int, float[], int, int) - Method in class com.jogamp.graph.geom.plane.AffineTransform
 
deltaTransform(Vertex, Vertex) - Method in class com.jogamp.graph.geom.plane.AffineTransform
 
depth - Variable in class com.jogamp.opengl.util.GLPixelBuffer
Depth in pixels.
DEPTH - com.jogamp.opengl.FBObject.Attachment.Type
 
DEPTH_STENCIL - com.jogamp.opengl.FBObject.Attachment.Type
 
DEPTH_TEXTURE - com.jogamp.opengl.FBObject.Attachment.Type
 
derefPointer(long) - Static method in class com.jogamp.opengl.cg.CGannotation
Returns new instance dereferencing ByteBuffer at given native address `addr` with size CGannotation.size().
derefPointer(long) - Static method in class com.jogamp.opengl.cg.CGcontext
Returns new instance dereferencing ByteBuffer at given native address `addr` with size CGcontext.size().
derefPointer(long) - Static method in class com.jogamp.opengl.cg.CGeffect
Returns new instance dereferencing ByteBuffer at given native address `addr` with size CGeffect.size().
derefPointer(long) - Static method in class com.jogamp.opengl.cg.CGparameter
Returns new instance dereferencing ByteBuffer at given native address `addr` with size CGparameter.size().
derefPointer(long) - Static method in class com.jogamp.opengl.cg.CGpass
Returns new instance dereferencing ByteBuffer at given native address `addr` with size CGpass.size().
derefPointer(long) - Static method in class com.jogamp.opengl.cg.CGprogram
Returns new instance dereferencing ByteBuffer at given native address `addr` with size CGprogram.size().
derefPointer(long) - Static method in class com.jogamp.opengl.cg.CGstate
Returns new instance dereferencing ByteBuffer at given native address `addr` with size CGstate.size().
derefPointer(long) - Static method in class com.jogamp.opengl.cg.CGstateassignment
Returns new instance dereferencing ByteBuffer at given native address `addr` with size CGstateassignment.size().
derefPointer(long) - Static method in class com.jogamp.opengl.cg.CGtechnique
Returns new instance dereferencing ByteBuffer at given native address `addr` with size CGtechnique.size().
derefPointer(long) - Static method in class com.jogamp.opengl.egl.EGLClientPixmapHI
Returns new instance dereferencing ByteBuffer at given native address `addr` with size EGLClientPixmapHI.size().
destroy() - Method in class com.jogamp.nativewindow.awt.JAWTWindow
 
destroy() - Method in interface com.jogamp.nativewindow.NativeWindow
Destroys this window incl.
destroy() - Method in class com.jogamp.newt.awt.applet.JOGLNewtApplet1Run
 
destroy() - Method in class com.jogamp.newt.awt.NewtCanvasAWT
Destroys this resource: Make the NEWT Child invisible Disconnects the NEWT Child from this Canvas NativeWindow, reparent to NULL Issues destroy() on the NEWT Child Remove reference to the NEWT Child
destroy() - Method in class com.jogamp.newt.Display
Manually trigger the destruction, incl.
destroy() - Method in interface com.jogamp.newt.Display.PointerIcon
Destroys this instance.
destroy() - Method in class com.jogamp.newt.javafx.NewtCanvasJFX
Destroys this resource: Make the NEWT Child invisible Disconnects the NEWT Child from this Canvas NativeWindow, reparent to NULL Issues Window.destroy() on the NEWT Child Remove reference to the NEWT Child JavaFX will issue this call when sending out the WindowEvent.WINDOW_CLOSE_REQUEST automatically, if the user has not overridden the default WindowClosingProtocol.WindowClosingMode.DISPOSE_ON_CLOSE to WindowClosingProtocol.WindowClosingMode.DO_NOTHING_ON_CLOSE via NewtCanvasJFX.setDefaultCloseOperation(com.jogamp.nativewindow.WindowClosingProtocol.WindowClosingMode).
destroy() - Method in class com.jogamp.newt.opengl.GLWindow
 
destroy() - Method in class com.jogamp.newt.Screen
Manually trigger the destruction, incl.
destroy() - Method in class com.jogamp.newt.util.applet.JOGLNewtAppletBase
 
destroy() - Method in interface com.jogamp.newt.Window
Destroys this window incl.
destroy() - Method in class com.jogamp.opengl.awt.GLCanvas
Destroys all resources associated with this GLAutoDrawable, inclusive the GLContext.
destroy() - Method in class com.jogamp.opengl.awt.GLJPanel
Just an alias for removeNotify
destroy() - Method in interface com.jogamp.opengl.GLAutoDrawable
Destroys all resources associated with this GLAutoDrawable, inclusive the GLContext.
destroy() - Method in class com.jogamp.opengl.GLAutoDrawableDelegate
Destroys all resources associated with this GLAutoDrawable, inclusive the GLContext.
destroy() - Method in class com.jogamp.opengl.GLContext
Destroys this OpenGL context and frees its associated resources.
destroy() - Method in class com.jogamp.opengl.GLEventListenerState
Last resort to destroy and loose ownership
destroy() - Method in class com.jogamp.opengl.swt.GLCanvas
Destroys all resources associated with this GLAutoDrawable, inclusive the GLContext.
destroy() - Method in class com.jogamp.opengl.util.texture.TextureData
Calls flush()
destroy(ProxySurface) - Method in class com.jogamp.nativewindow.DelegatedUpstreamSurfaceHookMutableSize
 
destroy(ProxySurface) - Method in class com.jogamp.nativewindow.DelegatedUpstreamSurfaceHookWithSurfaceSize
 
destroy(ProxySurface) - Method in class com.jogamp.nativewindow.GenericUpstreamSurfacelessHook
 
destroy(ProxySurface) - Method in interface com.jogamp.nativewindow.UpstreamSurfaceHook
called within ProxySurface.destroyNotify() within lock, before clearing fields.
destroy(ProxySurface) - Method in class com.jogamp.nativewindow.UpstreamSurfaceHookMutableSize
 
destroy(GL) - Method in class com.jogamp.opengl.FBObject
 
destroy(GL) - Method in interface com.jogamp.opengl.GLArrayData
 
destroy(GL) - Method in interface com.jogamp.opengl.util.av.GLMediaPlayer
Releases the GL, stream and other resources, including attached user objects.
destroy(GL) - Method in class com.jogamp.opengl.util.GLArrayDataClient
 
destroy(GL) - Method in interface com.jogamp.opengl.util.GLArrayDataEditable
 
destroy(GL) - Method in class com.jogamp.opengl.util.GLArrayDataServer
 
destroy(GL) - Method in class com.jogamp.opengl.util.GLArrayDataWrapper
 
destroy(GL) - Method in class com.jogamp.opengl.util.ImmModeSink
 
destroy(GL) - Method in class com.jogamp.opengl.util.texture.ImageSequence
 
destroy(GL) - Method in class com.jogamp.opengl.util.texture.Texture
Destroys and nulls the underlying native texture used by this Texture instance if owned, otherwise just nulls the underlying native texture.
destroy(GL2ES2) - Method in class com.jogamp.graph.curve.opengl.GLRegion
Delete and clear the associated OGL objects.
destroy(GL2ES2) - Method in class com.jogamp.graph.curve.opengl.RegionRenderer
Deletes all ShaderPrograms and nullifies its references including RenderState#destroy(GL2ES2).
destroy(GL2ES2) - Method in class com.jogamp.opengl.util.glsl.ShaderCode
 
destroy(GL2ES2) - Method in class com.jogamp.opengl.util.glsl.ShaderProgram
Detaches all shader codes and deletes the program.
destroy(GL2ES2) - Method in class com.jogamp.opengl.util.glsl.ShaderState
destroy(GL2ES2, RegionRenderer) - Method in class com.jogamp.graph.ui.Shape
Destroys all data
destroyGDKWindow(long) - Static method in class com.jogamp.nativewindow.swt.SWTAccessor
 
destroyNotify() - Method in interface com.jogamp.nativewindow.ProxySurface
UpstreamSurfaceHook.destroy(ProxySurface) is being issued and all proxy surface/window handles shall be cleared.
destroyX11Window(AbstractGraphicsDevice, long) - Static method in class com.jogamp.nativewindow.swt.SWTAccessor
 
detachAll(GL) - Method in class com.jogamp.opengl.FBObject
detachAllColorbuffer(GL) - Method in class com.jogamp.opengl.FBObject
Detaches all FBObject.ColorAttachments and FBObject.TextureAttachments and disposes them.
detachAllRenderbuffer(GL) - Method in class com.jogamp.opengl.FBObject
 
detachAllTexturebuffer(GL) - Method in class com.jogamp.opengl.FBObject
Detaches all FBObject.TextureAttachments and disposes them.
detachAutoDrawable() - Method in class com.jogamp.opengl.util.TileRendererBase
Detaches the given GLAutoDrawable from this tile renderer.
detachColorbuffer(GL, int, boolean) - Method in class com.jogamp.opengl.FBObject
Detaches a FBObject.Colorbuffer, i.e.
detachFrom(GL2ES2) - Method in class com.jogamp.graph.curve.opengl.RenderState
 
detachInputListenerFrom(GLWindow) - Method in class com.jogamp.graph.ui.Scene
 
detachObject(String) - Method in class com.jogamp.opengl.GLContext
 
detachObject(String) - Method in interface com.jogamp.opengl.util.av.GLMediaPlayer
Detaches the user object for the given name.
detachObject(String) - Method in class com.jogamp.opengl.util.glsl.ShaderState
 
detachRenderbuffer(GL, FBObject.Attachment.Type, boolean) - Method in class com.jogamp.opengl.FBObject
 
detachShader(GL, int, IntBuffer) - Static method in class com.jogamp.opengl.util.glsl.ShaderUtil
 
detachSurfaceLayer() - Method in class com.jogamp.nativewindow.awt.JAWTWindow
 
detachSurfaceLayer() - Method in interface com.jogamp.nativewindow.OffscreenLayerSurface
Detaches a previously attached offscreen layer from this offscreen layer surface.
determinant() - Method in class com.jogamp.opengl.math.Matrix4f
Returns the determinant of this matrix
determinantVec3(Vec3f, Vec3f, Vec3f) - Static method in class com.jogamp.opengl.math.VectorUtil
Return the determinant of 3 vectors
determine(int) - Static method in enum com.jogamp.opengl.FBObject.Attachment.Type
device - Variable in class com.jogamp.opengl.GLEventListenerState
 
deviceZoomScaleDown(int) - Static method in class com.jogamp.nativewindow.swt.SWTAccessor
Returns SWT derived scaled-down value v, based on DPIUtil.getDeviceZoom() only, not considering higher-toolkit's compensation like DPIUtil.useCairoAutoScale().
deviceZoomScaleDown(Point) - Static method in class com.jogamp.nativewindow.swt.SWTAccessor
Returns SWT derived scaled-down value v, based on DPIUtil.getDeviceZoom() only, not considering higher-toolkit's compensation like DPIUtil.useCairoAutoScale().
deviceZoomScaleUp(int) - Static method in class com.jogamp.nativewindow.swt.SWTAccessor
Returns SWT derived scaled-up value v, based on DPIUtil.getDeviceZoom() only, not considering higher-toolkit's compensation like DPIUtil.useCairoAutoScale().
deviceZoomScaleUp(Point) - Static method in class com.jogamp.nativewindow.swt.SWTAccessor
Returns SWT derived scaled-up value v, based on DPIUtil.getDeviceZoom() only, not considering higher-toolkit's compensation like DPIUtil.useCairoAutoScale().
Dimension - Class in com.jogamp.nativewindow.util
 
Dimension() - Constructor for class com.jogamp.nativewindow.util.Dimension
 
Dimension(int[]) - Constructor for class com.jogamp.nativewindow.util.Dimension
 
Dimension(int, int) - Constructor for class com.jogamp.nativewindow.util.Dimension
 
DimensionImmutable - Interface in com.jogamp.nativewindow.util
Immutable Dimension Interface, consisting of it's read only components:
width height
dir - Variable in enum com.jogamp.graph.geom.plane.Winding
The winding direction sign, i.e.
dir - Variable in class com.jogamp.opengl.math.Ray
Normalized direction vector of ray.
DirectDataBufferInt - Class in com.jogamp.nativewindow.awt
DataBuffer specialization using NIO direct buffer of type DataBuffer.TYPE_INT as storage.
DirectDataBufferInt(int) - Constructor for class com.jogamp.nativewindow.awt.DirectDataBufferInt
Constructs an nio integer-based DataBuffer with a single bank and the specified size.
DirectDataBufferInt(int, int) - Constructor for class com.jogamp.nativewindow.awt.DirectDataBufferInt
Constructs an nio integer-based DataBuffer with the specified number of banks, all of which are the specified size.
DirectDataBufferInt(ByteBuffer, int) - Constructor for class com.jogamp.nativewindow.awt.DirectDataBufferInt
Constructs an nio integer-based DataBuffer with a single bank using the specified array.
DirectDataBufferInt.BufferedImageInt - Class in com.jogamp.nativewindow.awt
 
DirectDataBufferInt.DirectWritableRaster - Class in com.jogamp.nativewindow.awt
 
DIRTY_BOUNDS - Static variable in class com.jogamp.graph.curve.OutlineShape
 
DIRTY_TRIANGLES - Static variable in class com.jogamp.graph.curve.OutlineShape
Modified shape, requires to update the vertices and triangles, here: triangulation.
DIRTY_VERTICES - Static variable in class com.jogamp.graph.curve.OutlineShape
Modified shape, requires to update the vertices and triangles, here: vertices.
disable(GL) - Method in class com.jogamp.opengl.util.texture.Texture
Disables this texture's target (e.g., GL_TEXTURE_2D) in the given GL state.
DISABLE - Static variable in class com.jogamp.opengl.util.glsl.ShaderCode
Behavior for GLSL extension directive, see ShaderCode.createExtensionDirective(String, String), value "disable".
disableAllVertexAttributeArrays(GL2ES2, boolean) - Method in class com.jogamp.opengl.util.glsl.ShaderState
Disables all vertex attribute arrays.
disabledEGL - Static variable in class com.jogamp.opengl.GLProfile
In case no EGL implementation is available like on the Platform.OSType.IOS platform, this is set to true.
disableOpenGLARBContext - Static variable in class com.jogamp.opengl.GLProfile
In case the implementation of the ARB_create_context context creation extension is buggy on one platform, setting the property jogl.disable.openglarbcontext disables utilizing it.
disableOpenGLCore - Static variable in class com.jogamp.opengl.GLProfile
In case no native OpenGL core profiles are required and if one platform may have a buggy implementation, setting the property jogl.disable.openglcore disables querying possible existing native OpenGL core profiles.
disableOpenGLDesktop - Static variable in class com.jogamp.opengl.GLProfile
In case no OpenGL desktop profiles are required and if one platform may have a buggy implementation, setting the property jogl.disable.opengldesktop disables querying possible existing OpenGL desktop profiles.
disableOpenGLES - Static variable in class com.jogamp.opengl.GLProfile
In case no OpenGL ES profiles are required and if one platform may have a buggy implementation, setting the property jogl.disable.opengles disables querying possible existing OpenGL ES profiles.
disableSingleThreading() - Static method in class com.jogamp.opengl.Threading
If an implementation of the com.jogamp.opengl APIs offers a multithreading option but the default behavior is single-threading, this API provides a mechanism for end users to disable single-threading in this implementation.
disableSurfacelessContext - Static variable in class com.jogamp.opengl.GLProfile
Disable surfaceless OpenGL context capability and its probing by setting the property jogl.disable.surfacelesscontext.
disableVertexAttribArray(GL2ES2, GLArrayData) - Method in class com.jogamp.opengl.util.glsl.ShaderState
Disables a vertex attribute array This method uses the GLArrayData's location if set and is the preferred alternative to ShaderState.disableVertexAttribArray(GL2ES2, String).
disableVertexAttribArray(GL2ES2, String) - Method in class com.jogamp.opengl.util.glsl.ShaderState
Disables a vertex attribute array This method retrieves the the location via ShaderState.getAttribLocation(GL2ES2, GLArrayData) hence ShaderState.disableVertexAttribArray(GL2ES2, GLArrayData) shall be preferred.
dispatchMessages() - Method in class com.jogamp.newt.Display
 
display() - Method in class com.jogamp.newt.opengl.GLWindow
 
display() - Method in class com.jogamp.opengl.awt.GLCanvas
 
display() - Method in class com.jogamp.opengl.awt.GLJPanel
 
display() - Method in interface com.jogamp.opengl.GLAutoDrawable
Causes OpenGL rendering to be performed for this GLAutoDrawable in the following order: Calling display(..) for all registered GLEventListeners.
display() - Method in class com.jogamp.opengl.GLAutoDrawableDelegate
 
display() - Method in class com.jogamp.opengl.swt.GLCanvas
 
display() - Method in class com.jogamp.opengl.util.TileRendererBase
Rendering one tile, by simply calling GLAutoDrawable.display().
display(int, int, int, int) - Method in class com.jogamp.opengl.util.RandomTileRenderer
Rendering one tile, by simply calling GLAutoDrawable.display().
display(GLAutoDrawable) - Method in class com.jogamp.graph.ui.Scene
 
display(GLAutoDrawable) - Method in class com.jogamp.newt.util.applet.JOGLNewtAppletBase
 
display(GLAutoDrawable) - Method in interface com.jogamp.opengl.GLEventListener
Called by the drawable to initiate OpenGL rendering by the client.
display(GLAutoDrawable) - Method in class com.jogamp.opengl.util.stereo.StereoClientRenderer
 
display(GLAutoDrawable, int) - Method in interface com.jogamp.opengl.util.CustomGLEventListener
Extended display method, allowing to pass a display flag, e.g.
display(ArrayList<GLAutoDrawable>, boolean, boolean) - Method in interface com.jogamp.opengl.util.AnimatorBase.AnimatorImpl
 
Display - Class in com.jogamp.newt
 
Display() - Constructor for class com.jogamp.newt.Display
 
DISPLAY_DONTCLEAR - Static variable in interface com.jogamp.opengl.util.CustomGLEventListener
display flag: Do not clear any target buffer, e.g.
DISPLAY_REPEAT - Static variable in interface com.jogamp.opengl.util.CustomGLEventListener
display flag: Repeat last produced image.
Display.PointerIcon - Interface in com.jogamp.newt
Native PointerIcon handle.
dispose() - Method in interface com.jogamp.nativewindow.ToolkitLock
Dispose this instance.
dispose() - Method in class com.jogamp.newt.swt.NewtCanvasSWT
Destroys this resource: Make the NEWT Child invisible Disconnects the NEWT Child from this Canvas NativeWindow, reparent to NULL Issues destroy() on the NEWT Child Remove reference to the NEWT Child
dispose() - Method in class com.jogamp.opengl.swt.GLCanvas
 
dispose() - Method in class com.jogamp.opengl.util.awt.AWTGLPixelBuffer
 
dispose() - Method in class com.jogamp.opengl.util.awt.AWTGLPixelBuffer.SingleAWTGLPixelBufferProvider
 
dispose() - Method in class com.jogamp.opengl.util.awt.TextRenderer
Disposes of all resources this TextRenderer is using.
dispose() - Method in class com.jogamp.opengl.util.awt.TextureRenderer
Disposes all resources associated with this renderer.
dispose() - Method in class com.jogamp.opengl.util.GLPixelBuffer
Dispose resources.
dispose() - Method in interface com.jogamp.opengl.util.GLPixelBuffer.SingletonGLPixelBufferProvider
Dispose all resources.
dispose() - Method in class com.jogamp.opengl.util.packrect.RectanglePacker
Disposes the backing store allocated by the BackingStoreManager.
dispose() - Method in interface com.jogamp.opengl.util.stereo.StereoDevice
Disposes this StereoDevice, if valid.
dispose(GL) - Method in class com.jogamp.opengl.util.GLReadBufferUtil
 
dispose(GL) - Method in interface com.jogamp.opengl.util.stereo.StereoDeviceRenderer
Release all OpenGL related resources
dispose(GLAutoDrawable) - Method in class com.jogamp.graph.ui.Scene
Disposes all added Shapes.
dispose(GLAutoDrawable) - Method in class com.jogamp.newt.util.applet.JOGLNewtAppletBase
 
dispose(GLAutoDrawable) - Method in interface com.jogamp.opengl.GLEventListener
Notifies the listener to perform the release of all OpenGL resources per GLContext, such as memory buffers and GLSL programs.
dispose(GLAutoDrawable) - Method in class com.jogamp.opengl.util.stereo.StereoClientRenderer
 
DISPOSE_ON_CLOSE - com.jogamp.nativewindow.WindowClosingProtocol.WindowClosingMode
Dispose resources on native window close operation.
This is the default behavior in case no underlying toolkit defines otherwise.
disposeGC(Control, long, GCData) - Static method in class com.jogamp.nativewindow.swt.SWTAccessor
 
disposeGLEventListener(GLEventListener, boolean) - Method in class com.jogamp.opengl.awt.GLCanvas
 
disposeGLEventListener(GLEventListener, boolean) - Method in class com.jogamp.opengl.awt.GLJPanel
 
disposeGLEventListener(GLEventListener, boolean) - Method in interface com.jogamp.opengl.GLAutoDrawable
Disposes the given listener via dispose(..) if it has been initialized and added to this queue.
disposeGLEventListener(GLEventListener, boolean) - Method in class com.jogamp.opengl.swt.GLCanvas
 
dist(Vec2f) - Method in class com.jogamp.opengl.math.Vec2f
Return the distance between this vector and the given one.
dist(Vec2i) - Method in class com.jogamp.opengl.math.Vec2i
Return the distance between this vector and the given one.
dist(Vec3f) - Method in class com.jogamp.opengl.math.Vec3f
Return the distance between this vector and the given one.
dist(Vec4f) - Method in class com.jogamp.opengl.math.Vec4f
Return the distance between this vector and the given one.
distanceTo(float, float, float) - Method in class com.jogamp.opengl.math.geom.Frustum.Plane
Return signed distance of plane to given point.
distanceTo(Vec3f) - Method in class com.jogamp.opengl.math.geom.Frustum.Plane
Return distance of plane to given point, see Frustum.Plane.distanceTo(float, float, float).
distMiddleToPupilY - Variable in class com.jogamp.opengl.util.stereo.EyeParameter
Vertical distance from middle-line to pupil in meter.
distNoseToPupilX - Variable in class com.jogamp.opengl.util.stereo.EyeParameter
IPD related horizontal distance from nose to pupil in meter.
DISTORTION_BARREL - Static variable in interface com.jogamp.opengl.util.stereo.StereoDeviceRenderer
Distortion Bit: Barrel distortion compensating lens pincushion distortion
DISTORTION_CHROMATIC - Static variable in interface com.jogamp.opengl.util.stereo.StereoDeviceRenderer
Distortion Bit: Chromatic distortion compensating lens chromatic aberration.
DISTORTION_TIMEWARP - Static variable in interface com.jogamp.opengl.util.stereo.StereoDeviceRenderer
Distortion Bit: Timewarp distortion technique to predict ViewerPose movement to reduce latency.
DISTORTION_VIGNETTE - Static variable in interface com.jogamp.opengl.util.stereo.StereoDeviceRenderer
Distortion Bit: Vignette distortion compensating lens chromatic aberration.
distortionBitsToString(int) - Static method in class com.jogamp.opengl.util.stereo.StereoUtil
distortionMeshProducer - Variable in class com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceConfig
 
distSq(Vec2f) - Method in class com.jogamp.opengl.math.Vec2f
Return the squared distance between this vector and the given one.
distSq(Vec2i) - Method in class com.jogamp.opengl.math.Vec2i
Return the squared distance between this vector and the given one.
distSq(Vec3f) - Method in class com.jogamp.opengl.math.Vec3f
Return the squared distance between this vector and the given one.
distSq(Vec4f) - Method in class com.jogamp.opengl.math.Vec4f
Return the squared distance between this vector and the given one.
distSquareVec3(float[], float[]) - Static method in class com.jogamp.opengl.math.VectorUtil
Return the squared distance between the given two points described vector v1 and v2.
distVec3(float[], float[]) - Static method in class com.jogamp.opengl.math.VectorUtil
Return the distance between the given two points described vector v1 and v2.
div(int, int) - Static method in class com.jogamp.opengl.math.FixedPoint
 
divVec2(float[], float[], float) - Static method in class com.jogamp.opengl.math.VectorUtil
Divides a vector by param using given result float[], result = vector / scale
divVec2(float[], float[], float[]) - Static method in class com.jogamp.opengl.math.VectorUtil
Divides a vector by param using given result float[], result = vector / scale
DO_NOTHING_ON_CLOSE - com.jogamp.nativewindow.WindowClosingProtocol.WindowClosingMode
Do nothing on native window close operation.
This is the default behavior within an AWT environment.
DontChooseFBConfigBestMatch - Static variable in class com.jogamp.opengl.GLRendererQuirks
Don't use the ChooseFBConfig's best match, instead utilize the given GLCapabilitiesChooser or DefaultGLCapabilitiesChooser without any recommendation.
DontCloseX11Display - Static variable in class com.jogamp.opengl.GLRendererQuirks
Closing X11 displays may cause JVM crashes or X11 errors with some buggy drivers while being used in concert w/ OpenGL.
doQuit() - Method in class com.jogamp.newt.opengl.util.NEWTDemoListener
 
dot(float, float, float, float) - Method in class com.jogamp.opengl.math.Quaternion
Returns the dot product of this quaternion with the given x,y,z and w components.
dot(Quaternion) - Method in class com.jogamp.opengl.math.Quaternion
Returns the dot product of this quaternion with the given quaternion
dot(Vec2f) - Method in class com.jogamp.opengl.math.Vec2f
Return the dot product of this vector and the given one
dot(Vec3f) - Method in class com.jogamp.opengl.math.Vec3f
Return the dot product of this vector and the given one
dot(Vec4f) - Method in class com.jogamp.opengl.math.Vec4f
Return the dot product of this vector and the given one
DOUBLE_TAP_SLOP_MM - Static variable in class com.jogamp.newt.event.DoubleTapScrollGesture
Two pointer 'double tap' slop in millimeter, defaults to 20 mm.
DOUBLE_TAP_SLOP_PIXEL - Static variable in class com.jogamp.newt.event.DoubleTapScrollGesture
Two pointer 'double tap' slop in pixels (fallback), defaults to 104 pixels.
DoubleTapScrollGesture - Class in com.jogamp.newt.event
2 pointer scroll/rotate gesture handler processing MouseEvents while producing MouseEvent.EVENT_MOUSE_WHEEL_MOVED events if gesture is completed.
DoubleTapScrollGesture(int, int) - Constructor for class com.jogamp.newt.event.DoubleTapScrollGesture
scaledScrollSlop < scaledDoubleTapSlop
draw(int, int, int, int) - Method in class com.jogamp.opengl.util.awt.Overlay
Draws the specified sub-rectangle of the overlay on top of the OpenGL drawable.
draw(int, int, int, int, int, int) - Method in class com.jogamp.opengl.util.awt.Overlay
Draws the specified sub-rectangle of the overlay at the specified x and y coordinate on top of the OpenGL drawable.
draw(GL2ES2, RegionRenderer, int[]) - Method in class com.jogamp.graph.curve.opengl.GLRegion
Renders the associated OGL objects specifying current width/hight of window for multi pass rendering of the region.
draw(GL2ES2, RegionRenderer, int[]) - Method in class com.jogamp.graph.ui.Shape
Renders the shape.
draw(GL2ES2, RegionRenderer, int[]) - Method in class com.jogamp.graph.ui.shapes.Button
 
draw(GL2ES2, RegionRenderer, int[]) - Method in class com.jogamp.graph.ui.shapes.GLButton
 
draw(GL2ES2, RegionRenderer, int[]) - Method in class com.jogamp.graph.ui.shapes.ImageButton
 
draw(GL2ES2, RegionRenderer, int[]) - Method in class com.jogamp.graph.ui.shapes.MediaButton
 
draw(GL, boolean) - Method in class com.jogamp.opengl.util.ImmModeSink
 
draw(GL, Buffer, boolean) - Method in class com.jogamp.opengl.util.ImmModeSink
 
draw(Graphics2D, String, int, int) - Method in class com.jogamp.opengl.util.awt.TextRenderer.DefaultRenderDelegate
 
draw(Graphics2D, String, int, int) - Method in interface com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
Render the passed character sequence at the designated location using the supplied Graphics2D instance.
draw(CharSequence, int, int) - Method in class com.jogamp.opengl.util.awt.TextRenderer
Draws the supplied CharSequence at the desired location using the renderer's current color.
draw(String, int, int) - Method in class com.jogamp.opengl.util.awt.TextRenderer
Draws the supplied String at the desired location using the renderer's current color.
draw3D(CharSequence, float, float, float, float) - Method in class com.jogamp.opengl.util.awt.TextRenderer
Draws the supplied CharSequence at the desired 3D location using the renderer's current color.
draw3D(String, float, float, float, float) - Method in class com.jogamp.opengl.util.awt.TextRenderer
Draws the supplied String at the desired 3D location using the renderer's current color.
draw3DRect(float, float, float, int, int, int, int, float) - Method in class com.jogamp.opengl.util.awt.TextureRenderer
Draws a rectangle of the underlying texture to the specified 3D location.
drawAll() - Method in class com.jogamp.opengl.util.awt.Overlay
Draws the entire contents of the overlay on top of the OpenGL drawable.
drawGlyphVector(Graphics2D, GlyphVector, int, int) - Method in class com.jogamp.opengl.util.awt.TextRenderer.DefaultRenderDelegate
 
drawGlyphVector(Graphics2D, GlyphVector, int, int) - Method in interface com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
Render the passed GlyphVector at the designated location using the supplied Graphics2D instance.
drawOrthoRect(int, int) - Method in class com.jogamp.opengl.util.awt.TextureRenderer
Draws an orthographically projected rectangle containing all of the underlying texture to the specified location on the screen.
drawOrthoRect(int, int, int, int, int, int) - Method in class com.jogamp.opengl.util.awt.TextureRenderer
Draws an orthographically projected rectangle of the underlying texture to the specified location on the screen.
drawString3D(GL2ES2, int, RegionRenderer, Font, CharSequence, Vec4f, int[]) - Static method in class com.jogamp.graph.curve.opengl.TextRegionUtil
drawString3D(GL2ES2, int, RegionRenderer, Font, CharSequence, Vec4f, int[], AffineTransform, AffineTransform) - Static method in class com.jogamp.graph.curve.opengl.TextRegionUtil
Render the string in 3D space w.r.t.
drawString3D(GL2ES2, GLRegion, RegionRenderer, Font, CharSequence, Vec4f, int[]) - Static method in class com.jogamp.graph.curve.opengl.TextRegionUtil
drawString3D(GL2ES2, GLRegion, RegionRenderer, Font, CharSequence, Vec4f, int[], AffineTransform, AffineTransform) - Static method in class com.jogamp.graph.curve.opengl.TextRegionUtil
Render the string in 3D space w.r.t.
drawString3D(GL2ES2, RegionRenderer, Font, CharSequence, Vec4f, int[]) - Method in class com.jogamp.graph.curve.opengl.TextRegionUtil
Render the string in 3D space w.r.t.
drawToSelect(GL2ES2, RegionRenderer, int[]) - Method in class com.jogamp.graph.ui.Shape
Experimental selection draw command used by Scene.
DRIVER_DEFAULT_ROOT_PACKAGE - Static variable in class com.jogamp.newt.NewtFactory
 
DUMP_DATA - Static variable in interface com.jogamp.opengl.util.stereo.StereoDevice
 
dumpDisplayList(String) - Static method in class com.jogamp.newt.Display
 
dumpFreeSpace() - Method in class com.jogamp.opengl.util.packrect.Level
 
dumpSource(PrintStream) - Method in class com.jogamp.opengl.util.glsl.ShaderCode
 
dumpSource(PrintStream) - Method in class com.jogamp.opengl.util.glsl.ShaderProgram
 

E

E - Static variable in class com.jogamp.opengl.math.FloatUtil
 
edgeFlag(boolean) - Method in interface com.jogamp.opengl.glu.GLUtessellatorCallback
The edgeFlag callback method is similar to glEdgeFlag.
edgeFlag(boolean) - Method in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
 
edgeFlagData(boolean, Object) - Method in interface com.jogamp.opengl.glu.GLUtessellatorCallback
The same as the edgeFlage callback method except that it takes an additional reference argument.
edgeFlagData(boolean, Object) - Method in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
 
EDTUtil - Interface in com.jogamp.newt.util
EDT stands for Event Dispatch Thread.
EGL - Class in com.jogamp.opengl.egl
 
EGL() - Constructor for class com.jogamp.opengl.egl.EGL
 
EGL_ALPHA_FORMAT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT" with expression '0x3088', CType: int
EGL_ALPHA_FORMAT_NONPRE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT_NONPRE" with expression '0x308B', CType: int
EGL_ALPHA_FORMAT_PRE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT_PRE" with expression '0x308C', CType: int
EGL_ALPHA_MASK_SIZE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_ALPHA_MASK_SIZE" with expression '0x303E', CType: int
EGL_ALPHA_SIZE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_ALPHA_SIZE" with expression '0x3021', CType: int
EGL_ALREADY_SIGNALED_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_sync
Define "EGL_ALREADY_SIGNALED_NV" with expression '0x30EA', CType: int
EGL_AUTO_STEREO_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_3dvision_surface
Define "EGL_AUTO_STEREO_NV" with expression '0x3136', CType: int
EGL_BACK_BUFFER - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_1
Define "EGL_BACK_BUFFER" with expression '0x3084', CType: int
EGL_BAD_ACCESS - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_ACCESS" with expression '0x3002', CType: int
EGL_BAD_ALLOC - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_ALLOC" with expression '0x3003', CType: int
EGL_BAD_ATTRIBUTE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_ATTRIBUTE" with expression '0x3004', CType: int
EGL_BAD_CONFIG - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_CONFIG" with expression '0x3005', CType: int
EGL_BAD_CONTEXT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_CONTEXT" with expression '0x3006', CType: int
EGL_BAD_CURRENT_SURFACE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_CURRENT_SURFACE" with expression '0x3007', CType: int
EGL_BAD_DEVICE_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_device_base
Define "EGL_BAD_DEVICE_EXT" with expression '0x322B', CType: int
EGL_BAD_DISPLAY - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_DISPLAY" with expression '0x3008', CType: int
EGL_BAD_MATCH - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_MATCH" with expression '0x3009', CType: int
EGL_BAD_NATIVE_PIXMAP - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_NATIVE_PIXMAP" with expression '0x300A', CType: int
EGL_BAD_NATIVE_WINDOW - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_NATIVE_WINDOW" with expression '0x300B', CType: int
EGL_BAD_OUTPUT_LAYER_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_output_base
Define "EGL_BAD_OUTPUT_LAYER_EXT" with expression '0x322D', CType: int
EGL_BAD_OUTPUT_PORT_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_output_base
Define "EGL_BAD_OUTPUT_PORT_EXT" with expression '0x322E', CType: int
EGL_BAD_PARAMETER - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_PARAMETER" with expression '0x300C', CType: int
EGL_BAD_STATE_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_stream
Define "EGL_BAD_STATE_KHR" with expression '0x321C', CType: int
EGL_BAD_STREAM_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_stream
Define "EGL_BAD_STREAM_KHR" with expression '0x321B', CType: int
EGL_BAD_SURFACE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BAD_SURFACE" with expression '0x300D', CType: int
EGL_BIND_TO_TEXTURE_RGB - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_1
Define "EGL_BIND_TO_TEXTURE_RGB" with expression '0x3039', CType: int
EGL_BIND_TO_TEXTURE_RGBA - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_1
Define "EGL_BIND_TO_TEXTURE_RGBA" with expression '0x303A', CType: int
EGL_BITMAP_ORIGIN_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_BITMAP_ORIGIN_KHR" with expression '0x30C8', CType: int
EGL_BITMAP_PITCH_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_BITMAP_PITCH_KHR" with expression '0x30C7', CType: int
EGL_BITMAP_PIXEL_ALPHA_OFFSET_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_BITMAP_PIXEL_ALPHA_OFFSET_KHR" with expression '0x30CC', CType: int
EGL_BITMAP_PIXEL_BLUE_OFFSET_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_BITMAP_PIXEL_BLUE_OFFSET_KHR" with expression '0x30CB', CType: int
EGL_BITMAP_PIXEL_GREEN_OFFSET_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_BITMAP_PIXEL_GREEN_OFFSET_KHR" with expression '0x30CA', CType: int
EGL_BITMAP_PIXEL_LUMINANCE_OFFSET_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_BITMAP_PIXEL_LUMINANCE_OFFSET_KHR" with expression '0x30CD', CType: int
EGL_BITMAP_PIXEL_RED_OFFSET_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_BITMAP_PIXEL_RED_OFFSET_KHR" with expression '0x30C9', CType: int
EGL_BITMAP_PIXEL_SIZE_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface2
Define "EGL_BITMAP_PIXEL_SIZE_KHR" with expression '0x3110', CType: int
EGL_BITMAP_POINTER_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_BITMAP_POINTER_KHR" with expression '0x30C6', CType: int
EGL_BLUE_SIZE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BLUE_SIZE" with expression '0x3022', CType: int
EGL_BUFFER_AGE_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_buffer_age
Define "EGL_BUFFER_AGE_EXT" with expression '0x313D', CType: int
EGL_BUFFER_AGE_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_partial_update
Define "EGL_BUFFER_AGE_KHR" with expression '0x313D', CType: int
EGL_BUFFER_DESTROYED - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_BUFFER_DESTROYED" with expression '0x3095', CType: int
EGL_BUFFER_PRESERVED - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_BUFFER_PRESERVED" with expression '0x3094', CType: int
EGL_BUFFER_SIZE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_BUFFER_SIZE" with expression '0x3020', CType: int
EGL_CL_EVENT_HANDLE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_cl_event
Alias for: EGL_CL_EVENT_HANDLE_KHR
Define "EGL_CL_EVENT_HANDLE" with expression '0x309C', CType: int
EGL_CL_EVENT_HANDLE_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_cl_event
Define "EGL_CL_EVENT_HANDLE_KHR" with expression '0x309C', CType: int
EGL_CLIENT_APIS - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_CLIENT_APIS" with expression '0x308D', CType: int
EGL_CLIENT_PIXMAP_POINTER_HI - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_HI_clientpixmap
Define "EGL_CLIENT_PIXMAP_POINTER_HI" with expression '0x8F74', CType: int
EGL_COLOR_ARGB_HI - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_HI_colorformats
Define "EGL_COLOR_ARGB_HI" with expression '0x8F73', CType: int
EGL_COLOR_BUFFER_TYPE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_COLOR_BUFFER_TYPE" with expression '0x303F', CType: int
EGL_COLOR_FORMAT_HI - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_HI_colorformats
Define "EGL_COLOR_FORMAT_HI" with expression '0x8F70', CType: int
EGL_COLOR_RGB_HI - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_HI_colorformats
Define "EGL_COLOR_RGB_HI" with expression '0x8F71', CType: int
EGL_COLOR_RGBA_HI - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_HI_colorformats
Define "EGL_COLOR_RGBA_HI" with expression '0x8F72', CType: int
EGL_COLORSPACE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_COLORSPACE" with expression '0x3087', CType: int
EGL_COLORSPACE_LINEAR - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_COLORSPACE_LINEAR" with expression '0x308A', CType: int
EGL_COLORSPACE_sRGB - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_COLORSPACE_sRGB" with expression '0x3089', CType: int
EGL_CONDITION_SATISFIED - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_CONDITION_SATISFIED_NV, EGL_CONDITION_SATISFIED_KHR
Define "EGL_CONDITION_SATISFIED" with expression '0x30F6', CType: int
EGL_CONDITION_SATISFIED_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_reusable_sync
Define "EGL_CONDITION_SATISFIED_KHR" with expression '0x30F6', CType: int
EGL_CONDITION_SATISFIED_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_sync
Define "EGL_CONDITION_SATISFIED_NV" with expression '0x30EC', CType: int
EGL_CONFIG - com.jogamp.nativewindow.VisualIDHolder.VIDType
EGL Values
EGL_CONFIG_CAVEAT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_CONFIG_CAVEAT" with expression '0x3027', CType: int
EGL_CONFIG_ID - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_CONFIG_ID" with expression '0x3028', CType: int
EGL_CONFORMANT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_3, EGL_KHR_config_attribs
Alias for: EGL_CONFORMANT_KHR
Define "EGL_CONFORMANT" with expression '0x3042', CType: int
EGL_CONFORMANT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_config_attribs
Define "EGL_CONFORMANT_KHR" with expression '0x3042', CType: int
EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_stream_consumer_gltexture
Define "EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR" with expression '0x321E', CType: int
EGL_CONSUMER_FRAME_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_stream
Define "EGL_CONSUMER_FRAME_KHR" with expression '0x3213', CType: int
EGL_CONSUMER_LATENCY_USEC_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_stream
Define "EGL_CONSUMER_LATENCY_USEC_KHR" with expression '0x3210', CType: int
EGL_CONTEXT_CLIENT_TYPE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_CONTEXT_CLIENT_TYPE" with expression '0x3097', CType: int
EGL_CONTEXT_CLIENT_VERSION - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_3
Define "EGL_CONTEXT_CLIENT_VERSION" with expression '0x3098', CType: int
EGL_CONTEXT_FLAGS_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_CONTEXT_FLAGS_KHR" with expression '0x30FC', CType: int
EGL_CONTEXT_LOST - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_1
Define "EGL_CONTEXT_LOST" with expression '0x300E', CType: int
EGL_CONTEXT_MAJOR_VERSION - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_MAJOR_VERSION_KHR
Define "EGL_CONTEXT_MAJOR_VERSION" with expression '0x3098', CType: int
EGL_CONTEXT_MAJOR_VERSION_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_CONTEXT_MAJOR_VERSION_KHR" with expression '0x3098', CType: int
EGL_CONTEXT_MINOR_VERSION - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_MINOR_VERSION_KHR
Define "EGL_CONTEXT_MINOR_VERSION" with expression '0x30FB', CType: int
EGL_CONTEXT_MINOR_VERSION_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_CONTEXT_MINOR_VERSION_KHR" with expression '0x30FB', CType: int
EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR
Define "EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT" with expression '0x00000002', CType: int
EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR" with expression '0x00000002', CType: int
EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR
Define "EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT" with expression '0x00000001', CType: int
EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR" with expression '0x00000001', CType: int
EGL_CONTEXT_OPENGL_DEBUG - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5
Define "EGL_CONTEXT_OPENGL_DEBUG" with expression '0x31B0', CType: int
EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR" with expression '0x00000001', CType: int
EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5
Define "EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE" with expression '0x31B1', CType: int
EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR" with expression '0x00000002', CType: int
EGL_CONTEXT_OPENGL_NO_ERROR_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context_no_error
Define "EGL_CONTEXT_OPENGL_NO_ERROR_KHR" with expression '0x31B3', CType: int
EGL_CONTEXT_OPENGL_PROFILE_MASK - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR
Define "EGL_CONTEXT_OPENGL_PROFILE_MASK" with expression '0x30FD', CType: int
EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR" with expression '0x30FD', CType: int
EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR, EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT
Define "EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY" with expression '0x31BD', CType: int
EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_create_context_robustness
Define "EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT" with expression '0x3138', CType: int
EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR" with expression '0x31BD', CType: int
EGL_CONTEXT_OPENGL_ROBUST_ACCESS - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_EXT_create_context_robustness
Alias for: EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT
Define "EGL_CONTEXT_OPENGL_ROBUST_ACCESS" with expression '0x31B2', CType: int
EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR" with expression '0x00000004', CType: int
EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_create_context_robustness
Define "EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT" with expression '0x30BF', CType: int
EGL_CONTEXT_PRIORITY_HIGH_IMG - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_IMG_context_priority
Define "EGL_CONTEXT_PRIORITY_HIGH_IMG" with expression '0x3101', CType: int
EGL_CONTEXT_PRIORITY_LEVEL_IMG - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_IMG_context_priority
Define "EGL_CONTEXT_PRIORITY_LEVEL_IMG" with expression '0x3100', CType: int
EGL_CONTEXT_PRIORITY_LOW_IMG - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_IMG_context_priority
Define "EGL_CONTEXT_PRIORITY_LOW_IMG" with expression '0x3103', CType: int
EGL_CONTEXT_PRIORITY_MEDIUM_IMG - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_IMG_context_priority
Define "EGL_CONTEXT_PRIORITY_MEDIUM_IMG" with expression '0x3102', CType: int
EGL_CORE_NATIVE_ENGINE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_CORE_NATIVE_ENGINE" with expression '0x305B', CType: int
EGL_COVERAGE_BUFFERS_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_coverage_sample
Define "EGL_COVERAGE_BUFFERS_NV" with expression '0x30E0', CType: int
EGL_COVERAGE_SAMPLE_RESOLVE_DEFAULT_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_coverage_sample_resolve
Define "EGL_COVERAGE_SAMPLE_RESOLVE_DEFAULT_NV" with expression '0x3132', CType: int
EGL_COVERAGE_SAMPLE_RESOLVE_NONE_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_coverage_sample_resolve
Define "EGL_COVERAGE_SAMPLE_RESOLVE_NONE_NV" with expression '0x3133', CType: int
EGL_COVERAGE_SAMPLE_RESOLVE_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_coverage_sample_resolve
Define "EGL_COVERAGE_SAMPLE_RESOLVE_NV" with expression '0x3131', CType: int
EGL_COVERAGE_SAMPLES_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_coverage_sample
Define "EGL_COVERAGE_SAMPLES_NV" with expression '0x30E1', CType: int
EGL_CUDA_DEVICE_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_device_cuda
Define "EGL_CUDA_DEVICE_NV" with expression '0x323A', CType: int
EGL_CUDA_EVENT_HANDLE_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_cuda_event
Define "EGL_CUDA_EVENT_HANDLE_NV" with expression '0x323B', CType: int
EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_ANGLE_d3d_share_handle_client_buffer
Define "EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE" with expression '0x3200', CType: int
EGL_D3D11_DEVICE_ANGLE - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_ANGLE_device_d3d
Define "EGL_D3D11_DEVICE_ANGLE" with expression '0x33A1', CType: int
EGL_D3D9_DEVICE_ANGLE - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_ANGLE_device_d3d
Define "EGL_D3D9_DEVICE_ANGLE" with expression '0x33A0', CType: int
EGL_DEBUG_CALLBACK_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_DEBUG_CALLBACK_KHR" with expression '0x33B8', CType: int
EGL_DEBUG_MSG_CRITICAL_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_DEBUG_MSG_CRITICAL_KHR" with expression '0x33B9', CType: int
EGL_DEBUG_MSG_ERROR_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_DEBUG_MSG_ERROR_KHR" with expression '0x33BA', CType: int
EGL_DEBUG_MSG_INFO_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_DEBUG_MSG_INFO_KHR" with expression '0x33BC', CType: int
EGL_DEBUG_MSG_WARN_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_DEBUG_MSG_WARN_KHR" with expression '0x33BB', CType: int
EGL_DEFAULT_DISPLAY - Static variable in class com.jogamp.nativewindow.egl.EGLGraphicsDevice
EGL default native display ID
EGL_DEFAULT_DISPLAY - Static variable in class com.jogamp.opengl.egl.EGL
 
EGL_DEPTH_ENCODING_NONE_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_depth_nonlinear
Define "EGL_DEPTH_ENCODING_NONE_NV" with expression '0', CType: int
EGL_DEPTH_ENCODING_NONLINEAR_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_depth_nonlinear
Define "EGL_DEPTH_ENCODING_NONLINEAR_NV" with expression '0x30E3', CType: int
EGL_DEPTH_ENCODING_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_depth_nonlinear
Define "EGL_DEPTH_ENCODING_NV" with expression '0x30E2', CType: int
EGL_DEPTH_SIZE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_DEPTH_SIZE" with expression '0x3025', CType: int
EGL_DEVICE_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_device_base
Define "EGL_DEVICE_EXT" with expression '0x322C', CType: int
EGL_DISCARD_SAMPLES_ARM - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_ARM_pixmap_multisample_discard
Define "EGL_DISCARD_SAMPLES_ARM" with expression '0x3286', CType: int
EGL_DISPLAY_SCALING - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_DISPLAY_SCALING" with expression '10000', CType: int
EGL_DMA_BUF_PLANE0_FD_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE0_FD_EXT" with expression '0x3272', CType: int
EGL_DMA_BUF_PLANE0_OFFSET_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE0_OFFSET_EXT" with expression '0x3273', CType: int
EGL_DMA_BUF_PLANE0_PITCH_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE0_PITCH_EXT" with expression '0x3274', CType: int
EGL_DMA_BUF_PLANE1_FD_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE1_FD_EXT" with expression '0x3275', CType: int
EGL_DMA_BUF_PLANE1_OFFSET_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE1_OFFSET_EXT" with expression '0x3276', CType: int
EGL_DMA_BUF_PLANE1_PITCH_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE1_PITCH_EXT" with expression '0x3277', CType: int
EGL_DMA_BUF_PLANE2_FD_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE2_FD_EXT" with expression '0x3278', CType: int
EGL_DMA_BUF_PLANE2_OFFSET_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE2_OFFSET_EXT" with expression '0x3279', CType: int
EGL_DMA_BUF_PLANE2_PITCH_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE2_PITCH_EXT" with expression '0x327A', CType: int
EGL_DONT_CARE - Static variable in class com.jogamp.opengl.egl.EGL
 
EGL_DRAW - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_DRAW" with expression '0x3059', CType: int
EGL_DRM_BUFFER_FORMAT_ARGB32_MESA - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_FORMAT_ARGB32_MESA" with expression '0x31D2', CType: int
EGL_DRM_BUFFER_FORMAT_MESA - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_FORMAT_MESA" with expression '0x31D0', CType: int
EGL_DRM_BUFFER_MESA - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_MESA" with expression '0x31D3', CType: int
EGL_DRM_BUFFER_STRIDE_MESA - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_STRIDE_MESA" with expression '0x31D4', CType: int
EGL_DRM_BUFFER_USE_MESA - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_USE_MESA" with expression '0x31D1', CType: int
EGL_DRM_BUFFER_USE_SCANOUT_MESA - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_USE_SCANOUT_MESA" with expression '0x00000001', CType: int
EGL_DRM_BUFFER_USE_SHARE_MESA - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_USE_SHARE_MESA" with expression '0x00000002', CType: int
EGL_DRM_CONNECTOR_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_output_drm
Define "EGL_DRM_CONNECTOR_EXT" with expression '0x3236', CType: int
EGL_DRM_CRTC_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_output_drm
Define "EGL_DRM_CRTC_EXT" with expression '0x3234', CType: int
EGL_DRM_DEVICE_FILE_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_device_drm
Define "EGL_DRM_DEVICE_FILE_EXT" with expression '0x3233', CType: int
EGL_DRM_PLANE_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_output_drm
Define "EGL_DRM_PLANE_EXT" with expression '0x3235', CType: int
EGL_EXTENSIONS - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_EXTENSIONS" with expression '0x3055', CType: int
EGL_FALSE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_FALSE" with expression '0', CType: int
EGL_FIXED_SIZE_ANGLE - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_ANGLE_window_fixed_size
Define "EGL_FIXED_SIZE_ANGLE" with expression '0x3201', CType: int
EGL_FORMAT_RGB_565_EXACT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_FORMAT_RGB_565_EXACT_KHR" with expression '0x30C0', CType: int
EGL_FORMAT_RGB_565_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_FORMAT_RGB_565_KHR" with expression '0x30C1', CType: int
EGL_FORMAT_RGBA_8888_EXACT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_FORMAT_RGBA_8888_EXACT_KHR" with expression '0x30C2', CType: int
EGL_FORMAT_RGBA_8888_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_FORMAT_RGBA_8888_KHR" with expression '0x30C3', CType: int
EGL_FRAMEBUFFER_TARGET_ANDROID - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_ANDROID_framebuffer_target
Define "EGL_FRAMEBUFFER_TARGET_ANDROID" with expression '0x3147', CType: int
EGL_GL_COLORSPACE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_KHR
Define "EGL_GL_COLORSPACE" with expression '0x309D', CType: int
EGL_GL_COLORSPACE_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_colorspace
Define "EGL_GL_COLORSPACE_KHR" with expression '0x309D', CType: int
EGL_GL_COLORSPACE_LINEAR - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_LINEAR_KHR
Define "EGL_GL_COLORSPACE_LINEAR" with expression '0x308A', CType: int
EGL_GL_COLORSPACE_LINEAR_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_colorspace
Define "EGL_GL_COLORSPACE_LINEAR_KHR" with expression '0x308A', CType: int
EGL_GL_COLORSPACE_SRGB - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_SRGB_KHR
Define "EGL_GL_COLORSPACE_SRGB" with expression '0x3089', CType: int
EGL_GL_COLORSPACE_SRGB_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_colorspace
Define "EGL_GL_COLORSPACE_SRGB_KHR" with expression '0x3089', CType: int
EGL_GL_RENDERBUFFER - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_renderbuffer_image
Alias for: EGL_GL_RENDERBUFFER_KHR
Define "EGL_GL_RENDERBUFFER" with expression '0x30B9', CType: int
EGL_GL_RENDERBUFFER_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_renderbuffer_image
Define "EGL_GL_RENDERBUFFER_KHR" with expression '0x30B9', CType: int
EGL_GL_TEXTURE_2D - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_texture_2D_image
Alias for: EGL_GL_TEXTURE_2D_KHR
Define "EGL_GL_TEXTURE_2D" with expression '0x30B1', CType: int
EGL_GL_TEXTURE_2D_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_texture_2D_image
Define "EGL_GL_TEXTURE_2D_KHR" with expression '0x30B1', CType: int
EGL_GL_TEXTURE_3D - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_texture_3D_image
Alias for: EGL_GL_TEXTURE_3D_KHR
Define "EGL_GL_TEXTURE_3D" with expression '0x30B2', CType: int
EGL_GL_TEXTURE_3D_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_texture_3D_image
Define "EGL_GL_TEXTURE_3D_KHR" with expression '0x30B2', CType: int
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X" with expression '0x30B4', CType: int
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR" with expression '0x30B4', CType: int
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y" with expression '0x30B6', CType: int
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR" with expression '0x30B6', CType: int
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z" with expression '0x30B8', CType: int
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR" with expression '0x30B8', CType: int
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X" with expression '0x30B3', CType: int
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR" with expression '0x30B3', CType: int
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y" with expression '0x30B5', CType: int
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR" with expression '0x30B5', CType: int
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z" with expression '0x30B7', CType: int
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR" with expression '0x30B7', CType: int
EGL_GL_TEXTURE_LEVEL - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_texture_2D_image
Alias for: EGL_GL_TEXTURE_LEVEL_KHR
Define "EGL_GL_TEXTURE_LEVEL" with expression '0x30BC', CType: int
EGL_GL_TEXTURE_LEVEL_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_texture_2D_image
Define "EGL_GL_TEXTURE_LEVEL_KHR" with expression '0x30BC', CType: int
EGL_GL_TEXTURE_ZOFFSET - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_gl_texture_3D_image
Alias for: EGL_GL_TEXTURE_ZOFFSET_KHR
Define "EGL_GL_TEXTURE_ZOFFSET" with expression '0x30BD', CType: int
EGL_GL_TEXTURE_ZOFFSET_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_gl_texture_3D_image
Define "EGL_GL_TEXTURE_ZOFFSET_KHR" with expression '0x30BD', CType: int
EGL_GREEN_SIZE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_GREEN_SIZE" with expression '0x3023', CType: int
EGL_HEIGHT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_HEIGHT" with expression '0x3056', CType: int
EGL_HORIZONTAL_RESOLUTION - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_HORIZONTAL_RESOLUTION" with expression '0x3090', CType: int
EGL_IMAGE_PRESERVED - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_image_base
Alias for: EGL_IMAGE_PRESERVED_KHR
Define "EGL_IMAGE_PRESERVED" with expression '0x30D2', CType: int
EGL_IMAGE_PRESERVED_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_image_base
Define "EGL_IMAGE_PRESERVED_KHR" with expression '0x30D2', CType: int
EGL_ITU_REC2020_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_ITU_REC2020_EXT" with expression '0x3281', CType: int
EGL_ITU_REC601_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_ITU_REC601_EXT" with expression '0x327F', CType: int
EGL_ITU_REC709_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_ITU_REC709_EXT" with expression '0x3280', CType: int
EGL_LARGEST_PBUFFER - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_LARGEST_PBUFFER" with expression '0x3058', CType: int
EGL_LEVEL - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_LEVEL" with expression '0x3029', CType: int
EGL_LINUX_DMA_BUF_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_LINUX_DMA_BUF_EXT" with expression '0x3270', CType: int
EGL_LINUX_DRM_FOURCC_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_LINUX_DRM_FOURCC_EXT" with expression '0x3271', CType: int
EGL_LOCK_SURFACE_BIT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_LOCK_SURFACE_BIT_KHR" with expression '0x0080', CType: int
EGL_LOCK_USAGE_HINT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_LOCK_USAGE_HINT_KHR" with expression '0x30C5', CType: int
EGL_LOSE_CONTEXT_ON_RESET - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_LOSE_CONTEXT_ON_RESET_KHR, EGL_LOSE_CONTEXT_ON_RESET_EXT
Define "EGL_LOSE_CONTEXT_ON_RESET" with expression '0x31BF', CType: int
EGL_LOSE_CONTEXT_ON_RESET_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_create_context_robustness
Define "EGL_LOSE_CONTEXT_ON_RESET_EXT" with expression '0x31BF', CType: int
EGL_LOSE_CONTEXT_ON_RESET_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_LOSE_CONTEXT_ON_RESET_KHR" with expression '0x31BF', CType: int
EGL_LOWER_LEFT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_LOWER_LEFT_KHR" with expression '0x30CE', CType: int
EGL_LUMINANCE_BUFFER - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_LUMINANCE_BUFFER" with expression '0x308F', CType: int
EGL_LUMINANCE_SIZE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_LUMINANCE_SIZE" with expression '0x303D', CType: int
EGL_MAP_PRESERVE_PIXELS_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_MAP_PRESERVE_PIXELS_KHR" with expression '0x30C4', CType: int
EGL_MATCH_FORMAT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_MATCH_FORMAT_KHR" with expression '0x3043', CType: int
EGL_MATCH_NATIVE_PIXMAP - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_3
Define "EGL_MATCH_NATIVE_PIXMAP" with expression '0x3041', CType: int
EGL_MAX_PBUFFER_HEIGHT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_HEIGHT" with expression '0x302A', CType: int
EGL_MAX_PBUFFER_PIXELS - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_PIXELS" with expression '0x302B', CType: int
EGL_MAX_PBUFFER_WIDTH - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_WIDTH" with expression '0x302C', CType: int
EGL_MAX_SWAP_INTERVAL - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_1
Define "EGL_MAX_SWAP_INTERVAL" with expression '0x303C', CType: int
EGL_MIN_SWAP_INTERVAL - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_1
Define "EGL_MIN_SWAP_INTERVAL" with expression '0x303B', CType: int
EGL_MIPMAP_LEVEL - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_1
Define "EGL_MIPMAP_LEVEL" with expression '0x3083', CType: int
EGL_MIPMAP_TEXTURE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_1
Define "EGL_MIPMAP_TEXTURE" with expression '0x3082', CType: int
EGL_MULTISAMPLE_RESOLVE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE" with expression '0x3099', CType: int
EGL_MULTISAMPLE_RESOLVE_BOX - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_BOX" with expression '0x309B', CType: int
EGL_MULTISAMPLE_RESOLVE_BOX_BIT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_BOX_BIT" with expression '0x0200', CType: int
EGL_MULTISAMPLE_RESOLVE_DEFAULT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_DEFAULT" with expression '0x309A', CType: int
EGL_MULTIVIEW_VIEW_COUNT_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_multiview_window
Define "EGL_MULTIVIEW_VIEW_COUNT_EXT" with expression '0x3134', CType: int
EGL_NATIVE_BUFFER_ANDROID - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_ANDROID_image_native_buffer
Define "EGL_NATIVE_BUFFER_ANDROID" with expression '0x3140', CType: int
EGL_NATIVE_BUFFER_TIZEN - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_TIZEN_image_native_buffer
Define "EGL_NATIVE_BUFFER_TIZEN" with expression '0x32A0', CType: int
EGL_NATIVE_PIXMAP_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_image
Define "EGL_NATIVE_PIXMAP_KHR" with expression '0x30B0', CType: int
EGL_NATIVE_RENDERABLE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_NATIVE_RENDERABLE" with expression '0x302D', CType: int
EGL_NATIVE_SURFACE_TIZEN - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_TIZEN_image_native_surface
Define "EGL_NATIVE_SURFACE_TIZEN" with expression '0x32A1', CType: int
EGL_NATIVE_VISUAL_ID - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_NATIVE_VISUAL_ID" with expression '0x302E', CType: int
EGL_NATIVE_VISUAL_TYPE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_NATIVE_VISUAL_TYPE" with expression '0x302F', CType: int
EGL_NO_CONTEXT - Static variable in class com.jogamp.opengl.egl.EGL
 
EGL_NO_DISPLAY - Static variable in class com.jogamp.nativewindow.egl.EGLGraphicsDevice
EGL no display handle
EGL_NO_DISPLAY - Static variable in class com.jogamp.opengl.egl.EGL
 
EGL_NO_IMAGE - Static variable in interface com.jogamp.opengl.egl.EGLExt
Part of EGL_KHR_image
EGL_NO_RESET_NOTIFICATION - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_NO_RESET_NOTIFICATION_KHR, EGL_NO_RESET_NOTIFICATION_EXT
Define "EGL_NO_RESET_NOTIFICATION" with expression '0x31BE', CType: int
EGL_NO_RESET_NOTIFICATION_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_create_context_robustness
Define "EGL_NO_RESET_NOTIFICATION_EXT" with expression '0x31BE', CType: int
EGL_NO_RESET_NOTIFICATION_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_NO_RESET_NOTIFICATION_KHR" with expression '0x31BE', CType: int
EGL_NO_SURFACE - Static variable in class com.jogamp.opengl.egl.EGL
 
EGL_NO_SYNC_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
Part of EGL_KHR_reusable_sync
EGL_NO_TEXTURE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_1
Define "EGL_NO_TEXTURE" with expression '0x305C', CType: int
EGL_NON_CONFORMANT_CONFIG - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_NON_CONFORMANT_CONFIG" with expression '0x3051', CType: int
EGL_NONE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_NONE" with expression '0x3038', CType: int
EGL_NOT_INITIALIZED - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_NOT_INITIALIZED" with expression '0x3001', CType: int
EGL_OBJECT_CONTEXT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_OBJECT_CONTEXT_KHR" with expression '0x33B2', CType: int
EGL_OBJECT_DISPLAY_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_OBJECT_DISPLAY_KHR" with expression '0x33B1', CType: int
EGL_OBJECT_IMAGE_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_OBJECT_IMAGE_KHR" with expression '0x33B4', CType: int
EGL_OBJECT_STREAM_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_OBJECT_STREAM_KHR" with expression '0x33B6', CType: int
EGL_OBJECT_SURFACE_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_OBJECT_SURFACE_KHR" with expression '0x33B3', CType: int
EGL_OBJECT_SYNC_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_OBJECT_SYNC_KHR" with expression '0x33B5', CType: int
EGL_OBJECT_THREAD_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_debug
Define "EGL_OBJECT_THREAD_KHR" with expression '0x33B0', CType: int
EGL_OPENGL_API - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_4
Define "EGL_OPENGL_API" with expression '0x30A2', CType: int
EGL_OPENGL_BIT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_4
Define "EGL_OPENGL_BIT" with expression '0x0008', CType: int
EGL_OPENGL_ES_API - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_OPENGL_ES_API" with expression '0x30A0', CType: int
EGL_OPENGL_ES_BIT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_OPENGL_ES_BIT" with expression '0x0001', CType: int
EGL_OPENGL_ES2_BIT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_3
Define "EGL_OPENGL_ES2_BIT" with expression '0x0004', CType: int
EGL_OPENGL_ES3_BIT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_OPENGL_ES3_BIT_KHR
Define "EGL_OPENGL_ES3_BIT" with expression '0x00000040', CType: int
EGL_OPENGL_ES3_BIT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_create_context
Define "EGL_OPENGL_ES3_BIT_KHR" with expression '0x00000040', CType: int
EGL_OPENVG_API - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_OPENVG_API" with expression '0x30A1', CType: int
EGL_OPENVG_BIT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_OPENVG_BIT" with expression '0x0002', CType: int
EGL_OPENVG_IMAGE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_OPENVG_IMAGE" with expression '0x3096', CType: int
EGL_OPENWF_DEVICE_ID_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_device_openwf
Define "EGL_OPENWF_DEVICE_ID_EXT" with expression '0x3237', CType: int
EGL_OPENWF_PIPELINE_ID_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_output_openwf
Define "EGL_OPENWF_PIPELINE_ID_EXT" with expression '0x3238', CType: int
EGL_OPENWF_PORT_ID_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_output_openwf
Define "EGL_OPENWF_PORT_ID_EXT" with expression '0x3239', CType: int
EGL_OPTIMAL_FORMAT_BIT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_OPTIMAL_FORMAT_BIT_KHR" with expression '0x0100', CType: int
EGL_PBUFFER_BIT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_PBUFFER_BIT" with expression '0x0001', CType: int
EGL_PIXEL_ASPECT_RATIO - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_PIXEL_ASPECT_RATIO" with expression '0x3092', CType: int
EGL_PIXMAP_BIT - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_PIXMAP_BIT" with expression '0x0002', CType: int
EGL_PLATFORM_ANDROID_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_platform_android
Define "EGL_PLATFORM_ANDROID_KHR" with expression '0x3141', CType: int
EGL_PLATFORM_DEVICE_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_platform_device
Define "EGL_PLATFORM_DEVICE_EXT" with expression '0x313F', CType: int
EGL_PLATFORM_GBM_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_platform_gbm
Define "EGL_PLATFORM_GBM_KHR" with expression '0x31D7', CType: int
EGL_PLATFORM_GBM_MESA - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_MESA_platform_gbm
Define "EGL_PLATFORM_GBM_MESA" with expression '0x31D7', CType: int
EGL_PLATFORM_WAYLAND_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_platform_wayland
Define "EGL_PLATFORM_WAYLAND_EXT" with expression '0x31D8', CType: int
EGL_PLATFORM_WAYLAND_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_platform_wayland
Define "EGL_PLATFORM_WAYLAND_KHR" with expression '0x31D8', CType: int
EGL_PLATFORM_X11_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_platform_x11
Define "EGL_PLATFORM_X11_EXT" with expression '0x31D5', CType: int
EGL_PLATFORM_X11_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_platform_x11
Define "EGL_PLATFORM_X11_KHR" with expression '0x31D5', CType: int
EGL_PLATFORM_X11_SCREEN_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_platform_x11
Define "EGL_PLATFORM_X11_SCREEN_EXT" with expression '0x31D6', CType: int
EGL_PLATFORM_X11_SCREEN_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_platform_x11
Define "EGL_PLATFORM_X11_SCREEN_KHR" with expression '0x31D6', CType: int
EGL_POST_SUB_BUFFER_SUPPORTED_NV - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_NV_post_sub_buffer
Define "EGL_POST_SUB_BUFFER_SUPPORTED_NV" with expression '0x30BE', CType: int
EGL_PRODUCER_FRAME_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_stream
Define "EGL_PRODUCER_FRAME_KHR" with expression '0x3212', CType: int
EGL_PROTECTED_CONTENT_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_protected_surface
Define "EGL_PROTECTED_CONTENT_EXT" with expression '0x32C0', CType: int
EGL_READ - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_READ" with expression '0x305A', CType: int
EGL_READ_SURFACE_BIT_KHR - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_KHR_lock_surface
Define "EGL_READ_SURFACE_BIT_KHR" with expression '0x0001', CType: int
EGL_RECORDABLE_ANDROID - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_ANDROID_recordable
Define "EGL_RECORDABLE_ANDROID" with expression '0x3142', CType: int
EGL_RED_SIZE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_RED_SIZE" with expression '0x3024', CType: int
EGL_RENDER_BUFFER - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_RENDER_BUFFER" with expression '0x3086', CType: int
EGL_RENDERABLE_TYPE - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_RENDERABLE_TYPE" with expression '0x3040', CType: int
EGL_RGB_BUFFER - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_2
Define "EGL_RGB_BUFFER" with expression '0x308E', CType: int
EGL_SAMPLE_BUFFERS - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_SAMPLE_BUFFERS" with expression '0x3032', CType: int
EGL_SAMPLE_RANGE_HINT_EXT - Static variable in interface com.jogamp.opengl.egl.EGLExt
EGL_EXT_image_dma_buf_import
Define "EGL_SAMPLE_RANGE_HINT_EXT" with expression '0x327C', CType: int
EGL_SAMPLES - Static variable in class com.jogamp.opengl.egl.EGL
EGL_VERSION_1_0
Define "EGL_SAMPLES" with expression '0x3031', CType: int
EGL_SIGNALED -