Home | History | Annotate | Download | only in functional

Lines Matching refs:scalarType

295 	const glu::DataType		scalarType		= glu::getDataTypeScalarType(basicType);
306 switch (scalarType)
1647 const glu::DataType scalarType = scalarTypes[scalarTypeNdx];
1649 if ((!floatTypes && scalarType == glu::TYPE_FLOAT) ||
1650 (!intTypes && scalarType == glu::TYPE_INT) ||
1651 (!uintTypes && scalarType == glu::TYPE_UINT))
1659 group->addChild(new TestClass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderType)));