Home | History | Annotate | Download | only in simplereference

Lines Matching full:oldval

3014 	const deUint32 oldVal = access.raw().getPixelUint(s, x, y).x();
3015 const deUint32 newVal = (oldVal & ~writeMask) | (stencil & writeMask);