Searched refs:RectsMustMatch (Results 1 – 6 of 6) sorted by relevance
302 enum class RectsMustMatch : bool { enum325 RectsMustMatch = RectsMustMatch::kNo,
267 RectsMustMatch rectsMustMatch, in Copy()274 if (rectsMustMatch == RectsMustMatch::kYes) { in Copy()350 RectsMustMatch::kNo, in Copy()
414 GrSurfaceProxy::RectsMustMatch fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kNo;
996 restrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes;
3545 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()3550 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()
2102 if (restrictions.fRectsMustMatch == GrSurfaceProxy::RectsMustMatch::kYes) { in setupDstProxyView()