Searched refs:glFogf (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Ddepthcue.c58 glFogf (GL_FOG_START, 3.0);
59 glFogf (GL_FOG_END, 5.0);
H A Dfog.c60 glFogf(GL_FOG_START, 1.0);
61 glFogf(GL_FOG_END, 5.0);
103 glFogf(GL_FOG_DENSITY, 0.35);
H A Dfogindex.c72 glFogf(GL_FOG_START, 0.0);
73 glFogf(GL_FOG_END, 4.0);
H A Dfogcoord.c81 glFogf (GL_FOG_DENSITY, 0.25);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dfogcoord.c82 glFogf(GL_FOG_START, Near);
83 glFogf(GL_FOG_END, Far);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-fog.c49 glFogf(GL_FOG_START, 25);
50 glFogf(GL_FOG_END, 35);
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dfog.c161 glFogf(GL_FOG_DENSITY, fogDensity);
217 glFogf(GL_FOG_DENSITY, fogDensity);
223 glFogf(GL_FOG_DENSITY, fogDensity);
H A Dsphere.c712 glFogf(GL_FOG_DENSITY, 0.125);
714 glFogf(GL_FOG_START, 4.0);
715 glFogf(GL_FOG_END, 8.5);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dfogcoord.c96 glFogf(GL_FOG_START, fogStart);
97 glFogf(GL_FOG_END, fogEnd);
103 glFogf(GL_FOG_DENSITY, fogDensity);
109 glFogf(GL_FOG_DENSITY, fogDensity);
H A Darbfplight.c345 glFogf(GL_FOG_START, 5.0);
346 glFogf(GL_FOG_END, 25.0);
H A Ddrawpix.c286 glFogf(GL_FOG_START, 0);
287 glFogf(GL_FOG_END, 2);
H A Dtunnel.c521 glFogf(GL_FOG_DENSITY, 0.06);
H A Dtunnel2.c545 glFogf(GL_FOG_DENSITY, 0.06);
H A Dfire.c769 glFogf(GL_FOG_DENSITY, 0.1);
H A Dipers.c713 glFogf(GL_FOG_DENSITY, 0.006);
H A Dteapot.c664 glFogf(GL_FOG_DENSITY,0.04);
H A Dterrain.c619 glFogf(GL_FOG_DENSITY, 0.0007);
H A Dfbo_firecube.c458 glFogf(GL_FOG_DENSITY, 0.1);
H A Disosurf.c868 glFogf(GL_FOG_DENSITY,0.15);
H A Dray.c883 glFogf(GL_FOG_DENSITY, 0.01);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/
H A DABI-check68 glFogf
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_context.c757 &glFogf,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_context.c804 &glFogf,
/xsrc/external/mit/MesaLib.old/dist/include/GLES/
H A Dgl.h419 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
/xsrc/external/mit/MesaLib/dist/include/GLES/
H A Dgl.h410 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);

Completed in 20 milliseconds

12