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

  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 604 base::string16 vendor_id_string = id.substr(8, 4); local
606 base::HexStringToInt(base::UTF16ToASCII(vendor_id_string), &vendor_id);
gpu_control_list.h 363 bool SetVendorId(const std::string& vendor_id_string);
gpu_control_list.cc 856 const std::string& vendor_id_string) {
858 return base::HexStringToUInt(vendor_id_string, &vendor_id_) &&
    [all...]

Completed in 331 milliseconds