Home
last modified time | relevance | path

Searched defs:aliasType (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go489 type aliasType struct { struct
490 name string
491 base_type Type
494 func (typе *aliasType) Align(arch Arch) uint {
498 func (typе *aliasType) Bits(arch Arch) uint {
502 func (typе *aliasType) DeclareVar(var_name string, arch Arch) string {
506 func (typе *aliasType) BaseName(Arch) string {
510 func (typе *aliasType) Name(Arch) string {
514 func (*aliasType) Kind(Arch) Kind {
518 func (typе *aliasType) Elem(arch Arch) Type {
[all …]