Home | History | Annotate | Download | only in functional

Lines Matching refs:scalarType

328 			const glu::DataType	scalarType	= glu::getDataTypeScalarType(subType.getBasicType());
329 const char* const typeName = glu::getDataTypeName(scalarType);
330 const string expectValue = de::floatToString(getExpectedValue(scalarType, location >= 0 ? location+subTypeIndex : -1, typeName), 3);
332 if (glu::isDataTypeSampler(scalarType))
566 const glu::DataType scalarType = glu::getDataTypeScalarType(type.getBasicType());
567 const char* const typeName = glu::getDataTypeName(scalarType);
568 const float expectedValue = getExpectedValue(scalarType, expectedLocation, typeName);
570 if (glu::isDataTypeSampler(scalarType))
574 texList.push_back(createTexture(scalarType, expectedValue, binding).release());