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.py40 getFunctionTypeName(ifaceName),
Dsrc_util.py146 def getFunctionTypeName (funcName): function
/external/deqp/scripts/egl/
Dfunc_ptrs.py29 getFunctionTypeName(command.name),
33 return "%s\t%s;" % (getFunctionTypeName(command.name),
Dcommon.py93 def getFunctionTypeName (funcName): function
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py235 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), …