HomeSort by relevance Sort by last modified time
    Searched refs:getWritePixelsInfo (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrGpu.h 213 /** Info struct returned by getWritePixelsInfo about performing an intermediate draw in order
236 bool getWritePixelsInfo(GrSurface* dstSurface, int width, int height,
GrGpu.cpp 324 bool GrGpu::getWritePixelsInfo(GrSurface* dstSurface, int width, int height,
GrContext.cpp 269 // necessary and because GrGpu::getWritePixelsInfo requires it.
293 if (!fGpu->getWritePixelsInfo(surface, width, height, srcConfig, &drawPreference,
    [all...]

Completed in 73 milliseconds