Home
last modified time | relevance | path

Searched refs:machineManufacturer (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_system_info_tests_main.cpp111 js::Value machineManufacturer; in main() local
112 machineManufacturer.SetString(info.machineManufacturer.c_str(), allocator); in main()
113 doc.AddMember("machineManufacturer", machineManufacturer, allocator); in main()
/third_party/flutter/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util_unittest.cpp24 mSystemInfo.machineManufacturer = kMfr; in FeatureSupportUtilTest()
69 systemInfo.machineManufacturer = "BAD"; in TEST_F()
73 EXPECT_EQ(kMfr, systemInfo.machineManufacturer); in TEST_F()
Dfeature_support_util.cpp871 systemInfo->machineManufacturer = deviceMfr; in ANGLEAddDeviceInfoToSystemInfo()
889 Scenario scenario(appName, systemInfo->machineManufacturer.c_str(), in ANGLEShouldBeUsedForApplication()
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util_unittest.cpp24 mSystemInfo.machineManufacturer = kMfr; in FeatureSupportUtilTest()
69 systemInfo.machineManufacturer = "BAD"; in TEST_F()
73 EXPECT_EQ(kMfr, systemInfo.machineManufacturer); in TEST_F()
Dfeature_support_util.cpp834 systemInfo->machineManufacturer = deviceMfr; in ANGLEAddDeviceInfoToSystemInfo()
852 Scenario scenario(appName, systemInfo->machineManufacturer.c_str(), in ANGLEShouldBeUsedForApplication()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_android.cpp42 GetAndroidSystemProperty("ro.product.manufacturer", &info->machineManufacturer) && in GetSystemInfo()
DSystemInfo.cpp324 if (!info.machineManufacturer.empty()) in PrintSystemInfo()
326 std::cout << "Machine Manufacturer: " << info.machineManufacturer << "\n"; in PrintSystemInfo()
DSystemInfo.h76 std::string machineManufacturer; member
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.cpp298 if (!info.machineManufacturer.empty()) in PrintSystemInfo()
300 std::cout << "Machine Manufacturer: " << info.machineManufacturer << "\n"; in PrintSystemInfo()
DSystemInfo.h71 std::string machineManufacturer; member
DSystemInfo_android.cpp132 GetAndroidSystemProperty("ro.product.manufacturer", &info->machineManufacturer) && in GetSystemInfo()