Home | History | Annotate | Download | only in functional

Lines Matching refs:isDataTypeBoolOrBVec

286 		const glu::Precision	precision = glu::isDataTypeBoolOrBVec(basicType) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
398 const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
406 const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
414 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
415 const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
442 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
443 const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
640 else if (glu::isDataTypeBoolOrBVec((value.type)))
673 else if (glu::isDataTypeBoolOrBVec((value.type)))
710 else if (glu::isDataTypeBoolOrBVec(type))
762 else if (glu::isDataTypeBoolOrBVec(type))
818 else if (glu::isDataTypeBoolOrBVec(a.type))
837 DE_ASSERT(glu::isDataTypeBoolOrBVec(boolValue.type));
1753 else if (glu::isDataTypeBoolOrBVec(uniform.type))
1828 else if (glu::isDataTypeBoolOrBVec(uniform.type))
1895 const VarValue apiValue = glu::isDataTypeBoolOrBVec(unifValue.type) ? getRandomBoolRepresentation(unifValue, boolApiType, rnd)
1901 if (glu::isDataTypeBoolOrBVec(uniform.type))
2768 const bool containsBooleans = uniformCollection->containsMatchingBasicType(glu::isDataTypeBoolOrBVec);
2833 const bool containsBooleans = uniformCollection->containsMatchingBasicType(glu::isDataTypeBoolOrBVec);