What are the requirements of a device for "RenderLinesAsTubes" to work?

Our application use the property “RenderLinesAsTubes”. In all of the Desktop PCs we tested, it works fine but in some Laptops, our application crashes.

There is also comment below in “vtkProperty.h” for using the property.
/**

  • Set/Get rendering of lines as tubes. The width of the
  • line in pixels is controlled by the LineWidth
  • attribute. May not be supported on every platform
  • and the implementation may be half tubes, or something
  • only tube like in appearance.
    */
    May I know on what type of platforms this feature is not supported?