Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DBlobCache.h32 using BlobCacheKey = std::array<uint8_t, kBlobCacheKeyLength>; variable
38 struct hash<egl::BlobCacheKey>
41 size_t operator()(const egl::BlobCacheKey &key) const
64 using Key = BlobCacheKey;