OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normal_ents
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_apitemp.py
219
normal_ents
, proto_ents = self.classifyEntryPoints(f)
222
if f.name in
normal_ents
:
223
normal_ents
.remove(f.name)
227
normal_ents
= [f.static_name(ent) for ent in
normal_ents
]
230
normal_entries.extend(
normal_ents
)
277
normal_ents
, proto_ents = self.classifyEntryPoints(func)
278
normal_entry_points.append((func,
normal_ents
))
/external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py
219
normal_ents
, proto_ents = self.classifyEntryPoints(f)
222
if f.name in
normal_ents
:
223
normal_ents
.remove(f.name)
227
normal_ents
= [f.static_name(ent) for ent in
normal_ents
]
230
normal_entries.extend(
normal_ents
)
277
normal_ents
, proto_ents = self.classifyEntryPoints(func)
278
normal_entry_points.append((func,
normal_ents
))
Completed in 42 milliseconds