Home | History | Annotate | Download | only in functional

Lines Matching full:wordmask

869 			const GLbitfield wordmask = (wordNdx < (int)totalBitmask.size()) ? ((GLbitfield)(totalBitmask[wordNdx])) : (0);
870 gl.sampleMaski((deUint32)wordNdx, wordmask);
883 const GLbitfield wordmask = (wordNdx < (int)bitmask.size()) ? ((GLbitfield)(bitmask[wordNdx])) : (0);
884 gl.sampleMaski((deUint32)wordNdx, wordmask);