Home
last modified time | relevance | path

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

/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/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/skia/src/gpu/v1/
DClipStack.cpp1349 int maxWindowRectangles = sdc->maxWindowRectangles(); in apply() local
1416 windowRects.count() < maxWindowRectangles) { in apply()
DSurfaceDrawContext_v1.h566 int maxWindowRectangles() const;
DSurfaceDrawContext.cpp851 int SurfaceDrawContext::maxWindowRectangles() const { in maxWindowRectangles() function in skgpu::v1::SurfaceDrawContext
852 return this->asRenderTargetProxy()->maxWindowRectangles(*this->caps()); in maxWindowRectangles()
/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()