Searched refs:BufferCache (Results 1 – 2 of 2) sorted by relevance
213 typedef std::map<GLintptr /*offset*/, BufferCacheEntry> BufferCache; typedef214 BufferCache mConstantBufferRangeStoragesCache;
886 [](const BufferCache::value_type &a, const BufferCache::value_type &b) { in getConstantBufferRangeStorage()