OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tnl_shine_tab
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.c
85
tnl->_ShineTabList = MALLOC_STRUCT(
tnl_shine_tab
);
89
struct
tnl_shine_tab
*s = MALLOC_STRUCT(
tnl_shine_tab
);
108
struct
tnl_shine_tab
*s, *tmps;
t_context.h
392
struct
tnl_shine_tab
struct
394
struct
tnl_shine_tab
*next, *prev;
536
struct
tnl_shine_tab
*_ShineTable[2]; /**< Active shine tables */
537
struct
tnl_shine_tab
*_ShineTabList; /**< MRU list of inactive shine tables */
t_vb_light.c
123
struct
tnl_shine_tab
*list = tnl->_ShineTabList;
124
struct
tnl_shine_tab
*s;
277
const struct
tnl_shine_tab
*tab = tnl->_ShineTable[face];
/external/mesa3d/src/mesa/tnl/
t_context.c
85
tnl->_ShineTabList = MALLOC_STRUCT(
tnl_shine_tab
);
89
struct
tnl_shine_tab
*s = MALLOC_STRUCT(
tnl_shine_tab
);
108
struct
tnl_shine_tab
*s, *tmps;
t_context.h
392
struct
tnl_shine_tab
struct
394
struct
tnl_shine_tab
*next, *prev;
536
struct
tnl_shine_tab
*_ShineTable[2]; /**< Active shine tables */
537
struct
tnl_shine_tab
*_ShineTabList; /**< MRU list of inactive shine tables */
t_vb_light.c
123
struct
tnl_shine_tab
*list = tnl->_ShineTabList;
124
struct
tnl_shine_tab
*s;
277
const struct
tnl_shine_tab
*tab = tnl->_ShineTable[face];
Completed in 117 milliseconds