Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go534 type fixedType struct { struct
535 size uint
536 align uint
537 kind Kind
538 name string
542 fixedType anonMember
546 fixedType anonMember
549 func (typе *fixedType) Align(Arch) uint {
553 func (typе *fixedType) Bits(Arch) uint {
557 func (typе *fixedType) DeclareVar(var_name string, arch Arch) string {
[all …]
/frameworks/av/media/img_utils/include/img_utils/
DTiffWriter.h288 TagType fixedType = definition->defaultType; in buildEntry() local