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.go515 type fixedType struct { struct
516 size uint
517 align uint
518 kind Kind
519 name string
523 fixedType anonMember
527 fixedType anonMember
530 func (typе *fixedType) Align(Arch) uint {
534 func (typе *fixedType) Bits(Arch) uint {
538 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