Home
last modified time | relevance | path

Searched defs:_mesa_prim (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo.h46 struct _mesa_prim { struct
47 GLuint mode:8; /**< GL_POINTS, GL_LINES, GL_QUAD_STRIP, etc */
48 GLuint indexed:1;
49 GLuint begin:1;
50 GLuint end:1;
51 GLuint weak:1;
52 GLuint no_current_update:1;
53 GLuint is_indirect:1;
54 GLuint pad:18;
56 GLuint start;
[all …]