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)=0 | uicore::VertexArrayBuffer | pure virtual |
copy_to(const GraphicContextPtr &gc, const StagingBufferPtr &buffer, int dest_pos=0, int src_pos=0, int size=-1)=0 | uicore::VertexArrayBuffer | pure virtual |
create(const GraphicContextPtr &gc, int size, BufferUsage usage=usage_static_draw) | uicore::VertexArrayBuffer | static |
create(const GraphicContextPtr &gc, const void *data, int size, BufferUsage usage=usage_static_draw) | uicore::VertexArrayBuffer | static |
upload_data(const GraphicContextPtr &gc, int offset, const void *data, int size)=0 | uicore::VertexArrayBuffer | pure virtual |