Home | History | Annotate | Download | only in egl

Lines Matching refs:m_coordLoc

136 	GLuint						m_coordLoc;
600 m_coordLoc = m_gl.getAttribLocation(m_program, "a_coord");
683 m_gl.enableVertexAttribArray(m_coordLoc);
688 m_gl.vertexAttribPointer(m_coordLoc, 2, GL_FLOAT, GL_FALSE, 0, 0);
692 m_gl.vertexAttribPointer(m_coordLoc, 2, GL_FLOAT, GL_FALSE, 0, &(m_coordData[0]));
717 m_gl.disableVertexAttribArray(m_coordLoc);