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

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

Completed in 1445 milliseconds