Home
last modified time | relevance | path

Searched refs:is_function_exported (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/vulkan/scripts/
Dapi_generator.py112 if (cmd in gencom.extension_dict and gencom.is_function_exported(cmd)):
175 if gencom.is_function_exported(cmd):
369 if gencom.is_function_exported(cmd) and not _is_intercepted(cmd):
376 if gencom.is_function_exported(cmd) and not _is_intercepted(cmd):
398 if gencom.is_function_exported(cmd):
Dgenerator_common.py274 def is_function_exported(cmd): function
298 return is_function_exported(cmd) and is_instance_dispatched(cmd)
307 return is_function_exported(cmd) and is_device_dispatched(cmd)