Home | History | Annotate | Download | only in main

Lines Matching refs:property

843 static GLuint material_attrib( GLuint side, GLuint property )
845 return (property - STATE_AMBIENT) * 2 + side;
867 GLuint property )
869 GLuint attrib = material_attrib(side, property);
880 return register_param3( p, STATE_MATERIAL, side, property );
917 GLuint side, GLuint property )
919 GLuint attrib = material_attrib(side, property);
922 register_param3(p, STATE_LIGHT, light, property);
923 struct ureg material_value = get_material(p, side, property);
929 return register_param4(p, STATE_LIGHTPROD, light, side, property);