Lines Matching full:a_coord
308 "attribute mediump vec2 a_coord;\n"
312 "\tv_texCoord = 0.5 * a_coord + vec2(0.5);\n"
313 "\tgl_Position = vec4(a_coord, 0.0, 1.0);\n"
332 "attribute mediump vec2 a_coord;\n"
336 "\tv_color = vec4(0.5 * a_coord + vec2(0.5), 0.5, 1.0);\n"
337 "\tgl_Position = vec4(a_coord, 0.0, 1.0);\n"
583 m_coordLoc = m_gl.getAttribLocation(m_program, "a_coord");