Home
last modified time | relevance | path

Searched refs:SDKVersion (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/windowsRuntimeInstaller/
Dconfigure_runtime.c70 struct SDKVersion struct
97 int compare_versions(const struct SDKVersion* a, const struct SDKVersion* b); argument
110 int find_installations(char*** install_paths, struct SDKVersion** install_versions, size_t* count);
113 void free_installations(char** install_paths, struct SDKVersion* install_versions, size_t count);
129 int read_version(const char* version_string, struct SDKVersion* version);
137 int read_version_from_filename(const char* filename, struct SDKVersion* version);
154 int update_registry_layers(FILE* log, enum Platform platform, const struct SDKVersion* version);
167 long abi_major, bool append_abi_major, struct SDKVersion* latest_version);
176 struct SDKVersion* latest_runtime_version);
198 struct SDKVersion latest_runtime_version; in main()
[all …]
/external/clang/lib/Driver/
DMSVCToolChain.cpp243 std::string &SDKVersion) { in getWindows10SDKVersion() argument
244 SDKVersion.clear(); in getWindows10SDKVersion()
259 if (CandidateName > SDKVersion) in getWindows10SDKVersion()
260 SDKVersion = CandidateName; in getWindows10SDKVersion()
263 return !SDKVersion.empty(); in getWindows10SDKVersion()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.h234 typedef HRESULT (WINAPI *DIRECT3DCREATE9EX)(UINT SDKVersion, IDirect3D9Ex**);