OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApiCall
(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
32
api =
ApiCall
("GL", apientry, callsite)
genapi.py
261
class
ApiCall
(object):
262
"""An
ApiCall
models all information about a single OpenGL API"""
275
"""Construct an
ApiCall
from its specification.
352
apis.append(
ApiCall
(prefix, lines[i*3], lines[i*3+1]))
Completed in 243 milliseconds