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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_string.h41 #define CR_GLVERSION_OFFSET_MINOR (16) macro
49 #define CR_GLVERSION_MASK_MINOR (CR_GLVERSION_MAX_MINOR << CR_GLVERSION_OFFSET_MINOR)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dstring.c506 iVer |= tmp << CR_GLVERSION_OFFSET_MINOR;

Completed in 66 milliseconds