HomeSort by: relevance | last modified time | path
    Searched defs:Diffuse (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/trivial/
vp-tri-cb.c 18 "PARAM Diffuse = state.material.diffuse; \n"
19 "MOV result.color, Diffuse;\n"
23 const float Diffuse[4] = { 0.0, 1.0, 0.0, 1.0 };
24 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, Diffuse);
vp-tri-cb-pos.c 24 "PARAM Diffuse = state.material.diffuse; \n"
27 "DP4 result.position.y, Diffuse, vertex.position;\n"
34 const float Diffuse[4] = { 1.0, 0.0, 0.0, 0.0 };
38 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, Diffuse);
vp-tri-cb-tex.c 24 "PARAM Diffuse = state.material.diffuse; \n"
27 "DP4 result.position.y, Diffuse, vertex.position;\n"
34 const float Diffuse[4] = { 1.0, 0.0, 0.0, 0.0 };
38 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, Diffuse);
  /xsrc/external/mit/mesa-demos/dist/src/demos/
fplight.c 17 static GLfloat Diffuse[4] = { 0.5, 0.5, 1.0, 1.0 };
172 "DECLARE Diffuse; \n"
189 "MUL R3, Diffuse, R2; # diffuse attenuation\n"
195 "ADD o[COLR], R3, R5; # add diffuse and specular colors\n"
238 NAMED_PARAMETER4FV(FragProg, "Diffuse", Diffuse);
260 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, Diffuse);
arbfplight.c 18 static GLfloat Diffuse[4] = { 0.5, 0.5, 1.0, 1.0 };
209 "PARAM Diffuse = state.material.diffuse; \n"
224 "MUL diffuseColor.xyz, Diffuse, dotProd.x; # diffuse attenuation\n"
230 "MOV result.color.w, Diffuse; \n"
336 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, Diffuse);
gloss.c 55 static GLfloat Diffuse[4] = { .3, .3, 1.0, 1.0 }; /* blue */
98 /* First pass: diffuse lighting with base texture */
99 glMaterialfv(GL_FRONT, GL_DIFFUSE, Diffuse);
  /xsrc/external/mit/mesa-demos/dist/src/fp/
fp-tri.c 181 const float Diffuse[4] = { 1.0, 0.0, 0.0, 0.0 };
185 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, Diffuse);
  /xsrc/external/mit/mesa-demos/dist/src/vp/
vp-tris.c 148 const float Diffuse[4] = { 1.0, 0.0, 0.0, 0.0 };
152 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, Diffuse);
  /xsrc/external/mit/MesaLib/dist/include/D3D9/
d3d9types.h 1620 D3DCOLORVALUE Diffuse;
1646 D3DCOLORVALUE Diffuse;
  /xsrc/external/mit/MesaLib.old/dist/include/D3D9/
d3d9types.h 1620 D3DCOLORVALUE Diffuse;
1646 D3DCOLORVALUE Diffuse;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 282 GLfloat _MatDiffuse[2][3]; /**< material diffuse * light diffuse */
565 GLfloat Diffuse[4]; /**< STATE_DIFFUSE */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 305 GLfloat Diffuse[4]; /**< diffuse color */
330 GLfloat _MatDiffuse[2][3]; /**< material diffuse * light diffuse */

Completed in 22 milliseconds