Cocos2d-x  4.0.0
CustomCommand Member List

This is the complete list of members for CustomCommand, including all inherited members.

BufferUsage typedefCustomCommand
createIndexBuffer(IndexFormat format, std::size_t capacity, BufferUsage usage)CustomCommand
createVertexBuffer(std::size_t vertexSize, std::size_t capacity, BufferUsage usage)CustomCommand
CustomCommand()CustomCommand
funcCustomCommand
getDepth() const RenderCommandinline
getGlobalOrder() const RenderCommandinline
getIndexCapacity() const CustomCommandinline
getPipelineDescriptor()RenderCommandinline
getType() const RenderCommandinline
getVertexCapacity() const CustomCommandinline
IndexFormat typedefCustomCommand
init(float globalZOrder, const Mat4 &modelViewTransform, unsigned int flags)CustomCommand
init(float globalZOrder)CustomCommand
init(float globalZOrder, const BlendFunc &blendFunc)CustomCommand
is3D() const RenderCommandinline
isSkipBatching() const RenderCommandinline
isTransparent() const RenderCommandinline
set3D(bool value)RenderCommandinline
setAfterCallback(const CallBackFunc &after)CustomCommandinline
setBeforeCallback(const CallBackFunc &before)CustomCommandinline
setIndexBuffer(backend::Buffer *indexBuffer, IndexFormat indexFormat)CustomCommand
setIndexDrawInfo(std::size_t start, std::size_t count)CustomCommandinline
setSkipBatching(bool value)RenderCommandinline
setTransparent(bool isTransparent)RenderCommandinline
setVertexBuffer(backend::Buffer *vertexBuffer)CustomCommand
setVertexDrawInfo(std::size_t start, std::size_t count)CustomCommandinline
Type enum nameRenderCommand
updateIndexBuffer(void *data, std::size_t length)CustomCommand
updateIndexBuffer(void *data, std::size_t offset, std::size_t length)CustomCommand
updateVertexBuffer(void *data, std::size_t length)CustomCommand
updateVertexBuffer(void *data, std::size_t offset, std::size_t length)CustomCommand
~CustomCommand()CustomCommand