Home
last modified time | relevance | path

Searched refs:getFunctionTypeName (Results 1 – 8 of 8) sorted by relevance

/external/deqp/scripts/opengl/
Dgen_func_ptrs.py28 getFunctionTypeName(command.name),
32 return "%s\t%s;" % (getFunctionTypeName(command.name),
Dgen_func_init.py28 getFunctionTypeName(command.name),
Dgen_es_direct_init.py28 cast = "(%s)" % getFunctionTypeName(command.name)
Dgen_ext_init.py59 getFunctionTypeName(ifaceName),
Dsrc_util.py230 def getFunctionTypeName (funcName): function
/external/deqp/scripts/egl/
Dfunc_ptrs.py29 getFunctionTypeName(command.name),
33 return "%s\t%s;" % (getFunctionTypeName(command.name),
Dcommon.py99 def getFunctionTypeName (funcName): function
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py430 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), …