Searched refs:GL_LESS (Results 1 - 25 of 94) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_state.c52 case GL_LESS:
77 case GL_LESS:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_state.c52 case GL_LESS:
77 case GL_LESS:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_state.c44 case GL_LESS:
70 case GL_LESS:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_state.c44 case GL_LESS:
70 case GL_LESS:
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Ddepthcue.c63 glDepthFunc(GL_LESS);
H A Danti.c70 glDepthFunc(GL_LESS);
H A Dsccolorlight.c67 glDepthFunc(GL_LESS);
H A Dscene.c66 glDepthFunc(GL_LESS);
H A Dscenebamb.c65 glDepthFunc(GL_LESS);
H A Dsceneflat.c64 glDepthFunc(GL_LESS);
H A Dchecker.c71 glDepthFunc(GL_LESS);
H A Dfogindex.c62 glDepthFunc(GL_LESS);
H A Dplane.c74 glDepthFunc(GL_LESS);
H A Dstencil.c93 glDepthFunc(GL_LESS);
H A Dteaambient.c77 glDepthFunc(GL_LESS);
H A Daccanti.c63 glDepthFunc(GL_LESS);
H A Dfog.c85 glDepthFunc(GL_LESS);
H A Dmipmap.c104 glDepthFunc(GL_LESS);
H A Dnurbs.c115 glDepthFunc(GL_LESS);
H A Dpickdepth.c58 glDepthFunc(GL_LESS);
/xsrc/external/mit/MesaLib/dist/docs/
H A Dperf.rst20 depth buffering is GL_LESS, or disabled flat or smooth shading
25 buffering is GL_LESS or disabled flat shading dithered or
32 buffering is GL_LESS or disabled
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddepth.c68 case GL_LESS: /* (default) pass if incoming z < stored z */
180 ctx->Depth.Func = GL_LESS;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddepth.c70 case GL_LESS: /* (default) pass if incoming z < stored z */
187 ctx->Depth.Func = GL_LESS;
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dquad-offset-units.c98 glDepthFunc( GL_LESS );
H A Dtri-z.c46 { GL_LESS, "GL_LESS" },

Completed in 19 milliseconds

1234