Searched refs:shine (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dteapots.c90 GLfloat specr, GLfloat specg, GLfloat specb, GLfloat shine)
109 glMaterialf(GL_FRONT, GL_SHININESS, shine * 128.0);
87 renderTeapot(GLfloat x,GLfloat y,GLfloat ambr,GLfloat ambg,GLfloat ambb,GLfloat difr,GLfloat difg,GLfloat difb,GLfloat specr,GLfloat specg,GLfloat specb,GLfloat shine) argument
H A Ddof.c161 GLfloat specr, GLfloat specg, GLfloat specb, GLfloat shine)
173 glMaterialf (GL_FRONT, GL_SHININESS, shine*128.0);
158 renderTeapot(GLfloat x,GLfloat y,GLfloat z,GLfloat ambr,GLfloat ambg,GLfloat ambb,GLfloat difr,GLfloat difg,GLfloat difb,GLfloat specr,GLfloat specg,GLfloat specb,GLfloat shine) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Drastpos.c240 GLfloat shine; local in function:shade_rastpos
243 shine = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_SHININESS][0];
244 spec_coef = powf(n_dot_h, shine);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Drastpos.c244 GLfloat shine; local in function:shade_rastpos
247 shine = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_SHININESS][0];
248 spec_coef = powf(n_dot_h, shine);

Completed in 16 milliseconds