The members of Android.Opengl.ETC1 are listed below.
See Also: Inherited members from Java.Lang.Object
ETC1() |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | DecodedBlockSize | int (48). Size in bytes of a decoded block. |
const | EncodedBlockSize | int (8). Size in bytes of an encoded block. |
const | Etc1Rgb8Oes | int (36196). Accepted by the internalformat parameter of glCompressedTexImage2D. |
const | EtcPkmHeaderSize | int (16). Size of a PKM file header, in bytes. |
[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 | 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)Return the size of the encoded image data (does not include size of PKM header). | |
static | GetHeight(Java.Nio.Buffer)Read the image height from a PKM header | |
static | GetWidth(Java.Nio.Buffer)Read the image width from a PKM header | |
static | IsValid(Java.Nio.Buffer)Check if a PKM header is correctly formatted. |