Searched defs:NeededConvertor (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | gen_vulkan.go | 972 type NeededConvertor struct { struct 973 need_base_convertor bool 974 need_array_convertor bool 975 need_const_convertor bool 976 need_const_array_convertor bool 979 …ed_type_names []string, types map[string]cpp_types.Type, conversion map[string]*NeededConvertor, h… 1118 …pe, host_arch cpp_types.Arch, guest_arch cpp_types.Arch, conversion map[string]*NeededConvertor) e… 1253 …pe, host_arch cpp_types.Arch, guest_arch cpp_types.Arch, conversion map[string]*NeededConvertor) e… 3308 …ed_type_names []string, types map[string]cpp_types.Type, conversion map[string]*NeededConvertor, h…
|