Searched refs:Ubyte (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 259 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max) in getRandom() 264 …return GLValue::Ubyte::create((min == max ? min : (deUint8)(min + (deRandom_getUint32(&rnd) % (max… in getRandom() 344 inline GLValue::Ubyte minValue (void) in minValue() 346 return GLValue::Ubyte::create(4 * 2); in minValue() 389 inline GLValue::Ubyte abs (GLValue::Ubyte val) in abs() 1223 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_BYTE] = GLValue(Ubyte::create(255)); in getMaxValue() 1241 rangesLo[(int)Array::INPUTTYPE_UNSIGNED_BYTE] = GLValue(Ubyte::create(0)); in getMinValue() 1359 alignmentSafeAssignment<deUint8>(data, getRandom<GLValue::Ubyte>(rnd, min.ub, max.ub)); in setData() 1443 …data = createQuads<GLValue::Ubyte>(seed, count, componentCount, offset, stride, primitive, min.ub,… in generateQuads() 1691 …data = createPerQuads<GLValue::Ubyte>(seed, count, componentCount, stride, primitive, min.ub, max.… in generatePerQuad()
|
D | glsDrawTest.cpp | 429 typedef WrappedType<deUint8> Ubyte; typedef in deqp::gls::__anon43398ad90111::GLValue 504 explicit GLValue (Ubyte value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE), ub(value) {} in GLValue() 525 Ubyte ub; 609 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE] = GLValue(Ubyte::create(255)); in getMaxValue() 627 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE] = GLValue(Ubyte::create(0)); in getMinValue() 644 template<> struct GLValueTypeTraits<GLValue::Ubyte> { static const DrawTestSpec::InputType Type = … 658 template<> GLValue::Ubyte inline extractGLValue<GLValue::Ubyte> (const GLValue& v) { return v.ub; … in extractGLValue() 715 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max) in getRandom() 720 …return GLValue::Ubyte::create((min == max ? min : (deUint8)(min + (deRandom_getUint32(&rnd) % (max… in getRandom() 797 inline GLValue::Ubyte minValue (void) in minValue() [all …]
|
D | glsVertexArrayTests.hpp | 310 typedef WrappedType<deUint8> Ubyte; typedef in deqp::gls::GLValue 389 explicit GLValue (Ubyte value) : type(Array::INPUTTYPE_UNSIGNED_BYTE), ub(value) {} in GLValue() 410 Ubyte ub;
|