Searched refs:initAtlas (Results 1 – 7 of 7) sorted by relevance
50 if (this->initAtlas(format)) { in getProxies()130 bool initAtlas(GrMaskFormat);
194 bool GrAtlasManager::initAtlas(GrMaskFormat format) { in initAtlas() function in GrAtlasManager
39 if (this->initAtlas(format)) { in getViews()118 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
392 if (!fSmallPathAtlasMgr->initAtlas(this->proxyProvider(), this->caps())) { in onGetSmallPathAtlasMgr()