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

  /external/mesa3d/src/mesa/tnl/
t_context.c 89 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab );
93 struct tnl_shine_tab *s = MALLOC_STRUCT( tnl_shine_tab );
112 struct tnl_shine_tab *s, *tmps;
t_context.h 392 struct tnl_shine_tab struct
394 struct tnl_shine_tab *next, *prev;
537 struct tnl_shine_tab *_ShineTable[2]; /**< Active shine tables */
538 struct tnl_shine_tab *_ShineTabList; /**< MRU list of inactive shine tables */
t_vb_light.c 124 struct tnl_shine_tab *list = tnl->_ShineTabList;
125 struct tnl_shine_tab *s;
280 const struct tnl_shine_tab *tab = tnl->_ShineTable[face];

Completed in 46 milliseconds