Home
last modified time | relevance | path

Searched refs:FormatEntry (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDeferredTranscript.java22 private final class FormatEntry { class in DeferredTranscript
27 public FormatEntry(String fmt, Object[] args) { in FormatEntry() method in DeferredTranscript.FormatEntry
51 private List<FormatEntry> formats;
63 .map(FormatEntry::format) in clear()
83 formats.add(new FormatEntry(fmt, args)); in add()
/external/deqp/modules/glshared/
DglsFboUtil.hpp176 typedef Pair<FormatFlags, FormatKeys> FormatEntry; typedef
177 typedef Range<FormatEntry> FormatEntries;
DglsFboUtil.cpp226 for (const FormatEntry *it = stdFmts.begin(); it != stdFmts.end(); it++) in addFormats()
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp66 static const FormatEntry s_es2Formats[] = {
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp94 static const FormatEntry s_es3Formats[] = {
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1927 struct FormatEntry struct