A B C D E F G I L M O P R S T U V W

D

delete() - Method in class com.neovisionaries.android.opengl.Program
Delete this program.
delete() - Method in class com.neovisionaries.android.opengl.RenderBuffer
Delete the render buffer object using glDeleteRenderbuffers().
delete() - Method in class com.neovisionaries.android.opengl.Shader
Delete this shader.
delete() - Method in class com.neovisionaries.android.opengl.Texture
Delete this texture object using glDeleteTextures().
delete() - Method in class com.neovisionaries.android.opengl.VertexBuffer
Delete the buffer object using glDeleteBuffers().
DepthBuffer - Class in com.neovisionaries.android.opengl
Depth buffer.
detach(Shader<?>) - Method in class com.neovisionaries.android.opengl.Program
Detach a shader from this program.
disable() - Method in class com.neovisionaries.android.opengl.BlendSettings
Disable blending (call glDisable(GL_BLEND)).
disable() - Method in enum com.neovisionaries.android.opengl.Capability
Disable this capability using glDisable().
disable() - Method in class com.neovisionaries.android.opengl.StencilSettings
Disable the stencil test.
draw() - Method in class com.neovisionaries.android.opengl.ArrayDrawer
Draw primitives.
draw() - Method in class com.neovisionaries.android.opengl.Drawer
Draw primitives.
draw() - Method in class com.neovisionaries.android.opengl.ElementDrawer
Draw primitives.
Drawer<TDrawer extends Drawer<TDrawer>> - Class in com.neovisionaries.android.opengl
The base class for ArrayDrawer and ElementDrawer.
Drawer() - Constructor for class com.neovisionaries.android.opengl.Drawer
This constructor is an alias of Drawer(DrawingMode.TRIANGLES).
Drawer(DrawingMode) - Constructor for class com.neovisionaries.android.opengl.Drawer
A constructor with a drawing mode.
DrawingMode - Enum in com.neovisionaries.android.opengl
Drawing mode for ArrayDrawer (glDrawArrays()) and ElementDrawer (glDrawElements()).

A B C D E F G I L M O P R S T U V W