Searched refs:maxWindowRectangles (Results 1 – 8 of 8) sorted by relevance
64 REPORTER_ASSERT(reporter, rtProxy->maxWindowRectangles(caps) == expectedMaxWindowRects); in check_rendertarget()201 fit, caps.maxWindowRectangles()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()296 caps.maxWindowRectangles()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()356 caps.maxWindowRectangles()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
89 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy90 return this->glRTFBOIDIs0() ? 0 : caps.maxWindowRectangles(); in maxWindowRectangles()
232 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function236 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
89 int maxWindowRectangles(const GrCaps& caps) const;
1402 int maxWindowRectangles = sdc->maxWindowRectangles(); in apply() local1469 windowRects.count() < maxWindowRectangles) { in apply()
579 int maxWindowRectangles() const;
806 int SurfaceDrawContext::maxWindowRectangles() const { in maxWindowRectangles() function in skgpu::ganesh::SurfaceDrawContext807 return this->asRenderTargetProxy()->maxWindowRectangles(*this->caps()); in maxWindowRectangles()
2055 SkASSERT(windowState.numWindows() <= this->caps()->maxWindowRectangles()); in flushWindowRectangles()2057 if (!this->caps()->maxWindowRectangles() || in flushWindowRectangles()2082 if (!this->caps()->maxWindowRectangles() || fHWWindowRectsState.knownDisabled()) { in disableWindowRectangles()