Lines Matching refs:fTexture
123 , fTexture(texture) { in GrPlotUploader()
128 fPlot->uploadToTexture(uploader, fTexture); in upload()
133 GrTexture* fTexture; member in GrPlotUploader
141 : fTexture(texture) in GrBatchAtlas()
173 SkSafeUnref(fTexture); in ~GrBatchAtlas()
191 SkAutoTUnref<GrPlotUploader> uploader(new GrPlotUploader(plot, fTexture)); in updatePlot()
200 SkASSERT(fTexture); in addToAtlas()
207 SkASSERT(GrBytesPerPixel(fTexture->desc().fConfig) == plot->bpp()); in addToAtlas()
222 SkASSERT(GrBytesPerPixel(fTexture->desc().fConfig) == plot->bpp()); in addToAtlas()
251 SkASSERT(GrBytesPerPixel(fTexture->desc().fConfig) == newPlot->bpp()); in addToAtlas()
258 SkAutoTUnref<GrPlotUploader> uploader(new GrPlotUploader(newPlot, fTexture)); in addToAtlas()