Home
last modified time | relevance | path

Searched refs:func_index (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dremap.c66 _mesa_get_function_spec(GLint func_index) in _mesa_get_function_spec() argument
68 if (func_index < Elements(_mesa_function_pool)) in _mesa_get_function_spec()
69 return _mesa_function_pool + func_index; in _mesa_get_function_spec()
135 for (i = 0; func_array[i].func_index != -1; i++) { in _mesa_map_function_array()
139 spec = _mesa_get_function_spec(func_array[i].func_index); in _mesa_map_function_array()
142 func_array[i].func_index); in _mesa_map_function_array()
Dremap.h40 int func_index; member
51 _mesa_get_function_spec(int func_index);
68 _mesa_get_function_spec(int func_index) in _mesa_get_function_spec() argument