Home
last modified time | relevance | path

Searched refs:formatsSet (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp137 std::bitset<kKnownFormatCount> formatsSet; in BuildFormatTable() local
142 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()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp165 void Texture3DBase::getSupportedCompressedFormats(std::set<int>& formatsSet) const in getSupportedCompressedFormats()
169 formatsSet.clear(); in getSupportedCompressedFormats()
180 formatsSet.insert(glFormat); in getSupportedCompressedFormats()