OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abi_functions
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mapi/glapi/gen/
gl_offsets.py
49
abi_functions
= []
57
abi_functions
.append( f )
64
for f in
abi_functions
:
gl_table.py
128
abi_functions
= []
136
abi_functions
.append( [f, -1] )
144
print '#define _gloffset_COUNT %d' % (len(
abi_functions
+ functions))
147
for f, index in
abi_functions
:
186
for f, index in
abi_functions
+ functions:
Completed in 555 milliseconds