Home
last modified time | relevance | path

Searched refs:transferFromBufferToTextureSupport (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrCaps.h333 bool transferFromBufferToTextureSupport() const { return fTransferFromBufferToTextureSupport; } in transferFromBufferToTextureSupport() function
/third_party/skia/tests/
DTransferPixelsTest.cpp458 if (!ctxInfo.directContext()->priv().caps()->transferFromBufferToTextureSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()