Home | History | Annotate | Download | only in functional

Lines Matching refs:scalarType

322 	const glu::DataType		scalarType		= glu::getDataTypeScalarType(basicType);
333 switch (scalarType)
2081 const glu::DataType scalarType = scalarTypes[scalarTypeNdx];
2083 if ((!floatTypes && scalarType == glu::TYPE_FLOAT) ||
2084 (!intTypes && scalarType == glu::TYPE_INT) ||
2085 (!uintTypes && scalarType == glu::TYPE_UINT))
2095 group->addChild(new TestClass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx)));