Home
last modified time | relevance | path

Searched refs:internalAdd (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrThreadSafeCache.cpp195 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> GrThreadSafeCache::internalAdd( in internalAdd() function in GrThreadSafeCache
212 std::tie(newView, std::ignore) = this->internalAdd(key, view); in add()
221 return this->internalAdd(key, view); in addWithData()
234 std::tie(view, std::ignore) = this->internalAdd(key, v); in findOrAdd()
248 return this->internalAdd(key, v); in findOrAddWithData()
DGrThreadSafeCache.h305 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> internalAdd(
/external/skia/src/gpu/text/
DGrTextBlobCache.cpp26 blob = this->internalAdd(std::move(blob)); in addOrReturnExisting()
142 sk_sp<GrTextBlob> GrTextBlobCache::internalAdd(sk_sp<GrTextBlob> blob) { in internalAdd() function in GrTextBlobCache
DGrTextBlobCache.h77 sk_sp<GrTextBlob> internalAdd(sk_sp<GrTextBlob> blob) SK_REQUIRES(fSpinLock);