Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrSurfaceProxy.h302 enum class RectsMustMatch : bool { enum
325 RectsMustMatch = RectsMustMatch::kNo,
DGrSurfaceProxy.cpp267 RectsMustMatch rectsMustMatch, in Copy()
274 if (rectsMustMatch == RectsMustMatch::kYes) { in Copy()
350 RectsMustMatch::kNo, in Copy()
DGrCaps.h414 GrSurfaceProxy::RectsMustMatch fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kNo;
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm996 restrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes;
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3545 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()
3550 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp2102 if (restrictions.fRectsMustMatch == GrSurfaceProxy::RectsMustMatch::kYes) { in setupDstProxyView()