Searched refs:program_cache_ (Results 1 – 8 of 8) sorted by relevance
145 return program_cache_ != NULL; in has_program_cache()149 program_cache_ = program_cache; in set_program_cache()204 ProgramCache* program_cache_; variable
359 program_cache_(program_cache) { in ProgramCacheValue()360 program_cache_->curr_size_bytes_ += length_; in ProgramCacheValue()361 program_cache_->LinkedProgramCacheSuccess(program_hash); in ProgramCacheValue()365 program_cache_->curr_size_bytes_ -= length_; in ~ProgramCacheValue()366 program_cache_->Evict(program_hash_); in ~ProgramCacheValue()
54 program_cache_(NULL), in ContextGroup()247 program_cache_, max_varying_vectors_)); in Initialize()
128 MemoryProgramCache* const program_cache_; variable
435 ProgramCache* program_cache_; variable
624 ProgramCache* cache = manager_->program_cache_; in Link()1317 program_cache_(program_cache), in ProgramManager()1366 return program_cache_; in program_cache()
61 if (!program_cache_.get() && in program_cache()66 program_cache_.reset(new gpu::gles2::MemoryProgramCache()); in program_cache()68 return program_cache_.get(); in program_cache()
156 scoped_ptr<gpu::gles2::ProgramCache> program_cache_; variable