Lines Matching refs:notEqual
442 bvec2 notEqual( vec2 x, vec2 y);
443 bvec3 notEqual( vec3 x, vec3 y);
444 bvec4 notEqual( vec4 x, vec4 y);
445 bvec2 notEqual(ivec2 x, ivec2 y);
446 bvec3 notEqual(ivec3 x, ivec3 y);
447 bvec4 notEqual(ivec4 x, ivec4 y);
448 bvec2 notEqual(uvec2 x, uvec2 y);
449 bvec3 notEqual(uvec3 x, uvec3 y);
450 bvec4 notEqual(uvec4 x, uvec4 y);
451 bvec2 notEqual(bvec2 x, bvec2 y);
452 bvec3 notEqual(bvec3 x, bvec3 y);
453 bvec4 notEqual(bvec4 x, bvec4 y);