Home
last modified time | relevance | path

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

/third_party/skia/tests/
DTransferPixelsTest.cpp126 int srcBufferWidth = caps->transferPixelsToRowBytesSupport() ? 20 : 16; in basic_transfer_to_test()
223 if (!caps->transferPixelsToRowBytesSupport()) { in basic_transfer_to_test()
/third_party/skia/src/gpu/
DGrCaps.h325 bool transferPixelsToRowBytesSupport() const { return fTransferPixelsToRowBytesSupport; } in transferPixelsToRowBytesSupport() function
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp602 this->caps()->transferPixelsToRowBytesSupport()) { in onResetContext()
901 SkASSERT(this->glCaps().transferPixelsToRowBytesSupport()); in onTransferPixelsTo()