Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpu.h202 bool getReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
DGrGpu.cpp263 bool GrGpu::getReadPixelsInfo(GrSurface* srcSurface, int width, int height, size_t rowBytes, in getReadPixelsInfo() function in GrGpu
DGrContext.cpp409 if (!fGpu->getReadPixelsInfo(src, width, height, rowBytes, dstConfig, &drawPreference, in readSurfacePixels()