Home
last modified time | relevance | path

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

/external/flatbuffers/python/flatbuffers/reflection/
DBaseType.py12 UShort = 6 variable in BaseType
/external/rust/crates/bindgen/ir/
Dint.rs28 UShort, enumerator
/external/flatbuffers/include/flatbuffers/
Dminireflect.h54 virtual void UShort(uint16_t, const char *) {} in UShort() function
362 void UShort(uint16_t x, const char *name) { Named(x, name); } in UShort() function
Dreflection_generated.h55 UShort = 6, enumerator
/external/angle/src/tests/gl_tests/
DAttributeLayoutTest.cpp385 Format<GLushort, GL_UNSIGNED_SHORT, false> UShort(es3); in GetTestCases() local
726 Format<GLushort, GL_UNSIGNED_SHORT, false> UShort(es3); in GetTestCases() local
747 Format<GLushort, GL_UNSIGNED_SHORT, false, true> UShort(es3); in GetTestCases() local
/external/swiftshader/src/Reactor/
DReactor.cpp1014 UShort::UShort(Argument<UShort> argument) in UShort() function in rr::UShort
1019 UShort::UShort(RValue<UInt> cast) in UShort() function in rr::UShort
1026 UShort::UShort(RValue<Int> cast) in UShort() function in rr::UShort
1033 UShort::UShort(RValue<Byte> cast) in UShort() function in rr::UShort
1040 UShort::UShort(unsigned short x) in UShort() function in rr::UShort
1045 UShort::UShort(RValue<UShort> rhs) in UShort() function in rr::UShort
1050 UShort::UShort(const UShort &rhs) in UShort() function in rr::UShort
1055 UShort::UShort(const Reference<UShort> &rhs) in UShort() function in rr::UShort
DReactor.hpp596 class UShort : public LValue<UShort> class
/external/freetype/src/raster/
Dftraster.c301 typedef unsigned short UShort, *PUShort; typedef
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py299 class UShort(IntValue): class