Searched refs:CR_GLVERSION_MAX_MAJOR (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_string.h44 #define CR_GLVERSION_MAX_MAJOR (0x7f) macro
48 #define CR_GLVERSION_MASK_MAJOR (CR_GLVERSION_MAX_MAJOR << CR_GLVERSION_OFFSET_MAJOR)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dstring.c480 if (iVer > CR_GLVERSION_MAX_MAJOR)
482 crWarning("major version %d is bigger than the max supported %#x, this is somewhat not expected, failing", iVer, CR_GLVERSION_MAX_MAJOR);
502 crWarning("minor version %d is bigger than the max supported %#x, this is somewhat not expected, failing", iVer, CR_GLVERSION_MAX_MAJOR);
524 tmp = CR_GLVERSION_MAX_MAJOR;

Completed in 45 milliseconds