Home
last modified time | relevance | path

Searched defs:SystemInfo (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.h50 struct SystemInfo struct
61 std::vector<GPUDeviceInfo> gpus;
89 bool GetSystemInfo(SystemInfo *info); argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h161 struct SystemInfo { struct
180 static_assert(sizeof(SystemInfo) == 56, ""); argument
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_system_info_tests_main.cpp166 TEST(ANGLE, SystemInfo) in TEST() argument
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util_unittest.cpp66 TEST_F(FeatureSupportUtilTest, SystemInfo) in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp205 SystemInfoStream &SystemInfo = cast<SystemInfoStream>(S); in layout() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h34 SystemInfo, enumerator
/third_party/benchmark/src/
Dsysinfo.cc854 SystemInfo::SystemInfo() : name(GetSystemName()) {} in SystemInfo() function in benchmark::SystemInfo
/third_party/benchmark/include/benchmark/
Dbenchmark.h1694 struct BENCHMARK_EXPORT SystemInfo { struct
1696 static const SystemInfo& Get(); argument