Home
last modified time | relevance | path

Searched refs:OPENGL_COLOR1_ATTRIB_BITINDEX (Results 1 – 2 of 2) sorted by relevance

/dports/games/avp/avp-20170505/src/
H A Dopengl.h15 #define OPENGL_COLOR1_ATTRIB_BITINDEX (1 << OPENGL_COLOR1_ATTRIB_INDEX) macro
H A Dopengl.c731 if ((DiffAttribs & OPENGL_COLOR1_ATTRIB_BITINDEX) != 0) { in SelectProgram()
732 if ((NextAttribs & OPENGL_COLOR1_ATTRIB_BITINDEX) != 0) { in SelectProgram()