Home
last modified time | relevance | path

Searched refs:maxWindowRectangles (Results 1 – 22 of 22) sorted by relevance

/external/skqp/tests/
DProxyTest.cpp47 REPORTER_ASSERT(reporter, rtProxy->maxWindowRectangles(caps) == expectedMaxWindowRects); in check_rendertarget()
169 fit, caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
237 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
289 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
315 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tests/
DProxyTest.cpp47 REPORTER_ASSERT(reporter, rtProxy->maxWindowRectangles(caps) == expectedMaxWindowRects); in check_rendertarget()
169 fit, caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
238 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
291 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
317 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DGrRenderTargetProxy.cpp61 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
62 return this->glRTFBOIDIs0() ? 0 : caps.maxWindowRectangles(); in maxWindowRectangles()
DGrCaps.h151 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function
155 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
DGrClipStackClip.cpp205 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles(); in apply() local
220 maxWindowRectangles, maxAnalyticFPs, ccpr ? maxAnalyticFPs : 0); in apply()
DGrReducedClip.h30 int maxWindowRectangles = 0, int maxAnalyticFPs = 0, int maxCCPRClipPaths = 0);
DGrRenderTargetContextPriv.h105 int maxWindowRectangles() const;
DGrReducedClip.cpp37 const GrCaps* caps, int maxWindowRectangles, int maxAnalyticFPs, in GrReducedClip() argument
40 , fMaxWindowRectangles(maxWindowRectangles) in GrReducedClip()
DGrRenderTargetContext.cpp753 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() function in GrRenderTargetContextPriv
754 return fRenderTargetContext->fRenderTargetProxy->maxWindowRectangles( in maxWindowRectangles()
/external/skqp/src/gpu/
DGrRenderTargetProxy.cpp60 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
61 return this->glRTFBOIDIs0() ? 0 : caps.maxWindowRectangles(); in maxWindowRectangles()
DGrCaps.h153 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function
157 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
DGrClipStackClip.cpp204 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles(); in apply() local
219 maxWindowRectangles, maxAnalyticFPs, ccpr ? maxAnalyticFPs : 0); in apply()
DGrRenderTargetContextPriv.h99 int maxWindowRectangles() const;
DGrReducedClip.h30 int maxWindowRectangles = 0, int maxAnalyticFPs = 0, int maxCCPRClipPaths = 0);
DGrReducedClip.cpp37 const GrCaps* caps, int maxWindowRectangles, int maxAnalyticFPs, in GrReducedClip() argument
40 , fMaxWindowRectangles(maxWindowRectangles) in GrReducedClip()
DGrRenderTargetContext.cpp757 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() function in GrRenderTargetContextPriv
758 return fRenderTargetContext->fRenderTargetProxy->maxWindowRectangles( in maxWindowRectangles()
/external/skqp/include/private/
DGrRenderTargetProxy.h55 int maxWindowRectangles(const GrCaps& caps) const;
/external/skia/include/private/
DGrRenderTargetProxy.h55 int maxWindowRectangles(const GrCaps& caps) const;
/external/skqp/gm/
Dwindowrectangles.cpp178 if (!ctx || !rtc || rtc->priv().maxWindowRectangles() < kNumWindows) { in onCoverClipStack()
/external/skia/gm/
Dwindowrectangles.cpp183 if (rtc->priv().maxWindowRectangles() < kNumWindows) { in onCoverClipStack()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1923 SkASSERT(windowState.numWindows() <= this->caps()->maxWindowRectangles()); in flushWindowRectangles()
1925 if (!this->caps()->maxWindowRectangles() || in flushWindowRectangles()
1950 if (!this->caps()->maxWindowRectangles() || fHWWindowRectsState.knownDisabled()) { in disableWindowRectangles()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp1894 SkASSERT(windowState.numWindows() <= this->caps()->maxWindowRectangles()); in flushWindowRectangles()
1896 if (!this->caps()->maxWindowRectangles() || in flushWindowRectangles()
1921 if (!this->caps()->maxWindowRectangles() || fHWWindowRectsState.knownDisabled()) { in disableWindowRectangles()