Home
last modified time | relevance | path

Searched refs:LitSecondary (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vb_light.c68 GLvector4f LitSecondary[2]; member
440 _mesa_vector4f_alloc( &store->LitSecondary[0], 0, size, 32 ); in init_lighting()
441 _mesa_vector4f_alloc( &store->LitSecondary[1], 0, size, 32 ); in init_lighting()
445 store->LitSecondary[0].size = 3; in init_lighting()
446 store->LitSecondary[1].size = 3; in init_lighting()
462 _mesa_vector4f_free( &store->LitSecondary[0] ); in dtr()
463 _mesa_vector4f_free( &store->LitSecondary[1] ); in dtr()
Dt_vb_lighttmp.h62 GLfloat (*Fspec)[4] = (GLfloat (*)[4]) store->LitSecondary[0].data; in TAG()
65 GLfloat (*Bspec)[4] = (GLfloat (*)[4]) store->LitSecondary[1].data; in TAG()
75 VB->AttribPtr[_TNL_ATTRIB_COLOR1] = &store->LitSecondary[0]; in TAG()
80 VB->BackfaceSecondaryColorPtr = &store->LitSecondary[1]; in TAG()