Searched defs:get_lightprod (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c916 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, function
1174 struct ureg ambient = get_lightprod(p, i, 0, STATE_AMBIENT);
1175 struct ureg diffuse = get_lightprod(p, i, 0, STATE_DIFFUSE);
1176 struct ureg specular = get_lightprod(p, i, 0, STATE_SPECULAR);
1229 struct ureg ambient = get_lightprod(p, i, 1, STATE_AMBIENT);
1230 struct ureg diffuse = get_lightprod(p, i, 1, STATE_DIFFUSE);
1231 struct ureg specular = get_lightprod(p, i, 1, STATE_SPECULAR);

Completed in 117 milliseconds