Searched refs:BackfaceSecondaryColorPtr (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_vb.c | 308 if (VB->BackfaceSecondaryColorPtr) { in TAG() 310 GET_COLOR(VB->BackfaceSecondaryColorPtr, dst), in TAG() 311 GET_COLOR(VB->BackfaceSecondaryColorPtr, out), in TAG() 312 GET_COLOR(VB->BackfaceSecondaryColorPtr, in) ); in TAG() 333 if (VB->BackfaceSecondaryColorPtr) { in TAG() 334 COPY_4FV( GET_COLOR(VB->BackfaceSecondaryColorPtr, dst), in TAG() 335 GET_COLOR(VB->BackfaceSecondaryColorPtr, src) ); in TAG()
|
D | t_dd_tritmp.h | 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()
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_tritmp.h | 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()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_generic.c | 1107 if (VB->BackfaceSecondaryColorPtr) { in _tnl_generic_interp_extras() 1108 assert(VB->BackfaceSecondaryColorPtr->stride == 4 * sizeof(GLfloat)); in _tnl_generic_interp_extras() 1111 VB->BackfaceSecondaryColorPtr->data[dst], in _tnl_generic_interp_extras() 1112 VB->BackfaceSecondaryColorPtr->data[out], in _tnl_generic_interp_extras() 1113 VB->BackfaceSecondaryColorPtr->data[in] ); in _tnl_generic_interp_extras() 1141 if (VB->BackfaceSecondaryColorPtr) { in _tnl_generic_copy_pv_extras() 1142 COPY_4FV( VB->BackfaceSecondaryColorPtr->data[dst], in _tnl_generic_copy_pv_extras() 1143 VB->BackfaceSecondaryColorPtr->data[src] ); in _tnl_generic_copy_pv_extras()
|
D | t_context.h | 218 GLvector4f *BackfaceSecondaryColorPtr; member
|
D | t_vb_program.c | 483 VB->BackfaceSecondaryColorPtr = &store->results[VERT_RESULT_BFC1]; in run_vp()
|
D | t_draw.c | 313 VB->BackfaceSecondaryColorPtr = NULL; in bind_inputs()
|
D | t_vb_lighttmp.h | 81 VB->BackfaceSecondaryColorPtr = &store->LitSecondary[1]; in TAG()
|