Home
last modified time | relevance | path

Searched refs:fMustCopyWholeSrc (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrCaps.h363 bool fMustCopyWholeSrc = false; member
DGrRenderTargetContext.cpp2402 if (!restrictions.fMustCopyWholeSrc) { in setupDstProxy()
/third_party/skia/src/gpu/
DGrCaps.h415 bool fMustCopyWholeSrc = false; member
DSurfaceContext.cpp186 if (restrictions.fMustCopyWholeSrc) { in readPixels()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm995 restrictions.fMustCopyWholeSrc = true;
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp2087 if (!restrictions.fMustCopyWholeSrc) { in setupDstProxyView()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp3089 blitFramebufferRestrictions.fMustCopyWholeSrc = true; in getDstCopyRestrictions()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3491 blitFramebufferRestrictions.fMustCopyWholeSrc = true; in getDstCopyRestrictions()