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

/external/chromium_org/third_party/mesa/src/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:__anon13732
H A Dt_vb_light.c123 struct tnl_shine_tab *list = tnl->_ShineTabList;
/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:__anon24217
H A Dt_vb_light.c123 struct tnl_shine_tab *list = tnl->_ShineTabList;

Completed in 608 milliseconds