Home
last modified time | relevance | path

Searched refs:BackfaceColorPtr (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_vb.c300 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()
Dt_dd_tritmp.h180 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/
Dss_tritmp.h68 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/
Dt_vertex_generic.c1098 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()
Dt_vb_lighttmp.h80 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()
Dt_context.h217 GLvector4f *BackfaceColorPtr; member
Dt_vb_program.c482 VB->BackfaceColorPtr = &store->results[VERT_RESULT_BFC0]; in run_vp()
Dt_draw.c311 VB->BackfaceColorPtr = NULL; in bind_inputs()