Home
last modified time | relevance | path

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

/external/angle/src/image_util/
Dloadimage_etc.cpp55 struct ETC2Block struct
58 void decodeAsSingleETC2Channel(uint8_t *dest, in decodeAsSingleETC2Channel()
86 void decodeAsSingleEACChannel(uint16_t *dest, in decodeAsSingleEACChannel()
122 void decodeAsRGB(uint8_t *dest, in decodeAsRGB()
168 void transcodeAsBC1(uint8_t *dest, in transcodeAsBC1()
212 {
360 } u;
362 static unsigned char clampByte(int value) in clampByte()
367 static signed char clampSByte(int value) in clampSByte()
373 static T renormalizeEAC(int value) in renormalizeEAC()
[all …]