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

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglinfo_common.c352 * Is verNum >= verString?
354 * \param verNum such as 20, 21, 30, 31, 32, etc.
357 version_supported(const char *verString, int verNum) argument
370 return verNum >= v;

Completed in 2 milliseconds