Android.Opengl.ETC1 Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
DecodedBlockSizeint (48). Size in bytes of a decoded block.
const
EncodedBlockSizeint (8). Size in bytes of an encoded block.
const
Etc1Rgb8Oesint (36196). Accepted by the internalformat parameter of glCompressedTexImage2D.
const
EtcPkmHeaderSizeint (16). Size of a PKM file header, in bytes.

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
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.