Lines Matching refs:getAttribLocation
1054 gl.vertexAttribIPointer(gl.getAttribLocation(m_po, "a"), 1, GL_INT, 0, NULL);
1503 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a_0"), 0);
1505 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a_1"), 1);
1507 gl.vertexAttribIFormat(gl.getAttribLocation(m_po, "a_0"), 1, GL_INT, 0);
1509 gl.vertexAttribIFormat(gl.getAttribLocation(m_po, "a_1"), 1, GL_INT, 0);
1575 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a_2"), 2);
1578 gl.vertexAttribIFormat(gl.getAttribLocation(m_po, "a_2"), 1, GL_INT, 0);
2186 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a_0"), 0);
2189 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a_1"), 1);
2196 gl.vertexArrayAttribFormat(m_vao, gl.getAttribLocation(m_po, "a_0"), size, type_gl_name, normalized, 0);
2197 gl.vertexArrayAttribFormat(m_vao, gl.getAttribLocation(m_po, "a_1"), size, type_gl_name, normalized, 0);
2201 gl.vertexArrayAttribLFormat(m_vao, gl.getAttribLocation(m_po, "a_0"), size, type_gl_name, 0);
2202 gl.vertexArrayAttribLFormat(m_vao, gl.getAttribLocation(m_po, "a_1"), size, type_gl_name, 0);
2206 gl.vertexArrayAttribIFormat(m_vao, gl.getAttribLocation(m_po, "a_0"), size, type_gl_name, 0);
2207 gl.vertexArrayAttribIFormat(m_vao, gl.getAttribLocation(m_po, "a_1"), size, type_gl_name, 0);
3289 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a"), 0);
3292 gl.vertexAttribIFormat(gl.getAttribLocation(m_po, "a"), 1, GL_INT, 0);
3298 gl.enableVertexAttribArray(gl.getAttribLocation(m_po, "a"));