Searched refs:maxWindowRectangles (Results 1 – 8 of 8) sorted by relevance
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()
74 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy75 return this->glRTFBOIDIs0() ? 0 : caps.maxWindowRectangles(); in maxWindowRectangles()
203 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function207 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
74 int maxWindowRectangles(const GrCaps& caps) const;
1349 int maxWindowRectangles = sdc->maxWindowRectangles(); in apply() local1416 windowRects.count() < maxWindowRectangles) { in apply()
566 int maxWindowRectangles() const;
851 int SurfaceDrawContext::maxWindowRectangles() const { in maxWindowRectangles() function in skgpu::v1::SurfaceDrawContext852 return this->asRenderTargetProxy()->maxWindowRectangles(*this->caps()); in maxWindowRectangles()
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()