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

/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py123 # EnumInfo - registry information about an enum
126 class EnumInfo(BaseInfo): class in inherits:BaseInfo
345 # enuminfo - EnumInfo for an enum
624 # EnumInfo.type is a C value suffix (e.g. u, ull)
647 # enumdict - dictionary of EnumInfo objects keyed by enum name
771 self.addElementInfo(enum, EnumInfo(enum), 'enum', self.enumdict)

Completed in 652 milliseconds