Searched refs:EnumField (Results 1 – 3 of 3) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types_test.go | 186 EnumField("open", IntType, "", 1), 187 EnumField("close", IntType, "", 2)}), 189 EnumField("open", IntType, "", 1), 190 EnumField("close", IntType, "", 2)}), 192 EnumField("open", IntType, "", 1), 193 EnumField("close", IntType, "", 2)}), 195 EnumField("open", IntType, "", 1), 196 EnumField("close", IntType, "", 2)}), 198 EnumField("open", IntType, "", 2), 199 EnumField("close", IntType, "", 1)}), [all …]
|
D | vulkan_xml.go | 892 values = append(values, cpp_types.EnumField(element.Name, basetype, element.Alias, value))
|
D | cpp_types.go | 290 func EnumField(name string, basetype Type, alias string, value int64) EnumFieldInfo { func
|