Searched refs:makeFunctionList (Results 1 – 1 of 1) sorted by relevance
/external/deqp/scripts/egl/ |
D | proc_address_tests.py | 46 def makeFunctionList (name, iface): function 51 for line in makeFunctionList(name, iface): 128 chain(makeFunctionList ("EGL14", eglCoreIface), 129 makeFunctionList ("GLES10", gles10CoreIface), 130 makeFunctionList ("GLES20", gles20CoreIface), 131 makeFunctionList ("GLES30", gles30CoreIface),
|