Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrRenderTargetProxy.cpp89 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
H A DGrCaps.h232 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function
H A DClipStack.cpp1402 int maxWindowRectangles = sdc->maxWindowRectangles(); in apply() local
H A DSurfaceDrawContext.cpp823 int SurfaceDrawContext::maxWindowRectangles() const { in maxWindowRectangles() function in skgpu::ganesh::SurfaceDrawContext