Searched refs:func_index (Results 1 – 2 of 2) sorted by relevance
66 _mesa_get_function_spec(GLint func_index) in _mesa_get_function_spec() argument68 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()
40 int func_index; member51 _mesa_get_function_spec(int func_index);68 _mesa_get_function_spec(int func_index) in _mesa_get_function_spec() argument