Home | History | Annotate | Download | only in functional

Lines Matching defs:highBits

956 				const GLbitfield	highBits	= rnd.getUint32();
958 gl.sampleMaski(wordNdx, (mask & maskMask) | (highBits & ~maskMask));
968 const GLbitfield highBits = rnd.getUint32();
970 gl.sampleMaski(wordNdx, (mask & maskMask) | (highBits & ~maskMask));