Home
last modified time | relevance | path

Searched refs:getViews (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DSmallPathAtlasMgr.h71 const GrSurfaceProxyView* getViews(int* numActiveProxies) { in getViews() function in skgpu::v1::final
73 return fAtlas->getViews(); in getViews()
H A DAtlasTextOp.cpp212 const GrSurfaceProxyView* views = atlasManager->getViews(maskFormat, &numActiveViews); in onPrepareDraws()
345 const GrSurfaceProxyView* views = atlasManager->getViews(maskFormat, &numActiveViews); in createDrawForGeneratedGlyphs()
H A DSmallPathRenderer.cpp159 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies);
546 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies); in flush()
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.h33 // if getViews returns nullptr, the client must not try to use other functions on the
37 const GrSurfaceProxyView* getViews(GrMaskFormat format, unsigned int* numActiveProxies) { in getViews() function in GrAtlasManager
41 return this->getAtlas(format)->getViews(); in getViews()
H A DGrAtlasManager.cpp272 const GrSurfaceProxyView* views = fAtlases[i]->getViews();
/third_party/skia/src/gpu/
H A DGrDirectContextPriv.cpp171 const GrSurfaceProxyView* views = atlasManager->getViews(format, &numActiveProxies); in testingOnly_getFontAtlasImage()
H A DGrDrawOpAtlas.h290 const GrSurfaceProxyView* getViews() const { return fViews; }
H A DGrDrawOpAtlas.cpp79 if (!atlas->getViews()[0].proxy()) { in Make()
/third_party/skia/tests/
H A DDrawOpAtlasTest.cpp244 atlasManager->getViews(kA8_GrMaskFormat, &numProxies); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()

Completed in 8 milliseconds