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

G

generateMipmaps(TextureTargetType) - Method in class com.blackrook.gloop.opengl.gl3.OGL30Graphics
Generates mipmaps on-demand internally for the current texture bound to the provided target.
GEOMETRY - Enum constant in enum class com.blackrook.gloop.opengl.enums.BufferTargetType
Buffer holds GEOMETRY information (internally, this is GL_ARRAY_BUFFER).
GEOMETRY - Enum constant in enum class com.blackrook.gloop.opengl.enums.ShaderType
Geometry shader program.
GeometryBuilder - Interface in com.blackrook.gloop.opengl.util
A builder class that assists the building of geometric data to later fill in a buffer.
GeometryBuilder.Abstract<GL> - Class in com.blackrook.gloop.opengl.util
Geometry builder utility class.
geometryShaderExtensionPresent - Variable in class com.blackrook.gloop.opengl.OGLGraphics.Info
Flag for presence of geometry shader extension.
GeometryType - Enum Class in com.blackrook.gloop.opengl.enums
Geometry type
getActiveTextureUnit() - Method in class com.blackrook.gloop.opengl.gl1.OGL13Graphics
 
getAmbientColor() - Method in class com.blackrook.gloop.opengl.gl1.OGLLight
 
getAmbientColor() - Method in class com.blackrook.gloop.opengl.gl1.OGLMaterial
 
getARGBByteData(BufferedImage) - Static method in class com.blackrook.gloop.opengl.util.TextureUtils
Gets the byte data for a texture in ARGB color information per pixel.
getARGBByteData(BufferedImage...) - Static method in class com.blackrook.gloop.opengl.util.TextureUtils
Gets the byte data for a contiguous series of textures in ARGB color information per pixel.
getArray() - Method in class com.blackrook.gloop.opengl.math.Matrix4F
 
getASCIIContents(File) - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
Retrieves the ASCII contents of a file.
getAttribute(int) - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram
Gets an OGLProgram.Attribute by its location id.
getAttribute(String) - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram
Gets a OGLProgram.Attribute by attribute name.
getAttributeCount() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram
Gets the number of attributes on this program.
getAttributeCount() - Method in class com.blackrook.gloop.opengl.util.GeometryBuilder.Abstract
 
getAttributeCount() - Method in interface com.blackrook.gloop.opengl.util.GeometryBuilder
 
getBGRAByteData(BufferedImage) - Static method in class com.blackrook.gloop.opengl.util.TextureUtils
Gets the byte data for a texture in BGRA color information per pixel.
getBGRAByteData(BufferedImage...) - Static method in class com.blackrook.gloop.opengl.util.TextureUtils
Gets the byte data for a contiguous series of textures in BGRA color information per pixel.
getBinaryContents(File) - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
Retrieves the binary contents of a file.
getBinaryContents(InputStream) - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
Retrieves the binary contents of a stream until it hits the end of the stream.
getBinaryContents(InputStream, int) - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
Retrieves the binary contents of a stream.
getBit(int, int) - Method in class com.blackrook.gloop.opengl.gl1.OGLBitmap
Gets if a bit in this bitmap is set.
getBitIndex(int, int) - Method in class com.blackrook.gloop.opengl.gl1.OGLBitmap
 
getBuffer(BufferTargetType) - Method in class com.blackrook.gloop.opengl.gl1.OGL15Graphics
Gets the currently bound buffer for a binding target.
getByGLValue(int) - Static method in enum class com.blackrook.gloop.opengl.enums.DebugMessageSource
Gets an enum by its corresponding GL value.
getByGLValue(int) - Static method in enum class com.blackrook.gloop.opengl.enums.DebugSeverity
Gets an enum by its corresponding GL value.
getByGLValue(int) - Static method in enum class com.blackrook.gloop.opengl.enums.DebugType
Gets an enum by its corresponding GL value.
getByteLength() - Method in class com.blackrook.gloop.opengl.gl1.OGLBitmap
 
