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

/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1425 const VarValue& unifValue = values[unifNdx]; local
1430 if (unifValue.type == glu::TYPE_INVALID) // This happens when glGetUniformLocation() returned -1.
1438 if (unifValue.val.VAR_VALUE_MEMBER[i] != (ZERO)) \
1454 if (unifValue.val.samplerV.unit != 0)
1502 VarValue unifValue; local
1509 unifValue = elemUnif->finalValue;
1512 unifValue = uniform.finalValue;
1514 const VarValue apiValue = glu::isDataTypeBoolOrBVec(unifValue.type) ? getRandomBoolRepresentation(unifValue, boolApiType, rnd)
1515 : glu::isDataTypeSampler(unifValue
1636 const VarValue& unifValue = values[unifNdx]; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp1376 VarValue unifValue; local
1383 unifValue = elemUnif->finalValue;
1386 unifValue = uniform.finalValue;
1388 const VarValue apiValue = glu::isDataTypeBoolOrBVec(unifValue.type) ? getRandomBoolRepresentation(unifValue, boolApiType, rnd)
1389 : glu::isDataTypeSampler(unifValue.type) ? getSamplerUnitValue(unifValue)
1390 : unifValue;
1395 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage;
1551 const VarValue& unifValue local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1791 const VarValue& unifValue = values[unifNdx]; local
1796 if (unifValue.type == glu::TYPE_INVALID) // This happens when glGetUniformLocation() returned -1.
1804 if (unifValue.val.VAR_VALUE_MEMBER[i] != (ZERO)) \
1822 if (unifValue.val.samplerV.unit != 0)
1873 VarValue unifValue; local
1880 unifValue = elemUnif->finalValue;
1883 unifValue = uniform.finalValue;
1885 const VarValue apiValue = glu::isDataTypeBoolOrBVec(unifValue.type) ? getRandomBoolRepresentation(unifValue, boolApiType, rnd)
1886 : glu::isDataTypeSampler(unifValue
2048 const VarValue& unifValue = values[unifNdx]; local
[all...]

Completed in 667 milliseconds