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

/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache.h51 class ProgramCacheValue : public base::RefCounted<ProgramCacheValue> { class in class:gpu::gles2::MemoryProgramCache
53 ProgramCacheValue(GLsizei length,
112 friend class base::RefCounted<ProgramCacheValue>;
114 ~ProgramCacheValue();
130 DISALLOW_COPY_AND_ASSIGN(ProgramCacheValue);
133 friend class ProgramCacheValue;
136 scoped_refptr<ProgramCacheValue> > ProgramMRUCache;
H A Dmemory_program_cache.cc151 const scoped_refptr<ProgramCacheValue> value = found->second;
252 new ProgramCacheValue(length,
312 new ProgramCacheValue(proto->program().length(),
333 MemoryProgramCache::ProgramCacheValue::ProgramCacheValue( function in class:gpu::gles2::MemoryProgramCache::ProgramCacheValue
364 MemoryProgramCache::ProgramCacheValue::~ProgramCacheValue() {

Completed in 98 milliseconds