Home
last modified time | relevance | path

Searched refs:driverDate (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_system_info_tests_main.cpp138 js::Value driverDate; in main() local
139 driverDate.SetString(gpu.driverDate.c_str(), allocator); in main()
140 obj.AddMember("driverDate", driverDate, allocator); in main()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.cpp310 if (!gpu.driverDate.empty()) in PrintSystemInfo()
312 std::cout << " Driver Date: " << gpu.driverDate << "\n"; in PrintSystemInfo()
DSystemInfo.h44 std::string driverDate; member
DSystemInfo_vulkan.cpp250 gpu.driverDate = ""; in GetSystemInfoVulkanWithICD()