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

G

generateMipmap() - Method in class com.neovisionaries.android.opengl.Texture
Generate mipmaps.
get(Program, FloatBuffer) - Method in class com.neovisionaries.android.opengl.Uniform
Get the value of a uniform variable.
get(Program, float[], int) - Method in class com.neovisionaries.android.opengl.Uniform
Get the value of a uniform variable.
get(Program, float[]) - Method in class com.neovisionaries.android.opengl.Uniform
Get the value of a uniform variable.
get(Program, IntBuffer) - Method in class com.neovisionaries.android.opengl.Uniform
Get the value of a uniform variable.
get(Program, int[], int) - Method in class com.neovisionaries.android.opengl.Uniform
Get the value of a uniform variable.
get(Program, int[]) - Method in class com.neovisionaries.android.opengl.Uniform
Get the value of a uniform variable.
getAction() - Method in enum com.neovisionaries.android.opengl.StencilAction
Get the integer representing this action.
getActiveTexture() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_ACTIVE_TEXTURE.
getAlphaOperator() - Method in class com.neovisionaries.android.opengl.BlendSettings
Get the blending operator for alpha.
getArrayBufferBinding() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_ARRAY_BUFFER_BINDING.
getAttribute(String) - Method in class com.neovisionaries.android.opengl.Program
Get an attribute.
getBackActionSet() - Method in class com.neovisionaries.android.opengl.StencilSettings
Get the action set for the back face.
getBackComparator() - Method in class com.neovisionaries.android.opengl.StencilSettings
Get the stencil comparator for the back face.
getCapability() - Method in enum com.neovisionaries.android.opengl.Capability
Get the integer representing this capability.
getColor() - Method in class com.neovisionaries.android.opengl.BlendSettings
Get the constant blending color.
getColorWritemask() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_COLOR_WRITEMASK.
getContext() - Method in class com.neovisionaries.android.opengl.GLESRenderer
Get the context of the GLESSurfaceView to which this renderer is set to.
getCount() - Method in class com.neovisionaries.android.opengl.ArrayDrawer
Get the number of vertices used for drawing.
getCount() - Method in class com.neovisionaries.android.opengl.ElementDrawer
Get the number of indices used for drawing.
getDepthFailureAction() - Method in class com.neovisionaries.android.opengl.StencilActionSet
Get the action taken when the stencil test passes but the depth test fails.
getDepthWritemask() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_DEPTH_WRITEMASK.
getDestinationAlphaFactor() - Method in class com.neovisionaries.android.opengl.BlendSettings
Get the blending factor for alpha of destination.
getDestinationRGBFactor() - Method in class com.neovisionaries.android.opengl.BlendSettings
Get the blending factor for RGB of destination.
getElementArrayBufferBinding() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_ELEMENT_ARRAY_BUFFER_BINDING.
getExtensions() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_EXTENSIONS.
getFace() - Method in enum com.neovisionaries.android.opengl.Face
Get the integer representing this face.
getFactor() - Method in enum com.neovisionaries.android.opengl.BlendFactor
Get the integer representing this blend factor.
getFilter() - Method in enum com.neovisionaries.android.opengl.MagFilter
Get the integer representing this mag filter.
getFilter() - Method in enum com.neovisionaries.android.opengl.MinFilter
Get the integer representing this min filter.
getFirst() - Method in class com.neovisionaries.android.opengl.ArrayDrawer
Get the index of the first vertex used for drawing.
getFormat() - Method in enum com.neovisionaries.android.opengl.RenderBufferFormat
Get the integer representing this format.
getFrontActionSet() - Method in class com.neovisionaries.android.opengl.StencilSettings
Get the action set for the front face.
getFrontComparator() - Method in class com.neovisionaries.android.opengl.StencilSettings
Get the stencil comparator for the front face.
getId() - Method in class com.neovisionaries.android.opengl.Program
Get the program ID which is a return value from glCreateProgram().
getId() - Method in class com.neovisionaries.android.opengl.RenderBuffer
Get the ID of the render buffer object assigned to this instance.
getId() - Method in class com.neovisionaries.android.opengl.Shader
Get the shader ID which is a return value from glCreateShader().
getId() - Method in class com.neovisionaries.android.opengl.Texture
Get the ID of this texture.
getId() - Method in class com.neovisionaries.android.opengl.VertexBuffer
Get the ID of the buffer object assigned to this instance.
getIndex() - Method in class com.neovisionaries.android.opengl.Attribute
Get the index of this vertex attribute.
getIndices() - Method in class com.neovisionaries.android.opengl.ElementDrawer
Get the indices that this drawer currently holds.
getInstance() - Static method in class com.neovisionaries.android.opengl.GLESFactory
Get an implementation of GLES interface.
getLocation() - Method in class com.neovisionaries.android.opengl.Sampler
Get the location of this uniform sampler variable.
getLocation() - Method in class com.neovisionaries.android.opengl.Uniform
Get the location of this uniform.
getMajorVersion() - Method in interface com.neovisionaries.android.opengl.GLES
Get the major version number of OpenGL ES.
getMajorVersion() - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
getMajorVersion() - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
getMask() - Method in class com.neovisionaries.android.opengl.StencilComparator
Get the bit mask.
getMaxRenderbufferSize() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_MAX_RENDERBUFFER_SIZE.
getMaxTextureImageUnits() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_MAX_TEXTURE_IMAGE_UNITS.
getMode() - Method in class com.neovisionaries.android.opengl.Drawer
Get the drawing mode.
getMode() - Method in enum com.neovisionaries.android.opengl.DrawingMode
Get the integer representing this drawing mode.
getMode() - Method in enum com.neovisionaries.android.opengl.WrapMode
Get the integer representing this wrap mode.
getOffset() - Method in class com.neovisionaries.android.opengl.ElementDrawer
Get the offset from the start of the element array buffer.
getOperator() - Method in enum com.neovisionaries.android.opengl.BlendOperator
Get the integer representing this blend operator.
getOperator() - Method in class com.neovisionaries.android.opengl.StencilComparator
Get the comparison operator.
getOperator() - Method in enum com.neovisionaries.android.opengl.StencilComparisonOperator
Get the integer representing this comparison operator.
getPassAction() - Method in class com.neovisionaries.android.opengl.StencilActionSet
Get the action taken when both the stencil test and the depth test pass.
getReferenceValue() - Method in class com.neovisionaries.android.opengl.StencilComparator
Get the reference value.
getRenderbufferBinding() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_RENDERBUFFER_BINDING.
getRenderer() - Method in class com.neovisionaries.android.opengl.GLESSurfaceView
Get the renderer that is currently set to this view.
getRGBOperator() - Method in class com.neovisionaries.android.opengl.BlendSettings
Get the blending operator for RGB.
getSampler(String) - Method in class com.neovisionaries.android.opengl.Program
Get a Sampler object.
getSide() - Method in enum com.neovisionaries.android.opengl.CubeSide
Get the integer representing this cube side.
getSize() - Method in enum com.neovisionaries.android.opengl.AttrDataSize
Get the size.
getSourceAlphaFactor() - Method in class com.neovisionaries.android.opengl.BlendSettings
Get the blending factor for alpha of source.
getSourceRGBFactor() - Method in class com.neovisionaries.android.opengl.BlendSettings
Get the blending factor for RGB of source.
getState() - Method in class com.neovisionaries.android.opengl.Program
Get the state of this program.
getState() - Method in class com.neovisionaries.android.opengl.RenderBuffer
Get the state of this render buffer.
getState() - Method in class com.neovisionaries.android.opengl.Shader
Get the state of this shader.
getState() - Method in class com.neovisionaries.android.opengl.Texture
Get the state of this texture.
getState() - Method in class com.neovisionaries.android.opengl.VertexBuffer
Get the state of this vertex buffer.
getStencilFailureAction() - Method in class com.neovisionaries.android.opengl.StencilActionSet
Get the action taken when the stencil test fails.
getTextureBinding2D() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_TEXTURE_BINDING_2D.
getTextureBindingCubeMap() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_TEXTURE_BINDING_CUBE_MAP.
getType() - Method in enum com.neovisionaries.android.opengl.AttrDataType
Get the integer representing the data type.
getType() - Method in enum com.neovisionaries.android.opengl.ShaderType
Get the integer representing the type of this shader.
getType() - Method in class com.neovisionaries.android.opengl.Texture
Get the type of this texture.
getType() - Method in enum com.neovisionaries.android.opengl.TextureType
Get the integer representing this texture type.
getType() - Method in class com.neovisionaries.android.opengl.VertexBuffer
Get the type of this vertex buffer.
getType() - Method in enum com.neovisionaries.android.opengl.VertexBufferType
Get the integer representing the type of this vertex buffer.
getUniform(String) - Method in class com.neovisionaries.android.opengl.Program
Get a Uniform object.
getUnit() - Method in class com.neovisionaries.android.opengl.Texture
Get the texture unit that this texture should be bound to.
getUsage() - Method in enum com.neovisionaries.android.opengl.VertexBufferUsage
Get the integer representing this usage.
getVersion() - Static method in class com.neovisionaries.android.opengl.GLESState
Get the state value of GL_VERSION.
getWritable() - Static method in class com.neovisionaries.android.opengl.ColorBuffer
Get the current writable masks of color components.
GL_ACTIVE_ATTRIBUTE_MAX_LENGTH() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ACTIVE_ATTRIBUTE_MAX_LENGTH() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ACTIVE_ATTRIBUTES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ACTIVE_ATTRIBUTES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ACTIVE_TEXTURE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ACTIVE_TEXTURE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ACTIVE_UNIFORM_MAX_LENGTH() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ACTIVE_UNIFORM_MAX_LENGTH() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ACTIVE_UNIFORMS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ACTIVE_UNIFORMS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ADD_SIGNED() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ADD_SIGNED() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ALIASED_LINE_WIDTH_RANGE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ALIASED_LINE_WIDTH_RANGE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ALIASED_POINT_SIZE_RANGE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ALIASED_POINT_SIZE_RANGE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ALPHA_BITS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ALPHA_BITS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ALPHA_SCALE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ALPHA_SCALE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ALPHA_TEST_FUNC() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ALPHA_TEST_FUNC() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ALPHA_TEST_REF() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ALPHA_TEST_REF() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ALWAYS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ALWAYS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ARRAY_BUFFER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ARRAY_BUFFER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ARRAY_BUFFER_BINDING() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ARRAY_BUFFER_BINDING() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ATTACHED_SHADERS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ATTACHED_SHADERS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BACK() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BACK() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLEND() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLEND() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLEND_COLOR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLEND_COLOR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLEND_DST() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLEND_DST() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLEND_DST_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLEND_DST_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLEND_DST_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLEND_DST_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLEND_EQUATION() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLEND_EQUATION() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLEND_EQUATION_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLEND_EQUATION_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLEND_EQUATION_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLEND_EQUATION_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLEND_SRC() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLEND_SRC() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLEND_SRC_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLEND_SRC_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLEND_SRC_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLEND_SRC_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BLUE_BITS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BLUE_BITS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BOOL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BOOL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BOOL_VEC2() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BOOL_VEC2() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BOOL_VEC3() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BOOL_VEC3() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BOOL_VEC4() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BOOL_VEC4() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BUFFER_ACCESS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BUFFER_ACCESS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BUFFER_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BUFFER_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BUFFER_USAGE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BUFFER_USAGE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_BYTE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_BYTE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CCW() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CCW() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CLAMP_TO_EDGE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CLAMP_TO_EDGE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CLIENT_ACTIVE_TEXTURE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CLIENT_ACTIVE_TEXTURE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CLIP_PLANE0() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CLIP_PLANE0() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CLIP_PLANE1() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CLIP_PLANE1() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CLIP_PLANE2() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CLIP_PLANE2() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CLIP_PLANE3() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CLIP_PLANE3() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CLIP_PLANE4() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CLIP_PLANE4() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CLIP_PLANE5() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CLIP_PLANE5() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COLOR_ARRAY_BUFFER_BINDING() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COLOR_ARRAY_BUFFER_BINDING() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COLOR_ARRAY_POINTER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COLOR_ARRAY_POINTER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COLOR_ARRAY_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COLOR_ARRAY_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COLOR_ARRAY_STRIDE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COLOR_ARRAY_STRIDE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COLOR_ARRAY_TYPE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COLOR_ARRAY_TYPE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COLOR_ATTACHMENT0() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COLOR_ATTACHMENT0() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COLOR_BUFFER_BIT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COLOR_BUFFER_BIT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COLOR_CLEAR_VALUE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COLOR_CLEAR_VALUE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COLOR_WRITEMASK() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COLOR_WRITEMASK() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COMBINE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COMBINE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COMBINE_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COMBINE_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COMBINE_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COMBINE_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COMPILE_STATUS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COMPILE_STATUS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COMPRESSED_TEXTURE_FORMATS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COMPRESSED_TEXTURE_FORMATS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CONSTANT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CONSTANT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CONSTANT_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CONSTANT_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CONSTANT_COLOR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CONSTANT_COLOR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_COORD_REPLACE_OES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_COORD_REPLACE_OES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CULL_FACE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CULL_FACE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CULL_FACE_MODE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CULL_FACE_MODE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CURRENT_COLOR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CURRENT_COLOR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CURRENT_NORMAL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CURRENT_NORMAL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CURRENT_PROGRAM() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CURRENT_PROGRAM() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CURRENT_TEXTURE_COORDS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CURRENT_TEXTURE_COORDS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CURRENT_VERTEX_ATTRIB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CURRENT_VERTEX_ATTRIB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_CW() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_CW() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DECR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DECR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DECR_WRAP() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DECR_WRAP() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DELETE_STATUS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DELETE_STATUS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DEPTH_ATTACHMENT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DEPTH_ATTACHMENT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DEPTH_BITS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DEPTH_BITS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DEPTH_BUFFER_BIT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DEPTH_BUFFER_BIT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DEPTH_CLEAR_VALUE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DEPTH_CLEAR_VALUE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DEPTH_COMPONENT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DEPTH_COMPONENT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DEPTH_COMPONENT16() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DEPTH_COMPONENT16() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DEPTH_FUNC() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DEPTH_FUNC() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DEPTH_RANGE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DEPTH_RANGE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DEPTH_TEST() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DEPTH_TEST() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DEPTH_WRITEMASK() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DEPTH_WRITEMASK() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DITHER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DITHER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DONT_CARE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DONT_CARE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DOT3_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DOT3_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DOT3_RGBA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DOT3_RGBA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DST_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DST_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DST_COLOR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DST_COLOR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_DYNAMIC_DRAW() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_DYNAMIC_DRAW() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ELEMENT_ARRAY_BUFFER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ELEMENT_ARRAY_BUFFER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ELEMENT_ARRAY_BUFFER_BINDING() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ELEMENT_ARRAY_BUFFER_BINDING() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_EQUAL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_EQUAL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_EXTENSIONS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_EXTENSIONS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FALSE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FALSE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FASTEST() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FASTEST() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FIXED() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FIXED() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FLOAT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FLOAT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FLOAT_MAT2() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FLOAT_MAT2() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FLOAT_MAT3() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FLOAT_MAT3() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FLOAT_MAT4() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FLOAT_MAT4() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FLOAT_VEC2() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FLOAT_VEC2() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FLOAT_VEC3() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FLOAT_VEC3() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FLOAT_VEC4() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FLOAT_VEC4() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAGMENT_SHADER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAGMENT_SHADER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAMEBUFFER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAMEBUFFER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAMEBUFFER_BINDING() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAMEBUFFER_BINDING() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAMEBUFFER_COMPLETE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAMEBUFFER_COMPLETE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRAMEBUFFER_UNSUPPORTED() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRAMEBUFFER_UNSUPPORTED() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRONT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRONT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRONT_AND_BACK() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRONT_AND_BACK() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FRONT_FACE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FRONT_FACE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FUNC_ADD() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FUNC_ADD() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FUNC_REVERSE_SUBTRACT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FUNC_REVERSE_SUBTRACT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_FUNC_SUBTRACT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_FUNC_SUBTRACT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_GENERATE_MIPMAP() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_GENERATE_MIPMAP() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_GENERATE_MIPMAP_HINT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_GENERATE_MIPMAP_HINT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_GEQUAL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_GEQUAL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_GREATER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_GREATER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_GREEN_BITS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_GREEN_BITS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_HIGH_FLOAT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_HIGH_FLOAT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_HIGH_INT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_HIGH_INT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_IMPLEMENTATION_COLOR_READ_FORMAT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_IMPLEMENTATION_COLOR_READ_FORMAT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_IMPLEMENTATION_COLOR_READ_TYPE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_IMPLEMENTATION_COLOR_READ_TYPE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INCR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INCR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INCR_WRAP() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INCR_WRAP() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INFO_LOG_LENGTH() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INFO_LOG_LENGTH() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INT_VEC2() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INT_VEC2() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INT_VEC3() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INT_VEC3() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INT_VEC4() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INT_VEC4() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INTERPOLATE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INTERPOLATE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INVALID_ENUM() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INVALID_ENUM() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INVALID_FRAMEBUFFER_OPERATION() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INVALID_FRAMEBUFFER_OPERATION() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INVALID_OPERATION() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INVALID_OPERATION() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INVALID_VALUE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INVALID_VALUE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_INVERT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_INVERT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_KEEP() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_KEEP() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LEQUAL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LEQUAL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LESS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LESS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LINE_LOOP() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LINE_LOOP() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LINE_STRIP() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LINE_STRIP() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LINE_WIDTH() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LINE_WIDTH() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LINEAR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LINEAR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LINEAR_MIPMAP_LINEAR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LINEAR_MIPMAP_LINEAR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LINEAR_MIPMAP_NEAREST() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LINEAR_MIPMAP_NEAREST() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LINES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LINES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LINK_STATUS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LINK_STATUS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LOGIC_OP_MODE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LOGIC_OP_MODE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LOW_FLOAT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LOW_FLOAT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LOW_INT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LOW_INT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LUMINANCE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LUMINANCE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_LUMINANCE_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_LUMINANCE_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MATRIX_MODE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MATRIX_MODE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_CLIP_PLANES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_CLIP_PLANES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_CUBE_MAP_TEXTURE_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_CUBE_MAP_TEXTURE_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_FRAGMENT_UNIFORM_VECTORS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_FRAGMENT_UNIFORM_VECTORS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_RENDERBUFFER_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_RENDERBUFFER_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_TEXTURE_IMAGE_UNITS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_TEXTURE_IMAGE_UNITS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_TEXTURE_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_TEXTURE_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_VARYING_VECTORS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_VARYING_VECTORS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_VERTEX_ATTRIBS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_VERTEX_ATTRIBS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_VERTEX_UNIFORM_VECTORS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_VERTEX_UNIFORM_VECTORS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MAX_VIEWPORT_DIMS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MAX_VIEWPORT_DIMS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MEDIUM_FLOAT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MEDIUM_FLOAT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MEDIUM_INT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MEDIUM_INT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MIRRORED_REPEAT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MIRRORED_REPEAT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MODELVIEW_MATRIX() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MODELVIEW_MATRIX() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_MODELVIEW_STACK_DEPTH() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_MODELVIEW_STACK_DEPTH() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NEAREST() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NEAREST() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NEAREST_MIPMAP_LINEAR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NEAREST_MIPMAP_LINEAR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NEAREST_MIPMAP_NEAREST() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NEAREST_MIPMAP_NEAREST() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NEVER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NEVER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NICEST() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NICEST() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NO_ERROR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NO_ERROR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NONE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NONE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NORMAL_ARRAY_POINTER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NORMAL_ARRAY_POINTER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NORMAL_ARRAY_STRIDE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NORMAL_ARRAY_STRIDE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NORMAL_ARRAY_TYPE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NORMAL_ARRAY_TYPE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NOTEQUAL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NOTEQUAL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NUM_COMPRESSED_TEXTURE_FORMATS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NUM_COMPRESSED_TEXTURE_FORMATS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_NUM_SHADER_BINARY_FORMATS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_NUM_SHADER_BINARY_FORMATS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ONE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ONE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ONE_MINUS_CONSTANT_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ONE_MINUS_CONSTANT_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ONE_MINUS_CONSTANT_COLOR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ONE_MINUS_CONSTANT_COLOR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ONE_MINUS_DST_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ONE_MINUS_DST_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ONE_MINUS_DST_COLOR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ONE_MINUS_DST_COLOR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ONE_MINUS_SRC_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ONE_MINUS_SRC_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ONE_MINUS_SRC_COLOR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ONE_MINUS_SRC_COLOR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_OPERAND0_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_OPERAND0_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_OPERAND0_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_OPERAND0_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_OPERAND1_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_OPERAND1_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_OPERAND1_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_OPERAND1_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_OPERAND2_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_OPERAND2_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_OPERAND2_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_OPERAND2_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_OUT_OF_MEMORY() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_OUT_OF_MEMORY() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_PACK_ALIGNMENT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_PACK_ALIGNMENT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINT_DISTANCE_ATTENUATION() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINT_DISTANCE_ATTENUATION() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINT_FADE_THRESHOLD_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINT_FADE_THRESHOLD_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINT_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINT_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINT_SIZE_ARRAY_OES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINT_SIZE_ARRAY_OES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINT_SIZE_ARRAY_POINTER_OES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINT_SIZE_ARRAY_POINTER_OES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINT_SIZE_ARRAY_STRIDE_OES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINT_SIZE_ARRAY_STRIDE_OES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINT_SIZE_ARRAY_TYPE_OES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINT_SIZE_ARRAY_TYPE_OES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINT_SIZE_MAX() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINT_SIZE_MAX() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINT_SIZE_MIN() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINT_SIZE_MIN() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINT_SPRITE_OES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINT_SPRITE_OES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POINTS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POINTS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POLYGON_OFFSET_FACTOR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POLYGON_OFFSET_FACTOR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POLYGON_OFFSET_FILL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POLYGON_OFFSET_FILL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_POLYGON_OFFSET_UNITS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_POLYGON_OFFSET_UNITS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_PREVIOUS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_PREVIOUS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_PRIMARY_COLOR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_PRIMARY_COLOR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_PROJECTION_MATRIX() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_PROJECTION_MATRIX() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_PROJECTION_STACK_DEPTH() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_PROJECTION_STACK_DEPTH() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RED_BITS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RED_BITS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERBUFFER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERBUFFER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERBUFFER_ALPHA_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERBUFFER_ALPHA_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERBUFFER_BINDING() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERBUFFER_BINDING() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERBUFFER_BLUE_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERBUFFER_BLUE_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERBUFFER_DEPTH_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERBUFFER_DEPTH_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERBUFFER_GREEN_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERBUFFER_GREEN_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERBUFFER_HEIGHT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERBUFFER_HEIGHT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERBUFFER_INTERNAL_FORMAT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERBUFFER_INTERNAL_FORMAT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERBUFFER_RED_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERBUFFER_RED_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERBUFFER_STENCIL_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERBUFFER_STENCIL_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERBUFFER_WIDTH() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERBUFFER_WIDTH() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RENDERER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RENDERER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_REPEAT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_REPEAT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_REPLACE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_REPLACE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RGB565() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RGB565() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RGB5_A1() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RGB5_A1() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RGB_SCALE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RGB_SCALE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RGBA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RGBA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_RGBA4() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_RGBA4() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SAMPLE_ALPHA_TO_COVERAGE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SAMPLE_ALPHA_TO_COVERAGE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SAMPLE_BUFFERS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SAMPLE_BUFFERS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SAMPLE_COVERAGE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SAMPLE_COVERAGE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SAMPLE_COVERAGE_INVERT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SAMPLE_COVERAGE_INVERT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SAMPLE_COVERAGE_VALUE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SAMPLE_COVERAGE_VALUE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SAMPLER_2D() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SAMPLER_2D() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SAMPLER_CUBE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SAMPLER_CUBE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SAMPLES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SAMPLES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SCISSOR_BOX() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SCISSOR_BOX() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SCISSOR_TEST() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SCISSOR_TEST() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SHADE_MODEL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SHADE_MODEL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SHADER_BINARY_FORMATS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SHADER_BINARY_FORMATS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SHADER_COMPILER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SHADER_COMPILER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SHADER_SOURCE_LENGTH() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SHADER_SOURCE_LENGTH() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SHADER_TYPE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SHADER_TYPE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SHADING_LANGUAGE_VERSION() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SHADING_LANGUAGE_VERSION() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SHORT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SHORT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SRC0_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SRC0_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SRC0_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SRC0_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SRC1_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SRC1_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SRC1_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SRC1_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SRC2_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SRC2_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SRC2_RGB() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SRC2_RGB() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SRC_ALPHA() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SRC_ALPHA() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SRC_ALPHA_SATURATE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SRC_ALPHA_SATURATE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SRC_COLOR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SRC_COLOR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STATIC_DRAW() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STATIC_DRAW() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_ATTACHMENT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_ATTACHMENT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_BACK_FAIL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_BACK_FAIL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_BACK_FUNC() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_BACK_FUNC() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_BACK_PASS_DEPTH_FAIL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_BACK_PASS_DEPTH_FAIL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_BACK_PASS_DEPTH_PASS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_BACK_PASS_DEPTH_PASS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_BACK_REF() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_BACK_REF() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_BACK_VALUE_MASK() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_BACK_VALUE_MASK() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_BACK_WRITEMASK() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_BACK_WRITEMASK() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_BITS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_BITS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_BUFFER_BIT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_BUFFER_BIT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_CLEAR_VALUE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_CLEAR_VALUE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_FAIL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_FAIL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_FUNC() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_FUNC() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_INDEX() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_INDEX() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_INDEX8() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_INDEX8() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_PASS_DEPTH_FAIL() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_PASS_DEPTH_FAIL() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_PASS_DEPTH_PASS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_PASS_DEPTH_PASS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_REF() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_REF() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_TEST() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_TEST() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_VALUE_MASK() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_VALUE_MASK() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STENCIL_WRITEMASK() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STENCIL_WRITEMASK() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_STREAM_DRAW() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_STREAM_DRAW() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SUBPIXEL_BITS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SUBPIXEL_BITS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_SUBTRACT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_SUBTRACT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE0() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE0() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE1() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE1() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE10() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE10() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE11() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE11() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE12() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE12() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE13() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE13() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE14() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE14() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE15() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE15() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE16() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE16() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE17() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE17() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE18() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE18() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE19() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE19() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE2() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE2() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE20() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE20() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE21() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE21() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE22() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE22() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE23() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE23() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE24() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE24() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE25() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE25() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE26() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE26() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE27() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE27() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE28() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE28() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE29() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE29() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE3() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE3() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE30() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE30() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE31() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE31() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE4() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE4() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE5() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE5() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE6() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE6() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE7() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE7() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE8() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE8() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE9() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE9() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_2D() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_2D() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_BINDING_2D() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_BINDING_2D() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_BINDING_CUBE_MAP() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_BINDING_CUBE_MAP() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_COORD_ARRAY_POINTER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_COORD_ARRAY_POINTER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_COORD_ARRAY_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_COORD_ARRAY_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_COORD_ARRAY_STRIDE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_COORD_ARRAY_STRIDE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_COORD_ARRAY_TYPE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_COORD_ARRAY_TYPE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_CUBE_MAP() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_CUBE_MAP() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_CUBE_MAP_NEGATIVE_X() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_CUBE_MAP_NEGATIVE_X() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_CUBE_MAP_POSITIVE_X() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_CUBE_MAP_POSITIVE_X() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_CUBE_MAP_POSITIVE_Y() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_CUBE_MAP_POSITIVE_Y() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_CUBE_MAP_POSITIVE_Z() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_CUBE_MAP_POSITIVE_Z() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_MAG_FILTER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_MAG_FILTER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_MATRIX() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_MATRIX() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_MIN_FILTER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_MIN_FILTER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_STACK_DEPTH() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_STACK_DEPTH() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_WRAP_S() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_WRAP_S() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TEXTURE_WRAP_T() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TEXTURE_WRAP_T() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TRIANGLE_FAN() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TRIANGLE_FAN() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TRIANGLE_STRIP() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TRIANGLE_STRIP() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TRIANGLES() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TRIANGLES() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_TRUE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_TRUE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_UNPACK_ALIGNMENT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_UNPACK_ALIGNMENT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_UNSIGNED_BYTE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_UNSIGNED_BYTE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_UNSIGNED_INT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_UNSIGNED_INT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_UNSIGNED_SHORT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_UNSIGNED_SHORT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_UNSIGNED_SHORT_4_4_4_4() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_UNSIGNED_SHORT_4_4_4_4() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_UNSIGNED_SHORT_5_5_5_1() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_UNSIGNED_SHORT_5_5_5_1() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_UNSIGNED_SHORT_5_6_5() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_UNSIGNED_SHORT_5_6_5() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VALIDATE_STATUS() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VALIDATE_STATUS() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VENDOR() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VENDOR() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERSION() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERSION() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ARRAY_BUFFER_BINDING() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ARRAY_BUFFER_BINDING() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ARRAY_POINTER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ARRAY_POINTER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ARRAY_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ARRAY_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ARRAY_STRIDE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ARRAY_STRIDE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ARRAY_TYPE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ARRAY_TYPE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ATTRIB_ARRAY_ENABLED() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ATTRIB_ARRAY_ENABLED() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ATTRIB_ARRAY_NORMALIZED() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ATTRIB_ARRAY_NORMALIZED() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ATTRIB_ARRAY_POINTER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ATTRIB_ARRAY_POINTER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ATTRIB_ARRAY_SIZE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ATTRIB_ARRAY_SIZE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ATTRIB_ARRAY_STRIDE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ATTRIB_ARRAY_STRIDE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_ATTRIB_ARRAY_TYPE() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_ATTRIB_ARRAY_TYPE() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VERTEX_SHADER() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VERTEX_SHADER() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_VIEWPORT() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_VIEWPORT() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_WRITE_ONLY() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_WRITE_ONLY() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GL_ZERO() - Method in interface com.neovisionaries.android.opengl.GLES
 
