HomeSort by relevance Sort by last modified time
    Searched refs:device_id_string (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 594 base::string16 device_id_string = id.substr(17, 4); local
596 base::HexStringToInt(WideToASCII(device_id_string), &device_id);
gpu_control_list.h 354 bool AddDeviceId(const std::string& device_id_string);
gpu_control_list.cc 839 const std::string& device_id_string) {
841 if (base::HexStringToUInt(device_id_string, &device_id)) {
    [all...]

Completed in 29 milliseconds