Searched refs:ARRAY_ELT (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Disosurf.c49 #define ARRAY_ELT 0x00000100 macro
75 #define RENDER_STYLE_MASK (GLVERTEX|DRAW_ARRAYS|DRAW_ELTS|ARRAY_ELT)
157 (flags & ARRAY_ELT) ? "glArrayElement, " : "",
419 case (ARRAY_ELT|TRIANGLES):
453 case (ARRAY_ELT|STRIPS):
469 case (ARRAY_ELT|POINTS):
758 (state & RENDER_STYLE_MASK) == ARRAY_ELT ||
1075 allowed &= ~(LOCKED|DRAW_ARRAYS|DRAW_ELTS|ARRAY_ELT);
1125 glutAddMenuEntry("glArrayElement", ARRAY_ELT);

Completed in 3 milliseconds