OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryProgramCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
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
();
65
MemoryProgramCache
* program_cache);
128
MemoryProgramCache
* const program_cache_;
142
DISALLOW_COPY_AND_ASSIGN(
MemoryProgramCache
);
memory_program_cache.cc
104
MemoryProgramCache
::
MemoryProgramCache
()
110
MemoryProgramCache
::
MemoryProgramCache
(const size_t max_cache_size_bytes)
116
MemoryProgramCache
::~
MemoryProgramCache
() {}
118
void
MemoryProgramCache
::ClearBackend() {
123
ProgramCache::ProgramLoadResult
MemoryProgramCache
::LoadLinkedProgram(
185
void
MemoryProgramCache
::SaveLinkedProgram(
270
void
MemoryProgramCache
::LoadProgram(const std::string& program)
[
all
...]
memory_program_cache_unittest.cc
77
: cache_(new
MemoryProgramCache
(kCacheSizeBytes)),
186
scoped_ptr<
MemoryProgramCache
> cache_;
/external/chromium_org/content/common/gpu/
gpu_channel_manager.cc
65
program_cache_.reset(new gpu::gles2::
MemoryProgramCache
());
Completed in 43 milliseconds