Searched refs:lookup_shininess (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 207 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); in TAG() 386 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); in TAG() 486 GLfloat spec = lookup_shininess(ctx, 1, n_dot_h); in TAG() 500 GLfloat spec = lookup_shininess(ctx, 0, n_dot_h); in TAG() 592 spec = lookup_shininess(ctx, 0, n_dot_h); in TAG() 601 spec = lookup_shininess(ctx, 1, n_dot_h); in TAG()
|
D | t_vb_light.c | 274 lookup_shininess(const struct gl_context *ctx, GLuint face, GLfloat dp) in lookup_shininess() function
|