Searched refs:decodeDifferentialBlock (Results 1 – 3 of 3) 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/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 169 decodeDifferentialBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock() 373 …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 | 156 decodeDifferentialBlock(dest, x, y, w, h, destRowPitch, alphaValues, in decodeAsRGB() 441 void decodeDifferentialBlock(uint8_t *dest, in decodeDifferentialBlock() function
|