Home
last modified time | relevance | path

Searched refs:_InterpMode (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_context.h246 GLenum _InterpMode[VARYING_SLOT_MAX]; /* GL_FLAT or GL_SMOOTH (for now) */ member
Ds_context.c540 swrast->_InterpMode[i] = ctx->Light.ShadeModel; in _swrast_update_active_attribs()
542 swrast->_InterpMode[i] = GL_SMOOTH; in _swrast_update_active_attribs()
Ds_linetemp.h271 if (swrast->_InterpMode[attr] == GL_FLAT) { in NAME()
Ds_aalinetemp.h165 if (swrast->_InterpMode[attr] == GL_FLAT) { in NAME()
Ds_tritemp.h429 if (swrast->_InterpMode[attr] == GL_FLAT) { in NAME()
709 if (swrast->_InterpMode[attr] == GL_FLAT) { in NAME()
Ds_aatritemp.h145 if (swrast->_InterpMode[attr] == GL_FLAT) {