Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h317 bool readPixelsRowBytesSupport() const { return fReadPixelsRowBytesSupport; } in readPixelsRowBytesSupport() function
DGrGpu.cpp397 if (!this->caps()->readPixelsRowBytesSupport()) { in readPixels()
DGrSurfaceContext.cpp319 !caps->readPixelsRowBytesSupport() && dst.rowBytes() != dst.info().minRowBytes(); in readPixels()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp599 if (this->glCaps().readPixelsRowBytesSupport()) { in onResetContext()
2140 SkASSERT(this->glCaps().readPixelsRowBytesSupport()); in readOrTransferPixelsFrom()
2149 SkASSERT(this->glCaps().readPixelsRowBytesSupport()); in readOrTransferPixelsFrom()