/external/skqp/tests/ |
D | ProxyTest.cpp | 47 REPORTER_ASSERT(reporter, rtProxy->maxWindowRectangles(caps) == expectedMaxWindowRects); in check_rendertarget() 169 fit, caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 237 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 289 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 315 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetProxy.cpp | 60 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy 61 return this->glRTFBOIDIs0() ? 0 : caps.maxWindowRectangles(); in maxWindowRectangles()
|
D | GrCaps.h | 153 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function 157 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
|
D | GrClipStackClip.cpp | 204 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles(); in apply() local 219 maxWindowRectangles, maxAnalyticFPs, ccpr ? maxAnalyticFPs : 0); in apply()
|
D | GrRenderTargetContextPriv.h | 99 int maxWindowRectangles() const;
|
D | GrReducedClip.h | 30 int maxWindowRectangles = 0, int maxAnalyticFPs = 0, int maxCCPRClipPaths = 0);
|
D | GrReducedClip.cpp | 37 const GrCaps* caps, int maxWindowRectangles, int maxAnalyticFPs, in GrReducedClip() argument 40 , fMaxWindowRectangles(maxWindowRectangles) in GrReducedClip()
|
D | GrRenderTargetContext.cpp | 757 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() function in GrRenderTargetContextPriv 758 return fRenderTargetContext->fRenderTargetProxy->maxWindowRectangles( in maxWindowRectangles()
|
/external/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()
|
/external/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 | 204 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function 208 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
|
D | GrReducedClip.h | 30 int maxWindowRectangles = 0, int maxAnalyticElements = 0,
|
D | GrRenderTargetProxy.h | 74 int maxWindowRectangles(const GrCaps& caps) const;
|
D | GrClipStackClip.cpp | 208 int maxWindowRectangles = surfaceDrawContext->maxWindowRectangles(); in apply() local 218 GrReducedClip reducedClip(*fStack, devBounds, context->priv().caps(), maxWindowRectangles, in apply()
|
D | GrReducedClip.cpp | 39 const GrCaps* caps, int maxWindowRectangles, int maxAnalyticElements, in GrReducedClip() argument 42 , fMaxWindowRectangles(maxWindowRectangles) in GrReducedClip()
|
D | GrClipStack.cpp | 1360 int maxWindowRectangles = rtc->maxWindowRectangles(); in apply() local 1409 if (!e.innerBounds().isEmpty() && windowRects.count() < maxWindowRectangles) { in apply()
|
D | GrSurfaceDrawContext.h | 605 int maxWindowRectangles() const;
|
D | GrSurfaceDrawContext.cpp | 851 int GrSurfaceDrawContext::maxWindowRectangles() const { in maxWindowRectangles() function in GrSurfaceDrawContext 852 return this->asRenderTargetProxy()->maxWindowRectangles(*this->caps()); in maxWindowRectangles()
|
/external/skqp/include/private/ |
D | GrRenderTargetProxy.h | 55 int maxWindowRectangles(const GrCaps& caps) const;
|
/external/skqp/gm/ |
D | windowrectangles.cpp | 178 if (!ctx || !rtc || rtc->priv().maxWindowRectangles() < kNumWindows) { in onCoverClipStack()
|
/external/skia/gm/ |
D | windowrectangles.cpp | 206 if (sdc->maxWindowRectangles() < kNumWindows) { in onCoverClipStack()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1796 SkASSERT(windowState.numWindows() <= this->caps()->maxWindowRectangles()); in flushWindowRectangles() 1798 if (!this->caps()->maxWindowRectangles() || in flushWindowRectangles() 1823 if (!this->caps()->maxWindowRectangles() || fHWWindowRectsState.knownDisabled()) { in disableWindowRectangles()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 1894 SkASSERT(windowState.numWindows() <= this->caps()->maxWindowRectangles()); in flushWindowRectangles() 1896 if (!this->caps()->maxWindowRectangles() || in flushWindowRectangles() 1921 if (!this->caps()->maxWindowRectangles() || fHWWindowRectsState.knownDisabled()) { in disableWindowRectangles()
|