Searched refs:RectsMustMatch (Results 1 – 11 of 11) sorted by relevance
302 enum class RectsMustMatch : bool { enum325 RectsMustMatch = RectsMustMatch::kNo,
264 RectsMustMatch rectsMustMatch, in Copy()271 if (rectsMustMatch == RectsMustMatch::kYes) { in Copy()347 RectsMustMatch::kNo, in Copy()
414 GrSurfaceProxy::RectsMustMatch fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kNo;
299 enum class RectsMustMatch : bool { enum308 RectsMustMatch = RectsMustMatch::kNo);
362 GrSurfaceProxy::RectsMustMatch fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kNo;
351 RectsMustMatch rectsMustMatch) { in Copy()358 if (rectsMustMatch == RectsMustMatch::kYes) { in Copy()
2408 if (restrictions.fRectsMustMatch == GrSurfaceProxy::RectsMustMatch::kYes) { in setupDstProxy()
3088 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()3093 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()
996 restrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes;
3490 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()3495 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()
2098 if (restrictions.fRectsMustMatch == GrSurfaceProxy::RectsMustMatch::kYes) { in setupDstProxyView()