Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_types.go194 "uint8_t": cpp_types.UInt8TType,
Dvulkan_xml.go1108 member_type = cpp_types.UInt8TType
1113 member_type = cpp_types.ArrayType(cpp_types.UInt8TType, 3)
Dcpp_types.go408 var UInt8TType Type = &unsignedFixedType{fixedType{8, 8, UInt8T, "std::uint8_t"}} var