Lines Matching refs:SmallPathAtlasMgr
8 #include "src/gpu/ops/SmallPathAtlasMgr.h"
20 SmallPathAtlasMgr::SmallPathAtlasMgr() {}
22 SmallPathAtlasMgr::~SmallPathAtlasMgr() {
26 void SmallPathAtlasMgr::reset() {
45 bool SmallPathAtlasMgr::initAtlas(GrProxyProvider* proxyProvider, const GrCaps* caps) {
78 void SmallPathAtlasMgr::deleteCacheEntry(SmallPathShapeData* shapeData) {
84 SmallPathShapeData* SmallPathAtlasMgr::findOrCreate(const SmallPathShapeDataKey& key) {
101 SmallPathShapeData* SmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape,
109 SmallPathShapeData* SmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape,
117 GrDrawOpAtlas::ErrorCode SmallPathAtlasMgr::addToAtlas(GrResourceProvider* resourceProvider,
124 void SmallPathAtlasMgr::setUseToken(SmallPathShapeData* shapeData,
130 void SmallPathAtlasMgr::evict(GrDrawOpAtlas::PlotLocator plotLocator) {