uicore::VertexArrayBuffer Member List

This is the complete list of members for uicore::VertexArrayBuffer, including all inherited members.

copy_from(const GraphicContextPtr &gc, const StagingBufferPtr &buffer, int dest_pos=0, int src_pos=0, int size=-1)=0uicore::VertexArrayBufferpure virtual
copy_to(const GraphicContextPtr &gc, const StagingBufferPtr &buffer, int dest_pos=0, int src_pos=0, int size=-1)=0uicore::VertexArrayBufferpure virtual
create(const GraphicContextPtr &gc, int size, BufferUsage usage=usage_static_draw)uicore::VertexArrayBufferstatic
create(const GraphicContextPtr &gc, const void *data, int size, BufferUsage usage=usage_static_draw)uicore::VertexArrayBufferstatic
upload_data(const GraphicContextPtr &gc, int offset, const void *data, int size)=0uicore::VertexArrayBufferpure virtual