Searched refs:size_table (Results 1 – 4 of 4) sorted by relevance
276 if (dispatch_info->size_table != NULL) { in __glXGetProtocolSizeData()280 && (dispatch_info->size_table[func_index][0] != 0)) { in __glXGetProtocolSizeData()281 const int var_offset = dispatch_info->size_table[func_index][1]; in __glXGetProtocolSizeData()283 data->bytes = dispatch_info->size_table[func_index][0]; in __glXGetProtocolSizeData()
73 const int_fast16_t(*size_table)[2]; member
408 static const int size_table[2] = { 8, 16 }; in simple_config_check() local417 if (p_dev->resource[0]->end != size_table[(*try >> 1)]) in simple_config_check()
173705 __glXDispatchInfo::size_table. dispatch_functions had the const in173706 the wrong place, and size_table was declared as an array of two