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

/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dindirect_util.c260 unsigned func_index; local in function:get_decode_index
269 func_index = -index;
270 func_index += opcode & ((1 << next_remain) - 1);
271 return func_index;
285 const int func_index = get_decode_index(dispatch_info, opcode); local in function:__glXGetProtocolDecodeFunction
287 return (func_index < 0)
289 : (void *) dispatch_info->dispatch_functions[func_index][swapped_version];
298 const int func_index = get_decode_index(dispatch_info, opcode); local in function:__glXGetProtocolSizeData
300 if ((func_index >= 0)
301 && (dispatch_info->size_table[func_index][
[all...]
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_util.c241 unsigned func_index; local in function:get_decode_index
249 func_index = -index;
250 func_index += opcode & ((1 << next_remain) - 1);
251 return func_index;
264 const int func_index = get_decode_index(dispatch_info, opcode); local in function:__glXGetProtocolDecodeFunction
266 return (func_index < 0)
269 dispatch_functions[func_index][swapped_version];
277 const int func_index = get_decode_index(dispatch_info, opcode); local in function:__glXGetProtocolSizeData
279 if ((func_index >= 0)
280 && (dispatch_info->size_table[func_index][
[all...]

Completed in 3 milliseconds