Home
last modified time | relevance | path

Searched refs:fAtlasView (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DOnFlushCallbackTest.cpp307 if (fAtlasView) { in getAtlasView()
308 return fAtlasView; in getAtlasView()
336 fAtlasView = {std::move(proxy), kBottomLeft_GrSurfaceOrigin, readSwizzle}; in getAtlasView()
337 return fAtlasView; in getAtlasView()
358 if (!resourceProvider->instatiateProxy(fAtlasView.proxy())) { in preFlush()
366 CheckSingleThreadedProxyRefs(fReporter, fAtlasView.proxy(), 10, 1); in preFlush()
368 fAtlasView.refProxy(), fAtlasView.origin(), GrColorType::kRGBA_8888, nullptr, in preFlush()
432 GrSurfaceProxyView fAtlasView; member in AtlasObject