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

/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_offsets.py38 self.header_tag = '_GLAPI_OFFSETS_H_'
H A DglX_proto_size.py416 self.header_tag = "_INDIRECT_REQSIZE_H_"
672 header_tag = None
685 header_tag = val
691 if header_tag:
692 printer.header_tag = header_tag
H A Dgl_table.py37 self.header_tag = '_GLAPI_TABLE_H_'
82 self.header_tag = '_DISPATCH_H_'
H A Dgl_XML.py102 # The header_tag is the name of the C preprocessor define
108 self.header_tag = None
137 if self.header_tag:
138 print '#if !defined( %s )' % (self.header_tag)
139 print '# define %s' % (self.header_tag)
155 if self.header_tag:
157 print '#endif /* !defined( %s ) */' % (self.header_tag)
H A DglX_proto_recv.py39 self.header_tag = "_INDIRECT_DISPATCH_H_"
H A DglX_proto_send.py1021 self.header_tag = "_INDIRECT_H_"
/external/sfntly/cpp/src/sfntly/table/
H A Dtable.h76 virtual int32_t header_tag() { return header_->tag(); } function in class:sfntly::Table

Completed in 122 milliseconds