Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DTransferPixelsTest.cpp420 if (!ctxInfo.grContext()->priv().caps()->transferBufferSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
451 if (!ctxInfo.grContext()->priv().caps()->transferBufferSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/
DGrCaps.h273 bool transferBufferSupport() const { return fTransferBufferSupport; } in transferBufferSupport() function
DGrSurfaceContext.cpp615 if (!this->caps()->transferBufferSupport() || in transferPixels()