Home
last modified time | relevance | path

Searched refs:getWritePixelsInfo (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrGpu.h228 bool getWritePixelsInfo(GrSurface* dstSurface, int width, int height,
DGrGpu.cpp292 bool GrGpu::getWritePixelsInfo(GrSurface* dstSurface, int width, int height, in getWritePixelsInfo() function in GrGpu
DGrContext.cpp271 if (!fGpu->getWritePixelsInfo(surface, width, height, srcConfig, &drawPreference, in writeSurfacePixels()