HomeSort by relevance Sort by last modified time
    Searched defs:driver_vendor (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/config/
gpu_info_collector_unittest.cc 28 const char* driver_vendor = ""; // not implemented local
41 const char* driver_vendor = ""; // not implemented local
54 const char* driver_vendor = "NVIDIA"; local
67 test_values_.driver_vendor = driver_vendor;
113 EXPECT_EQ(test_values_.driver_vendor,
114 gpu_info.driver_vendor);
gpu_info.cc 58 std::string driver_vendor; member in struct:gpu::GPUInfoKnownFields
110 enumerator->AddString("driverVendor", driver_vendor);
gpu_info.h 89 std::string driver_vendor; member in struct:gpu::GPUInfo
gpu_info_collector_win.cc 424 std::string driver_vendor; local
430 driver_vendor = base::UTF16ToASCII(std::wstring(value));
431 if (driver_vendor == "Advanced Micro Devices, Inc." ||
432 driver_vendor == "ATI Technologies Inc.") {
448 gpu_info->driver_vendor = driver_vendor;

Completed in 52 milliseconds