This is the complete list of members for PrimitiveCommand, including all inherited members.
| _blendType | PrimitiveCommand | protected |
| _depth | RenderCommand | protected |
| _globalOrder | RenderCommand | protected |
| _glProgramState | PrimitiveCommand | protected |
| _is3D | RenderCommand | protected |
| _isTransparent | RenderCommand | protected |
| _materialID | PrimitiveCommand | protected |
| _mv | PrimitiveCommand | protected |
| _primitive | PrimitiveCommand | protected |
| _skipBatching | RenderCommand | protected |
| _textureID | PrimitiveCommand | protected |
| _type | RenderCommand | protected |
| execute() const | PrimitiveCommand | |
| getBlendType() const | PrimitiveCommand | inline |
| getDepth() const | RenderCommand | inline |
| getGlobalOrder() const | RenderCommand | inline |
| getGLProgramState() const | PrimitiveCommand | inline |
| getMaterialID() const | PrimitiveCommand | inline |
| getModelView() const | PrimitiveCommand | inline |
| getTextureID() const | PrimitiveCommand | inline |
| getType() const | RenderCommand | inline |
| init(float globalOrder, GLuint textureID, GLProgramState *glProgramState, BlendFunc blendType, Primitive *primitive, const Mat4 &mv, uint32_t flags) | PrimitiveCommand | |
| init(float globalOrder, GLuint textureID, GLProgramState *glProgramState, BlendFunc blendType, Primitive *primitive, const Mat4 &mv) | PrimitiveCommand | |
| cocos2d::RenderCommand::init(float globalZOrder, const Mat4 &modelViewTransform, uint32_t flags) | RenderCommand | |
| is3D() const | RenderCommand | inline |
| isSkipBatching() const | RenderCommand | inline |
| isTransparent() const | RenderCommand | inline |
| PrimitiveCommand() | PrimitiveCommand | |
| printID() | RenderCommand | protected |
| RenderCommand() | RenderCommand | protected |
| set3D(bool value) | RenderCommand | inline |
| setSkipBatching(bool value) | RenderCommand | inline |
| setTransparent(bool isTransparent) | RenderCommand | inline |
| Type enum name | RenderCommand | |
| ~PrimitiveCommand() | PrimitiveCommand | |
| ~RenderCommand() | RenderCommand | protectedvirtual |