Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dgen_vulkan.go175 err = printFunctionPointerTypes(out_file, sorted_command_names, commands)
768 func printFunctionPointerTypes(w io.Writer, sorted_command_names []string, commands map[string]cpp_… func