Home | History | Annotate | Download | only in functional

Lines Matching full:refvalue

1008 			"	highp vec2 refValue = v_screenPosition;\n"
1010 " bool valuesEqual = all(lessThan(abs(offsetValue - refValue), vec2(threshold)));\n"
1314 " highp vec2 refValue = pixelCenter + v_offset;\n"
1316 " bool valuesEqual = all(lessThan(abs(offsetValue - refValue), vec2(threshold)));\n"
1413 " highp vec2 refValue = v_screenPosition;\n"
1415 " bool valuesEqual = all(lessThan(abs(offsetValue - refValue), vec2(threshold)));\n"