Home
last modified time | relevance | path

Searched refs:decodeDifferentialBlock (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Device/
DETC_Decoder.cpp168 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/
DETC_Decoder.cpp169 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/
Dloadimage_etc.cpp156 decodeDifferentialBlock(dest, x, y, w, h, destRowPitch, alphaValues, in decodeAsRGB()
441 void decodeDifferentialBlock(uint8_t *dest, in decodeDifferentialBlock() function