Home
last modified time | relevance | path

Searched refs:tnl_shine_tab (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_context.c90 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab ); in _tnl_CreateContext()
94 struct tnl_shine_tab *s = MALLOC_STRUCT( tnl_shine_tab ); in _tnl_CreateContext()
113 struct tnl_shine_tab *s, *tmps; in _tnl_DestroyContext()
Dt_context.h393 struct tnl_shine_tab struct
395 struct tnl_shine_tab *next, *prev; argument
573 struct tnl_shine_tab *_ShineTable[2]; /**< Active shine tables */
574 struct tnl_shine_tab *_ShineTabList; /**< MRU list of inactive shine tables */
Dt_vb_light.c124 struct tnl_shine_tab *list = tnl->_ShineTabList; in validate_shine_table()
125 struct tnl_shine_tab *s; in validate_shine_table()
280 const struct tnl_shine_tab *tab = tnl->_ShineTable[face]; in lookup_shininess()