Searched refs:UInt32TType (Results 1 – 5 of 5) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_types.go | 26 var DWORDType = cpp_types.AliasType("DWORD", cpp_types.UInt32TType) 31 "GgpStreamDescriptor", cpp_types.UInt32TType) 75 var XcbVisualidTType = cpp_types.AliasType("xcb_visualid_t", cpp_types.UInt32TType) 77 var XcbWindowTType = cpp_types.AliasType("xcb_window_t", cpp_types.UInt32TType) 79 var ZxHandleTType = cpp_types.AliasType("zx_handle_t", cpp_types.UInt32TType) 190 "uint32_t": cpp_types.UInt32TType,
|
D | gen_vulkan_test.go | 27 cpp_types.Field("i", cpp_types.UInt32TType)}), false, "") 29 cpp_types.Field("i", cpp_types.UInt32TType),
|
D | cpp_types_test.go | 171 Field("b", UInt32TType)}), 176 Field("a", UInt32TType),
|
D | vulkan_xml.go | 790 return cpp_types.AliasType(typе.Name, cpp_types.UInt32TType), nil 884 basetype = cpp_types.UInt32TType
|
D | cpp_types.go | 397 var UInt32TType Type = &unsignedFixedType{fixedType{32, 32, UInt32T, "std::uint32_t"}} var
|