Home | History | Annotate | Download | only in stress

Lines Matching refs:uniformValue

875 			const tcu::UVec4	uniformValue	= tcu::UVec4(s_specialFloats[x], s_specialFloats[y], one, one);
878 gl.uniform4fv(specialLoc, 1, (const float*)uniformValue.getPtr());
1374 const deUint32 uniformValue = (specialPass) ? (special) : (one);
1377 gl.uniform1fv(specialLoc, 1, (const float*)&uniformValue);
1592 const tcu::UVec4 uniformValue = tcu::UVec4(componentR, componentG, componentB, componentA);
1594 gl.uniform4fv(specialLoc, 1, (const float*)uniformValue.getPtr());