| AddCachedTexture(const std::string &type, const std::string &name, Texture *texture) | Graphics::Renderer | |
| BeginFrame() override final | Graphics::RendererOGL | virtual |
| CheckErrors(const char *func=nullptr, const int line=-1) | Graphics::RendererOGL | static |
| CheckRenderErrors(const char *func=nullptr, const int line=-1) const override final | Graphics::RendererOGL | inlinevirtual |
| ClearDepthBuffer() override final | Graphics::RendererOGL | virtual |
| ClearScreen() override final | Graphics::RendererOGL | virtual |
| CreateIndexBuffer(Uint32 size, BufferUsage) override final | Graphics::RendererOGL | virtual |
| CreateInstanceBuffer(Uint32 size, BufferUsage) override final | Graphics::RendererOGL | virtual |
| CreateMaterial(const MaterialDescriptor &descriptor) override final | Graphics::RendererOGL | virtual |
| CreateRenderState(const RenderStateDesc &) override final | Graphics::RendererOGL | virtual |
| CreateRenderTarget(const RenderTargetDesc &) override final | Graphics::RendererOGL | virtual |
| CreateTexture(const TextureDescriptor &descriptor) override final | Graphics::RendererOGL | virtual |
| CreateVertexBuffer(const VertexBufferDesc &) override final | Graphics::RendererOGL | virtual |
| DrawBuffer(VertexBuffer *, RenderState *, Material *, PrimitiveType) override final | Graphics::RendererOGL | virtual |
| DrawBufferIndexed(VertexBuffer *, IndexBuffer *, RenderState *, Material *, PrimitiveType) override final | Graphics::RendererOGL | virtual |
| DrawBufferIndexedInstanced(VertexBuffer *, IndexBuffer *, RenderState *, Material *, InstanceBuffer *, PrimitiveType=TRIANGLES) override final | Graphics::RendererOGL | virtual |
| DrawBufferInstanced(VertexBuffer *, RenderState *, Material *, InstanceBuffer *, PrimitiveType type=TRIANGLES) override final | Graphics::RendererOGL | virtual |
| DrawPointSprites(const Uint32 count, const vector3f *positions, RenderState *rs, Material *material, float size) override final | Graphics::RendererOGL | virtual |
| DrawPointSprites(const Uint32 count, const vector3f *positions, const vector2f *offsets, const float *sizes, RenderState *rs, Material *material) override final | Graphics::RendererOGL | virtual |
| DrawTriangles(const VertexArray *vertices, RenderState *state, Material *material, PrimitiveType type=TRIANGLES) override final | Graphics::RendererOGL | virtual |
| EndFrame() override final | Graphics::RendererOGL | virtual |
| FrameGrab(ScreendumpState &sd) override final | Graphics::RendererOGL | virtual |
| GetAmbientColor() const | Graphics::Renderer | inline |
| GetCachedTexture(const std::string &type, const std::string &name) | Graphics::Renderer | |
| GetCurrentTransform() | Graphics::RendererOGL | inlineprotected |
| GetDisplayAspect() const | Graphics::Renderer | inline |
| GetLight(const Uint32 idx) const | Graphics::Renderer | inline |
| GetMaximumNumberAASamples() const override final | Graphics::RendererOGL | virtual |
| GetName() const override final | Graphics::RendererOGL | inlinevirtual |
| GetNearFarRange(float &near_, float &far_) const override final | Graphics::RendererOGL | virtual |
| GetNumLights() const override final | Graphics::RendererOGL | inlinevirtual |
| GetOrCreateProgram(OGL::Material *) | Graphics::RendererOGL | protected |
| GetProjection() const override final | Graphics::RendererOGL | virtual |
| GetRendererType() const override final | Graphics::RendererOGL | inlinevirtual |
| GetSDLWindow() const | Graphics::Renderer | inline |
| GetStats() | Graphics::Renderer | inline |
| GetTextureCache() | Graphics::Renderer | inline |
| GetTransform() const override final | Graphics::RendererOGL | virtual |
| GetViewport() const override final | Graphics::RendererOGL | virtual |
| GetWindowHeight() const | Graphics::Renderer | inline |
| GetWindowWidth() const | Graphics::Renderer | inline |
| m_activeRenderState | Graphics::RendererOGL | protected |
| m_activeRenderTarget | Graphics::RendererOGL | protected |
| m_ambient | Graphics::Renderer | protected |
| m_currentTransform | Graphics::RendererOGL | protected |
| m_height | Graphics::Renderer | protected |
| m_invLogZfarPlus1 | Graphics::RendererOGL | protected |
| m_lights | Graphics::Renderer | protected |
| m_maxZFar | Graphics::RendererOGL | protected |
| m_minZNear | Graphics::RendererOGL | protected |
| m_modelViewMat | Graphics::RendererOGL | protected |
| m_numDirLights | Graphics::RendererOGL | protected |
| m_numLights | Graphics::RendererOGL | protected |
| m_programs | Graphics::RendererOGL | protected |
| m_projectionMat | Graphics::RendererOGL | protected |
| m_renderStates | Graphics::RendererOGL | protected |
| m_stats | Graphics::Renderer | protected |
| m_useAnisotropicFiltering | Graphics::RendererOGL | protected |
| m_useCompressedTextures | Graphics::RendererOGL | protected |
| m_useNVDepthRanged | Graphics::RendererOGL | protected |
| m_vertexAttribsSet | Graphics::RendererOGL | protected |
| m_viewport | Graphics::RendererOGL | protected |
| m_width | Graphics::Renderer | protected |
| m_window | Graphics::Renderer | protected |
| m_windowRenderTarget | Graphics::RendererOGL | protected |
| OGL::BillboardMaterial class | Graphics::RendererOGL | friend |
| OGL::FresnelColourMaterial class | Graphics::RendererOGL | friend |
| OGL::GasGiantSurfaceMaterial class | Graphics::RendererOGL | friend |
| OGL::GenGasGiantColourMaterial class | Graphics::RendererOGL | friend |
| OGL::GeoSphereSkyMaterial class | Graphics::RendererOGL | friend |
| OGL::GeoSphereStarMaterial class | Graphics::RendererOGL | friend |
| OGL::GeoSphereSurfaceMaterial class | Graphics::RendererOGL | friend |
| OGL::LitMultiMaterial class | Graphics::RendererOGL | friend |
| OGL::Material class | Graphics::RendererOGL | friend |
| OGL::MultiMaterial class | Graphics::RendererOGL | friend |
| OGL::RingMaterial class | Graphics::RendererOGL | friend |
| OGL::ShieldMaterial class | Graphics::RendererOGL | friend |
| PopState() override final | Graphics::RendererOGL | protectedvirtual |
| PushState() override final | Graphics::RendererOGL | protectedvirtual |
| RegisterRenderer() | Graphics::RendererOGL | static |
| ReloadShaders() override final | Graphics::RendererOGL | virtual |
| RemoveAllCachedTextures() | Graphics::Renderer | |
| RemoveCachedTexture(const std::string &type, const std::string &name) | Graphics::Renderer | |
| Renderer(SDL_Window *win, int width, int height) | Graphics::Renderer | |
| RendererOGL(SDL_Window *window, const Graphics::Settings &vs, SDL_GLContext &glContext) | Graphics::RendererOGL | |
| ResetDepthRange() override final | Graphics::RendererOGL | virtual |
| Screendump(ScreendumpState &sd) override final | Graphics::RendererOGL | virtual |
| SetAmbientColor(const Color &c) override final | Graphics::RendererOGL | virtual |
| SetClearColor(const Color &c) override final | Graphics::RendererOGL | virtual |
| SetDepthRange(double znear, double zfar) override final | Graphics::RendererOGL | virtual |
| SetLights(Uint32 numlights, const Light *l) override final | Graphics::RendererOGL | virtual |
| SetMaterialShaderTransforms(Material *) | Graphics::RendererOGL | protected |
| SetOrthographicProjection(float xmin, float xmax, float ymin, float ymax, float zmin, float zmax) override final | Graphics::RendererOGL | virtual |
| SetPerspectiveProjection(float fov, float aspect, float near_, float far_) override final | Graphics::RendererOGL | virtual |
| SetProjection(const matrix4x4f &m) override final | Graphics::RendererOGL | virtual |
| SetRenderState(RenderState *) override final | Graphics::RendererOGL | virtual |
| SetRenderTarget(RenderTarget *) override final | Graphics::RendererOGL | virtual |
| SetScissor(bool enabled, const vector2f &pos=vector2f(0.0f), const vector2f &size=vector2f(0.0f)) override final | Graphics::RendererOGL | virtual |
| SetTransform(const matrix4x4f &m) override final | Graphics::RendererOGL | virtual |
| SetViewport(Viewport v) override final | Graphics::RendererOGL | virtual |
| SetWireFrameMode(bool enabled) override final | Graphics::RendererOGL | virtual |
| SupportsInstancing() override final | Graphics::RendererOGL | inlinevirtual |
| SwapBuffers() override final | Graphics::RendererOGL | virtual |
| TextureCache typedef | Graphics::Renderer | |
| WriteRendererInfo(std::ostream &out) const override final | Graphics::RendererOGL | virtual |
| ~Renderer() | Graphics::Renderer | virtual |
| ~RendererOGL() override final | Graphics::RendererOGL | virtual |