Searched refs:GrPixelConfigIs8888 (Results 1 – 3 of 3) sorted by relevance
696 if (GrPixelConfigIs8888(rt->config()) || in SkPaint2GrPaintNoShader()697 GrPixelConfigIs8888(rt->config())) { in SkPaint2GrPaintNoShader()
1457 if (!GrPixelConfigIs8888(srcConfig)) { in writeSurfacePixels()1564 if (unpremul && !GrPixelConfigIs8888(dstConfig)) { in readRenderTargetPixels()
301 static inline bool GrPixelConfigIs8888(GrPixelConfig config) { in GrPixelConfigIs8888() function