Searched refs:formatSet (Results 1 – 3 of 3) sorted by relevance
208 set<int> formatSet; in operator ()() local209 std::copy(formats.begin(), formats.end(), std::inserter(formatSet, formatSet.begin())); in operator ()()211 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()
618 static FormatSet formatSet = BuildAllSizedInternalFormatSet(); in GetAllSizedInternalFormats() local619 return formatSet; in GetAllSizedInternalFormats()