/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/skia/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() 238 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 291 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 317 caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/src/gpu/ |
D | GrRenderTargetProxy.cpp | 61 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles() function in GrRenderTargetProxy 62 return this->glRTFBOIDIs0() ? 0 : caps.maxWindowRectangles(); in maxWindowRectangles()
|
D | GrCaps.h | 151 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() function 155 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
|
D | GrClipStackClip.cpp | 205 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles(); in apply() local 220 maxWindowRectangles, maxAnalyticFPs, ccpr ? maxAnalyticFPs : 0); in apply()
|
D | GrReducedClip.h | 30 int maxWindowRectangles = 0, int maxAnalyticFPs = 0, int maxCCPRClipPaths = 0);
|
D | GrRenderTargetContextPriv.h | 105 int maxWindowRectangles() const;
|
D | GrReducedClip.cpp | 37 const GrCaps* caps, int maxWindowRectangles, int maxAnalyticFPs, in GrReducedClip() argument 40 , fMaxWindowRectangles(maxWindowRectangles) in GrReducedClip()
|
D | GrRenderTargetContext.cpp | 753 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() function in GrRenderTargetContextPriv 754 return fRenderTargetContext->fRenderTargetProxy->maxWindowRectangles( in maxWindowRectangles()
|
/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/skqp/include/private/ |
D | GrRenderTargetProxy.h | 55 int maxWindowRectangles(const GrCaps& caps) const;
|
/external/skia/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 | 183 if (rtc->priv().maxWindowRectangles() < kNumWindows) { in onCoverClipStack()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1923 SkASSERT(windowState.numWindows() <= this->caps()->maxWindowRectangles()); in flushWindowRectangles() 1925 if (!this->caps()->maxWindowRectangles() || in flushWindowRectangles() 1950 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()
|