Searched refs:lookup_shininess (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/tnl/
H A Dt_vb_lighttmp.h209 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h);
389 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h);
490 GLfloat spec = lookup_shininess(ctx, 1, n_dot_h);
504 GLfloat spec = lookup_shininess(ctx, 0, n_dot_h);
599 spec = lookup_shininess(ctx, 0, n_dot_h);
608 spec = lookup_shininess(ctx, 1, n_dot_h);
H A Dt_vb_light.c277 lookup_shininess(const struct gl_context *ctx, GLuint face, GLfloat dp) function

Completed in 190 milliseconds