Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPersistentCache.h72 this->StoreData(key, value, size); in GetOrCreate()
81 void StoreData(const PersistentCacheKey& key, const void* value, size_t size);
DPersistentCache.cpp44 void PersistentCache::StoreData(const PersistentCacheKey& key, const void* value, size_t size) { in StoreData() function in dawn_native::PersistentCache
51 mCache->StoreData(ToAPI(mDevice), key.data(), key.size(), value, size); in StoreData()
/third_party/skia/third_party/externals/dawn/src/include/dawn_platform/
DDawnPlatform.h53 virtual void StoreData(const WGPUDevice device,
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DD3D12CachingTests.cpp33 void StoreData(const WGPUDevice device, in StoreData() function in FakePersistentCache