This is the complete list of members for
RocketRenderInterface, including all inherited members.
CompileGeometry(Rocket::Core::Vertex *vertices, int num_vertices, int *indices, int num_indices, Rocket::Core::TextureHandle texture) | RocketRenderInterface | [protected] |
EnableScissorRegion(bool enable) | RocketRenderInterface | [protected] |
GenerateTexture(Rocket::Core::TextureHandle &texture_handle, const Rocket::Core::byte *source, const Rocket::Core::Vector2i &source_dimensions) | RocketRenderInterface | [protected] |
LoadTexture(Rocket::Core::TextureHandle &texture_handle, Rocket::Core::Vector2i &texture_dimensions, const Rocket::Core::String &source) | RocketRenderInterface | [protected] |
ReleaseCompiledGeometry(Rocket::Core::CompiledGeometryHandle geometry) | RocketRenderInterface | [protected] |
ReleaseTexture(Rocket::Core::TextureHandle texture_handle) | RocketRenderInterface | [protected] |
render(Rocket::Core::Context *context, CullTraverser *trav) | RocketRenderInterface | |
RenderCompiledGeometry(Rocket::Core::CompiledGeometryHandle geometry, const Rocket::Core::Vector2f &translation) | RocketRenderInterface | [protected] |
RenderGeometry(Rocket::Core::Vertex *vertices, int num_vertices, int *indices, int num_indices, Rocket::Core::TextureHandle texture, const Rocket::Core::Vector2f &translation) | RocketRenderInterface | [protected] |
SetScissorRegion(int x, int y, int width, int height) | RocketRenderInterface | [protected] |