Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/text/
DGrAtlasManager.h50 if (this->initAtlas(format)) { in getProxies()
130 bool initAtlas(GrMaskFormat);
DGrAtlasManager.cpp194 bool GrAtlasManager::initAtlas(GrMaskFormat format) { in initAtlas() function in GrAtlasManager
/third_party/skia/src/gpu/text/
DGrAtlasManager.h39 if (this->initAtlas(format)) { in getViews()
118 bool initAtlas(GrMaskFormat);
DGrAtlasManager.cpp301 bool GrAtlasManager::initAtlas(GrMaskFormat format) { in initAtlas() function in GrAtlasManager
/third_party/skia/src/gpu/ops/
DSmallPathAtlasMgr.h40 bool initAtlas(GrProxyProvider*, const GrCaps*);
DSmallPathAtlasMgr.cpp45 bool SmallPathAtlasMgr::initAtlas(GrProxyProvider* proxyProvider, const GrCaps* caps) { in initAtlas() function in skgpu::v1::SmallPathAtlasMgr
/third_party/skia/src/gpu/
DGrDirectContext.cpp392 if (!fSmallPathAtlasMgr->initAtlas(this->proxyProvider(), this->caps())) { in onGetSmallPathAtlasMgr()