Searched refs:formatSet (Results 1 – 2 of 2) sorted by relevance
177 set<int> formatSet; in operator ()() local178 std::copy(formats.begin(), formats.end(), std::inserter(formatSet, formatSet.begin())); in operator ()()180 return formatSet; in operator ()()
305 set<GLint> formatSet(formats.begin(), formats.end()); in iterate() local310 const bool found = formatSet.find(fmt) != formatSet.end(); in iterate()