Lines Matching refs:numActiveProxies
203 int numActiveProxies; in onPrepareDraws() local
204 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies); in onPrepareDraws()
205 for (int i = 0; i < numActiveProxies; ++i) { in onPrepareDraws()
235 views, numActiveProxies, GrSamplerState::Filter::kLinear, in onPrepareDraws()
247 views, numActiveProxies, GrSamplerState::Filter::kNearest, in onPrepareDraws()
583 int numActiveProxies; in flush() local
584 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies); in flush()
587 if (gp->numTextureSamplers() != numActiveProxies) { in flush()
588 for (int i = gp->numTextureSamplers(); i < numActiveProxies; ++i) { in flush()
598 views, numActiveProxies, GrSamplerState::Filter::kLinear); in flush()
601 views, numActiveProxies, GrSamplerState::Filter::kNearest); in flush()