Searched refs:DecompressR11EAC (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/utils/ |
D | SkTextureCompressor_R11EAC.h | 23 void DecompressR11EAC(uint8_t* dst, int dstRB, const uint8_t* src, int width, int height);
|
D | SkTextureCompressor.cpp | 198 DecompressR11EAC(dst, dstRowBytes, src, width, height); in DecompressBufferFromFormat()
|
D | SkTextureCompressor_R11EAC.cpp | 660 void DecompressR11EAC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height) { in DecompressR11EAC() function
|