Searched defs:BUILD_REVISION (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/common/
H A Dversion.h4 #define BUILD_REVISION 2431 macro
9 #define REVISION_STRING MACRO_STRINGIFY(BUILD_REVISION)
10 #define VERSION_STRING MACRO_STRINGIFY(MAJOR_VERSION) "." MACRO_STRINGIFY(MINOR_VERSION) "." MACRO_STRINGIFY(BUILD_VERSION) "." MACRO_STRINGIFY(BUILD_REVISION)
12 #define VERSION_DWORD ((MAJOR_VERSION << 24) | (MINOR_VERSION << 16) | BUILD_REVISION)

Completed in 95 milliseconds