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
32 commandParams(command))
38 commandParams(command))
49 paramDecls = commandParams(command),
Dgtf_wrapper.py70 paramDecls = commandParams(command),
83 commandParams = khr_util.format.commandParams variable
Dfunc_ptrs.py24 from khr_util.format import commandParams
30 commandParams(command))
/external/deqp/scripts/opengl/
Dsrc_util.py231 commandParams = khr_util.format.commandParams variable
Dgen_func_ptrs.py29 commandParams(command))
Dgen_null_render_context.py68 paramDecls = commandParams(command),
Dgen_wrapper.py65 paramDecls = commandParams(command),
/external/deqp/scripts/khr_util/
Dformat.py110 def commandParams (command): function