Home
last modified time | relevance | path

Searched refs:NextAttribs (Results 1 – 1 of 1) sorted by path

/dports/games/avp/avp-20170505/src/
H A Dopengl.c699 unsigned int NextAttribs = AvpShaderProgramAttributes[program]; in SelectProgram() local
700 unsigned int DiffAttribs = PrevAttribs ^ NextAttribs; in SelectProgram()
708 if ((NextAttribs & OPENGL_VERTEX_ATTRIB_BITINDEX) != 0) { in SelectProgram()
716 if ((NextAttribs & OPENGL_TEXCOORD_ATTRIB_BITINDEX) != 0) { in SelectProgram()
724 if ((NextAttribs & OPENGL_COLOR0_ATTRIB_BITINDEX) != 0) { in SelectProgram()
732 if ((NextAttribs & OPENGL_COLOR1_ATTRIB_BITINDEX) != 0) { in SelectProgram()