Home | History | Annotate | Download | only in main

Lines Matching full:get_lightprod

928 static struct ureg get_lightprod( struct tnl_program *p, GLuint light,
1185 struct ureg ambient = get_lightprod(p, i, 0, STATE_AMBIENT);
1186 struct ureg diffuse = get_lightprod(p, i, 0, STATE_DIFFUSE);
1187 struct ureg specular = get_lightprod(p, i, 0, STATE_SPECULAR);
1240 struct ureg ambient = get_lightprod(p, i, 1, STATE_AMBIENT);
1241 struct ureg diffuse = get_lightprod(p, i, 1, STATE_DIFFUSE);
1242 struct ureg specular = get_lightprod(p, i, 1, STATE_SPECULAR);