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