OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vendor_id_string
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/config/
gpu_info_collector_win.cc
593
base::string16
vendor_id_string
= id.substr(8, 4);
local
595
base::HexStringToInt(WideToASCII(
vendor_id_string
), &vendor_id);
gpu_control_list.h
352
bool SetVendorId(const std::string&
vendor_id_string
);
gpu_control_list.cc
833
const std::string&
vendor_id_string
) {
835
return base::HexStringToUInt(
vendor_id_string
, &vendor_id_);
[
all
...]
Completed in 27 milliseconds