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

  /external/mesa3d/src/mesa/tnl/
t_vb_light.c 163 if (tnl->_ShineTable[side])
164 tnl->_ShineTable[side]->refcount--;
166 tnl->_ShineTable[side] = s;
179 if (!tnl->_ShineTable[0] || tnl->_ShineTable[0]->shininess != shininess)
183 if (!tnl->_ShineTable[1] || tnl->_ShineTable[1]->shininess != shininess)
277 const struct tnl_shine_tab *tab = tnl->_ShineTable[face];
t_context.h 536 struct tnl_shine_tab *_ShineTable[2]; /**< Active shine tables */

Completed in 86 milliseconds