OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:header_tag
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_offsets.py
38
self.
header_tag
= '_GLAPI_OFFSETS_H_'
gl_table.py
37
self.
header_tag
= '_GLAPI_TABLE_H_'
82
self.
header_tag
= '_DISPATCH_H_'
glX_proto_size.py
416
self.
header_tag
= "_INDIRECT_REQSIZE_H_"
672
header_tag
= None
685
header_tag
= val
691
if
header_tag
:
692
printer.
header_tag
=
header_tag
gl_XML.py
102
# 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
)
glX_proto_recv.py
39
self.
header_tag
= "_INDIRECT_DISPATCH_H_"
glX_proto_send.py
1021
self.
header_tag
= "_INDIRECT_H_"
[
all
...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table.h
76
virtual int32_t
header_tag
() { return header_->tag(); }
function in class:sfntly::Table
/external/mesa3d/src/mapi/glapi/gen/
gl_offsets.py
38
self.
header_tag
= '_GLAPI_OFFSETS_H_'
gl_table.py
37
self.
header_tag
= '_GLAPI_TABLE_H_'
82
self.
header_tag
= '_DISPATCH_H_'
glX_proto_size.py
416
self.
header_tag
= "_INDIRECT_REQSIZE_H_"
672
header_tag
= None
685
header_tag
= val
691
if
header_tag
:
692
printer.
header_tag
=
header_tag
gl_XML.py
102
# 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
)
glX_proto_recv.py
39
self.
header_tag
= "_INDIRECT_DISPATCH_H_"
glX_proto_send.py
1021
self.
header_tag
= "_INDIRECT_H_"
[
all
...]
/external/sfntly/cpp/src/sfntly/table/
table.h
76
virtual int32_t
header_tag
() { return header_->tag(); }
function in class:sfntly::Table
Completed in 1069 milliseconds