HomeSort by relevance Sort by last modified time
    Searched refs:_ShineTabList (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_context.c 89 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 );
t_context.h 538 struct tnl_shine_tab *_ShineTabList; /**< MRU list of inactive shine tables */
t_vb_light.c 124 struct tnl_shine_tab *list = tnl->_ShineTabList;

Completed in 70 milliseconds