Home
last modified time | relevance | path

Searched refs:EnumInfo (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreg.py287 class EnumInfo(BaseInfo): class
434 "dictionary of EnumInfo objects keyed by enum name"
613 enumInfo = EnumInfo(enum)
682 # add an EnumInfo record to the dictionary. That works because
714 enumInfo = EnumInfo(enum)
792 enumInfo = EnumInfo(enum)
1382 # Mark this element as required (in the element, not the EnumInfo)
/third_party/vulkan-headers/registry/
H A Dreg.py287 class EnumInfo(BaseInfo): class
434 "dictionary of EnumInfo objects keyed by enum name"
613 enumInfo = EnumInfo(enum)
682 # add an EnumInfo record to the dictionary. That works because
714 enumInfo = EnumInfo(enum)
792 enumInfo = EnumInfo(enum)
1382 # Mark this element as required (in the element, not the EnumInfo)
/third_party/EGL/api/
H A Dreg.py106 # EnumInfo - registry information about an enum
109 class EnumInfo(BaseInfo): class
330 # enuminfo - EnumInfo for an enum
630 # EnumInfo.type is a C value suffix (e.g. u, ull)
653 # enumdict - dictionary of EnumInfo objects keyed by enum name
777 self.addElementInfo(enum, EnumInfo(enum), 'enum', self.enumdict)
/third_party/openGLES/xml/
H A Dreg.py105 # EnumInfo - registry information about an enum
108 class EnumInfo(BaseInfo): class
329 # enuminfo - EnumInfo for an enum
621 # EnumInfo.type is a C value suffix (e.g. u, ull)
644 # enumdict - dictionary of EnumInfo objects keyed by enum name
768 self.addElementInfo(enum, EnumInfo(enum), 'enum', self.enumdict)
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py116 # EnumInfo - registry information about an enum
119 class EnumInfo(BaseInfo): class
340 # enuminfo - EnumInfo for an enum
632 # EnumInfo.type is a C value suffix (e.g. u, ull)
655 # enumdict - dictionary of EnumInfo objects keyed by enum name
779 self.addElementInfo(enum, EnumInfo(enum), 'enum', self.enumdict)
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py117 # EnumInfo - registry information about an enum
120 class EnumInfo(BaseInfo): class
341 # enuminfo - EnumInfo for an enum
641 # EnumInfo.type is a C value suffix (e.g. u, ull)
664 # enumdict - dictionary of EnumInfo objects keyed by enum name
788 self.addElementInfo(enum, EnumInfo(enum), 'enum', self.enumdict)
/third_party/libabigail/tests/lib/
H A Dcatch.hpp1467 struct EnumInfo {
1471 ~EnumInfo();
1480 virtual Detail::EnumInfo const& registerEnum( StringRef enumName, StringRef allEnums, std::vector<int> const& values ) = 0;
1483 Detail::EnumInfo const& registerEnum( StringRef enumName, StringRef allEnums, std::initializer_list<E> values ) {
10566 std::unique_ptr<EnumInfo> makeEnumInfo( StringRef enumName, StringRef allValueNames, std::vector<int> const& values );
10570 std::vector<std::unique_ptr<EnumInfo>> m_enumInfos;
10572 EnumInfo const& registerEnum( StringRef enumName, StringRef allEnums, std::vector<int> const& values) override;
10615 EnumInfo::~EnumInfo() {}
10617 StringRef EnumInfo
[all...]

Completed in 23 milliseconds