Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrCaps.h270 bool readPixelsRowBytesSupport() const { return fReadPixelsRowBytesSupport; } in readPixelsRowBytesSupport() function
DGrGpu.cpp378 if (!this->caps()->readPixelsRowBytesSupport()) { in readPixels()
DGrSurfaceContext.cpp182 bool makeTight = !caps->readPixelsRowBytesSupport() && tightRowBytes != rowBytes; in readPixels()
/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()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp640 if (this->glCaps().readPixelsRowBytesSupport()) { in onResetContext()
2240 SkASSERT(this->glCaps().readPixelsRowBytesSupport()); in readOrTransferPixelsFrom()
2267 SkASSERT(this->glCaps().readPixelsRowBytesSupport()); in readOrTransferPixelsFrom()