Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h330 bool readPixelsRowBytesSupport() const { return fReadPixelsRowBytesSupport; } in readPixelsRowBytesSupport() function
DGrGpu.cpp426 if (!this->caps()->readPixelsRowBytesSupport()) { in readPixels()
DSurfaceContext.cpp221 !caps->readPixelsRowBytesSupport() && dst.rowBytes() != dst.info().minRowBytes(); in readPixels()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp605 if (this->glCaps().readPixelsRowBytesSupport()) { in onResetContext()
2171 SkASSERT(this->glCaps().readPixelsRowBytesSupport()); in readOrTransferPixelsFrom()
2185 SkASSERT(this->glCaps().readPixelsRowBytesSupport()); in readOrTransferPixelsFrom()