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 85 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab );
89 struct tnl_shine_tab *s = MALLOC_STRUCT( tnl_shine_tab );
108 struct tnl_shine_tab *s, *tmps;
t_context.h 392 struct tnl_shine_tab struct
394 struct tnl_shine_tab *next, *prev;
536 struct tnl_shine_tab *_ShineTable[2]; /**< Active shine tables */
537 struct tnl_shine_tab *_ShineTabList; /**< MRU list of inactive shine tables */
t_vb_light.c 123 struct tnl_shine_tab *list = tnl->_ShineTabList;
124 struct tnl_shine_tab *s;
277 const struct tnl_shine_tab *tab = tnl->_ShineTable[face];

Completed in 194 milliseconds