Lines Matching refs:fProxies
32 SkASSERT(fProxies[i] && fProxies[i]->isInstantiated()); in instantiate()
224 GrTextureProxy* proxy = fProxies[pageIdx].get(); in updatePlot()
239 SkASSERT(fProxies[pageIdx] && fProxies[pageIdx]->isInstantiated()); in uploadToPage()
246 SkASSERT(GrBytesPerPixel(fProxies[pageIdx]->config()) == plot->bpp()); in uploadToPage()
292 SkASSERT(GrBytesPerPixel(fProxies[pageIdx]->config()) == plot->bpp()); in addToAtlas()
347 SkASSERT(GrBytesPerPixel(fProxies[pageIdx]->config()) == newPlot->bpp()); in addToAtlas()
356 GrTextureProxy* proxy = fProxies[pageIdx].get(); in addToAtlas()
527 fProxies[i] = proxyProvider->createProxy(fFormat, desc, kTopLeft_GrSurfaceOrigin, in createPages()
529 if (!fProxies[i]) { in createPages()
558 if (!fProxies[fNumActivePages]->instantiate(resourceProvider)) { in activateNewPage()
598 fProxies[lastPageIndex]->deinstantiate(); in deactivateLastPage()