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

  /external/skia/src/gpu/
GrGpu.h 162 /** Info struct returned by getReadPixelsInfo about performing intermediate draws before
189 getReadPixelsInfo will never set the draw preference to this value but may leave
194 caller of getReadPixelsInfo should never specify this on intput. */
210 bool getReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
GrGpu.cpp 283 bool GrGpu::getReadPixelsInfo(GrSurface* srcSurface, int width, int height, size_t rowBytes,
GrContext.cpp 449 if (!fGpu->getReadPixelsInfo(src, width, height, rowBytes, dstConfig, &drawPreference,
    [all...]

Completed in 89 milliseconds