Searched defs:GR_GL_VER (Results 1 – 2 of 2) sorted by relevance
24 #define GR_GL_VER(major, minor) ((static_cast<uint32_t>(major) << 16) | \ macro
26 #define GR_GL_VER(major, minor) ((static_cast<uint32_t>(major) << 16) | \ macro