Searched refs:initAtlas (Results 1 – 5 of 5) sorted by relevance
39 if (this->initAtlas(format)) { in getViews()153 bool initAtlas(GrMaskFormat);
301 bool GrAtlasManager::initAtlas(GrMaskFormat format) { in initAtlas() function in GrAtlasManager
40 bool initAtlas(GrProxyProvider*, const GrCaps*);
45 bool SmallPathAtlasMgr::initAtlas(GrProxyProvider* proxyProvider, const GrCaps* caps) { in initAtlas() function in skgpu::v1::SmallPathAtlasMgr
419 if (!fSmallPathAtlasMgr->initAtlas(this->proxyProvider(), this->caps())) { in onGetSmallPathAtlasMgr()