Searched refs:Ushort (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
D | glsVertexArrayTests.cpp | 241 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() 246 …return GLValue::Ushort::create((min == max ? min : (deUint16)(min + (deRandom_getUint32(&rnd) % (m… in getRandom() 332 inline GLValue::Ushort minValue (void) in minValue() 334 return GLValue::Ushort::create(4 * 256); in minValue() 1161 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530)); in getMaxValue() 1179 rangesLo[(int)Array::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(0)); in getMinValue() 1272 alignmentSafeAssignment<deUint16>(data, getRandom<GLValue::Ushort>(rnd, min.us, max.us)); in setData() 1372 …data = createQuads<GLValue::Ushort>(seed, count, componentCount, offset, stride, primitive, min.us… in generateQuads() 1613 …data = createPerQuads<GLValue::Ushort>(seed, count, componentCount, stride, primitive, min.us, max… in generatePerQuad()
|
D | glsDrawTest.cpp | 426 typedef WrappedType<deUint16> Ushort; typedef in deqp::gls::__anon2b0ebd0f0111::GLValue 506 explicit GLValue (Ushort value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) {} in GLValue() 527 Ushort us; 598 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530)); in getMaxValue() 616 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(0)); in getMinValue() 633 template<> struct GLValueTypeTraits<GLValue::Ushort> { static const DrawTestSpec::InputType Type = … 647 template<> GLValue::Ushort inline extractGLValue<GLValue::Ushort> (const GLValue& v) { return v.us… in extractGLValue() 685 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() 690 …return GLValue::Ushort::create((min == max ? min : (deUint16)(min + (deRandom_getUint32(&rnd) % (m… in getRandom() 773 inline GLValue::Ushort minValue (void) in minValue() [all …]
|
D | glsVertexArrayTests.hpp | 307 typedef WrappedType<deUint16> Ushort; typedef in deqp::gls::GLValue 391 explicit GLValue (Ushort value) : type(Array::INPUTTYPE_UNSIGNED_SHORT), us(value) {} in GLValue() 412 Ushort us;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 94 Ushort, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 134 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Ushort, "unsigned short"); in outputPre()
|
D | MicrosoftDemangle.cpp | 1937 return Arena.alloc<PrimitiveTypeNode>(PrimitiveKind::Ushort); in demanglePrimitiveType()
|
/third_party/openGLES/docs/ |
D | syntaxrules.txt | 499 Ushort Unsigned Short GL
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | syntaxrules.txt | 499 Ushort Unsigned Short GL
|