OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prefixedParams
(Results
1 - 2
of
2
) sorted by null
/external/deqp/scripts/egl/
call_log_wrapper.py
71
def
prefixedParams
(command):
78
return "%s\t%s\t(%s);" % (eglwPrefix(command.type), command.name,
prefixedParams
(command))
/external/deqp/scripts/opengl/
gen_call_log_wrapper.py
359
def
prefixedParams
(command):
366
return "%s\t%s\t(%s);" % (glwPrefix(command.type), command.name,
prefixedParams
(command))
391
src += "%s CallLogWrapper::%s (%s)\n{\n" % (glwPrefix(command.type), command.name,
prefixedParams
(command))
Completed in 383 milliseconds