Searched refs:DecompressLATC (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/utils/ |
D | SkTextureCompressor_LATC.h | 23 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height);
|
D | SkTextureCompressor.cpp | 194 DecompressLATC(dst, dstRowBytes, src, width, height); in DecompressBufferFromFormat()
|
D | SkTextureCompressor_LATC.cpp | 509 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height) { in DecompressLATC() function
|