Home
last modified time | relevance | path

Searched defs:ETC2Block (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/image_util/
H A Dloadimage_etc.cpp55 struct ETC2Block struct
58 void decodeAsSingleETC2Channel(uint8_t *dest, in decodeAsSingleETC2Channel()
88 void transcodeAsBC4(uint8_t *dest, size_t x, size_t y, size_t w, size_t h, bool isSigned) const in transcodeAsBC4()
143 void decodeAsSingleEACChannel(uint16_t *dest, in decodeAsSingleEACChannel()
179 void decodeAsRGB(uint8_t *dest, in decodeAsRGB()
225 void transcodeAsBC1(uint8_t *dest, in transcodeAsBC1()
269 {
417 } u;
419 static unsigned char clampByte(int value) in clampByte()
424 static signed char clampSByte(int value) in clampSByte()
[all …]