Searched refs:nofElement (Results 1 - 1 of 1) sorted by relevance

/external/eigen/demos/opengl/
H A Dgpuhelper.h90 /// draw the \a nofElement first elements
91 inline void draw(GLenum mode, uint nofElement);
191 inline void GpuHelper::draw(GLenum mode, uint nofElement) argument
193 glDrawArrays(mode, 0, nofElement);

Completed in 26 milliseconds