Searched refs:new_locations (Results 1 – 5 of 5) sorted by relevance
259 uint8_t new_locations[ in util_sample_locations_flip_y() local273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
172 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);
205 BreakpointLocationCollection &new_locations);
292 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations() argument295 m_new_location_recorder = &new_locations; in StartRecordingNewLocations()
466 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules() argument467 m_locations.StartRecordingNewLocations(new_locations); in ResolveBreakpointInModules()