Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types_test.go186 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 …]
Dvulkan_xml.go892 values = append(values, cpp_types.EnumField(element.Name, basetype, element.Alias, value))
Dcpp_types.go290 func EnumField(name string, basetype Type, alias string, value int64) EnumFieldInfo { func