Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrSurfaceProxy.h302 enum class RectsMustMatch : bool { enum
325 RectsMustMatch = RectsMustMatch::kNo,
DGrSurfaceProxy.cpp264 RectsMustMatch rectsMustMatch, in Copy()
271 if (rectsMustMatch == RectsMustMatch::kYes) { in Copy()
347 RectsMustMatch::kNo, in Copy()
DGrCaps.h414 GrSurfaceProxy::RectsMustMatch fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kNo;
/third_party/flutter/skia/src/gpu/
DGrSurfaceProxy.h299 enum class RectsMustMatch : bool { enum
308 RectsMustMatch = RectsMustMatch::kNo);
DGrCaps.h362 GrSurfaceProxy::RectsMustMatch fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kNo;
DGrSurfaceProxy.cpp351 RectsMustMatch rectsMustMatch) { in Copy()
358 if (rectsMustMatch == RectsMustMatch::kYes) { in Copy()
DGrRenderTargetContext.cpp2408 if (restrictions.fRectsMustMatch == GrSurfaceProxy::RectsMustMatch::kYes) { in setupDstProxy()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp3088 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()
3093 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm996 restrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes;
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3490 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()
3495 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp2098 if (restrictions.fRectsMustMatch == GrSurfaceProxy::RectsMustMatch::kYes) { in setupDstProxyView()