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.c89 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab ); in _tnl_CreateContext()
93 struct tnl_shine_tab *s = MALLOC_STRUCT( tnl_shine_tab ); in _tnl_CreateContext()
112 struct tnl_shine_tab *s, *tmps; in _tnl_DestroyContext()
Dt_context.h392 struct tnl_shine_tab struct
394 struct tnl_shine_tab *next, *prev; argument
537 struct tnl_shine_tab *_ShineTable[2]; /**< Active shine tables */
538 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()