getBytes() - Method in class com.blackrook.gloop.opengl.gl1.OGLBitmap
 
getCanvasAspect() - Method in class com.blackrook.gloop.opengl.OGLGraphics
 
getCanvasHeight() - Method in class com.blackrook.gloop.opengl.OGLGraphics
 
getCanvasWidth() - Method in class com.blackrook.gloop.opengl.OGLGraphics
 
getConstantAttenuation() - Method in class com.blackrook.gloop.opengl.gl1.OGLLight
Gets this Light's constant attenuation.
getContent() - Method in class com.blackrook.gloop.opengl.gl4.OGL43Graphics.DebugMessageLog.Message
 
getCurrentActiveTextureState(int) - Method in class com.blackrook.gloop.opengl.gl1.OGL11Graphics
Gets the current texture state.
getCurrentActiveTextureUnitState() - Method in class com.blackrook.gloop.opengl.gl1.OGL11Graphics
 
getCurrentActiveTextureUnitState() - Method in class com.blackrook.gloop.opengl.gl1.OGL13Graphics
 
getCurrentBufferState(BufferTargetType) - Method in class com.blackrook.gloop.opengl.gl1.OGL15Graphics
Gets the current buffer for a binding target.
getCurrentMatrixId() - Method in class com.blackrook.gloop.opengl.gl1.OGL11Graphics
 
getCurrentMatrixStack() - Method in class com.blackrook.gloop.opengl.gl1.OGL11Graphics
 
getCurrentMatrixStack(int) - Method in class com.blackrook.gloop.opengl.gl1.OGL11Graphics
 
getDebugMessageLog(int, int) - Method in class com.blackrook.gloop.opengl.gl4.OGL43Graphics
Retrieves a debug message log, up to a specific count of messages.
getDepthValue() - Method in class com.blackrook.gloop.opengl.node.OGLClearNode
 
getDiffuseColor() - Method in class com.blackrook.gloop.opengl.gl1.OGLLight
 
getDiffuseColor() - Method in class com.blackrook.gloop.opengl.gl1.OGLMaterial
 
getEmissionColor() - Method in class com.blackrook.gloop.opengl.gl1.OGLMaterial
 
getEnumInstance(String, Class) - Static method in class com.blackrook.gloop.opengl.struct.EnumUtils
Returns the enum instance of a class given class and name, or null if not a valid name.
getFillMode() - Method in class com.blackrook.gloop.opengl.node.OGLInitNode
 
getFloat(int) - Method in class com.blackrook.gloop.opengl.OGLGraphics
Grabs an OpenGL context float value using a GL value enum.
getFloats(float[]) - Method in class com.blackrook.gloop.opengl.math.Matrix4F
Returns the floats that make up this matrix into a float array.
getFloats(float[], int) - Method in class com.blackrook.gloop.opengl.math.Matrix4F
Returns the floats that make up this matrix into a float array.
getFloats(int, float[]) - Method in class com.blackrook.gloop.opengl.OGLGraphics
Grabs a series of OpenGL context float values using a GL value enum.
getFogCalculationHint() - Method in class com.blackrook.gloop.opengl.node.OGLInitNode
 
getFPS() - Method in class com.blackrook.gloop.opengl.OGLSystem
 
getFrameRenderTimeNanos() - Method in class com.blackrook.gloop.opengl.OGLSystem
Returns the length of time it took to render this frame.
getGenerateMipmapHint() - Method in class com.blackrook.gloop.opengl.node.OGLInitNode
 
getGLErrorName(int) - Static method in class com.blackrook.gloop.opengl.OGLGraphics
Gets the error name of a GL error enumeration value.
getHeight() - Method in class com.blackrook.gloop.opengl.gl1.OGLBitmap
 
getHints() - Method in class com.blackrook.gloop.opengl.OGLCanvas
 
