Searched refs:GrPixelConfigIs8888 (Results 1 – 2 of 2) sorted by relevance
257 if (!GrPixelConfigIs8888(srcConfig)) { in writeSurfacePixels()396 if (unpremul && !GrPixelConfigIs8888(dstConfig)) { in readSurfacePixels()
309 static inline bool GrPixelConfigIs8888(GrPixelConfig config) { in GrPixelConfigIs8888() function