Home
last modified time | relevance | path

Searched refs:GrPixelConfigIs8888 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrContext.cpp257 if (!GrPixelConfigIs8888(srcConfig)) { in writeSurfacePixels()
396 if (unpremul && !GrPixelConfigIs8888(dstConfig)) { in readSurfacePixels()
/external/skia/include/gpu/
DGrTypes.h309 static inline bool GrPixelConfigIs8888(GrPixelConfig config) { in GrPixelConfigIs8888() function