OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LitSecondary
(Results
1 - 2
of
2
) 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] );
/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] );
Completed in 56 milliseconds