Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/third_party/systeminfo/
DSystemInfo.cpp37 static bool IsWindowsVistaOrGreater() in IsWindowsVistaOrGreater() function
61 cachedIsWindowsVistaOrGreater = IsWindowsVistaOrGreater(); in isWindowsVistaOrGreater()
/third_party/skia/third_party/externals/angle2/src/third_party/systeminfo/
DSystemInfo.cpp37 static bool IsWindowsVistaOrGreater() in IsWindowsVistaOrGreater() function
61 cachedIsWindowsVistaOrGreater = IsWindowsVistaOrGreater(); in isWindowsVistaOrGreater()
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp70 return IsWindowsXPOrGreater() && !IsWindowsVistaOrGreater(); in IsWinXP()
80 return IsWindowsVistaOrGreater() && !IsWindows7OrGreater(); in IsWinVista()
/third_party/mingw-w64/mingw-w64-headers/include/
Dversionhelpers.h45 VERSIONHELPERAPI IsWindowsVistaOrGreater(void) { in IsWindowsVistaOrGreater() function
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp3034 } else if (IsWindowsVistaOrGreater()) { in ValidateOperatingSystem()