Searched refs:StoreData (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | PersistentCache.h | 72 this->StoreData(key, value, size); in GetOrCreate() 81 void StoreData(const PersistentCacheKey& key, const void* value, size_t size);
|
D | PersistentCache.cpp | 44 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/ |
D | DawnPlatform.h | 53 virtual void StoreData(const WGPUDevice device,
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | D3D12CachingTests.cpp | 33 void StoreData(const WGPUDevice device, in StoreData() function in FakePersistentCache
|