HomeSort by relevance Sort by last modified time
    Searched refs:maxWindowRectangles (Results 1 - 25 of 27) sorted by null

1 2

  /external/skia/src/gpu/
GrRenderTargetProxy.cpp 32 if (caps.maxWindowRectangles() > 0) {
59 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const {
61 ? caps.maxWindowRectangles()
GrRenderTarget.cpp 31 gpu->caps()->maxWindowRectangles() > 0);
GrReducedClip.h 30 int maxWindowRectangles = 0, int maxAnalyticFPs = 0,
GrRenderTargetContextPriv.h 99 int maxWindowRectangles() const;
GrProxyProvider.cpp 233 if (fCaps->maxWindowRectangles() > 0) {
485 if (fCaps->maxWindowRectangles() > 0) {
594 if (fCaps->maxWindowRectangles() > 0) {
651 SkASSERT(fCaps->maxWindowRectangles() > 0);
686 SkASSERT(fCaps->maxWindowRectangles() > 0);
715 if (fCaps->maxWindowRectangles() > 0) {
GrClipStackClip.cpp 195 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles();
208 GrReducedClip reducedClip(*fStack, devBounds, caps, maxWindowRectangles, maxAnalyticFPs, ccpr);
GrReducedClip.cpp 37 const GrShaderCaps* caps, int maxWindowRectangles, int maxAnalyticFPs,
40 , fMaxWindowRectangles(maxWindowRectangles)
    [all...]
GrRenderTargetContext.cpp 592 int GrRenderTargetContextPriv::maxWindowRectangles() const {
593 return fRenderTargetContext->fRenderTargetProxy->maxWindowRectangles(
    [all...]
  /external/skqp/src/gpu/
GrRenderTargetProxy.cpp 32 if (caps.maxWindowRectangles() > 0) {
57 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const {
59 ? caps.maxWindowRectangles()
GrReducedClip.h 30 int maxWindowRectangles = 0, int maxAnalyticFPs = 0,
GrRenderTarget.cpp 32 gpu->caps()->maxWindowRectangles() > 0);
GrRenderTargetContextPriv.h 99 int maxWindowRectangles() const;
GrClipStackClip.cpp 195 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles();
208 GrReducedClip reducedClip(*fStack, devBounds, caps, maxWindowRectangles, maxAnalyticFPs, ccpr);
GrReducedClip.cpp 37 const GrShaderCaps* caps, int maxWindowRectangles, int maxAnalyticFPs,
40 , fMaxWindowRectangles(maxWindowRectangles)
    [all...]
GrRenderTargetContext.cpp 590 int GrRenderTargetContextPriv::maxWindowRectangles() const {
591 return fRenderTargetContext->fRenderTargetProxy->maxWindowRectangles(
    [all...]
  /external/skia/include/private/
GrRenderTargetProxy.h 56 int maxWindowRectangles(const GrCaps& caps) const;
  /external/skqp/include/private/
GrRenderTargetProxy.h 56 int maxWindowRectangles(const GrCaps& caps) const;
  /external/skia/include/gpu/
GrCaps.h 150 int maxWindowRectangles() const { return fMaxWindowRectangles; }
154 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt);
  /external/skqp/tests/
ProxyTest.cpp 47 REPORTER_ASSERT(reporter, rtProxy->maxWindowRectangles(caps) == expectedMaxWindowRects);
156 fit, caps.maxWindowRectangles(), false);
250 caps.maxWindowRectangles(), true);
  /external/skia/tests/
ProxyTest.cpp 47 REPORTER_ASSERT(reporter, rtProxy->maxWindowRectangles(caps) == expectedMaxWindowRects);
146 fit, caps.maxWindowRectangles());
248 caps.maxWindowRectangles());
274 caps.maxWindowRectangles());
  /external/skqp/include/gpu/
GrCaps.h 143 int maxWindowRectangles() const { return fMaxWindowRectangles; }
  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 46 if (glCaps.maxWindowRectangles() > 0 && idDesc.fRTFBOID) {
  /external/skqp/src/gpu/gl/
GrGLRenderTarget.cpp 46 if (glCaps.maxWindowRectangles() > 0 && idDesc.fRTFBOID) {
  /external/skia/gm/
windowrectangles.cpp 179 if (!ctx || !rtc || rtc->priv().maxWindowRectangles() < kNumWindows) {
  /external/skqp/gm/
windowrectangles.cpp 179 if (!ctx || !rtc || rtc->priv().maxWindowRectangles() < kNumWindows) {

Completed in 411 milliseconds

1 2