Searched defs:diffuseColor (Results 1 – 2 of 2) sorted by relevance
124 GLfloat diffuseColor[4], specularColor[4]; /* for RGB mode only */ in shade_rastpos() local
98 public final static Uniform diffuseColor = new Uniform("u_diffuseColor", ColorAttribute.Diffuse); field in DefaultShader.Inputs223 public final static Setter diffuseColor = new LocalSetter() { field in DefaultShader.Setters