Searched refs:_ShineTabList (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_context.c89 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab );
90 make_empty_list( tnl->_ShineTabList );
96 insert_at_tail( tnl->_ShineTabList, s );
118 foreach_s( s, tmps, tnl->_ShineTabList ) {
121 free( tnl->_ShineTabList );
H A Dt_context.h574 struct tnl_shine_tab *_ShineTabList; /**< MRU list of inactive shine tables */ member in struct:__anonbae3f4e90308
H A Dt_vb_light.c124 struct tnl_shine_tab *list = tnl->_ShineTabList;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_context.c90 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab );
91 make_empty_list( tnl->_ShineTabList );
97 insert_at_tail( tnl->_ShineTabList, s );
117 foreach_s( s, tmps, tnl->_ShineTabList ) {
120 free( tnl->_ShineTabList );
H A Dt_context.h574 struct tnl_shine_tab *_ShineTabList; /**< MRU list of inactive shine tables */ member in struct:__anone8a79ebc0308
H A Dt_vb_light.c124 struct tnl_shine_tab *list = tnl->_ShineTabList;

Completed in 7 milliseconds