Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/
H A Dopengl.h14 #define OPENGL_COLOR0_ATTRIB_BITINDEX (1 << OPENGL_COLOR0_ATTRIB_INDEX) macro
H A Dopengl.c723 if ((DiffAttribs & OPENGL_COLOR0_ATTRIB_BITINDEX) != 0) { in SelectProgram()
724 if ((NextAttribs & OPENGL_COLOR0_ATTRIB_BITINDEX) != 0) { in SelectProgram()