Uses of Class
com.neovisionaries.android.opengl.ElementArrayBuffer

Packages that use ElementArrayBuffer
com.neovisionaries.android.opengl   
 

Uses of ElementArrayBuffer in com.neovisionaries.android.opengl
 

Methods in com.neovisionaries.android.opengl with parameters of type ElementArrayBuffer
 ElementDrawer ElementDrawer.setIndices(ElementArrayBuffer indices)
          Set the indices used for drawing.
 

Constructors in com.neovisionaries.android.opengl with parameters of type ElementArrayBuffer
ElementDrawer(DrawingMode mode, ElementArrayBuffer indices)
          This constructor is an alias of ElementArrayBuffer(mode, indices, 0, 0).
ElementDrawer(DrawingMode mode, ElementArrayBuffer indices, int count)
          This constructor is an alias of ElementArrayBuffer(mode, indices, count, 0).
ElementDrawer(DrawingMode mode, ElementArrayBuffer indices, int count, int offset)
          A constructor with indices data held in the element array buffer.