OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MemoryProgramCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
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.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
);
Completed in 34 milliseconds