Searched refs:alternativeNdx (Results 1 – 1 of 1) sorted by relevance
82 for (size_t alternativeNdx = 0; alternativeNdx < extension.alternatives.size(); ++alternativeNdx) in checkAndSpecializeExtensions() local84 if (ctxInfo.isExtensionSupported(extension.alternatives[alternativeNdx].c_str())) in checkAndSpecializeExtensions()86 supportedAltNdx = (int)alternativeNdx; in checkAndSpecializeExtensions()