void polygonOffset(double factor, double units){ startCheck('polygonOffset'); gl.glPolygonOffset(factor, units); checkError('polygonOffset'); }