Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/scripts/egl/
H A Dcall_log_wrapper.py65 def eglwPrefix (string): function
73 return ", ".join(eglwPrefix(param.declaration) for param in command.params)
78 return "%s\t%s\t(%s);" % (eglwPrefix(command.type), command.name, prefixedParams(command))
98 src += "%s CallLogWrapper::%s (%s)\n{\n" % (eglwPrefix(command.type), command.name, ", ".join(eglwPrefix(p.declaration) for p in command.params))
122 src += "\t%s returnValue = %s;\n" % (eglwPrefix(command.type), callStr)

Completed in 1 milliseconds