Searched refs:formatsSet (Results 1 – 2 of 2) sorted by relevance
137 std::bitset<kKnownFormatCount> formatsSet; in BuildFormatTable() local142 auto AddFormat = [&table, &formatsSet](Format format) { in BuildFormatTable()148 ASSERT(!formatsSet[index]); in BuildFormatTable()157 formatsSet.set(index); in BuildFormatTable()416 ASSERT(formatsSet.all()); in BuildFormatTable()
165 void Texture3DBase::getSupportedCompressedFormats(std::set<int>& formatsSet) const in getSupportedCompressedFormats()169 formatsSet.clear(); in getSupportedCompressedFormats()180 formatsSet.insert(glFormat); in getSupportedCompressedFormats()