Home | History | Annotate | Download | only in functional

Lines Matching refs:unifValue

1801 		const VarValue&			unifValue	= values[unifNdx];
1806 if (unifValue.type == glu::TYPE_INVALID) // This happens when glGetUniformLocation() returned -1.
1814 if (unifValue.val.VAR_VALUE_MEMBER[i] != ZERO) \
1832 if (unifValue.val.samplerV.unit != 0)
1883 VarValue unifValue;
1890 unifValue = elemUnif->finalValue;
1893 unifValue = uniform.finalValue;
1895 const VarValue apiValue = glu::isDataTypeBoolOrBVec(unifValue.type) ? getRandomBoolRepresentation(unifValue, boolApiType, rnd)
1896 : glu::isDataTypeSampler(unifValue.type) ? getSamplerUnitValue(unifValue)
1897 : unifValue;
1902 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage;
2058 const VarValue& unifValue = values[unifNdx];
2062 if (unifValue.type == glu::TYPE_INVALID) // This happens when glGetUniformLocation() returned -1.
2065 if (!apiVarValueEquals(unifValue, uniform.finalValue))