Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h401 GrSurfaceProxy::RectsMustMatch fRectsMustMatch = GrSurfaceProxy::RectsMustMatch::kNo; member
DGrSurfaceDrawContext.cpp2026 if (restrictions.fRectsMustMatch == GrSurfaceProxy::RectsMustMatch::kYes) { in setupDstProxyView()
2040 restrictions.fRectsMustMatch); in setupDstProxyView()
DGrSurfaceContext.cpp300 restrictions.fRectsMustMatch); in readPixels()
/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()