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

  /external/skia/src/gpu/
GrGpu.h 154 /** Info struct returned by getReadPixelsInfo about performing intermediate draws before
192 * getReadPixelsInfo will never set the draw preference to this value but may leave
199 * caller of getReadPixelsInfo should never specify this on intput.
216 bool getReadPixelsInfo(GrSurface*, GrSurfaceOrigin, int width, int height, size_t rowBytes,
GrGpu.cpp 196 bool GrGpu::getReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin, int width,
GrContext.cpp     [all...]
  /external/skqp/src/gpu/
GrGpu.h 154 /** Info struct returned by getReadPixelsInfo about performing intermediate draws before
181 getReadPixelsInfo will never set the draw preference to this value but may leave
186 caller of getReadPixelsInfo should never specify this on intput. */
202 bool getReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin,
GrGpu.cpp 257 bool GrGpu::getReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin,
GrContext.cpp 681 if (!fContext->fGpu->getReadPixelsInfo(srcSurface, srcProxy->origin(), width, height, rowBytes,
    [all...]

Completed in 514 milliseconds