Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h332 bool transferFromSurfaceToBufferSupport() const { return fTransferFromSurfaceToBufferSupport; } in transferFromSurfaceToBufferSupport() function
DSurfaceContext.cpp887 bool doSynchronousRead = !this->caps()->transferFromSurfaceToBufferSupport() || in asyncRescaleAndReadPixelsYUV420()
1259 if (!this->caps()->transferFromSurfaceToBufferSupport() || in transferPixels()
/third_party/skia/tests/
DTransferPixelsTest.cpp490 if (!ctxInfo.directContext()->priv().caps()->transferFromSurfaceToBufferSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DReadWritePixelsGpuTest.cpp733 if (!direct->priv().caps()->transferFromSurfaceToBufferSupport()) { in DEF_GPUTEST()