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 209 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);
t_vb_light.c 277 lookup_shininess(const struct gl_context *ctx, GLuint face, GLfloat dp) function

Completed in 83 milliseconds