Searched refs:MemoryProgramCache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache.h23 class GPU_EXPORT MemoryProgramCache : public ProgramCache { class in namespace:gpu::gles2
25 MemoryProgramCache();
26 explicit MemoryProgramCache(const size_t max_cache_size_bytes);
27 virtual ~MemoryProgramCache();
65 MemoryProgramCache* program_cache);
128 MemoryProgramCache* const program_cache_;
142 DISALLOW_COPY_AND_ASSIGN(MemoryProgramCache);
H A Dmemory_program_cache.cc104 MemoryProgramCache::MemoryProgramCache() function in class:gpu::gles2::MemoryProgramCache
110 MemoryProgramCache::MemoryProgramCache(const size_t max_cache_size_bytes) function in class:gpu::gles2::MemoryProgramCache
116 MemoryProgramCache::~MemoryProgramCache() {}
118 void MemoryProgramCache::ClearBackend() {
123 ProgramCache::ProgramLoadResult MemoryProgramCache::LoadLinkedProgram(
185 void MemoryProgramCache::SaveLinkedProgram(
270 void MemoryProgramCache
[all...]
H A Dmemory_program_cache_unittest.cc79 : cache_(new MemoryProgramCache(kCacheSizeBytes)),
179 scoped_ptr<MemoryProgramCache> cache_;
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc116 program_cache_.reset(new gpu::gles2::MemoryProgramCache());

Completed in 168 milliseconds