|
Public Types |
| typedef std::vector< GLsizei > | vector_type |
Public Member Functions |
| | DrawArrayLengths (GLenum mode=0) |
| | DrawArrayLengths (const DrawArrayLengths &dal, const CopyOp ©op=CopyOp::SHALLOW_COPY) |
| | DrawArrayLengths (GLenum mode, GLint first, unsigned int no, GLsizei *ptr) |
| | DrawArrayLengths (GLenum mode, GLint first, unsigned int no) |
| | DrawArrayLengths (GLenum mode, GLint first) |
| virtual Object * | cloneType () const |
| | Clone the type of an object, with Object* return type.
|
| virtual Object * | clone (const CopyOp ©op) const |
| | Clone an object, with Object* return type.
|
| virtual bool | isSameKindAs (const Object *obj) const |
| virtual const char * | libraryName () const |
| | return the name of the object's library.
|
| virtual const char * | className () const |
| | return the name of the object's class type.
|
| void | setFirst (GLint first) |
| GLint | getFirst () const |
| virtual void | draw (State &state, bool useVertexBufferObjects) const |
| virtual void | accept (PrimitiveFunctor &functor) const |
| virtual void | accept (PrimitiveIndexFunctor &functor) const |
| virtual unsigned int | getNumIndices () const |
| virtual unsigned int | index (unsigned int pos) const |
| virtual void | offsetIndices (int offset) |
| virtual unsigned int | getNumPrimitives () const |
Protected Member Functions |
| virtual | ~DrawArrayLengths () |
Protected Attributes |
| GLint | _first |