Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DSizedMRUCache.h23 mStore(SizedMRUCacheStore::NO_AUTO_EVICT) in SizedMRUCache()
37 auto retVal = mStore.Put(key, ValueAndSize(std::move(value), size)); in put()
47 const auto &iter = mStore.Get(key); in get()
48 if (iter == mStore.end()) in get()
58 if (index < mStore.size()) in getAt()
60 auto it = mStore.begin(); in getAt()
70 bool empty() const { return mStore.empty(); } in empty()
74 mStore.Clear(); in clear()
81 auto existing = mStore.Peek(key); in eraseByKey()
82 if (existing != mStore.end()) in eraseByKey()
[all …]
/external/angle/src/tests/gl_tests/
DAttributeLayoutTest.cpp134 mStore(value, mContainer->getDestination(destOffset)); in fillContainer()
156 void (*mStore)(double value, void *dest); member