OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:func_index
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/main/
remap.h
40
int
func_index
;
member in struct:gl_function_remap
51
_mesa_get_function_spec(int
func_index
);
68
_mesa_get_function_spec(int
func_index
)
remap.c
61
* \param
func_index
an opaque function index.
66
_mesa_get_function_spec(GLint
func_index
)
68
if (
func_index
< Elements(_mesa_function_pool))
69
return _mesa_function_pool +
func_index
;
135
for (i = 0; func_array[i].
func_index
!= -1; i++) {
139
spec = _mesa_get_function_spec(func_array[i].
func_index
);
142
func_array[i].
func_index
);
Completed in 60 milliseconds