OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ShineTabList
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/tnl/
t_context.c
85
tnl->
_ShineTabList
= MALLOC_STRUCT( tnl_shine_tab );
86
make_empty_list( tnl->
_ShineTabList
);
92
insert_at_tail( tnl->
_ShineTabList
, s );
112
foreach_s( s, tmps, tnl->
_ShineTabList
) {
115
free( tnl->
_ShineTabList
);
t_context.h
537
struct tnl_shine_tab *
_ShineTabList
; /**< MRU list of inactive shine tables */
t_vb_light.c
123
struct tnl_shine_tab *list = tnl->
_ShineTabList
;
Completed in 55 milliseconds