Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrRenderTargetProxy.cpp57 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
DGrReducedClip.cpp37 const GrShaderCaps* caps, int maxWindowRectangles, int maxAnalyticFPs, in GrReducedClip()
DGrClipStackClip.cpp195 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles(); in apply() local
DGrRenderTargetContext.cpp590 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() function in GrRenderTargetContextPriv
/external/skia/src/gpu/
DGrRenderTargetProxy.cpp59 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
DGrReducedClip.cpp37 const GrShaderCaps* caps, int maxWindowRectangles, int maxAnalyticFPs, in GrReducedClip()
DGrClipStackClip.cpp195 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles(); in apply() local
DGrRenderTargetContext.cpp592 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() function in GrRenderTargetContextPriv
/external/skqp/include/gpu/
DGrCaps.h143 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function
/external/skia/include/gpu/
DGrCaps.h150 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function