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

/external/mesa3d/src/mesa/tnl/
H A Dt_context.c85 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab );
86 make_empty_list( tnl->_ShineTabList );
92 insert_at_tail( tnl->_ShineTabList, s );
112 foreach_s( s, tmps, tnl->_ShineTabList ) {
115 free( tnl->_ShineTabList );
H A Dt_context.h537 struct tnl_shine_tab *_ShineTabList; /**< MRU list of inactive shine tables */ member in struct:__anon12835
H A Dt_vb_light.c123 struct tnl_shine_tab *list = tnl->_ShineTabList;

Completed in 88 milliseconds