Searched refs:field_type (Results 1 – 3 of 3) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | gen_vulkan.go | 647 field_type := typе.Field(id, cpp_types.FirstArch).Type() 648 if !areBaseTypesDeclared(field_type, declared_types) { 708 field_type := typе.Field(id, cpp_types.FirstArch).Type() 709 if isPtrToOpaque(field_type) { 711 … _, err = fmt.Fprintf(w, " struct %s;\n", field_type.DeclareVar(field_name, cpp_types.FirstArch)) 712 } else if isPtrToConstOpaque(field_type) { 714 …_, err = fmt.Fprintf(w, " const struct %s;\n", cpp_types.PointerType(field_type.Elem(cpp_types.Fi… 715 } else if isPtrToFunc(field_type) { 719 _, err = fmt.Fprintf(w, " %s;\n", field_type.Elem(cpp_types.FirstArch).DeclareVar( 721 } else if isConstPtrToFunc(field_type) { [all …]
|
D | vulkan_xml.go | 654 …if field_type, ok := types[pointee_type.Name(cpp_types.FirstArch)]; ok && field_type.Kind(cpp_type… 655 field.Type().(cpp_types.ModifyablePtrType).ReplaceElem(field_type) 659 …if field_type, ok := types[pointee_type.Elem(cpp_types.FirstArch).Name(cpp_types.FirstArch)]; ok &… 660 field.Type().(cpp_types.ModifyablePtrType).ReplaceElem(cpp_types.ConstType(field_type))
|
/frameworks/base/core/jni/ |
D | android_hardware_Camera.cpp | 1101 const char *field_type; member 1110 jfieldID field = GetFieldIDOrDie(env, clazz, f->field_name, f->field_type); in find_fields()
|