Home
last modified time | relevance | path

Searched refs:bind_attrib_location_map (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dprogram_cache.cc27 const std::map<std::string, GLint>* bind_attrib_location_map) const { in GetLinkedProgramStatus()
36 bind_attrib_location_map, in GetLinkedProgramStatus()
53 const LocationMap* bind_attrib_location_map) { in LinkedProgramCacheSuccess() argument
61 bind_attrib_location_map, in LinkedProgramCacheSuccess()
104 const std::map<std::string, GLint>* bind_attrib_location_map, in ComputeProgramHash() argument
108 const size_t map_size = CalculateMapSize(bind_attrib_location_map); in ComputeProgramHash()
118 for (it = bind_attrib_location_map->begin(); in ComputeProgramHash()
119 it != bind_attrib_location_map->end(); in ComputeProgramHash()
Dprogram_cache.h48 const LocationMap* bind_attrib_location_map) const;
58 const LocationMap* bind_attrib_location_map,
69 const LocationMap* bind_attrib_location_map,
82 const LocationMap* bind_attrib_location_map);
98 const LocationMap* bind_attrib_location_map,
Dmocks.h122 const LocationMap* bind_attrib_location_map,
131 const LocationMap* bind_attrib_location_map,
Dmemory_program_cache.h35 const LocationMap* bind_attrib_location_map,
43 const LocationMap* bind_attrib_location_map,
Dmemory_program_cache.cc129 const LocationMap* bind_attrib_location_map, in LoadLinkedProgram() argument
143 bind_attrib_location_map, in LoadLinkedProgram()
191 const LocationMap* bind_attrib_location_map, in SaveLinkedProgram() argument
219 bind_attrib_location_map, in SaveLinkedProgram()
Dprogram_cache_unittest.cc69 const LocationMap* bind_attrib_location_map, in ComputeProgramHash() argument
73 bind_attrib_location_map, in ComputeProgramHash()
Dprogram_manager.h226 const LocationMap& bind_attrib_location_map() const { in bind_attrib_location_map() function
Dprogram_manager_unittest.cc1552 &program_->bind_attrib_location_map()); in SetProgramCached()
1571 &program->bind_attrib_location_map(), in SetExpectationsForProgramCached()
1591 &program->bind_attrib_location_map(), in SetExpectationsForNotCachingProgram()
1615 &program->bind_attrib_location_map(), in SetExpectationsForProgramLoad()