Home
last modified time | relevance | path

Searched refs:fRectsMustMatch (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
DGrCaps.h414 GrSurfaceProxy::RectsMustMatch fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kNo; member
DSurfaceContext.cpp202 restrictions.fRectsMustMatch); in readPixels()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp2102 if (restrictions.fRectsMustMatch == GrSurfaceProxy::RectsMustMatch::kYes) { in setupDstProxyView()
2116 restrictions.fRectsMustMatch); in setupDstProxyView()
/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()