Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp234 for (const FormatExtEntry* entryIt = extFmts.begin(); entryIt != extFmts.end(); entryIt++) in addExtFormats() local
241 istringstream tokenStream(string(entryIt->extensions)); in addExtFormats()
265 for (const FormatKey* i2 = entryIt->formats.begin(); i2 != entryIt->formats.end(); i2++) in addExtFormats()
266 db.addExtensionFormat(formatKeyInfo(*i2), FormatFlags(entryIt->flags), requiredExtensions); in addExtFormats()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1991 auto entryIt = entries.find(objId); in get() local
1992 ASSERT_MSG(entryIt != entries.end(), "Missing shadow entry for object %%%d (%s)", in get()
1995 auto &entry = entryIt->second; in get()