OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:program_cache_
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_group.h
139
return
program_cache_
!= NULL;
143
program_cache_
= program_cache;
197
ProgramCache*
program_cache_
;
member in class:gpu::gles2::ContextGroup
memory_program_cache.cc
359
program_cache_
(program_cache) {
360
program_cache_
->curr_size_bytes_ += length_;
361
program_cache_
->LinkedProgramCacheSuccess(program_hash);
365
program_cache_
->curr_size_bytes_ -= length_;
366
program_cache_
->Evict(program_hash_);
memory_program_cache.h
128
MemoryProgramCache* const
program_cache_
;
member in class:gpu::gles2::MemoryProgramCache::ProgramCacheValue
context_group.cc
51
program_cache_
(NULL),
248
program_cache_
, max_varying_vectors_));
program_manager.h
425
ProgramCache*
program_cache_
;
member in class:gpu::gles2::ProgramManager
program_manager.cc
565
ProgramCache* cache = manager_->
program_cache_
;
[
all
...]
/external/chromium_org/content/common/gpu/
gpu_channel_manager.cc
111
if (!
program_cache_
.get() &&
116
program_cache_
.reset(new gpu::gles2::MemoryProgramCache());
118
return
program_cache_
.get();
gpu_channel_manager.h
147
scoped_ptr<gpu::gles2::ProgramCache>
program_cache_
;
member in class:content::GpuChannelManager
Completed in 103 milliseconds