HomeSort by relevance Sort by last modified time
    Searched refs:BackfaceColorPtr (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vb.c 300 if (VB->BackfaceColorPtr) {
301 assert(VB->BackfaceColorPtr->stride == 4 * sizeof(GLfloat));
304 GET_COLOR(VB->BackfaceColorPtr, dst),
305 GET_COLOR(VB->BackfaceColorPtr, out),
306 GET_COLOR(VB->BackfaceColorPtr, in) );
329 if (VB->BackfaceColorPtr) {
330 COPY_4FV( GET_COLOR(VB->BackfaceColorPtr, dst),
331 GET_COLOR(VB->BackfaceColorPtr, src) );
t_dd_tritmp.h 180 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data;
189 if (VB->BackfaceColorPtr->stride) {
190 ASSERT(VB->BackfaceColorPtr->stride == 4*sizeof(GLfloat));
384 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data;
419 if (VB->BackfaceColorPtr->stride) {
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 68 if (VB->BackfaceColorPtr) {
69 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data;
82 if (VB->BackfaceColorPtr->stride) {
190 if (VB->BackfaceColorPtr) {
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 1093 /* If stride is zero, BackfaceColorPtr is constant across the VB, so
1098 if (VB->BackfaceColorPtr && VB->BackfaceColorPtr->stride) {
1099 assert(VB->BackfaceColorPtr->stride == 4 * sizeof(GLfloat));
1102 VB->BackfaceColorPtr->data[dst],
1103 VB->BackfaceColorPtr->data[out],
1104 VB->BackfaceColorPtr->data[in] );
1136 if (VB->BackfaceColorPtr && VB->BackfaceColorPtr->stride) {
1137 COPY_4FV( VB->BackfaceColorPtr->data[dst]
    [all...]
t_vb_lighttmp.h 80 VB->BackfaceColorPtr = &store->LitColor[1];
260 VB->BackfaceColorPtr = &store->LitColor[1];
440 VB->BackfaceColorPtr = &store->LitColor[1];
547 VB->BackfaceColorPtr = &store->LitColor[1];
t_context.h 217 GLvector4f *BackfaceColorPtr;
t_draw.c 311 VB->BackfaceColorPtr = NULL;
t_vb_program.c 482 VB->BackfaceColorPtr = &store->results[VERT_RESULT_BFC0];

Completed in 82 milliseconds