Home | History | Annotate | Download | only in functional

Lines Matching full:offsetvalue

1007 			"	highp vec2 offsetValue = interpolateAtSample(v_screenPosition, gl_SampleID);\n"
1010 " bool valuesEqual = all(lessThan(abs(offsetValue - refValue), vec2(threshold)));\n"
1313 " highp vec2 offsetValue = interpolateAtOffset(v_screenPosition" << arrayIndexing << ", v_offset);\n"
1316 " bool valuesEqual = all(lessThan(abs(offsetValue - refValue), vec2(threshold)));\n"
1412 " highp vec2 offsetValue = interpolateAtOffset(v_screenPosition, offset);\n"
1415 " bool valuesEqual = all(lessThan(abs(offsetValue - refValue), vec2(threshold)));\n"