HomeSort by relevance Sort by last modified time
    Searched defs:MemoryProgramCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache.cc 91 MemoryProgramCache::MemoryProgramCache()
97 MemoryProgramCache::MemoryProgramCache(const size_t max_cache_size_bytes)
103 MemoryProgramCache::~MemoryProgramCache() {}
105 void MemoryProgramCache::ClearBackend() {
110 ProgramCache::ProgramLoadResult MemoryProgramCache::LoadLinkedProgram(
170 void MemoryProgramCache::SaveLinkedProgram(
253 void MemoryProgramCache::LoadProgram(const std::string& program)
    [all...]
memory_program_cache.h 23 class GPU_EXPORT MemoryProgramCache : public ProgramCache {
25 MemoryProgramCache();
26 explicit MemoryProgramCache(const size_t max_cache_size_bytes);
27 virtual ~MemoryProgramCache();
63 MemoryProgramCache* program_cache);
116 MemoryProgramCache* const program_cache_;
130 DISALLOW_COPY_AND_ASSIGN(MemoryProgramCache);

Completed in 174 milliseconds