Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DETC_Decoder.cpp164 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/
DETC_Decoder.cpp165 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/
Dloadimage_etc.cpp152 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()