Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go296 var BoolType Type = &fixedType{8, 8, Bool, "bool"}
299 &unsignedFixedType{fixedType{8, 8, Char, "char"}},
300 &unsignedFixedType{fixedType{8, 8, Char, "char"}},
301 &unsignedFixedType{fixedType{8, 8, Char, "char"}},
302 &unsignedFixedType{fixedType{8, 8, Char, "char"}},
303 &signedFixedType{fixedType{8, 8, Char, "char"}},
304 &signedFixedType{fixedType{8, 8, Char, "char"}}}
306 var Char16TType Type = &unsignedFixedType{fixedType{16, 16, Char16T, "char16_t"}}
308 var Char32TType Type = &unsignedFixedType{fixedType{32, 32, Char32T, "char32_t"}}
310 var SCharType Type = &signedFixedType{fixedType{8, 8, SChar, "signed char"}}
[all …]
/frameworks/av/media/img_utils/include/img_utils/
DTiffWriter.h288 TagType fixedType = definition->defaultType; in buildEntry() local
289 if (TiffEntry::forceValidType(fixedType, data) == NULL) { in buildEntry()
294 *outEntry = new TiffEntryImpl<T>(tag, fixedType, count, in buildEntry()