Home | History | Annotate | Download | only in output

Lines Matching refs:a_texCoord

178     attribute TexCoordPrecision vec2 a_texCoord;
183 v_texCoord = a_texCoord;
215 attribute TexCoordPrecision vec2 a_texCoord;
221 v_texCoord = a_texCoord * texScale;
285 attribute TexCoordPrecision vec2 a_texCoord;
296 v_texCoord = a_texCoord * texTrans.zw + texTrans.xy;
616 attribute TexCoordPrecision vec2 a_texCoord;
623 vec2(texMatrix * vec4(a_texCoord.x, 1.0 - a_texCoord.y, 0.0, 1.0));