HomeSort by relevance Sort by last modified time
    Searched full:litsecondary (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vb_light.c 68 GLvector4f LitSecondary[2];
440 _mesa_vector4f_alloc( &store->LitSecondary[0], 0, size, 32 );
441 _mesa_vector4f_alloc( &store->LitSecondary[1], 0, size, 32 );
445 store->LitSecondary[0].size = 3;
446 store->LitSecondary[1].size = 3;
462 _mesa_vector4f_free( &store->LitSecondary[0] );
463 _mesa_vector4f_free( &store->LitSecondary[1] );
t_vb_lighttmp.h 62 GLfloat (*Fspec)[4] = (GLfloat (*)[4]) store->LitSecondary[0].data;
65 GLfloat (*Bspec)[4] = (GLfloat (*)[4]) store->LitSecondary[1].data;
75 VB->AttribPtr[_TNL_ATTRIB_COLOR1] = &store->LitSecondary[0];
80 VB->BackfaceSecondaryColorPtr = &store->LitSecondary[1];

Completed in 3144 milliseconds