| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | plane.c | 61 GLfloat lmodel_ambient[] = { 0.2, 0.2, 0.2, 1.0 }; local in function:myinit 70 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | nurbs.c | 102 GLfloat lmodel_ambient[] = { 0.3, 0.3, 0.3, 1.0 }; local in function:myinit 110 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | teapots.c | 62 GLfloat lmodel_ambient[] = local in function:myinit 70 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | dof.c | 132 GLfloat lmodel_ambient[] = { 0.2, 0.2, 0.2, 1.0 }; local in function:myinit 142 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | material.c | 57 GLfloat lmodel_ambient[] = { 0.4, 0.4, 0.4, 1.0 }; local in function:myinit 66 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | fog.c | 137 static float lmodel_ambient[] = {0.0, 0.0, 0.0, 1.0}; local in function:Init 147 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | eval.c | 140 static float lmodel_ambient[] = {1.0, 1.0, 1.0, 1.0}; local in function:Init 167 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | olympic.c | 220 static float lmodel_ambient[] = {0.0, 0.0, 0.0, 0.0}; local in function:Init 294 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | quad.c | 112 static float lmodel_ambient[] = {1.0, 1.0, 1.0, 1.0}; local in function:Init 129 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | sphere.c | 691 float lmodel_ambient[] = {0.2, 0.2, 0.2, 1.0}; local in function:Init 729 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | wave.c | 367 static float lmodel_ambient[] = {1.0, 1.0, 1.0, 1.0}; local in function:InitMaterials 376 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | logo.c | 1280 static float lmodel_ambient[] = {1.0, 1.0, 1.0, 1.0}; local in function:Init 1289 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | arbvparray.c | 133 static float lmodel_ambient[] = {1.0, 1.0, 1.0, 1.0}; local in function:InitMaterials 146 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | vparray.c | 133 static float lmodel_ambient[] = {1.0, 1.0, 1.0, 1.0}; local in function:InitMaterials 146 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | isosurf.c | 610 static float lmodel_ambient[] = {1.0, 1.0, 1.0, 1.0}; local in function:InitMaterials 623 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|
| H A D | morph3d.c | 194 static float lmodel_ambient[] = { 0.5, 0.5, 0.5, 1.0 }; variable in typeref:typename:float[] 866 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
|