Searched refs:CompressA8To12x12ASTC (Results 1 – 3 of 3) sorted by relevance
17 bool CompressA8To12x12ASTC(uint8_t* dst, const uint8_t* src,
132 if (format == kASTC_12x12_Format) { proc = CompressA8To12x12ASTC; } in CompressBufferToFormat()
2041 bool CompressA8To12x12ASTC(uint8_t* dst, const uint8_t* src, in CompressA8To12x12ASTC() function