Searched refs:getReadPixelsInfo (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrGpu.h | 202 bool getReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
|
D | GrGpu.cpp | 263 bool GrGpu::getReadPixelsInfo(GrSurface* srcSurface, int width, int height, size_t rowBytes, in getReadPixelsInfo() function in GrGpu
|
D | GrContext.cpp | 409 if (!fGpu->getReadPixelsInfo(src, width, height, rowBytes, dstConfig, &drawPreference, in readSurfacePixels()
|