uniform sampler2D u_sampler; uniform highp mat4 u_coef_r; uniform highp mat4 u_coef_g; uniform highp mat4 u_coef_b; varying highp vec2 v_position; /* Evaluate power serial polynomial of degree 16, with 0-th order term 0 */ highp float polyeval(highp mat4 c, highp float x){ highp float y = c[3][3]; for(int i=4, j=3; 0