Home
last modified time | relevance | path

Searched refs:ExtendedStructInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dgen_vulkan.go828 if len(typе.(vulkan_xml.ExtendedStructInfo).ExtendedWith()) > 0 {
835 for _, extra_type := range typе.(vulkan_xml.ExtendedStructInfo).ExtendedWith() {
868 base_type.(vulkan_xml.ExtendedStructInfo).OptionalStruct() {
917 base_type.(vulkan_xml.ExtendedStructInfo).OptionalStruct() {
1259 if typе.(vulkan_xml.ExtendedStructInfo).OptionalStruct() {
1326 if typе.(vulkan_xml.ExtendedStructInfo).OptionalStruct() {
1703 if typе.(vulkan_xml.ExtendedStructInfo).OptionalStruct() {
1844 if typе.(vulkan_xml.ExtendedStructInfo).OptionalStruct() {
3235 if !typе.(vulkan_xml.ExtendedStructInfo).OptionalStruct() {
3238 optional_value := typе.(vulkan_xml.ExtendedStructInfo).OptionalValue()
[all …]
Dvulkan_xml.go118 type ExtendedStructInfo interface { interface