Home | History | Annotate | Download | only in glshared

Lines Matching refs:posLoc

696 		GLint posLoc = gl().getAttribLocation(program, "pos");
697 TCU_CHECK(posLoc >= 0);
699 gl().enableVertexAttribArray(posLoc);
703 gl().vertexAttribPointer(posLoc, 2, GL_FLOAT, GL_FALSE, 0, s_vertices);
706 gl().disableVertexAttribArray(posLoc);