Searched refs:initAtlas (Results 1 – 7 of 7) sorted by relevance
37 if (this->initAtlas(format)) { in getViews()116 bool initAtlas(GrMaskFormat);
302 bool GrAtlasManager::initAtlas(GrMaskFormat format) { in initAtlas() function in GrAtlasManager
49 if (this->initAtlas(format)) { in getProxies()122 bool initAtlas(GrMaskFormat);
176 bool GrAtlasManager::initAtlas(GrMaskFormat format) { in initAtlas() function in GrAtlasManager
37 bool initAtlas(GrProxyProvider*, const GrCaps*);
43 bool GrSmallPathAtlasMgr::initAtlas(GrProxyProvider* proxyProvider, const GrCaps* caps) { in initAtlas() function in GrSmallPathAtlasMgr
379 if (!fSmallPathAtlasMgr->initAtlas(this->proxyProvider(), this->caps())) { in onGetSmallPathAtlasMgr()