Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DProxyTest.cpp50 REPORTER_ASSERT(reporter, rtProxy->maxWindowRectangles(caps) == expectedMaxWindowRects); in check_rendertarget()
171 fit, caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
249 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
303 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
333 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tests/
DProxyTest.cpp50 REPORTER_ASSERT(reporter, rtProxy->maxWindowRectangles(caps) == expectedMaxWindowRects); in check_rendertarget()
166 fit, caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
236 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
291 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetProxy.cpp58 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
59 return this->glRTFBOIDIs0() ? 0 : caps.maxWindowRectangles(); in maxWindowRectangles()
DGrCaps.h155 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function
159 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
DGrRenderTargetProxy.h60 int maxWindowRectangles(const GrCaps& caps) const;
DGrClipStackClip.cpp215 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles(); in apply() local
226 maxWindowRectangles, maxAnalyticFPs, ccpr ? maxAnalyticFPs : 0); in apply()
DGrReducedClip.h30 int maxWindowRectangles = 0, int maxAnalyticFPs = 0, int maxCCPRClipPaths = 0);
DGrRenderTargetContextPriv.h97 int maxWindowRectangles() const;
DGrReducedClip.cpp37 const GrCaps* caps, int maxWindowRectangles, int maxAnalyticFPs, in GrReducedClip() argument
40 , fMaxWindowRectangles(maxWindowRectangles) in GrReducedClip()
DGrRenderTargetContext.cpp788 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() function in GrRenderTargetContextPriv
789 return fRenderTargetContext->fRenderTargetProxy->maxWindowRectangles( in maxWindowRectangles()
/third_party/skia/src/gpu/
DGrRenderTargetProxy.cpp74 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
75 return this->glRTFBOIDIs0() ? 0 : caps.maxWindowRectangles(); in maxWindowRectangles()
DGrCaps.h203 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function
207 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
DGrRenderTargetProxy.h74 int maxWindowRectangles(const GrCaps& caps) const;
/third_party/flutter/skia/gm/
Dwindowrectangles.cpp208 if (rtc->priv().maxWindowRectangles() < kNumWindows) { in onCoverClipStack()
/third_party/skia/src/gpu/v1/
DClipStack.cpp1349 int maxWindowRectangles = sdc->maxWindowRectangles(); in apply() local
1416 windowRects.count() < maxWindowRectangles) { in apply()
DSurfaceDrawContext_v1.h565 int maxWindowRectangles() const;
DSurfaceDrawContext.cpp850 int SurfaceDrawContext::maxWindowRectangles() const { in maxWindowRectangles() function in skgpu::v1::SurfaceDrawContext
851 return this->asRenderTargetProxy()->maxWindowRectangles(*this->caps()); in maxWindowRectangles()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp1836 SkASSERT(windowState.numWindows() <= this->caps()->maxWindowRectangles()); in flushWindowRectangles()
1838 if (!this->caps()->maxWindowRectangles() || in flushWindowRectangles()
1863 if (!this->caps()->maxWindowRectangles() || fHWWindowRectsState.knownDisabled()) { in disableWindowRectangles()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp1830 SkASSERT(windowState.numWindows() <= this->caps()->maxWindowRectangles()); in flushWindowRectangles()
1832 if (!this->caps()->maxWindowRectangles() || in flushWindowRectangles()
1857 if (!this->caps()->maxWindowRectangles() || fHWWindowRectsState.knownDisabled()) { in disableWindowRectangles()