OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LitSecondary
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_light.c
67
GLvector4f
LitSecondary
[2];
436
_mesa_vector4f_alloc( &store->
LitSecondary
[0], 0, size, 32 );
437
_mesa_vector4f_alloc( &store->
LitSecondary
[1], 0, size, 32 );
441
store->
LitSecondary
[0].size = 3;
442
store->
LitSecondary
[1].size = 3;
458
_mesa_vector4f_free( &store->
LitSecondary
[0] );
459
_mesa_vector4f_free( &store->
LitSecondary
[1] );
t_vb_lighttmp.h
63
GLfloat (*Fspec)[4] = (GLfloat (*)[4]) store->
LitSecondary
[0].data;
66
GLfloat (*Bspec)[4] = (GLfloat (*)[4]) store->
LitSecondary
[1].data;
76
VB->AttribPtr[_TNL_ATTRIB_COLOR1] = &store->
LitSecondary
[0];
81
VB->BackfaceSecondaryColorPtr = &store->
LitSecondary
[1];
/external/mesa3d/src/mesa/tnl/
t_vb_light.c
67
GLvector4f
LitSecondary
[2];
436
_mesa_vector4f_alloc( &store->
LitSecondary
[0], 0, size, 32 );
437
_mesa_vector4f_alloc( &store->
LitSecondary
[1], 0, size, 32 );
441
store->
LitSecondary
[0].size = 3;
442
store->
LitSecondary
[1].size = 3;
458
_mesa_vector4f_free( &store->
LitSecondary
[0] );
459
_mesa_vector4f_free( &store->
LitSecondary
[1] );
t_vb_lighttmp.h
63
GLfloat (*Fspec)[4] = (GLfloat (*)[4]) store->
LitSecondary
[0].data;
66
GLfloat (*Bspec)[4] = (GLfloat (*)[4]) store->
LitSecondary
[1].data;
76
VB->AttribPtr[_TNL_ATTRIB_COLOR1] = &store->
LitSecondary
[0];
81
VB->BackfaceSecondaryColorPtr = &store->
LitSecondary
[1];
Completed in 32 milliseconds