Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceProxy.h299 enum class RectsMustMatch : bool { enum
322 RectsMustMatch = RectsMustMatch::kNo,
DGrSurfaceProxy.cpp256 RectsMustMatch rectsMustMatch, in Copy()
263 if (rectsMustMatch == RectsMustMatch::kYes) { in Copy()
341 RectsMustMatch::kNo, in Copy()
DGrCaps.h401 GrSurfaceProxy::RectsMustMatch fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kNo;
DGrSurfaceDrawContext.cpp2026 if (restrictions.fRectsMustMatch == GrSurfaceProxy::RectsMustMatch::kYes) { in setupDstProxyView()
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm947 restrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes;
/external/skia/src/gpu/gl/
DGrGLCaps.cpp3406 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()
3411 blitFramebufferRestrictions.fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kYes; in getDstCopyRestrictions()