Searched refs:LitSecondary (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
D | t_vb_light.c | 67 GLvector4f LitSecondary[2]; member 436 _mesa_vector4f_alloc( &store->LitSecondary[0], 0, size, 32 ); in init_lighting() 437 _mesa_vector4f_alloc( &store->LitSecondary[1], 0, size, 32 ); in init_lighting() 441 store->LitSecondary[0].size = 3; in init_lighting() 442 store->LitSecondary[1].size = 3; in init_lighting() 458 _mesa_vector4f_free( &store->LitSecondary[0] ); in dtr() 459 _mesa_vector4f_free( &store->LitSecondary[1] ); in dtr()
|
D | t_vb_lighttmp.h | 63 GLfloat (*Fspec)[4] = (GLfloat (*)[4]) store->LitSecondary[0].data; in TAG() 66 GLfloat (*Bspec)[4] = (GLfloat (*)[4]) store->LitSecondary[1].data; in TAG() 76 VB->AttribPtr[_TNL_ATTRIB_COLOR1] = &store->LitSecondary[0]; in TAG() 81 VB->BackfaceSecondaryColorPtr = &store->LitSecondary[1]; in TAG()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_light.c | 67 GLvector4f LitSecondary[2]; member 436 _mesa_vector4f_alloc( &store->LitSecondary[0], 0, size, 32 ); in init_lighting() 437 _mesa_vector4f_alloc( &store->LitSecondary[1], 0, size, 32 ); in init_lighting() 441 store->LitSecondary[0].size = 3; in init_lighting() 442 store->LitSecondary[1].size = 3; in init_lighting() 458 _mesa_vector4f_free( &store->LitSecondary[0] ); in dtr() 459 _mesa_vector4f_free( &store->LitSecondary[1] ); in dtr()
|
D | t_vb_lighttmp.h | 63 GLfloat (*Fspec)[4] = (GLfloat (*)[4]) store->LitSecondary[0].data; in TAG() 66 GLfloat (*Bspec)[4] = (GLfloat (*)[4]) store->LitSecondary[1].data; in TAG() 76 VB->AttribPtr[_TNL_ATTRIB_COLOR1] = &store->LitSecondary[0]; in TAG() 81 VB->BackfaceSecondaryColorPtr = &store->LitSecondary[1]; in TAG()
|