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

  /external/skia/src/utils/
SkTextureCompressor_LATC.h 17 bool CompressA8ToLATC(uint8_t* dst, const uint8_t* src,
SkTextureCompressor.cpp 130 if (format == kLATC_Format) { proc = CompressA8ToLATC; }
SkTextureCompressor_LATC.cpp 475 bool CompressA8ToLATC(uint8_t* dst, const uint8_t* src, int width, int height, size_t rowBytes) {

Completed in 416 milliseconds