Home | History | Annotate | Download | only in main

Lines Matching defs:Material

572  * \name Bit flags used for updating material values.
633 * Material state.
685 GLfloat _MatAmbient[2][3]; /**< material ambient * light ambient */
686 GLfloat _MatDiffuse[2][3]; /**< material diffuse * light diffuse */
687 GLfloat _MatSpecular[2][3]; /**< material spec * light specular */
936 * Front and back material values.
939 struct gl_material Material;