/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 223 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max) in getRandom() 228 return GLValue::Float::create(min + deRandom_getFloat(&rnd) * (max.to<float>() - min.to<float>())); in getRandom() 232 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max) in getRandom() 237 …return GLValue::Short::create((min == max ? min : (deInt16)(min + (deRandom_getUint32(&rnd) % (max… in getRandom() 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() 250 inline GLValue::Byte getRandom (deRandom& rnd, GLValue::Byte min, GLValue::Byte max) in getRandom() 255 …return GLValue::Byte::create((min == max ? min : (deInt8)(min + (deRandom_getUint32(&rnd) % (max.t… in getRandom() 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() [all …]
|
D | glsDrawTest.cpp | 390 class GLValue class 500 GLValue (void) : type(DrawTestSpec::INPUTTYPE_LAST) {} in GLValue() function in deqp::gls::__anon43398ad90111::GLValue 501 explicit GLValue (Float value) : type(DrawTestSpec::INPUTTYPE_FLOAT), fl(value) {} in GLValue() function in deqp::gls::__anon43398ad90111::GLValue 502 explicit GLValue (Fixed value) : type(DrawTestSpec::INPUTTYPE_FIXED), fi(value) {} in GLValue() function in deqp::gls::__anon43398ad90111::GLValue 503 explicit GLValue (Byte value) : type(DrawTestSpec::INPUTTYPE_BYTE), b(value) {} in GLValue() function in deqp::gls::__anon43398ad90111::GLValue 504 explicit GLValue (Ubyte value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE), ub(value) {} in GLValue() function in deqp::gls::__anon43398ad90111::GLValue 505 explicit GLValue (Short value) : type(DrawTestSpec::INPUTTYPE_SHORT), s(value) {} in GLValue() function in deqp::gls::__anon43398ad90111::GLValue 506 explicit GLValue (Ushort value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) {} in GLValue() function in deqp::gls::__anon43398ad90111::GLValue 507 explicit GLValue (Int value) : type(DrawTestSpec::INPUTTYPE_INT), i(value) {} in GLValue() function in deqp::gls::__anon43398ad90111::GLValue 508 explicit GLValue (Uint value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue() function in deqp::gls::__anon43398ad90111::GLValue [all …]
|
D | glsVertexArrayTests.hpp | 237 class GLValue class 385 GLValue (void) : type(Array::INPUTTYPE_LAST) {} in GLValue() function in deqp::gls::GLValue 386 explicit GLValue (Float value) : type(Array::INPUTTYPE_FLOAT), fl(value) {} in GLValue() function in deqp::gls::GLValue 387 explicit GLValue (Fixed value) : type(Array::INPUTTYPE_FIXED), fi(value) {} in GLValue() function in deqp::gls::GLValue 388 explicit GLValue (Byte value) : type(Array::INPUTTYPE_BYTE), b(value) {} in GLValue() function in deqp::gls::GLValue 389 explicit GLValue (Ubyte value) : type(Array::INPUTTYPE_UNSIGNED_BYTE), ub(value) {} in GLValue() function in deqp::gls::GLValue 390 explicit GLValue (Short value) : type(Array::INPUTTYPE_SHORT), s(value) {} in GLValue() function in deqp::gls::GLValue 391 explicit GLValue (Ushort value) : type(Array::INPUTTYPE_UNSIGNED_SHORT), us(value) {} in GLValue() function in deqp::gls::GLValue 392 explicit GLValue (Int value) : type(Array::INPUTTYPE_INT), i(value) {} in GLValue() function in deqp::gls::GLValue 393 explicit GLValue (Uint value) : type(Array::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue() function in deqp::gls::GLValue [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexArrayTest.cpp | 96 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 97 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 166 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 167 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 237 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 238 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 305 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 306 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 368 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 369 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() [all …]
|
/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 97 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 98 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 167 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 168 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 238 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 239 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 306 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 307 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayTest.cpp | 95 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 96 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 200 GLValue::getMinValue(m_type), in init() 201 GLValue::getMaxValue(m_type)); in init() 303 GLValue::getMinValue(m_type), in init() 304 GLValue::getMaxValue(m_type)); in init() 404 GLValue::getMinValue(m_type), in init() 405 GLValue::getMaxValue(m_type)); in init() 498 GLValue::getMinValue(m_type), in init() 499 GLValue::getMaxValue(m_type)); in init() [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 98 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 99 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 203 GLValue::getMinValue(m_type), in init() 204 GLValue::getMaxValue(m_type)); in init() 306 GLValue::getMinValue(m_type), in init() 307 GLValue::getMaxValue(m_type)); in init() 407 GLValue::getMinValue(m_type), in init() 408 GLValue::getMaxValue(m_type)); in init()
|