Searched refs:GrTwoColorBC1Compress (Results 1 – 3 of 3) sorted by relevance
51 void GrTwoColorBC1Compress(const SkPixmap& pixmap, SkColor otherColor, char* dstPixels);
239 void GrTwoColorBC1Compress(const SkPixmap& pixmap, SkColor otherColor, char* dstPixels) { in GrTwoColorBC1Compress() function
143 GrTwoColorBC1Compress(bm.pixmap(), kColors[i%7], &pixels[offset]); in make_compressed_image()