getId() - Method in class com.blackrook.gloop.opengl.gl4.OGL43Graphics.DebugMessageLog.Message
 
getIndex() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram.Attribute
 
getIndex() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram.Uniform
 
getInfo() - Method in class com.blackrook.gloop.opengl.OGLGraphics
Gets an info object that returns a lot of OpenGL limits and such for this context implementation.
getInt(int) - Method in class com.blackrook.gloop.opengl.OGLGraphics
Grabs an OpenGL context integer value using a GL value enum.
getInts(int, int[]) - Method in class com.blackrook.gloop.opengl.OGLGraphics
Grabs a series of OpenGL context integer values using a GL value enum.
getLine() - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
Reads a line from standard in; throws a RuntimeException if something absolutely serious happens.
getLinearAttenuation() - Method in class com.blackrook.gloop.opengl.gl1.OGLLight
Gets this Light's linear attenuation.
getLineSmoothHint() - Method in class com.blackrook.gloop.opengl.node.OGLInitNode
 
getLog() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram
Gets the program log after the last attempted link.
getLog() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgramShader
 
getLongName() - Method in class com.blackrook.gloop.opengl.OGLObject
 
getMaxAtomicCounterBufferBindings() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxAtomicCounterBufferSize() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCombinedAtomicCounterBuffers() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCombinedAtomicCounters() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCombinedClipAndCullDistances() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCombinedComputeUniformComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCombinedFragmentUniformComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCombinedGeometryUniformComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCombinedShaderStorageBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCombinedTesselationControlUniformComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCombinedTesselationEvaluationUniformComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCombinedUniformBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCombinedVertexUniformComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxComputeAtomicCounterBuffers() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxComputeAtomicCounters() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxComputeImageUniforms() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxComputeShaderStorageBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxComputeSharedMemorySize() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxComputeTextureImageUnits() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxComputeUniformBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxComputeUniformComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxComputeWorkGroupInvocations() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxCullDistances() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxDebugGroupStackDepth() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxDebugLoggesMessages() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxDebugMessageLength() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxDrawBuffers() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxFragmentAtomicCounterBuffers() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxFragmentAtomicCounters() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxFragmentInputComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxFragmentInterpolationOffset() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxFragmentShaderStorageBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxFragmentUniformBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxFragmentUniformVectors() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxGeometryAtomicCounterBuffers() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxGeometryAtomicCounters() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxGeometryInputComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxGeometryOutputComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxGeometryShaderInvocations() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxGeometryShaderStorageBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxGeometryUniformBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxLabelLength() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxLights() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxLineWidth() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxPatchVertices() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxPointSize() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxRenderBufferColorAttachments() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxRenderBufferSize() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxSamples() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxShaderStorageBlockSize() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxShaderStorageBufferBindings() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxSubroutines() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxSubroutineUniformLocations() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationControlAtomicCounterBuffers() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationControlAtomicCounters() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationControlInputComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationControlOutputComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationControlShaderStorageBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationControlTextureImageUnits() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationControlTotalOutputComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationControlUniformBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationControlUniformComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationEvaluationAtomicCounterBuffers() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationEvaluationAtomicCounters() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationEvaluationInputComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationEvaluationOutputComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationEvaluationShaderStorageBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationEvaluationTextureImageUnits() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationEvaluationUniformBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationEvaluationUniformComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationGenLevel() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTesselationPatchComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTextureAnisotropy() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTextureBufferSize() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTextureMaxAnisotropy() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTextureSize() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxTextureUnits() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxUniformBlockSize() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxUniformBufferBindings() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxVaryingVectors() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxVertexAtomicCounterBuffers() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxVertexAtomicCounters() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxVertexAttribs() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxVertexAttribStride() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxVertexOutputComponents() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxVertexShaderStorageBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxVertexUniformBlocks() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxVertexUniformVectors() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMaxViewports() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMinFragmentInterpolationOffset() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMinLineWidth() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMinPointSize() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getMultisample(int, float[]) - Method in class com.blackrook.gloop.opengl.gl3.OGL32Graphics
Retrieves the location of a sample as two pixel coordinates, referring to the X and Y locations of the GL pixel space of the sample.
getName() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram.Attribute
 
