Home | History | Annotate | Download | only in functional

Lines Matching refs:effectiveMask

1168 	const deUint32			effectiveMask		=  fullMask & maskMask;
1172 gl.sampleMaski(0, effectiveMask);
1175 m_testCtx.getLog() << tcu::TestLog::Message << "Setting sample mask " << tcu::Format::Hex<4>(effectiveMask) << tcu::TestLog::EndMessage;
1184 gl.uniform1ui(maskLoc, effectiveMask);