Android.Opengl.ETC1: Method Members

The methods of Android.Opengl.ETC1 are listed below. For a list of all members, see the ETC1 Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
DecodeBlock(Java.Nio.Buffer, Java.Nio.Buffer)
Decode a block of pixels.
static
DecodeImage(Java.Nio.Buffer, Java.Nio.Buffer, int, int, int, int)
Decode an entire image.
static
EncodeBlock(Java.Nio.Buffer, int, Java.Nio.Buffer)
Encode a block of pixels.
static
EncodeImage(Java.Nio.Buffer, int, int, int, int, Java.Nio.Buffer)
Encode an entire image.
static
FormatHeader(Java.Nio.Buffer, int, int)
Format a PKM header
static
GetEncodedDataSize(int, int) : int
Return the size of the encoded image data (does not include size of PKM header).
static
GetHeight(Java.Nio.Buffer) : int
Read the image height from a PKM header
static
GetWidth(Java.Nio.Buffer) : int
Read the image width from a PKM header
static
IsValid(Java.Nio.Buffer) : bool
Check if a PKM header is correctly formatted.