Home
last modified time | relevance | path

Searched defs:maxWindowRectangles (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
DGrRenderTargetProxy.cpp74 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
DGrCaps.h203 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function
/third_party/flutter/skia/src/gpu/
DGrRenderTargetProxy.cpp58 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
DGrClipStackClip.cpp215 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles(); in apply() local
DGrReducedClip.cpp37 const GrCaps* caps, int maxWindowRectangles, int maxAnalyticFPs, in GrReducedClip()
DGrCaps.h155 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function
DGrRenderTargetContext.cpp788 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() function in GrRenderTargetContextPriv
/third_party/skia/src/gpu/v1/
DClipStack.cpp1349 int maxWindowRectangles = sdc->maxWindowRectangles(); in apply() local
DSurfaceDrawContext.cpp850 int SurfaceDrawContext::maxWindowRectangles() const { in maxWindowRectangles() function in skgpu::v1::SurfaceDrawContext