Home
last modified time | relevance | path

Searched refs:fTransferFromBufferToTextureSupport (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DGrCaps.h333 bool transferFromBufferToTextureSupport() const { return fTransferFromBufferToTextureSupport; } in transferFromBufferToTextureSupport()
557 bool fTransferFromBufferToTextureSupport : 1; variable
DGrCaps.cpp50 fTransferFromBufferToTextureSupport = false; in GrCaps()
232 fTransferFromBufferToTextureSupport); in dumpJSON()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp514 fTransferFromBufferToTextureSupport = true; in init()
523 fTransferFromBufferToTextureSupport = true; in init()
537 fTransferFromBufferToTextureSupport = false; in init()
3582 fTransferFromBufferToTextureSupport = false; in applyDriverCorrectnessWorkarounds()
3596 fTransferFromBufferToTextureSupport = false; in applyDriverCorrectnessWorkarounds()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp50 fTransferFromBufferToTextureSupport = true; in GrD3DCaps()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp60 fTransferFromBufferToTextureSupport = true; in GrVkCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm371 fTransferFromBufferToTextureSupport = true;