OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getApis
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libs/GLES_trace/tools/
testgenapi.py
22
from genapi import DataType, ApiCall,
getApis
, parseArgs
42
gl2_apis =
getApis
('../../GLES2/gl2_api.in', 'GL2')
43
gl2ext_apis =
getApis
('../../GLES2/gl2ext_api.in', 'GL2Ext')
44
gl_apis =
getApis
('../../GLES_CM/gl_api.in', "GL1")
45
glext_apis =
getApis
('../../GLES_CM/glext_api.in', 'GL1Ext')
genapi.py
346
def
getApis
(apiEntryFile, prefix):
359
a =
getApis
(specfile, name)
Completed in 987 milliseconds