Searched refs:getFunctionTypeName (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/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 | 59 getFunctionTypeName(ifaceName),
|
D | src_util.py | 230 def getFunctionTypeName (funcName): function
|
/third_party/vk-gl-cts/scripts/egl/ |
D | func_ptrs.py | 29 getFunctionTypeName(command.name), 33 return "%s\t%s;" % (getFunctionTypeName(command.name),
|
D | common.py | 99 def getFunctionTypeName (funcName): function
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | ohos_gen_framework.py | 424 def getFunctionTypeName (function): function 1045 …ef VKAPI_ATTR %s\t(VKAPI_CALL* %s)\t(%s);" % (function.returnType, getFunctionTypeName(function), … 1055 yield "%s\t%s;" % (getFunctionTypeName(function), getInterfaceName(function)) 1057 yield "%s\t%s;" % (getFunctionTypeName(function), getInterfaceName(function)) 1068 …%s\t= (%s)\tGET_PROC_ADDR(\"%s\");" % (getInterfaceName(function), getFunctionTypeName(function), … 1070 …%s\t= (%s)\tGET_PROC_ADDR(\"%s\");" % (getInterfaceName(function), getFunctionTypeName(function), … 1073 …%s\t= (%s)\tGET_PROC_ADDR(\"%s\");" % (getInterfaceName(function), getFunctionTypeName(function), …
|
D | gen_framework.py | 423 def getFunctionTypeName (function): function 1044 …ef VKAPI_ATTR %s\t(VKAPI_CALL* %s)\t(%s);" % (function.returnType, getFunctionTypeName(function), … 1054 yield "%s\t%s;" % (getFunctionTypeName(function), getInterfaceName(function)) 1056 yield "%s\t%s;" % (getFunctionTypeName(function), getInterfaceName(function)) 1067 …%s\t= (%s)\tGET_PROC_ADDR(\"%s\");" % (getInterfaceName(function), getFunctionTypeName(function), … 1069 …%s\t= (%s)\tGET_PROC_ADDR(\"%s\");" % (getInterfaceName(function), getFunctionTypeName(function), … 1072 …%s\t= (%s)\tGET_PROC_ADDR(\"%s\");" % (getInterfaceName(function), getFunctionTypeName(function), …
|