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

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_LATC.h23 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height);
H A DSkTextureCompressor.cpp225 DecompressLATC(dst, dstRowBytes, src, width, height);
H A DSkTextureCompressor_LATC.cpp508 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height) { function in namespace:SkTextureCompressor

Completed in 346 milliseconds