Searched refs:BackfaceColorPtr (Results 1 – 7 of 7) sorted by relevance
68 if (VB->BackfaceColorPtr) { in TAG()69 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data; in TAG()82 if (VB->BackfaceColorPtr->stride) { in TAG()190 if (VB->BackfaceColorPtr) { in TAG()
1097 if (VB->BackfaceColorPtr && VB->BackfaceColorPtr->stride) { in _tnl_generic_interp_extras()1098 assert(VB->BackfaceColorPtr->stride == 4 * sizeof(GLfloat)); in _tnl_generic_interp_extras()1101 VB->BackfaceColorPtr->data[dst], in _tnl_generic_interp_extras()1102 VB->BackfaceColorPtr->data[out], in _tnl_generic_interp_extras()1103 VB->BackfaceColorPtr->data[in] ); in _tnl_generic_interp_extras()1135 if (VB->BackfaceColorPtr && VB->BackfaceColorPtr->stride) { in _tnl_generic_copy_pv_extras()1136 COPY_4FV( VB->BackfaceColorPtr->data[dst], in _tnl_generic_copy_pv_extras()1137 VB->BackfaceColorPtr->data[src] ); in _tnl_generic_copy_pv_extras()
79 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()262 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()444 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()550 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()
218 GLvector4f *BackfaceColorPtr; member
441 VB->BackfaceColorPtr = &store->results[VARYING_SLOT_BFC0]; in run_vp()
321 VB->BackfaceColorPtr = NULL; in bind_inputs()
180 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data; in TAG()189 if (VB->BackfaceColorPtr->stride) { in TAG()190 assert(VB->BackfaceColorPtr->stride == 4*sizeof(GLfloat)); in TAG()384 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data; in TAG()419 if (VB->BackfaceColorPtr->stride) { in TAG()