Home
last modified time | relevance | path

Searched refs:transferPixelsToRowBytesSupport (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DTransferPixelsTest.cpp147 int srcBufferWidth = caps->transferPixelsToRowBytesSupport() ? 20 : 16; in basic_transfer_to_test()
252 if (!caps->transferPixelsToRowBytesSupport()) { in basic_transfer_to_test()
/external/skia/src/gpu/ganesh/
DGrCaps.h361 bool transferPixelsToRowBytesSupport() const { return fTransferPixelsToRowBytesSupport; } in transferPixelsToRowBytesSupport() function
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp694 this->caps()->transferPixelsToRowBytesSupport()) { in onResetContext()
1054 SkASSERT(this->glCaps().transferPixelsToRowBytesSupport()); in onTransferPixelsTo()