Searched refs:bind_attrib_location_map (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/gpu/command_buffer/service/ |
D | program_cache.cc | 27 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()
|
D | program_cache.h | 48 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,
|
D | mocks.h | 122 const LocationMap* bind_attrib_location_map, 131 const LocationMap* bind_attrib_location_map,
|
D | memory_program_cache.h | 35 const LocationMap* bind_attrib_location_map, 43 const LocationMap* bind_attrib_location_map,
|
D | memory_program_cache.cc | 129 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()
|
D | program_cache_unittest.cc | 69 const LocationMap* bind_attrib_location_map, in ComputeProgramHash() argument 73 bind_attrib_location_map, in ComputeProgramHash()
|
D | program_manager.h | 226 const LocationMap& bind_attrib_location_map() const { in bind_attrib_location_map() function
|
D | program_manager_unittest.cc | 1552 &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()
|