Searched refs:DecompressASTC (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/utils/ |
D | SkTextureCompressor_ASTC.h | 23 void DecompressASTC(uint8_t* dst, int dstRowBytes, const uint8_t* src,
|
D | SkTextureCompressor.cpp | 220 DecompressASTC(dst, dstRowBytes, src, width, height, dimX, dimY); in DecompressBufferFromFormat()
|
D | SkTextureCompressor_ASTC.cpp | 2080 void DecompressASTC(uint8_t* dst, int dstRowBytes, const uint8_t* src, in DecompressASTC() function
|