Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_LATC.h23 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height);
DSkTextureCompressor.cpp194 DecompressLATC(dst, dstRowBytes, src, width, height); in DecompressBufferFromFormat()
DSkTextureCompressor_LATC.cpp509 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height) { in DecompressLATC() function