Searched refs:_InterpMode (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h245 GLenum _InterpMode[VARYING_SLOT_MAX]; /* GL_FLAT or GL_SMOOTH (for now) */ member in struct:__anon927bb33e0108
H A Ds_aalinetemp.h165 if (swrast->_InterpMode[attr] == GL_FLAT) {
H A Ds_linetemp.h271 if (swrast->_InterpMode[attr] == GL_FLAT) {
H A Ds_aatritemp.h145 if (swrast->_InterpMode[attr] == GL_FLAT) {
H A Ds_context.c537 swrast->_InterpMode[i] = ctx->Light.ShadeModel;
539 swrast->_InterpMode[i] = GL_SMOOTH;
H A Ds_tritemp.h429 if (swrast->_InterpMode[attr] == GL_FLAT) {
709 if (swrast->_InterpMode[attr] == GL_FLAT) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.h246 GLenum _InterpMode[VARYING_SLOT_MAX]; /* GL_FLAT or GL_SMOOTH (for now) */ member in struct:__anonea7e70310108
H A Ds_aalinetemp.h165 if (swrast->_InterpMode[attr] == GL_FLAT) {
H A Ds_linetemp.h271 if (swrast->_InterpMode[attr] == GL_FLAT) {
H A Ds_aatritemp.h145 if (swrast->_InterpMode[attr] == GL_FLAT) {
H A Ds_context.c537 swrast->_InterpMode[i] = ctx->Light.ShadeModel;
539 swrast->_InterpMode[i] = GL_SMOOTH;
H A Ds_tritemp.h430 if (swrast->_InterpMode[attr] == GL_FLAT) {
710 if (swrast->_InterpMode[attr] == GL_FLAT) {

Completed in 15 milliseconds