Searched refs:GL_LINE_STRIP (Results 1 - 25 of 112) sorted by relevance

12345

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_stroke.c33 glBegin(GL_LINE_STRIP);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_stroke.c33 glBegin(GL_LINE_STRIP);
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dhistogram.c147 glBegin(GL_LINE_STRIP);
153 glBegin(GL_LINE_STRIP);
159 glBegin(GL_LINE_STRIP);
H A Dstroke.c92 glBegin(GL_LINE_STRIP);
101 glBegin(GL_LINE_STRIP);
H A Dbezcurve.c62 glBegin(GL_LINE_STRIP);
H A Dlines.c87 glBegin (GL_LINE_STRIP);
H A Dmvarray.c91 glMultiDrawElementsEXT (GL_LINE_STRIP, count, GL_UNSIGNED_BYTE,
H A Dfeedback.c63 glBegin (GL_LINE_STRIP);
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_exec.c136 * glBegin(GL_LINE_STRIP);
140 * glBegin(GL_LINE_STRIP);
151 if (*mode == GL_LINE_STRIP && *count == 2) {
195 (1 << GL_LINE_STRIP) |
289 case GL_LINE_STRIP:
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dline-clip.c75 glBegin(GL_LINE_STRIP);
H A Dline-cull.c75 glBegin(GL_LINE_STRIP);
H A Dline-xor.c67 glBegin(GL_LINE_STRIP);
H A Dlinestrip-clip.c75 glBegin(GL_LINE_STRIP);
H A Dlinestrip.c75 glBegin(GL_LINE_STRIP);
H A Dvp-line-clip.c61 glBegin(GL_LINE_STRIP);
H A Dline-userclip-clip.c79 glBegin(GL_LINE_STRIP);
H A Dline-userclip-nop-clip.c79 glBegin(GL_LINE_STRIP);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_split.c72 case GL_LINE_STRIP:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_primitive_restart.c100 case GL_LINE_STRIP:
H A Dbrw_util.c107 [GL_LINE_STRIP] = _3DPRIM_LINESTRIP,
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_split.c72 case GL_LINE_STRIP:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_util.c107 [GL_LINE_STRIP] = _3DPRIM_LINESTRIP,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddraw_validate.c301 case GL_LINE_STRIP:
335 (1 << GL_LINE_STRIP);
342 (1 << GL_LINE_STRIP));
408 (1 << GL_LINE_STRIP);
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dpoint.c137 glBegin(GL_LINE_STRIP);
141 glBegin(GL_LINE_STRIP);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dline-sample.c71 glBegin(GL_LINE_STRIP);
81 glBegin(GL_LINE_STRIP);

Completed in 9 milliseconds

12345