Home | History | Annotate | Download | only in functional

Lines Matching refs:isActive

1186 		const bool				isActive	= isParentActive && (m_features & FEATURE_UNIFORMUSAGE_EVERY_OTHER ? basicUniformsDst.size() % 2 == 0 : true);
1192 basicUniformsDst.push_back(BasicUniform(varName, varType.getBasicType(), isActive, value));
1193 basicUniformReportsDst.push_back(BasicUniformReportRef(varName, varType.getBasicType(), isActive));