Searched refs:get_material (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 870 static struct ureg get_material( struct tnl_program *p, GLuint side, function in typeref:struct:ureg 907 struct ureg material_emission = get_material(p, side, STATE_EMISSION); 908 struct ureg material_ambient = get_material(p, side, STATE_AMBIENT); 909 struct ureg material_diffuse = get_material(p, side, STATE_DIFFUSE); 1053 struct ureg shininess = get_material(p, 0, STATE_SHININESS); 1070 struct ureg shininess = get_material(p, 1, STATE_SHININESS); 1225 struct ureg material_value = get_material(p, 0, STATE_AMBIENT + j); 1292 struct ureg material_value = get_material(p, 1, STATE_AMBIENT + j);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 861 static struct ureg get_material( struct tnl_program *p, GLuint side, function in typeref:struct:ureg 898 struct ureg material_emission = get_material(p, side, STATE_EMISSION); 899 struct ureg material_ambient = get_material(p, side, STATE_AMBIENT); 900 struct ureg material_diffuse = get_material(p, side, STATE_DIFFUSE); 918 struct ureg material_value = get_material(p, side, property); 1045 struct ureg shininess = get_material(p, 0, STATE_SHININESS); 1062 struct ureg shininess = get_material(p, 1, STATE_SHININESS);
|
Completed in 9 milliseconds