Android.Opengl.GLUtils Members

The members of Android.Opengl.GLUtils are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
GetEGLErrorString(int) : string
Return a string for the EGL error code, or the hex representation if the error is unknown.
static
GetInternalFormat(Android.Graphics.Bitmap) : int
return the internal format as defined by OpenGL ES of the supplied bitmap.
static
GetType(Android.Graphics.Bitmap) : int
Return the type as defined by OpenGL ES of the supplied bitmap, if there is one.
static
TexImage2D(int, int, Android.Graphics.Bitmap, int)
A version of texImage2D that determines the internalFormat and type automatically.
static
TexImage2D(int, int, int, Android.Graphics.Bitmap, int)
Calls glTexImage2D() on the current OpenGL context.
static
TexImage2D(int, int, int, Android.Graphics.Bitmap, int, int)
A version of texImage2D() that takes an explicit type parameter as defined by the OpenGL ES specification.
static
TexSubImage2D(int, int, int, int, Android.Graphics.Bitmap)
Calls glTexSubImage2D() on the current OpenGL context.
static
TexSubImage2D(int, int, int, int, Android.Graphics.Bitmap, int, int)
A version of texSubImage2D() that takes an explicit type parameter as defined by the OpenGL ES specification.