Lines Matching refs:numActiveProxies
162 int numActiveProxies; in onPrepareDraws() local
163 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies); in onPrepareDraws()
164 for (int i = 0; i < numActiveProxies; ++i) { in onPrepareDraws()
191 views, numActiveProxies, GrSamplerState::Filter::kLinear, in onPrepareDraws()
196 /*colorSpaceXform=*/nullptr, views, numActiveProxies, in onPrepareDraws()
545 int numActiveProxies; in flush() local
546 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies); in flush()
549 if (gp->numTextureSamplers() != numActiveProxies) { in flush()
550 for (int i = gp->numTextureSamplers(); i < numActiveProxies; ++i) { in flush()
560 views, numActiveProxies, GrSamplerState::Filter::kLinear); in flush()
563 views, numActiveProxies, GrSamplerState::Filter::kNearest); in flush()