/third_party/flutter/skia/tests/ |
D | ProxyTest.cpp | 50 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/ |
D | ProxyTest.cpp | 50 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/ |
D | GrRenderTargetProxy.cpp | 58 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy 59 return this->glRTFBOIDIs0() ? 0 : caps.maxWindowRectangles(); in maxWindowRectangles()
|
D | GrCaps.h | 155 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function 159 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
|
D | GrRenderTargetProxy.h | 60 int maxWindowRectangles(const GrCaps& caps) const;
|
D | GrClipStackClip.cpp | 215 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles(); in apply() local 226 maxWindowRectangles, maxAnalyticFPs, ccpr ? maxAnalyticFPs : 0); in apply()
|
D | GrReducedClip.h | 30 int maxWindowRectangles = 0, int maxAnalyticFPs = 0, int maxCCPRClipPaths = 0);
|
D | GrRenderTargetContextPriv.h | 97 int maxWindowRectangles() const;
|
D | GrReducedClip.cpp | 37 const GrCaps* caps, int maxWindowRectangles, int maxAnalyticFPs, in GrReducedClip() argument 40 , fMaxWindowRectangles(maxWindowRectangles) in GrReducedClip()
|
D | GrRenderTargetContext.cpp | 788 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() function in GrRenderTargetContextPriv 789 return fRenderTargetContext->fRenderTargetProxy->maxWindowRectangles( in maxWindowRectangles()
|
/third_party/skia/src/gpu/ |
D | GrRenderTargetProxy.cpp | 74 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy 75 return this->glRTFBOIDIs0() ? 0 : caps.maxWindowRectangles(); in maxWindowRectangles()
|
D | GrCaps.h | 203 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function 207 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
|
D | GrRenderTargetProxy.h | 74 int maxWindowRectangles(const GrCaps& caps) const;
|
/third_party/flutter/skia/gm/ |
D | windowrectangles.cpp | 208 if (rtc->priv().maxWindowRectangles() < kNumWindows) { in onCoverClipStack()
|
/third_party/skia/src/gpu/v1/ |
D | ClipStack.cpp | 1349 int maxWindowRectangles = sdc->maxWindowRectangles(); in apply() local 1416 windowRects.count() < maxWindowRectangles) { in apply()
|
D | SurfaceDrawContext_v1.h | 565 int maxWindowRectangles() const;
|
D | SurfaceDrawContext.cpp | 850 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/ |
D | GrGLGpu.cpp | 1836 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/ |
D | GrGLGpu.cpp | 1830 SkASSERT(windowState.numWindows() <= this->caps()->maxWindowRectangles()); in flushWindowRectangles() 1832 if (!this->caps()->maxWindowRectangles() || in flushWindowRectangles() 1857 if (!this->caps()->maxWindowRectangles() || fHWWindowRectsState.knownDisabled()) { in disableWindowRectangles()
|