osgearth_drawables has one example that uses GL_POINTS, and it does not honor the device pixel ratio uniform.
This functionality is superseded by PointDrawable so we should just remove it from the demo altogether and declare that LineDrawable doesn't support GL_POINTS.