Searched refs:getFunctionTypeName (Results 1 – 8 of 8) sorted by relevance
/external/deqp/scripts/opengl/ |
D | gen_func_ptrs.py | 28 getFunctionTypeName(command.name), 32 return "%s\t%s;" % (getFunctionTypeName(command.name),
|
D | gen_func_init.py | 28 getFunctionTypeName(command.name),
|
D | gen_es_direct_init.py | 28 cast = "(%s)" % getFunctionTypeName(command.name)
|
D | gen_ext_init.py | 40 getFunctionTypeName(ifaceName),
|
D | src_util.py | 146 def getFunctionTypeName (funcName): function
|
/external/deqp/scripts/egl/ |
D | func_ptrs.py | 29 getFunctionTypeName(command.name), 33 return "%s\t%s;" % (getFunctionTypeName(command.name),
|
D | common.py | 93 def getFunctionTypeName (funcName): function
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 235 def getFunctionTypeName (function): function 491 …ef VKAPI_ATTR %s\t(VKAPI_CALL* %s)\t(%s);" % (function.returnType, getFunctionTypeName(function), … 496 …writeInlFile(filename, INL_HEADER, indentLines(["%s\t%s;" % (getFunctionTypeName(function), getInt… 502 …%s\t= (%s)\tGET_PROC_ADDR(\"%s\");" % (getInterfaceName(function), getFunctionTypeName(function), …
|