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 | 59 getFunctionTypeName(ifaceName),
|
D | src_util.py | 230 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 | 99 def getFunctionTypeName (funcName): function
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 430 def getFunctionTypeName (function): function 1043 …ef VKAPI_ATTR %s\t(VKAPI_CALL* %s)\t(%s);" % (function.returnType, getFunctionTypeName(function), … 1053 yield "%s\t%s;" % (getFunctionTypeName(function), getInterfaceName(function)) 1055 yield "%s\t%s;" % (getFunctionTypeName(function), getInterfaceName(function)) 1066 …%s\t= (%s)\tGET_PROC_ADDR(\"%s\");" % (getInterfaceName(function), getFunctionTypeName(function), … 1068 …%s\t= (%s)\tGET_PROC_ADDR(\"%s\");" % (getInterfaceName(function), getFunctionTypeName(function), … 1071 …%s\t= (%s)\tGET_PROC_ADDR(\"%s\");" % (getInterfaceName(function), getFunctionTypeName(function), …
|