GL_ZERO() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glActiveTexture(int) - Method in interface com.neovisionaries.android.opengl.GLES
glActiveTexture
glActiveTexture(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glActiveTexture(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glActiveTexture(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glAttachShader(int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glAttachShader
glAttachShader(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glAttachShader(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glBindAttribLocation(int, int, String) - Method in interface com.neovisionaries.android.opengl.GLES
glBindAttribLocation
glBindAttribLocation(int, int, String) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glBindAttribLocation(int, int, String) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glBindBuffer(int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glBindBuffer
glBindBuffer(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glBindBuffer(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glBindBuffer(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glBindRenderbuffer(int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glBindRenderbuffer
glBindRenderbuffer(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glBindRenderbuffer(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glBindTexture(int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glBindTexture
glBindTexture(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glBindTexture(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glBindTexture(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glBlendColor(float, float, float, float) - Method in interface com.neovisionaries.android.opengl.GLES
glBlendColor
glBlendColor(float, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glBlendColor(float, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glBlendEquation(int) - Method in interface com.neovisionaries.android.opengl.GLES
glBlendEquation
glBlendEquation(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glBlendEquation(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glBlendEquationSeparate(int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glBlendEquationSeparate
glBlendEquationSeparate(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glBlendEquationSeparate(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glBlendFunc(int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glBlendFunc
glBlendFunc(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glBlendFunc(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glBlendFunc(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glBlendFuncSeparate(int, int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glBlendFuncSeparate
glBlendFuncSeparate(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glBlendFuncSeparate(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glBufferData(int, int, Buffer, int) - Method in interface com.neovisionaries.android.opengl.GLES
glBufferData
glBufferData(int, int, Buffer, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glBufferData(int, int, Buffer, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glBufferData(int, int, Buffer, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glBufferSubData(int, int, int, Buffer) - Method in interface com.neovisionaries.android.opengl.GLES
glBufferSubData
glBufferSubData(int, int, int, Buffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glBufferSubData(int, int, int, Buffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glBufferSubData(int, int, int, Buffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glClear(int) - Method in interface com.neovisionaries.android.opengl.GLES
glClear
glClear(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glClear(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glClear(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glClearColor(float, float, float, float) - Method in interface com.neovisionaries.android.opengl.GLES
glClearColor
glClearColor(float, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glClearColor(float, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glClearColor(float, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glClearDepthf(float) - Method in interface com.neovisionaries.android.opengl.GLES
glClearDepthf
glClearDepthf(float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glClearDepthf(float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glClearDepthf(float) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glClearStencil(int) - Method in interface com.neovisionaries.android.opengl.GLES
glClearStencil
glClearStencil(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glClearStencil(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glClearStencil(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glColorMask(boolean, boolean, boolean, boolean) - Method in interface com.neovisionaries.android.opengl.GLES
glColorMask
glColorMask(boolean, boolean, boolean, boolean) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glColorMask(boolean, boolean, boolean, boolean) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glColorMask(boolean, boolean, boolean, boolean) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glCompileShader(int) - Method in interface com.neovisionaries.android.opengl.GLES
glCompileShader
glCompileShader(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glCompileShader(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glCreateProgram() - Method in interface com.neovisionaries.android.opengl.GLES
glCreateProgram
glCreateProgram() - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glCreateProgram() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glCreateShader(int) - Method in interface com.neovisionaries.android.opengl.GLES
glCreateShader
glCreateShader(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glCreateShader(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDeleteBuffers(int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glDeleteBuffers
glDeleteBuffers(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glDeleteBuffers(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glDeleteBuffers(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDeleteProgram(int) - Method in interface com.neovisionaries.android.opengl.GLES
glDeleteProgram
glDeleteProgram(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glDeleteProgram(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDeleteRenderbuffers(int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glDeleteRenderbuffers
glDeleteRenderbuffers(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glDeleteRenderbuffers(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDeleteShader(int) - Method in interface com.neovisionaries.android.opengl.GLES
glDeleteShader
glDeleteShader(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glDeleteShader(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDeleteTextures(int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glDeleteTextures
glDeleteTextures(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glDeleteTextures(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glDeleteTextures(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDepthMask(boolean) - Method in interface com.neovisionaries.android.opengl.GLES
glDepthMask
glDepthMask(boolean) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glDepthMask(boolean) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glDepthMask(boolean) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDetachShader(int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glDetachShader
glDetachShader(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glDetachShader(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDisable(int) - Method in interface com.neovisionaries.android.opengl.GLES
glDisable
glDisable(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glDisable(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glDisable(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDisableVertexAttribArray(int) - Method in interface com.neovisionaries.android.opengl.GLES
glDisableVertexAttribArray
glDisableVertexAttribArray(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glDisableVertexAttribArray(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDrawArrays(int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glDrawArrays
glDrawArrays(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glDrawArrays(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glDrawArrays(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDrawElements(int, int, int, Buffer) - Method in interface com.neovisionaries.android.opengl.GLES
glDrawElements
glDrawElements(int, int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glDrawElements
glDrawElements(int, int, int, Buffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glDrawElements(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glDrawElements(int, int, int, Buffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glDrawElements(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20_9
 
glDrawElements(int, int, int, Buffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glDrawElements(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glEnable(int) - Method in interface com.neovisionaries.android.opengl.GLES
glEnable
glEnable(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glEnable(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glEnable(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glEnableVertexAttribArray(int) - Method in interface com.neovisionaries.android.opengl.GLES
glEnableVertexAttribArray
glEnableVertexAttribArray(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glEnableVertexAttribArray(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GLES - Interface in com.neovisionaries.android.opengl
OpenGL ES interface.
GLES_IMPL_CLASS_PROPERTY - Static variable in class com.neovisionaries.android.opengl.GLESFactory
The name of the system property to specify a class name of an implementation of GLES interface.
GLES_IMPL_GLES11 - Static variable in class com.neovisionaries.android.opengl.GLESFactory
The class name of the default implementation of GLES interface for OpenGL ES 1.1.
GLES_IMPL_GLES20 - Static variable in class com.neovisionaries.android.opengl.GLESFactory
The class name of the default implementation of GLES interface for OpenGL ES 2.0 in Android 2.2 (API Level 8).
GLES_IMPL_GLES20_9 - Static variable in class com.neovisionaries.android.opengl.GLESFactory
The class name of the default implementation of GLES interface for OpenGL ES 2.0 in Android 2.3 (API Level 9) and newer.
GLESException - Exception in com.neovisionaries.android.opengl
OpenGL ES exception.
GLESException() - Constructor for exception com.neovisionaries.android.opengl.GLESException
 
GLESException(String, Throwable) - Constructor for exception com.neovisionaries.android.opengl.GLESException
 
GLESException(String) - Constructor for exception com.neovisionaries.android.opengl.GLESException
 
GLESException(Throwable) - Constructor for exception com.neovisionaries.android.opengl.GLESException
 
GLESFactory - Class in com.neovisionaries.android.opengl
The factory class to get an implementation of GLES interface.
GLESImpl11 - Class in com.neovisionaries.android.opengl.impl
An implementation of GLES interface for OpenGL ES 1.1.
GLESImpl11() - Constructor for class com.neovisionaries.android.opengl.impl.GLESImpl11
 
GLESImpl20 - Class in com.neovisionaries.android.opengl.impl
An implementation of GLES interface for OpenGL ES 2.0.
GLESImpl20() - Constructor for class com.neovisionaries.android.opengl.impl.GLESImpl20
 
GLESImpl20_9 - Class in com.neovisionaries.android.opengl.impl
An implementation of GLES interface for OpenGL ES 2.0 (for Android 2.3 and newer).
GLESImpl20_9() - Constructor for class com.neovisionaries.android.opengl.impl.GLESImpl20_9
 
GLESImplBase - Class in com.neovisionaries.android.opengl.impl
The base implementation of GLES interface.
GLESImplBase() - Constructor for class com.neovisionaries.android.opengl.impl.GLESImplBase
 
GLESRenderer - Class in com.neovisionaries.android.opengl
Renderer for OpenGL ES.
GLESRenderer() - Constructor for class com.neovisionaries.android.opengl.GLESRenderer
 
GLESState - Class in com.neovisionaries.android.opengl
GLES state.
GLESSurfaceView - Class in com.neovisionaries.android.opengl
SurfaceView for OpenGL.
GLESSurfaceView(Context) - Constructor for class com.neovisionaries.android.opengl.GLESSurfaceView
 
GLESSurfaceView(Context, AttributeSet) - Constructor for class com.neovisionaries.android.opengl.GLESSurfaceView
 
glFinish() - Method in interface com.neovisionaries.android.opengl.GLES
glFinish
glFinish() - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glFinish() - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glFinish() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glFlush() - Method in interface com.neovisionaries.android.opengl.GLES
glFlush
glFlush() - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glFlush() - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glFlush() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGenBuffers(int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glGenBuffers
glGenBuffers(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glGenBuffers(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGenBuffers(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGenerateMipmap(int) - Method in interface com.neovisionaries.android.opengl.GLES
glGenerateMipmap
glGenerateMipmap(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGenerateMipmap(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGenRenderbuffers(int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glGenRenderbuffers
glGenRenderbuffers(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGenRenderbuffers(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGenTextures(int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glGenTextures
glGenTextures(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glGenTextures(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGenTextures(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetAttribLocation(int, String) - Method in interface com.neovisionaries.android.opengl.GLES
glGetAttribLocation
glGetAttribLocation(int, String) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetAttribLocation(int, String) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetBooleanv(int, IntBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glGetBooleanv
glGetBooleanv(int, boolean[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glGetBooleanv
glGetBooleanv(int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glGetBooleanv(int, boolean[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glGetBooleanv(int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetBooleanv(int, boolean[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetBooleanv(int, boolean[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetBooleanv(int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetError() - Method in interface com.neovisionaries.android.opengl.GLES
glGetError
glGetError() - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glGetError() - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetError() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetFloatv(int, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glGetFloatv
glGetFloatv(int, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glGetFloatv
glGetFloatv(int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glGetFloatv(int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glGetFloatv(int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetFloatv(int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetFloatv(int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetFloatv(int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetIntegerv(int, IntBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glGetIntegerv
glGetIntegerv(int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glGetIntegerv
glGetIntegerv(int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glGetIntegerv(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glGetIntegerv(int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetIntegerv(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetIntegerv(int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetIntegerv(int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetProgramInfoLog(int) - Method in interface com.neovisionaries.android.opengl.GLES
glGetProgramInfoLog
glGetProgramInfoLog(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetProgramInfoLog(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetProgramiv(int, int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glGetProgramiv
glGetProgramiv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetProgramiv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetShaderInfoLog(int) - Method in interface com.neovisionaries.android.opengl.GLES
glGetShaderInfoLog
glGetShaderInfoLog(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetShaderInfoLog(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetShaderiv(int, int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glGetShaderiv
glGetShaderiv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetShaderiv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetString(int) - Method in interface com.neovisionaries.android.opengl.GLES
glGettring
glGetString(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glGetString(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetString(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetUniformfv(int, int, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glGetUniformfv
glGetUniformfv(int, int, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glGetUniformfv
glGetUniformfv(int, int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetUniformfv(int, int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetUniformfv(int, int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetUniformfv(int, int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetUniformiv(int, int, IntBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glGetUniformiv
glGetUniformiv(int, int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glGetUniformiv
glGetUniformiv(int, int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetUniformiv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetUniformiv(int, int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetUniformiv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glGetUniformLocation(int, String) - Method in interface com.neovisionaries.android.opengl.GLES
glGetUniformLocation
glGetUniformLocation(int, String) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glGetUniformLocation(int, String) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glIsEnabled(int) - Method in interface com.neovisionaries.android.opengl.GLES
glIsEnabled
glIsEnabled(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glIsEnabled(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glIsEnabled(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glLinkProgram(int) - Method in interface com.neovisionaries.android.opengl.GLES
glLinkProgram
glLinkProgram(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glLinkProgram(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glReleaseShaderCompiler() - Method in interface com.neovisionaries.android.opengl.GLES
glReleaseShaderCompiler
glReleaseShaderCompiler() - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glReleaseShaderCompiler() - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glRenderbufferStorage(int, int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glRenderbufferStorage
glRenderbufferStorage(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glRenderbufferStorage(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glShaderSource(int, String) - Method in interface com.neovisionaries.android.opengl.GLES
glShaderSource
glShaderSource(int, String) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glShaderSource(int, String) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glStencilFunc(int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glStencilFunc
glStencilFunc(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glStencilFunc(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glStencilFunc(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glStencilFuncSeparate(int, int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glStencilFuncSeparate
glStencilFuncSeparate(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glStencilFuncSeparate(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glStencilMask(int) - Method in interface com.neovisionaries.android.opengl.GLES
glStencilMask
glStencilMask(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glStencilMask(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glStencilMask(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glStencilMaskSeparate(int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glStencilMaskSeparate
glStencilMaskSeparate(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glStencilMaskSeparate(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glStencilOp(int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glStencilOp
glStencilOp(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glStencilOp(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glStencilOp(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glStencilOpSeparate(int, int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glStencilOpSeparate
glStencilOpSeparate(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glStencilOpSeparate(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glTexParameteri(int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glTexParameteri
glTexParameteri(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glTexParameteri(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glTexParameteri(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform1f(int, float) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform1f
glUniform1f(int, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform1f(int, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform1fv(int, int, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform1fv
glUniform1fv(int, int, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform1fv
glUniform1fv(int, int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform1fv(int, int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform1fv(int, int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform1fv(int, int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform1i(int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform1i
glUniform1i(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform1i(int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform1iv(int, int, IntBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform1iv
glUniform1iv(int, int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform1iv
glUniform1iv(int, int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform1iv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform1iv(int, int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform1iv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform2f(int, float, float) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform2f
glUniform2f(int, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform2f(int, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform2fv(int, int, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform2fv
glUniform2fv(int, int, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform2fv
glUniform2fv(int, int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform2fv(int, int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform2fv(int, int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform2fv(int, int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform2i(int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform2i
glUniform2i(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform2i(int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform2iv(int, int, IntBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform2iv
glUniform2iv(int, int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform2iv
glUniform2iv(int, int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform2iv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform2iv(int, int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform2iv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform3f(int, float, float, float) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform3f
glUniform3f(int, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform3f(int, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform3fv(int, int, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform3fv
glUniform3fv(int, int, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform3fv
glUniform3fv(int, int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform3fv(int, int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform3fv(int, int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform3fv(int, int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform3i(int, int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform3i
glUniform3i(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform3i(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform3iv(int, int, IntBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform3iv
glUniform3iv(int, int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform3iv
glUniform3iv(int, int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform3iv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform3iv(int, int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform3iv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform4f(int, float, float, float, float) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform4f
glUniform4f(int, float, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform4f(int, float, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform4fv(int, int, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform4fv
glUniform4fv(int, int, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform4fv
glUniform4fv(int, int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform4fv(int, int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform4fv(int, int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform4fv(int, int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform4i(int, int, int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform4i
glUniform4i(int, int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform4i(int, int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform4iv(int, int, IntBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform4iv
glUniform4iv(int, int, int[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniform4iv
glUniform4iv(int, int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform4iv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniform4iv(int, int, IntBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniform4iv(int, int, int[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glUniformMatrix2fv
glUniformMatrix2fv(int, int, boolean, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniformMatrix2fv
glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniformMatrix2fv(int, int, boolean, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniformMatrix2fv(int, int, boolean, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glUniformMatrix3fv
glUniformMatrix3fv(int, int, boolean, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniformMatrix3fv
glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniformMatrix3fv(int, int, boolean, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniformMatrix3fv(int, int, boolean, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glUniformMatrix4fv
glUniformMatrix4fv(int, int, boolean, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glUniformMatrix4fv
glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniformMatrix4fv(int, int, boolean, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUniformMatrix4fv(int, int, boolean, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glUseProgram(int) - Method in interface com.neovisionaries.android.opengl.GLES
glUseProgram
glUseProgram(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glUseProgram(int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib1f(int, float) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib1f
glVertexAttrib1f(int, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib1f(int, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib1fv(int, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib1fv
glVertexAttrib1fv(int, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib1fv
glVertexAttrib1fv(int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib1fv(int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib1fv(int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib1fv(int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib2f(int, float, float) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib2f
glVertexAttrib2f(int, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib2f(int, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib2fv(int, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib2fv
glVertexAttrib2fv(int, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib2fv
glVertexAttrib2fv(int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib2fv(int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib2fv(int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib2fv(int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib3f(int, float, float, float) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib3f
glVertexAttrib3f(int, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib3f(int, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib3fv(int, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib3fv
glVertexAttrib3fv(int, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib3fv
glVertexAttrib3fv(int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib3fv(int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib3fv(int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib3fv(int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib4f(int, float, float, float, float) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib4f
glVertexAttrib4f(int, float, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib4f(int, float, float, float, float) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib4fv(int, FloatBuffer) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib4fv
glVertexAttrib4fv(int, float[], int) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttrib4fv
glVertexAttrib4fv(int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib4fv(int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttrib4fv(int, FloatBuffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttrib4fv(int, float[], int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttribPointer
glVertexAttribPointer(int, int, int, boolean, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glVertexAttribPointer
glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glVertexAttribPointer(int, int, int, boolean, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20_9
 
glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glVertexAttribPointer(int, int, int, boolean, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 
glViewport(int, int, int, int) - Method in interface com.neovisionaries.android.opengl.GLES
glViewport
glViewport(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl11
 
glViewport(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImpl20
 
glViewport(int, int, int, int) - Method in class com.neovisionaries.android.opengl.impl.GLESImplBase
 

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