Searched refs:decodePlanarBlock (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 164 decodePlanarBlock(dest, x, y, w, h, pitch, alphaValues); in decodeBlock() 559 …void decodePlanarBlock(unsigned char *dest, int x, int y, int w, int h, int pitch, unsigned char a… in decodePlanarBlock() function
|
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 165 decodePlanarBlock(dest, x, y, w, h, pitch, alphaValues); in decodeBlock() 562 …void decodePlanarBlock(unsigned char *dest, int x, int y, int w, int h, int pitch, unsigned char a… in decodePlanarBlock() function
|
/external/angle/src/image_util/ |
D | loadimage_etc.cpp | 152 decodePlanarBlock(dest, x, y, w, h, destRowPitch, alphaValues); in decodeAsRGB() 635 void decodePlanarBlock(uint8_t *dest, in decodePlanarBlock() function 1321 decodePlanarBlock(reinterpret_cast<uint8_t *>(rgbaBlock), x, y, w, h, sizeof(R8G8B8A8) * 4, in transcodePlanarBlockToBC1()
|