Home
last modified time | relevance | path

Searched defs:API_VERSION (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/winapi/
Ddbghelp.hpp127 typedef struct BOOST_MAY_ALIAS API_VERSION { struct
128 USHORT_ MajorVersion;
129 USHORT_ MinorVersion;
130 USHORT_ Revision;
131 USHORT_ Reserved;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkConfig.hpp32 constexpr uint32_t API_VERSION = VK_API_VERSION_1_2; variable
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h295 typedef struct API_VERSION { struct
300 } API_VERSION,*LPAPI_VERSION; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h171 #define API_VERSION "ITT-API-Version " ITT_TO_STR(API_VERSION_NUM) \ macro