Searched refs:machineManufacturer (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | angle_system_info_tests_main.cpp | 111 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/ |
D | feature_support_util_unittest.cpp | 24 mSystemInfo.machineManufacturer = kMfr; in FeatureSupportUtilTest() 69 systemInfo.machineManufacturer = "BAD"; in TEST_F() 73 EXPECT_EQ(kMfr, systemInfo.machineManufacturer); in TEST_F()
|
D | feature_support_util.cpp | 871 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/ |
D | feature_support_util_unittest.cpp | 24 mSystemInfo.machineManufacturer = kMfr; in FeatureSupportUtilTest() 69 systemInfo.machineManufacturer = "BAD"; in TEST_F() 73 EXPECT_EQ(kMfr, systemInfo.machineManufacturer); in TEST_F()
|
D | feature_support_util.cpp | 834 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/ |
D | SystemInfo_android.cpp | 42 GetAndroidSystemProperty("ro.product.manufacturer", &info->machineManufacturer) && in GetSystemInfo()
|
D | SystemInfo.cpp | 324 if (!info.machineManufacturer.empty()) in PrintSystemInfo() 326 std::cout << "Machine Manufacturer: " << info.machineManufacturer << "\n"; in PrintSystemInfo()
|
D | SystemInfo.h | 76 std::string machineManufacturer; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo.cpp | 298 if (!info.machineManufacturer.empty()) in PrintSystemInfo() 300 std::cout << "Machine Manufacturer: " << info.machineManufacturer << "\n"; in PrintSystemInfo()
|
D | SystemInfo.h | 71 std::string machineManufacturer; member
|
D | SystemInfo_android.cpp | 132 GetAndroidSystemProperty("ro.product.manufacturer", &info->machineManufacturer) && in GetSystemInfo()
|