Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrRenderTargetProxy.cpp60 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
DGrClipStackClip.cpp204 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles(); in apply() local
DGrReducedClip.cpp37 const GrCaps* caps, int maxWindowRectangles, int maxAnalyticFPs, in GrReducedClip()
DGrCaps.h153 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function
DGrRenderTargetContext.cpp757 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() function in GrRenderTargetContextPriv
/external/skia/src/gpu/
DGrRenderTargetProxy.cpp74 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
DGrReducedClip.cpp39 const GrCaps* caps, int maxWindowRectangles, int maxAnalyticElements, in GrReducedClip()
DGrClipStackClip.cpp208 int maxWindowRectangles = surfaceDrawContext->maxWindowRectangles(); in apply() local
DGrCaps.h204 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function
DGrClipStack.cpp1360 int maxWindowRectangles = rtc->maxWindowRectangles(); in apply() local
DGrSurfaceDrawContext.cpp851 int GrSurfaceDrawContext::maxWindowRectangles() const { in maxWindowRectangles() function in GrSurfaceDrawContext