Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrOpFlushState.cpp59 fGpu->getWritePixelsInfo(surface, width, height, surface->config(), &drawPreference, in doUpload()
DGrGpu.h234 bool getWritePixelsInfo(GrSurface* dstSurface, int width, int height,
DGrGpu.cpp297 bool GrGpu::getWritePixelsInfo(GrSurface* dstSurface, int width, int height, in getWritePixelsInfo() function in GrGpu
DGrContext.cpp366 if (!fContext->fGpu->getWritePixelsInfo(dstSurface, width, height, srcConfig, in writeSurfacePixels()