Searched refs:VoidType (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_types.go | 34 "HANDLE", cpp_types.PointerType(cpp_types.VoidType)) 83 "_screen_context": cpp_types.VoidType, // Treat as opaque type for now. 84 "_screen_window": cpp_types.VoidType, // Treat as opaque type for now. 85 "_screen_buffer": cpp_types.VoidType, // Treat as opaque type for now. 114 "StdVideoDecodeH264Mvc": cpp_types.VoidType, // Treat as opaque type for now. 115 "StdVideoDecodeH264MvcElement": cpp_types.VoidType, // Treat as opaque type for now. 117 "StdVideoDecodeH264PictureInfo": cpp_types.VoidType, // Treat as opaque type for now. 119 "StdVideoDecodeH264ReferenceInfo": cpp_types.VoidType, // Treat as opaque type for now. 121 "StdVideoDecodeH265PictureInfo": cpp_types.VoidType, // Treat as opaque type for now. 123 "StdVideoDecodeH265ReferenceInfo": cpp_types.VoidType, // Treat as opaque type for now. [all …]
|
D | cpp_types_test.go | 152 PointerType(FunctionType(VoidType, []FieldInfo{Field("sig1", IntType)})), 156 VoidType, []FieldInfo{Field("sig3", IntType)})))}))
|
D | vulkan_xml.go | 754 return cpp_types.PointerType(cpp_types.VoidType), nil 760 return cpp_types.PointerType(cpp_types.VoidType), nil 766 return cpp_types.PointerType(cpp_types.VoidType), nil 772 return cpp_types.PointerType(cpp_types.VoidType), nil 778 return cpp_types.PointerType(cpp_types.VoidType), nil 796 return cpp_types.AliasType(typе.Name, cpp_types.PointerType(cpp_types.VoidType)), nil
|
D | cpp_types.go | 294 var VoidType Type = &opaqueType{Void, "void"} var
|