Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_types.go26 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,
Dgen_vulkan_test.go27 cpp_types.Field("i", cpp_types.UInt32TType)}), false, "")
29 cpp_types.Field("i", cpp_types.UInt32TType),
Dcpp_types_test.go171 Field("b", UInt32TType)}),
176 Field("a", UInt32TType),
Dvulkan_xml.go790 return cpp_types.AliasType(typе.Name, cpp_types.UInt32TType), nil
884 basetype = cpp_types.UInt32TType
Dcpp_types.go397 var UInt32TType Type = &unsignedFixedType{fixedType{32, 32, UInt32T, "std::uint32_t"}} var