The members of Android.Opengl.GLUtils are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | GetEGLErrorString(int)Return a string for the EGL error code, or the hex representation if the error is unknown. | |
static | GetInternalFormat(Android.Graphics.Bitmap)return the internal format as defined by OpenGL ES of the supplied bitmap. | |
static | GetType(Android.Graphics.Bitmap)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. |