Home | History | Annotate | Download | only in libagl

Lines Matching refs:attrIndex

1208     int attrIndex;
1209 attrIndex = binarySearch<config_pair_t>(
1213 if (attrIndex>=0) {
1214 *value = gConfigs[index].array[attrIndex].value;
1218 attrIndex = binarySearch<config_pair_t>(
1222 if (attrIndex>=0) {
1223 *value = config_base_attribute_list[attrIndex].value;