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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c928 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, function
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);
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c928 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, function
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);

Completed in 238 milliseconds