Home
last modified time | relevance | path

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

/external/deqp/scripts/egl/
Dlibrary.py4 from khr_util.format import indentLines, commandParams, commandArgs
12 commandParams(command))
18 commandParams(command))
29 paramDecls = commandParams(command),
Dfunc_ptrs.py4 from khr_util.format import commandParams
10 commandParams(command))
/external/deqp/scripts/opengl/
Dsrc_util.py157 commandParams = khr_util.format.commandParams variable
Dgen_func_ptrs.py29 commandParams(command))
Dgen_null_render_context.py66 paramDecls = commandParams(command),
Dgen_wrapper.py65 paramDecls = commandParams(command),
/external/deqp/scripts/khr_util/
Dformat.py96 def commandParams (command): function