Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

I

identity() - Method in class com.blackrook.gloop.opengl.math.MatrixStack
Sets the topmost matrix to the identity matrix.
IDENTITY - Static variable in class com.blackrook.gloop.opengl.math.Matrix4F
Identity Matrix in column-major form.
IGNORE - Enum constant in enum class com.blackrook.gloop.opengl.OGLGraphics.ErrorHandlingType
Ignore the error condition.
imageLevels - Variable in class com.blackrook.gloop.opengl.util.TextureBuilder.Abstract
 
ImageUtils - Class in com.blackrook.gloop.opengl.util
Image utility class.
ImageUtils.ResizeQuality - Enum Class in com.blackrook.gloop.opengl.util
Enumeration of image resizing hints
INCREMENT - Enum constant in enum class com.blackrook.gloop.opengl.enums.StencilTestFunc
 
INCREMENT_WRAP - Enum constant in enum class com.blackrook.gloop.opengl.enums.StencilTestFunc
 
INDICES - Enum constant in enum class com.blackrook.gloop.opengl.enums.BufferTargetType
Buffer holds ELEMENT INDEX information (internally, this is GL_ELEMENT_ARRAY_BUFFER).
Info() - Constructor for class com.blackrook.gloop.opengl.OGLGraphics.Info
 
Info11() - Constructor for class com.blackrook.gloop.opengl.gl1.OGL11Graphics.Info11
Creates a new info object.
Info13() - Constructor for class com.blackrook.gloop.opengl.gl1.OGL13Graphics.Info13
 
Info20() - Constructor for class com.blackrook.gloop.opengl.gl2.OGL20Graphics.Info20
 
Info30() - Constructor for class com.blackrook.gloop.opengl.gl3.OGL30Graphics.Info30
 
Info31() - Constructor for class com.blackrook.gloop.opengl.gl3.OGL31Graphics.Info31
 
Info32() - Constructor for class com.blackrook.gloop.opengl.gl3.OGL32Graphics.Info32
 
Info40() - Constructor for class com.blackrook.gloop.opengl.gl4.OGL40Graphics.Info40
 
Info41() - Constructor for class com.blackrook.gloop.opengl.gl4.OGL41Graphics.Info41
 
Info42() - Constructor for class com.blackrook.gloop.opengl.gl4.OGL42Graphics.Info42
 
Info43() - Constructor for class com.blackrook.gloop.opengl.gl4.OGL43Graphics.Info43
 
Info44() - Constructor for class com.blackrook.gloop.opengl.gl4.OGL44Graphics.Info44
 
Info45() - Constructor for class com.blackrook.gloop.opengl.gl4.OGL45Graphics.Info45
 
Info46() - Constructor for class com.blackrook.gloop.opengl.gl4.OGL46Graphics.Info46
 
insertDebugMessage(DebugSource, DebugType, int, DebugSeverity, String) - Method in class com.blackrook.gloop.opengl.gl4.OGL43Graphics
Inserts a debug message into the command list.
INTEGER - Enum constant in enum class com.blackrook.gloop.opengl.enums.DataType
 
INTENSITY - Enum constant in enum class com.blackrook.gloop.opengl.enums.TextureFormat
White, Alpha only, default bit depth.
INTERLEAVED_ATTRIBS - Enum constant in enum class com.blackrook.gloop.opengl.enums.FeedbackBufferType
Send back as interleaved values.
INVERT - Enum constant in enum class com.blackrook.gloop.opengl.enums.StencilTestFunc
 
IOUtils - Class in com.blackrook.gloop.opengl.struct
Simple IO utility functions.
isAllocated() - Method in class com.blackrook.gloop.opengl.OGLObject
 
isAMD - Variable in class com.blackrook.gloop.opengl.OGLGraphics.Info
Are we running AMD architecture?
isAMD() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
isATi - Variable in class com.blackrook.gloop.opengl.OGLGraphics.Info
Are we running ATi architecture?
isATi() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
isBatchable() - Method in enum class com.blackrook.gloop.opengl.enums.GeometryType
Is this geometry type able to be put together in geometry batches without ruining how it appears or is drawn?
isCompressed() - Method in enum class com.blackrook.gloop.opengl.enums.TextureFormat
 
isCore() - Method in enum class com.blackrook.gloop.opengl.enums.BufferTargetType
 
isCore() - Method in enum class com.blackrook.gloop.opengl.enums.ColorFormat
 
isCore() - Method in enum class com.blackrook.gloop.opengl.enums.GeometryType
 
isCore() - Method in enum class com.blackrook.gloop.opengl.enums.QueryTarget
 
isCore() - Method in enum class com.blackrook.gloop.opengl.enums.ShaderType
 
isCore() - Method in enum class com.blackrook.gloop.opengl.enums.TextureFormat
 
isCore() - Method in enum class com.blackrook.gloop.opengl.enums.TextureTargetType
 
isCore() - Method in enum class com.blackrook.gloop.opengl.enums.TextureWrapType
 
isCore() - Method in class com.blackrook.gloop.opengl.OGLGraphics
 
isCore() - Method in interface com.blackrook.gloop.opengl.OGLVersioned
 
isEnabled() - Method in class com.blackrook.gloop.opengl.node.OGLMultiNode
 
isIntel - Variable in class com.blackrook.gloop.opengl.OGLGraphics.Info
Are we running Intel architecture?
isIntel() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
isLinked() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram
Gets if this program has been linked yet.
isMatrox - Variable in class com.blackrook.gloop.opengl.OGLGraphics.Info
Are we running Matrox architecture?
isMatrox() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
isNVidia - Variable in class com.blackrook.gloop.opengl.OGLGraphics.Info
Are we running NVidia architecture?
isNVidia() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
isPowerOfTwo(int) - Static method in class com.blackrook.gloop.opengl.util.TextureUtils
Checks if an integer is a valid power of two.
isQueryReady(OGLQuery) - Method in class com.blackrook.gloop.opengl.gl1.OGL15Graphics
Checks if a query's results are ready.
isQueueEmpty() - Method in class com.blackrook.gloop.opengl.node.OGLWorkerNode
Checks if the work queue is empty.
isS3 - Variable in class com.blackrook.gloop.opengl.OGLGraphics.Info
Are we running S3 architecture, and if so, WHY?
isS3() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
isWorkAvailable() - Method in class com.blackrook.gloop.opengl.node.OGLWorkerNode
Called by OGLWorkerNode.onDisplay(OGLGraphics) for determining if there's work available for processing.
iterator() - Method in class com.blackrook.gloop.opengl.gl4.OGL43Graphics.DebugMessageLog
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form