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

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_lighttmp.h207 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);
H A Dt_vb_light.c274 lookup_shininess(const struct gl_context *ctx, GLuint face, GLfloat dp) function
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_lighttmp.h207 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);
H A Dt_vb_light.c274 lookup_shininess(const struct gl_context *ctx, GLuint face, GLfloat dp) function

Completed in 78 milliseconds