Home | History | Annotate | Download | only in client

Lines Matching refs:cache_entry

514   scoped_refptr<ShaderProgram>& cache_entry(shader_programs_[key]);
515 if (!cache_entry.get()) {
516 cache_entry = new ShaderProgram(gl_, helper_);
832 cache_entry->Setup(vertex_program.c_str(), fragment_program.c_str());
834 return cache_entry;