Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrCaps.h366 bool readPixelsRowBytesSupport() const { return fReadPixelsRowBytesSupport; } in readPixelsRowBytesSupport() function
H A DGrGpu.cpp444 if (!this->caps()->readPixelsRowBytesSupport()) { in readPixels()
H A DSurfaceContext.cpp264 !caps->readPixelsRowBytesSupport() && dst.rowBytes() != dst.info().minRowBytes(); in readPixels()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp697 if (this->glCaps().readPixelsRowBytesSupport()) { in onResetContext()
2397 SkASSERT(this->glCaps().readPixelsRowBytesSupport()); in readOrTransferPixelsFrom()
2411 SkASSERT(this->glCaps().readPixelsRowBytesSupport()); in readOrTransferPixelsFrom()