Searched defs:diffuse (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dcubemap.c110 GLfloat diffuse[4] = {1.0, 1.0, 1.0, 1.0}; local in function:init
H A Dmaterial.c55 GLfloat diffuse[] = { 1.0, 1.0, 1.0, 1.0 }; local in function:myinit
[all...]
H A Dteapots.c57 GLfloat diffuse[] = local in function:myinit
H A Ddof.c129 GLfloat diffuse[] = { 1.0, 1.0, 1.0, 1.0 }; local in function:myinit
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dbackspecular.c8 static const float diffuse[4] = { 1, 0, 0, 1 }; variable in typeref:typename:const float[4]
H A Darbvparray.c122 static float diffuse[] = {0.5, 1.0, 1.0, 1.0}; local in function:InitMaterials
H A Dvparray.c122 static float diffuse[] = {0.5, 1.0, 1.0, 1.0}; local in function:InitMaterials
H A Ddrawbuffers2.c320 static const GLfloat diffuse[4] = { 1.0, 1.0, 1.0, 0.75 }; local in function:SetupLighting
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Darbfslight.c19 static GLfloat diffuse[4] = { 0.5f, 0.5f, 1.0f, 1.0f }; variable in typeref:typename:GLfloat[4]
H A Dfslight.c31 static GLfloat diffuse[4] = { 0.5f, 0.5f, 1.0f, 1.0f }; variable in typeref:typename:GLfloat[4]
H A Dmorph3d.c191 static float diffuse[] = { 1.0, 1.0, 1.0, 1.0 }; variable in typeref:typename:float[]
H A Disosurf.c599 static float diffuse[] = {0.5, 1.0, 1.0, 1.0}; local in function:InitMaterials
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dlinktest.c17 static GLfloat diffuse[4] = { 0.5f, 1.0f, 0.5f, 1.0f }; variable in typeref:typename:GLfloat[4]
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dfog.c129 static float diffuse[] = {1.0, 1.0, 1.0, 1.0}; local in function:Init
H A Dquad.c104 static float diffuse[] = {0.5, 1.0, 1.0, 1.0}; local in function:Init
H A Deval.c136 static float diffuse[] = {1.0, 1.0, 1.0, 1.0}; local in function:Init
H A Dlogo.c1272 static float diffuse[] = {0.5, 1.0, 1.0, 1.0}; local in function:Init
H A Dwave.c359 static float diffuse[] = {0.5, 1.0, 1.0, 1.0}; local in function:InitMaterials
H A Dsphere.c683 float diffuse[] = {1.0, 1.0, 1.0, 1.0}; local in function:Init
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtorus.c342 static const GLfloat diffuse[4] = {0.7, 0.7, 0.7, 1.0}; local in function:init
H A Dpbuffer.c272 static const GLfloat diffuse[4] = {0.7, 0.7, 0.7, 1.0}; local in function:init
H A Drender_tex.c311 static const GLfloat diffuse[4] = {0.7, 0.7, 0.7, 1.0}; local in function:init
/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglm.h37 float diffuse[4]; /* diffuse component */ member in struct:_GLMmaterial
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c1170 struct ureg diffuse = get_lightprod(p, i, 0, STATE_DIFFUSE); local in function:build_lighting
1225 struct ureg diffuse = get_lightprod(p, i, 1, STATE_DIFFUSE); local in function:build_lighting
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c1233 struct ureg diffuse = lightprod_front[i][1]; local in function:build_lighting
1300 struct ureg diffuse = lightprod_back[i][1]; local in function:build_lighting

Completed in 33 milliseconds

12