List of usage examples for android.opengl GLES20 glLineWidth
public static native void glLineWidth(float width);
From source file:org.n52.geoar.view.geoar.gl.mode.features.NewGridFeature.java
@Override public void onPreRender() { GLES20.glLineWidth(thickness); }