Home | History | Annotate | Download | only in functional

Lines Matching refs:highBits

950 				const GLbitfield	highBits	= rnd.getUint32();
952 gl.sampleMaski(wordNdx, (mask & maskMask) | (highBits & ~maskMask));
962 const GLbitfield highBits = rnd.getUint32();
964 gl.sampleMaski(wordNdx, (mask & maskMask) | (highBits & ~maskMask));