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 164 if (tnl->_ShineTable[side])
165 tnl->_ShineTable[side]->refcount--;
167 tnl->_ShineTable[side] = s;
180 if (!tnl->_ShineTable[0] || tnl->_ShineTable[0]->shininess != shininess)
184 if (!tnl->_ShineTable[1] || tnl->_ShineTable[1]->shininess != shininess)
280 const struct tnl_shine_tab *tab = tnl->_ShineTable[face];
t_context.h 537 struct tnl_shine_tab *_ShineTable[2]; /**< Active shine tables */

Completed in 140 milliseconds