Searched refs:FEATURE_UNIFORMFUNC_VALUE (Results 1 – 3 of 3) sorted by relevance
757 FEATURE_UNIFORMFUNC_VALUE = 1<<1, enumerator916 static const deUint32 uniformFuncChoices[] = { 0, FEATURE_UNIFORMFUNC_VALUE }; in randomFeatures()1496 …const bool assignByValue = m_features & FEATURE_UNIFORMFUNC_VALUE && !glu::isDataTypeMatrix(uni… in assignUniforms()1913 …_UNIFORMVALUE_ZERO : 0) | (assignMethod == ASSIGNMETHOD_VALUE ? FEATURE_UNIFORMFUNC_VALUE : 0) | a… in UniformValueCase()
918 FEATURE_UNIFORMFUNC_VALUE = 1<<1, enumerator1085 static const deUint32 uniformFuncChoices[] = { 0, FEATURE_UNIFORMFUNC_VALUE }; in randomFeatures()1867 …const bool assignByValue = m_features & FEATURE_UNIFORMFUNC_VALUE && !glu::isDataTypeMatrix(uni… in assignUniforms()2415 …_UNIFORMVALUE_ZERO : 0) | (assignMethod == ASSIGNMETHOD_VALUE ? FEATURE_UNIFORMFUNC_VALUE : 0) | a… in UniformValueCase()
812 FEATURE_UNIFORMFUNC_VALUE = 1<<1, enumerator1370 …const bool assignByValue = m_features & FEATURE_UNIFORMFUNC_VALUE && !glu::isDataTypeMatrix(uni… in assignUniforms()1783 (assignMethod == ASSIGNMETHOD_VALUE ? FEATURE_UNIFORMFUNC_VALUE : 0) | additionalFeatures) in UniformAssignCase()