Searched refs:_InterpMode (Results 1 – 6 of 6) sorted by relevance
229 GLenum _InterpMode[FRAG_ATTRIB_MAX]; /* GL_FLAT or GL_SMOOTH (for now) */ member
542 swrast->_InterpMode[i] = ctx->Light.ShadeModel; in _swrast_update_active_attribs()544 swrast->_InterpMode[i] = GL_SMOOTH; in _swrast_update_active_attribs()
271 if (swrast->_InterpMode[attr] == GL_FLAT) { in NAME()
165 if (swrast->_InterpMode[attr] == GL_FLAT) { in NAME()
424 if (swrast->_InterpMode[attr] == GL_FLAT) { in NAME()704 if (swrast->_InterpMode[attr] == GL_FLAT) { in NAME()
145 if (swrast->_InterpMode[attr] == GL_FLAT) {