Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasManager.h37 if (this->initAtlas(format)) { in getViews()
116 bool initAtlas(GrMaskFormat);
DGrAtlasManager.cpp302 bool GrAtlasManager::initAtlas(GrMaskFormat format) { in initAtlas() function in GrAtlasManager
/external/skqp/src/gpu/text/
DGrAtlasManager.h49 if (this->initAtlas(format)) { in getProxies()
122 bool initAtlas(GrMaskFormat);
DGrAtlasManager.cpp176 bool GrAtlasManager::initAtlas(GrMaskFormat format) { in initAtlas() function in GrAtlasManager
/external/skia/src/gpu/ops/
DGrSmallPathAtlasMgr.h37 bool initAtlas(GrProxyProvider*, const GrCaps*);
DGrSmallPathAtlasMgr.cpp43 bool GrSmallPathAtlasMgr::initAtlas(GrProxyProvider* proxyProvider, const GrCaps* caps) { in initAtlas() function in GrSmallPathAtlasMgr
/external/skia/src/gpu/
DGrDirectContext.cpp379 if (!fSmallPathAtlasMgr->initAtlas(this->proxyProvider(), this->caps())) { in onGetSmallPathAtlasMgr()