Home
last modified time | relevance | path

Searched refs:commandParams (Results 1 – 8 of 8) sorted by relevance

/external/deqp/scripts/egl/
Dlibrary.py24 from khr_util.format import indentLines, commandParams, commandArgs
37 commandParams(command))
43 commandParams(command))
54 paramDecls = commandParams(command),
Dgtf_wrapper.py75 paramDecls = commandParams(command),
88 commandParams = khr_util.format.commandParams variable
Dfunc_ptrs.py24 from khr_util.format import commandParams
30 commandParams(command))
/external/deqp/scripts/opengl/
Dsrc_util.py249 commandParams = khr_util.format.commandParams variable
Dgen_func_ptrs.py29 commandParams(command))
Dgen_null_render_context.py68 paramDecls = commandParams(command),
Dgen_wrapper.py70 paramDecls = commandParams(command),
/external/deqp/scripts/khr_util/
Dformat.py114 def commandParams (command): function