getName() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram.Uniform
 
getName() - Method in class com.blackrook.gloop.opengl.OGLObject
 
getNullFile() - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
 
getNullInputStream() - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
 
getNullOutputStream() - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
 
getOffset(int) - Method in class com.blackrook.gloop.opengl.util.GeometryBuilder.Abstract
 
getOffset(int) - Method in interface com.blackrook.gloop.opengl.util.GeometryBuilder
Gets the stride offset for an attribute.
getOpenGL11() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 1.1 implementation system.
getOpenGL11(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 1.1 implementation system.
getOpenGL12() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 1.2 implementation system.
getOpenGL12(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 1.2 implementation system.
getOpenGL13() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 1.3 implementation system.
getOpenGL13(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 1.3 implementation system.
getOpenGL14() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 1.4 implementation system.
getOpenGL14(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 1.4 implementation system.
getOpenGL15() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 1.5 implementation system.
getOpenGL15(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 1.5 implementation system.
getOpenGL20() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 2.0 implementation system.
getOpenGL20(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 2.0 implementation system.
getOpenGL21() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 2.1 implementation system.
getOpenGL21(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 2.1 implementation system.
getOpenGL30() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.0 implementation system.
getOpenGL30(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.0 implementation system.
getOpenGL30Core() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.0 Core implementation system.
getOpenGL30Core(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.0 Core implementation system.
getOpenGL31() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.1 implementation system.
getOpenGL31(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.1 implementation system.
getOpenGL31Core() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.1 Core implementation system.
getOpenGL31Core(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.1 Core implementation system.
getOpenGL32() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.2 implementation system.
getOpenGL32(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.2 implementation system.
getOpenGL32Core() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.2 Core implementation system.
getOpenGL32Core(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.2 Core implementation system.
getOpenGL33() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.3 implementation system.
getOpenGL33(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.3 implementation system.
getOpenGL33Core() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.3 Core implementation system.
getOpenGL33Core(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 3.3 Core implementation system.
getOpenGL40Core() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.0 Core implementation system.
getOpenGL40Core(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.0 Core implementation system.
getOpenGL41Core() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.1 Core implementation system.
getOpenGL41Core(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.1 Core implementation system.
getOpenGL42Core() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.2 Core implementation system.
getOpenGL42Core(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.2 Core implementation system.
getOpenGL43Core() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.3 Core implementation system.
getOpenGL43Core(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.3 Core implementation system.
getOpenGL44Core() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.4 Core implementation system.
getOpenGL44Core(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.4 Core implementation system.
getOpenGL45Core() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.5 Core implementation system.
getOpenGL45Core(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.5 Core implementation system.
getOpenGL46Core() - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.6 Core implementation system.
getOpenGL46Core(OGLGraphics.Options) - Static method in class com.blackrook.gloop.opengl.OGLSystemFactory
Creates an OpenGL 4.6 Core implementation system.
getPerspectiveCorrectionHint() - Method in class com.blackrook.gloop.opengl.node.OGLInitNode
 
getPixelPackAlignment() - Method in class com.blackrook.gloop.opengl.gl1.OGL11Graphics
Gets the current pixel packing alignment value (GL-to-application).
getPixelUnpackAlignment() - Method in class com.blackrook.gloop.opengl.gl1.OGL11Graphics
Gets the current pixel unpacking alignment value (application-to-GL).
getPointSmoothHint() - Method in class com.blackrook.gloop.opengl.node.OGLInitNode
 
getPolygonSmoothHint() - Method in class com.blackrook.gloop.opengl.node.OGLInitNode
 
getPolygonsRendered() - Method in class com.blackrook.gloop.opengl.node.OGLMultiNode
 
getPolygonsRendered() - Method in interface com.blackrook.gloop.opengl.node.OGLNode
Gets the number of polygonal objects rendered in this layer.
getPolygonsRendered() - Method in class com.blackrook.gloop.opengl.OGLSystem
Gets the number of polygonal objects rendered in this canvas, gathered from the executed nodes.
getPosition() - Method in class com.blackrook.gloop.opengl.gl1.OGLLight
 
getProgram() - Method in class com.blackrook.gloop.opengl.gl2.OGL20Graphics
Gets the currently bound program.
getProgramBinary(OGLProgram) - Method in class com.blackrook.gloop.opengl.gl4.OGL41Graphics
Retrieves the binary representation of a compiled and linked program.
getProgramBytes() - Method in class com.blackrook.gloop.opengl.gl4.OGL41Graphics.ProgramBinary
Gets the program's binary representation, as a byte array.
getProgramFormat() - Method in class com.blackrook.gloop.opengl.gl4.OGL41Graphics.ProgramBinary
Gets the program's format.
getProgramPipelineInfoLog(OGLProgramPipeline) - Method in class com.blackrook.gloop.opengl.gl4.OGL41Graphics
Fetches a program pipeline's info log aas a string.
getQuadraticAttenuation() - Method in class com.blackrook.gloop.opengl.gl1.OGLLight
Gets this Light's quadratic attenuation.
getQueryBooleanResult(OGLQuery) - Method in class com.blackrook.gloop.opengl.gl1.OGL15Graphics
Gets the result of the query as a boolean.
getQueryResult(OGLQuery) - Method in class com.blackrook.gloop.opengl.gl1.OGL15Graphics
Gets the result of the query as a long integer.
getQueryResult(OGLQuery) - Method in class com.blackrook.gloop.opengl.gl3.OGL33Graphics
 
getRawSize(BufferedImage) - Static method in class com.blackrook.gloop.opengl.util.TextureUtils
Returns the raw size in bytes that this image will need for byte buffer/array storage.
getRelayBufferSize() - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
 
getRenderer() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getRenderTimeNanos() - Method in class com.blackrook.gloop.opengl.node.OGLClearNode
 
getRenderTimeNanos() - Method in class com.blackrook.gloop.opengl.node.OGLMultiNode
 
getRenderTimeNanos() - Method in interface com.blackrook.gloop.opengl.node.OGLNode
Returns the length of time it took to render this node, in nanoseconds.
getRenderTimeNanos() - Method in class com.blackrook.gloop.opengl.node.OGLWorkerNode
 
getRenderTimeNanos() - Method in class com.blackrook.gloop.opengl.OGLSystem
Gets the length of time it took to render each individual node in nanoseconds, accumulated from the executed nodes.
getRGBAByteData(BufferedImage) - Static method in class com.blackrook.gloop.opengl.util.TextureUtils
Gets the byte data for a texture in ARGB color information per pixel.
getRGBAByteData(BufferedImage...) - Static method in class com.blackrook.gloop.opengl.util.TextureUtils
Gets the byte data for a texture in ARGB color information per pixel.
getSampleDimensions() - Method in enum class com.blackrook.gloop.opengl.enums.TextureTargetType
 
getSeverity() - Method in class com.blackrook.gloop.opengl.gl4.OGL43Graphics.DebugMessageLog.Message
 
getShaderStorageBufferOffsetAlignment() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getShaderVersion() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getShininess() - Method in class com.blackrook.gloop.opengl.gl1.OGLMaterial
 
getSize() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram.Attribute
 
getSize() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram.Uniform
 
getSizeFactor() - Method in enum class com.blackrook.gloop.opengl.enums.TextureFormat
 
getSource() - Method in class com.blackrook.gloop.opengl.gl4.OGL43Graphics.DebugMessageLog.Message
 
getSpecularColor() - Method in class com.blackrook.gloop.opengl.gl1.OGLLight
 
getSpecularColor() - Method in class com.blackrook.gloop.opengl.gl1.OGLMaterial
 
getStorageDimensions() - Method in enum class com.blackrook.gloop.opengl.enums.TextureTargetType
 
getStrideSize() - Method in class com.blackrook.gloop.opengl.util.GeometryBuilder.Abstract
 
getStrideSize() - Method in interface com.blackrook.gloop.opengl.util.GeometryBuilder
 
getSystem() - Method in class com.blackrook.gloop.opengl.OGLCanvas
Gets a reference to this canvas's underlying system.
getTextualContents(File) - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
Retrieves the textual contents of a file in the system's current encoding.
getTextualContents(InputStream) - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
Retrieves the textual contents of a stream in the system's current encoding.
getTextualContents(InputStream, String) - Static method in class com.blackrook.gloop.opengl.struct.IOUtils
Retrieves the textual contents of a stream.
getTexture(TextureTargetType) - Method in class com.blackrook.gloop.opengl.gl1.OGL11Graphics
Gets a texture currently bound to a target.
getTextureCompressionHint() - Method in class com.blackrook.gloop.opengl.node.OGLInitNode
 
getType() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram.Attribute
 
getType() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram.Uniform
 
getType() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgramShader
 
getType() - Method in class com.blackrook.gloop.opengl.gl4.OGL43Graphics.DebugMessageLog.Message
 
getTypeName() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram.Attribute
 
getTypeName() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram.Uniform
 
getUniform(int) - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram
Gets a OGLProgram.Uniform by its location id.
getUniform(String) - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram
Gets a OGLProgram.Uniform by uniform name.
getUniformCount() - Method in class com.blackrook.gloop.opengl.gl2.OGLProgram
Gets the number of uniforms on this program.
getUsedtarget() - Method in class com.blackrook.gloop.opengl.gl1.OGLTexture
Gets the texture target that this texture object was first bound to.
getVendor() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getVersion() - Method in enum class com.blackrook.gloop.opengl.enums.BufferTargetType
 
getVersion() - Method in enum class com.blackrook.gloop.opengl.enums.ColorFormat
 
getVersion() - Method in enum class com.blackrook.gloop.opengl.enums.GeometryType
 
getVersion() - Method in enum class com.blackrook.gloop.opengl.enums.QueryTarget
 
getVersion() - Method in enum class com.blackrook.gloop.opengl.enums.ShaderType
 
getVersion() - Method in enum class com.blackrook.gloop.opengl.enums.TextureFormat
 
getVersion() - Method in enum class com.blackrook.gloop.opengl.enums.TextureTargetType
 
getVersion() - Method in enum class com.blackrook.gloop.opengl.enums.TextureWrapType
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl1.OGL11Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl1.OGL12Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl1.OGL13Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl1.OGL14Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl1.OGL15Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl2.OGL20Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl2.OGL21Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl3.OGL30Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl3.OGL31Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl3.OGL32Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl3.OGL33Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl4.OGL40Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl4.OGL41Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl4.OGL42Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl4.OGL43Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl4.OGL44Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl4.OGL45Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.gl4.OGL46Graphics
 
getVersion() - Method in class com.blackrook.gloop.opengl.OGLGraphics.Info
 
getVersion() - Method in interface com.blackrook.gloop.opengl.OGLVersioned
 
getWidth() - Method in class com.blackrook.gloop.opengl.gl1.OGLBitmap
 
getWidth(int) - Method in class com.blackrook.gloop.opengl.util.GeometryBuilder.Abstract
 
getWidth(int) - Method in interface com.blackrook.gloop.opengl.util.GeometryBuilder
Gets the element width for an attribute.
getWPosition() - Method in class com.blackrook.gloop.opengl.gl1.OGLLight
Gets the light's position in the OpenGL world, W coordinate.
getXPosition() - Method in class com.blackrook.gloop.opengl.gl1.OGLLight
Gets the light's eye position in the OpenGL world, X coordinate.
getYPosition() - Method in class com.blackrook.gloop.opengl.gl1.OGLLight
Gets the light's eye position in the OpenGL world, Y coordinate.
getZPosition() - Method in class com.blackrook.gloop.opengl.gl1.OGLLight
Gets the light's eye position in the OpenGL world, Z coordinate.
gl - Variable in class com.blackrook.gloop.opengl.util.GeometryBuilder.Abstract
 
gl - Variable in class com.blackrook.gloop.opengl.util.ProgramBuilder.Abstract
 
gl - Variable in class com.blackrook.gloop.opengl.util.TextureBuilder.Abstract
 
GL11 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL12 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL13 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL14 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL15 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL20 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL21 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL30 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL31 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL32 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL33 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL40 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL41 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL42 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL43 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL44 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL45 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
GL46 - Enum constant in enum class com.blackrook.gloop.opengl.OGLVersion
 
glid - Variable in enum class com.blackrook.gloop.opengl.enums.RenderbufferFormat
 
glid - Variable in enum class com.blackrook.gloop.opengl.enums.TextureMagFilter
 
glid - Variable in enum class com.blackrook.gloop.opengl.enums.TextureMinFilter
 
glReadValue - Variable in enum class com.blackrook.gloop.opengl.enums.MatrixMode
 
glVal - Variable in enum class com.blackrook.gloop.opengl.enums.AttachPoint
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.AccessType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.AccumOperation
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.AttribType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.BlendArg
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.BufferTargetType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.CachingHint
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.ClientAttribType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.ColorFormat
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.DataType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.DebugControlSeverity
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.DebugControlSource
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.DebugControlType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.DebugMessageSource
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.DebugSeverity
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.DebugSource
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.DebugType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.FaceSide.Direction
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.FaceSide
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.FeedbackBufferType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.FillMode
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.FogCoordinateType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.FogFormulaType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.FrameBufferType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.GeometryType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.HintType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.HintValue
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.LightShadeType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.LogicFunc
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.MatrixMode
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.PrimitiveMode
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.QueryTarget
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.QueryWaitType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.ShaderType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.StencilTestFunc
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.SyncResultType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.TextureCoordType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.TextureCubeFace
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.TextureFormat
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.TextureGenMode
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.TextureMode
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.TextureTargetType
 
glValue - Variable in enum class com.blackrook.gloop.opengl.enums.TextureWrapType
 
GOLD - Static variable in class com.blackrook.gloop.opengl.gl1.OGLMaterial
 
GraphicsException - Exception Class in com.blackrook.gloop.opengl.exception
This is commonly thrown when a graphics object couldn't be allocated.
GraphicsException() - Constructor for exception class com.blackrook.gloop.opengl.exception.GraphicsException
 
GraphicsException(String) - Constructor for exception class com.blackrook.gloop.opengl.exception.GraphicsException
 
GraphicsException(String, Throwable) - Constructor for exception class com.blackrook.gloop.opengl.exception.GraphicsException
 
GraphicsSystemException - Exception Class in com.blackrook.gloop.opengl.exception
This is commonly thrown when an exception occurs in the graphics system.
GraphicsSystemException() - Constructor for exception class com.blackrook.gloop.opengl.exception.GraphicsSystemException
 
GraphicsSystemException(String) - Constructor for exception class com.blackrook.gloop.opengl.exception.GraphicsSystemException
 
GREATER - Enum constant in enum class com.blackrook.gloop.opengl.enums.LogicFunc
 
GREATER_OR_EQUAL - Enum constant in enum class com.blackrook.gloop.opengl.enums.LogicFunc
 
GREEN - Enum constant in enum class com.blackrook.gloop.opengl.enums.ColorFormat
 
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