Searched refs:ApiCall (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dtestgenapi.py22 from genapi import DataType, ApiCall, getApis, parseArgs namespace
32 api = ApiCall("GL", apientry, callsite)
H A Dgenapi.py261 class ApiCall(object): class in inherits: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 65 milliseconds