Searched refs:ProgramMRUCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache.h136 scoped_refptr<ProgramCacheValue> > ProgramMRUCache; typedef in class:gpu::gles2::MemoryProgramCache
140 ProgramMRUCache store_;
H A Dmemory_program_cache.cc107 store_(ProgramMRUCache::NO_AUTO_EVICT) {
113 store_(ProgramMRUCache::NO_AUTO_EVICT) {
147 ProgramMRUCache::iterator found = store_.Get(sha_string);
228 ProgramMRUCache::iterator existing = store_.Peek(sha_string);

Completed in 519 milliseconds