Searched refs:lookup_shininess (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 209 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); in TAG() 389 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); in TAG() 490 GLfloat spec = lookup_shininess(ctx, 1, n_dot_h); in TAG() 504 GLfloat spec = lookup_shininess(ctx, 0, n_dot_h); in TAG() 599 spec = lookup_shininess(ctx, 0, n_dot_h); in TAG() 608 spec = lookup_shininess(ctx, 1, n_dot_h); in TAG()
|
D | t_vb_light.c | 277 lookup_shininess(const struct gl_context *ctx, GLuint face, GLfloat dp) in lookup_shininess() function
|