Home
last modified time | relevance | path

Searched refs:fViews (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
H A DGrProcessorUnitTest.cpp33 fViews.reset(views, numViews); in GrProcessorTestData()
54 SkASSERT(!fViews.empty()); in randomView()
55 return fViews[fRandom->nextULessThan(fViews.count())]; in randomView()
60 for (const auto& [v, ct, at] : fViews) { in randomAlphaOnlyView()
67 for (const auto& [v, ct, at] : fViews) { in randomAlphaOnlyView()
H A DGrDrawOpAtlas.cpp54 SkASSERT(fViews[i].proxy() && fViews[i].proxy()->isInstantiated()); in instantiate()
271 GrTextureProxy* proxy = fViews[pageIdx].asTextureProxy(); in updatePlot()
287 SkASSERT(fViews[pageIdx].proxy() && fViews[pageIdx].proxy()->isInstantiated()); in uploadToPage()
294 SkASSERT(GrBackendFormatBytesPerPixel(fViews[pageIdx].proxy()->backendFormat()) == in uploadToPage()
342 SkASSERT(GrBackendFormatBytesPerPixel(fViews[pageIdx].proxy()->backendFormat()) == in addToAtlas()
398 SkASSERT(GrBackendFormatBytesPerPixel(fViews[pageIdx].proxy()->backendFormat()) == in addToAtlas()
408 GrTextureProxy* proxy = fViews[pageIdx].asTextureProxy(); in addToAtlas()
633 fViews[ in createPages()
[all...]
H A DGrProcessorUnitTest.h74 SkTArray<ViewInfo> fViews; member in GrProcessorTestData
H A DGrDrawOpAtlas.h290 const GrSurfaceProxyView* getViews() const { return fViews; }
562 GrSurfaceProxyView fViews[kMaxMultitexturePages];
/third_party/skia/tests/
H A DDrawOpAtlasTest.cpp52 if (fViews[i].proxy()->isInstantiated()) { in numAllocated_TestingOnly()

Completed in 7 milliseconds