Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DETC_Decoder.cpp156 decodeTBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
479 …void decodeTBlock(unsigned char *dest, int x, int y, int w, int h, int pitch, unsigned char alphaV… in decodeTBlock() function
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp157 decodeTBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
482 …void decodeTBlock(unsigned char *dest, int x, int y, int w, int h, int pitch, unsigned char alphaV… in decodeTBlock() function
/external/angle/src/image_util/
Dloadimage_etc.cpp142 decodeTBlock(dest, x, y, w, h, destRowPitch, alphaValues, in decodeAsRGB()
539 void decodeTBlock(uint8_t *dest, in decodeTBlock() function