Searched refs:BackfaceColorPtr (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_vb.c | 300 if (VB->BackfaceColorPtr) { in TAG() 301 assert(VB->BackfaceColorPtr->stride == 4 * sizeof(GLfloat)); in TAG() 304 GET_COLOR(VB->BackfaceColorPtr, dst), in TAG() 305 GET_COLOR(VB->BackfaceColorPtr, out), in TAG() 306 GET_COLOR(VB->BackfaceColorPtr, in) ); in TAG() 329 if (VB->BackfaceColorPtr) { in TAG() 330 COPY_4FV( GET_COLOR(VB->BackfaceColorPtr, dst), in TAG() 331 GET_COLOR(VB->BackfaceColorPtr, src) ); in TAG()
|
D | t_dd_tritmp.h | 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()
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_tritmp.h | 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()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_generic.c | 1098 if (VB->BackfaceColorPtr && VB->BackfaceColorPtr->stride) { in _tnl_generic_interp_extras() 1099 assert(VB->BackfaceColorPtr->stride == 4 * sizeof(GLfloat)); in _tnl_generic_interp_extras() 1102 VB->BackfaceColorPtr->data[dst], in _tnl_generic_interp_extras() 1103 VB->BackfaceColorPtr->data[out], in _tnl_generic_interp_extras() 1104 VB->BackfaceColorPtr->data[in] ); in _tnl_generic_interp_extras() 1136 if (VB->BackfaceColorPtr && VB->BackfaceColorPtr->stride) { in _tnl_generic_copy_pv_extras() 1137 COPY_4FV( VB->BackfaceColorPtr->data[dst], in _tnl_generic_copy_pv_extras() 1138 VB->BackfaceColorPtr->data[src] ); in _tnl_generic_copy_pv_extras()
|
D | t_vb_lighttmp.h | 80 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG() 260 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG() 440 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG() 547 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()
|
D | t_context.h | 217 GLvector4f *BackfaceColorPtr; member
|
D | t_vb_program.c | 482 VB->BackfaceColorPtr = &store->results[VERT_RESULT_BFC0]; in run_vp()
|
D | t_draw.c | 311 VB->BackfaceColorPtr = NULL; in bind_inputs()
|