Searched refs:BackfaceSecondaryColorPtr (Results 1 – 7 of 7) sorted by relevance
109 if (VB->BackfaceSecondaryColorPtr) { in TAG()110 GLfloat (*vbspec)[4] = VB->BackfaceSecondaryColorPtr->data; in TAG()116 if (VB->BackfaceSecondaryColorPtr->stride) { in TAG()203 if (VB->BackfaceSecondaryColorPtr) { in TAG()
206 if (HAVE_SPEC && VB->BackfaceSecondaryColorPtr) { in TAG()207 GLfloat (*vbspec)[4] = VB->BackfaceSecondaryColorPtr->data; in TAG()208 assert(VB->BackfaceSecondaryColorPtr->stride == 4*sizeof(GLfloat)); in TAG()436 if (HAVE_SPEC && VB->BackfaceSecondaryColorPtr) { in TAG()437 GLfloat (*vbspec)[4] = VB->BackfaceSecondaryColorPtr->data; in TAG()438 assert(VB->BackfaceSecondaryColorPtr->stride==4*sizeof(GLfloat)); in TAG()
1106 if (VB->BackfaceSecondaryColorPtr) { in _tnl_generic_interp_extras()1107 assert(VB->BackfaceSecondaryColorPtr->stride == 4 * sizeof(GLfloat)); in _tnl_generic_interp_extras()1110 VB->BackfaceSecondaryColorPtr->data[dst], in _tnl_generic_interp_extras()1111 VB->BackfaceSecondaryColorPtr->data[out], in _tnl_generic_interp_extras()1112 VB->BackfaceSecondaryColorPtr->data[in] ); in _tnl_generic_interp_extras()1140 if (VB->BackfaceSecondaryColorPtr) { in _tnl_generic_copy_pv_extras()1141 COPY_4FV( VB->BackfaceSecondaryColorPtr->data[dst], in _tnl_generic_copy_pv_extras()1142 VB->BackfaceSecondaryColorPtr->data[src] ); in _tnl_generic_copy_pv_extras()
218 GLvector4f *BackfaceSecondaryColorPtr; member
438 VB->BackfaceSecondaryColorPtr = &store->results[VARYING_SLOT_BFC1]; in run_vp()
318 VB->BackfaceSecondaryColorPtr = NULL; in bind_inputs()
80 VB->BackfaceSecondaryColorPtr = &store->LitSecondary[1]; in TAG()