HomeSort by relevance Sort by last modified time
    Searched refs:lookup_shininess (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 207 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h);
386 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h);
486 GLfloat spec = lookup_shininess(ctx, 1, n_dot_h);
500 GLfloat spec = lookup_shininess(ctx, 0, n_dot_h);
592 spec = lookup_shininess(ctx, 0, n_dot_h);
601 spec = lookup_shininess(ctx, 1, n_dot_h);
t_vb_light.c 274 lookup_shininess(const struct gl_context *ctx, GLuint face, GLfloat dp) function

Completed in 43 milliseconds