Lines Matching defs:vertex_buffer
194 struct vertex_buffer struct
196 GLuint Size; /**< Max vertices per vertex buffer, constant */
200 GLuint Count; /**< Number of vertices currently in buffer */
207 GLuint *Elts;
208 GLvector4f *EyePtr; /* _TNL_BIT_POS */
209 GLvector4f *ClipPtr; /* _TNL_BIT_POS */
210 GLvector4f *NdcPtr; /* _TNL_BIT_POS */
211 GLubyte ClipOrMask; /* _TNL_BIT_POS */
212 GLubyte ClipAndMask; /* _TNL_BIT_POS */
213 GLubyte *ClipMask; /* _TNL_BIT_POS */
214 GLfloat *NormalLengthPtr; /* _TNL_BIT_NORMAL */
215 GLboolean *EdgeFlag; /* _TNL_BIT_EDGEFLAG */
216 GLvector4f *BackfaceIndexPtr;
217 GLvector4f *BackfaceColorPtr;
218 GLvector4f *BackfaceSecondaryColorPtr;
220 const struct _mesa_prim *Primitive;
221 GLuint PrimitiveCount;
224 GLvector4f *AttribPtr[_TNL_ATTRIB_MAX]; /* GL_NV_vertex_program */