Searched refs:decodeDifferentialBlock (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 168 decodeDifferentialBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock() 372 …void decodeDifferentialBlock(unsigned char *dest, int x, int y, int w, int h, int pitch, unsigned … in decodeDifferentialBlock() function
|
/external/angle/src/image_util/ |
D | loadimage_etc.cpp | 213 decodeDifferentialBlock(dest, x, y, w, h, destRowPitch, alphaValues, in decodeAsRGB() 498 void decodeDifferentialBlock(uint8_t *dest, in decodeDifferentialBlock() function
|