Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_LATC.h17 bool CompressA8ToLATC(uint8_t* dst, const uint8_t* src,
DSkTextureCompressor.cpp130 if (format == kLATC_Format) { proc = CompressA8ToLATC; } in CompressBufferToFormat()
DSkTextureCompressor_LATC.cpp475 bool CompressA8ToLATC(uint8_t* dst, const uint8_t* src, int width, int height, size_t rowBytes) { in CompressA8ToLATC() function