• Home
  • Raw
  • Download

Lines Matching refs:VB

47 				  struct vertex_buffer *VB,  in TAG()
58 const GLuint nstride = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->stride; in TAG()
59 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG()
68 const GLuint nr = VB->Count; in TAG()
74 VB->AttribPtr[_TNL_ATTRIB_COLOR0] = &store->LitColor[0]; in TAG()
75 VB->AttribPtr[_TNL_ATTRIB_COLOR1] = &store->LitSecondary[0]; in TAG()
79 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()
80 VB->BackfaceSecondaryColorPtr = &store->LitSecondary[1]; in TAG()
232 struct vertex_buffer *VB, in TAG()
244 const GLuint nstride = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->stride; in TAG()
245 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG()
252 const GLuint nr = VB->Count; in TAG()
258 VB->AttribPtr[_TNL_ATTRIB_COLOR0] = &store->LitColor[0]; in TAG()
262 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()
414 struct vertex_buffer *VB, in TAG()
420 const GLuint nstride = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->stride; in TAG()
421 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG()
431 const GLuint nr = VB->Count; in TAG()
433 const GLuint nr = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->count; in TAG()
442 VB->AttribPtr[_TNL_ATTRIB_COLOR0] = &store->LitColor[0]; in TAG()
444 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()
520 struct vertex_buffer *VB, in TAG()
526 const GLuint nstride = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->stride; in TAG()
527 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG()
534 const GLuint nr = VB->Count; in TAG()
536 const GLuint nr = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->count; in TAG()
548 VB->AttribPtr[_TNL_ATTRIB_COLOR0] = &store->LitColor[0]; in TAG()
550 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()