Home
last modified time | relevance | path

Searched refs:findOrCreate (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DSmallPathAtlasMgr.cpp84 SmallPathShapeData* SmallPathAtlasMgr::findOrCreate(const SmallPathShapeDataKey& key) { in findOrCreate() function in skgpu::v1::SmallPathAtlasMgr
101 SmallPathShapeData* SmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape, in findOrCreate() function in skgpu::v1::SmallPathAtlasMgr
105 // TODO: move the key into 'findOrCreate' in findOrCreate()
106 return this->findOrCreate(key); in findOrCreate()
109 SmallPathShapeData* SmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape, in findOrCreate() function in skgpu::v1::SmallPathAtlasMgr
113 // TODO: move the key into 'findOrCreate' in findOrCreate()
114 return this->findOrCreate(key); in findOrCreate()
H A DSmallPathAtlasMgr.h42 SmallPathShapeData* findOrCreate(const GrStyledShape&, int desiredDimension);
43 SmallPathShapeData* findOrCreate(const GrStyledShape&, const SkMatrix& ctm);
79 SmallPathShapeData* findOrCreate(const SmallPathShapeDataKey&);
H A DSmallPathRenderer.cpp279 shapeData = atlasMgr->findOrCreate(args.fShape, ceilDesiredDimension);
296 shapeData = atlasMgr->findOrCreate(args.fShape, args.fViewMatrix);
/third_party/skia/tests/graphite/
H A DUniformCacheTest.cpp54 result1 = cache->findOrCreate(ud1); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
66 sk_sp<UniformData> result2 = cache->findOrCreate(ud2); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
79 sk_sp<UniformData> result3 = cache->findOrCreate(ud3); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/skia/experimental/graphite/src/
H A DUniformCache.h23 sk_sp<UniformData> findOrCreate(sk_sp<UniformData>);
H A DUniformCache.cpp35 sk_sp<UniformData> UniformCache::findOrCreate(sk_sp<UniformData> ud) { in findOrCreate() function in skgpu::UniformCache
H A DContextUtils.cpp269 sk_sp<UniformData> trueUD = cache->findOrCreate(std::move(uniforms)); in ExtractCombo()

Completed in 4 milliseconds