Searched defs:unifValue (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1435 const VarValue& unifValue = values[unifNdx]; local
1440 if (unifValue.type == glu::TYPE_INVALID) // This happens when glGetUniformLocation() returned -1.
1448 if (unifValue.val.VAR_VALUE_MEMBER[i] != ZERO) \
1464 if (unifValue.val.samplerV.unit != 0)
1512 VarValue unifValue; local
1519 unifValue = elemUnif->finalValue;
1522 unifValue = uniform.finalValue;
1524 const VarValue apiValue = glu::isDataTypeBoolOrBVec(unifValue.type) ? getRandomBoolRepresentation(unifValue, boolApiType, rnd)
1525 : glu::isDataTypeSampler(unifValue
1646 const VarValue& unifValue = values[unifNdx]; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp1386 VarValue unifValue; local
1393 unifValue = elemUnif->finalValue;
1396 unifValue = uniform.finalValue;
1398 const VarValue apiValue = glu::isDataTypeBoolOrBVec(unifValue.type) ? getRandomBoolRepresentation(unifValue, boolApiType, rnd)
1399 : glu::isDataTypeSampler(unifValue.type) ? getSamplerUnitValue(unifValue)
1400 : unifValue;
1405 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage;
1561 const VarValue& unifValue local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1801 const VarValue& unifValue = values[unifNdx]; local
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; local
1890 unifValue = elemUnif->finalValue;
1893 unifValue = uniform.finalValue;
1895 const VarValue apiValue = glu::isDataTypeBoolOrBVec(unifValue.type) ? getRandomBoolRepresentation(unifValue, boolApiType, rnd)
1896 : glu::isDataTypeSampler(unifValue
2058 const VarValue& unifValue = values[unifNdx]; local
[all...]

Completed in 390 milliseconds