Home
last modified time | relevance | path

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

/external/skia/tests/
DProxyTest.cpp64 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()
/external/skia/src/gpu/ganesh/
DGrRenderTargetProxy.cpp89 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy
90 return this->glRTFBOIDIs0() ? 0 : caps.maxWindowRectangles(); in maxWindowRectangles()
DGrCaps.h232 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function
236 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
DGrRenderTargetProxy.h89 int maxWindowRectangles(const GrCaps& caps) const;
DClipStack.cpp1402 int maxWindowRectangles = sdc->maxWindowRectangles(); in apply() local
1469 windowRects.count() < maxWindowRectangles) { in apply()
DSurfaceDrawContext.h579 int maxWindowRectangles() const;
DSurfaceDrawContext.cpp806 int SurfaceDrawContext::maxWindowRectangles() const { in maxWindowRectangles() function in skgpu::ganesh::SurfaceDrawContext
807 return this->asRenderTargetProxy()->maxWindowRectangles(*this->caps()); in maxWindowRectangles()
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp2055 SkASSERT(windowState.numWindows() <= this->caps()->maxWindowRectangles()); in flushWindowRectangles()
2057 if (!this->caps()->maxWindowRectangles() || in flushWindowRectangles()
2082 if (!this->caps()->maxWindowRectangles() || fHWWindowRectsState.knownDisabled()) { in disableWindowRectangles()