HomeSort by relevance Sort by last modified time
    Searched refs:DecompressLATC (Results 1 - 3 of 3) sorted by null

  /external/skia/src/utils/
SkTextureCompressor_LATC.h 23 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height);
SkTextureCompressor.cpp 194 DecompressLATC(dst, dstRowBytes, src, width, height);
SkTextureCompressor_LATC.cpp 509 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height) {

Completed in 791 milliseconds