HomeSort by relevance Sort by last modified time
    Searched defs:Ushort (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 35 Ushort,
121 USHORT Size;
122 USHORT Version;
149 USHORT Flags; // use CM resource flag defines
150 USHORT Spare2; // align
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 307 typedef WrappedType<deUint16> Ushort;
391 explicit GLValue (Ushort value) : type(Array::INPUTTYPE_UNSIGNED_SHORT), us(value) {}
412 Ushort us;
glsDrawTest.cpp 425 typedef WrappedType<deUint16> Ushort;
505 explicit GLValue (Ushort value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) {}
526 Ushort us;
609 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530));
627 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(0));
644 template<> struct GLValueTypeTraits<GLValue::Ushort> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT; };
658 template<> GLValue::Ushort inline extractGLValue<GLValue::Ushort> (const GLValue& v) { return v.us; };
696 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max
    [all...]

Completed in 91 milliseconds