Searched refs:decodeIndividualBlock (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 173 decodeIndividualBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock() 359 …void decodeIndividualBlock(unsigned char *dest, int x, int y, int w, int h, int pitch, unsigned ch… in decodeIndividualBlock() function
|
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 174 decodeIndividualBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock() 360 …void decodeIndividualBlock(unsigned char *dest, int x, int y, int w, int h, int pitch, unsigned ch… in decodeIndividualBlock() function
|
/external/angle/src/image_util/ |
D | loadimage_etc.cpp | 162 decodeIndividualBlock(dest, x, y, w, h, destRowPitch, alphaValues, in decodeAsRGB() 421 void decodeIndividualBlock(uint8_t *dest, in decodeIndividualBlock() function
|