Home
last modified time | relevance | path

Searched defs:addGPU (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/device/google/felix/powerstats/felix/
Dservice.cpp127 void addGPU(std::shared_ptr<PowerStats> p) { in addGPU() function
/aosp_15_r20/device/google/gs101/powerstats/
DGs101CommonDataProviders.cpp388 void addGPU(std::shared_ptr<PowerStats> p) { in addGPU() function
/aosp_15_r20/device/google/gs201/powerstats/
DGs201CommonDataProviders.cpp319 void addGPU(std::shared_ptr<PowerStats> p) { in addGPU() function
/aosp_15_r20/device/google/zuma/powerstats/
DZumaCommonDataProviders.cpp349 void addGPU(std::shared_ptr<PowerStats> p) { in addGPU() function
/aosp_15_r20/device/google/zumapro/powerstats/
DZumaProCommonDataProviders.cpp348 void addGPU(std::shared_ptr<PowerStats> p) { in addGPU() function
/aosp_15_r20/external/angle/src/feature_support_util/
H A Dfeature_support_util.cpp506 void addGPU(GPU &&gpu) { mGpuList.addItem(std::move(gpu)); } in addGPU() function in angle::Device