Home
last modified time | relevance | path

Searched refs:machineModelVersion (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_system_info_tests_main.cpp115 js::Value machineModelVersion; in main() local
116 machineModelVersion.SetString(info.machineModelVersion.c_str(), allocator); in main()
117 doc.AddMember("machineModelVersion", machineModelVersion, allocator); in main()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_ios.cpp22 info->machineModelVersion = "0.0"; in GetSystemInfo_ios()
DSystemInfo.cpp332 if (!info.machineModelVersion.empty()) in PrintSystemInfo()
334 std::cout << "Machine Model Version: " << info.machineModelVersion << "\n"; in PrintSystemInfo()
DSystemInfo.h83 std::string machineModelVersion; member
DSystemInfo_macos.mm329 info->machineModelVersion = std::to_string(major) + "." + std::to_string(minor);