| AddRef() | Urho3D::RefCounted | |
| AddTriangles(const Matrix3x4 &model, const void *vertexData, unsigned vertexSize, unsigned vertexStart, unsigned vertexCount) | Urho3D::OcclusionBuffer | |
| AddTriangles(const Matrix3x4 &model, const void *vertexData, unsigned vertexSize, const void *indexData, unsigned indexSize, unsigned indexStart, unsigned indexCount) | Urho3D::OcclusionBuffer | |
| batches_ | Urho3D::OcclusionBuffer | private |
| buffers_ | Urho3D::OcclusionBuffer | private |
| BuildDepthHierarchy() | Urho3D::OcclusionBuffer | |
| CalculateViewport() | Urho3D::OcclusionBuffer | private |
| Clear() | Urho3D::OcclusionBuffer | |
| ClearBuffer(unsigned threadIndex) | Urho3D::OcclusionBuffer | private |
| ClipEdge(const Vector4 &v0, const Vector4 &v1, float d0, float d1) const | Urho3D::OcclusionBuffer | inlineprivate |
| ClipVertices(const Vector4 &plane, Vector4 *vertices, bool *triangles, unsigned &numTriangles) | Urho3D::OcclusionBuffer | private |
| context_ | Urho3D::Object | protected |
| cullMode_ | Urho3D::OcclusionBuffer | private |
| depthHierarchyDirty_ | Urho3D::OcclusionBuffer | private |
| DrawBatch(const OcclusionBatch &batch, unsigned threadIndex) | Urho3D::OcclusionBuffer | |
| DrawTriangle(Vector4 *vertices, unsigned threadIndex) | Urho3D::OcclusionBuffer | private |
| DrawTriangle2D(const Vector3 *vertices, bool clockwise, unsigned threadIndex) | Urho3D::OcclusionBuffer | private |
| DrawTriangles() | Urho3D::OcclusionBuffer | |
| farClip_ | Urho3D::OcclusionBuffer | private |
| GetBuffer() const | Urho3D::OcclusionBuffer | inline |
| GetCategory() const | Urho3D::Object | |
| GetContext() const | Urho3D::Object | inline |
| GetCullMode() const | Urho3D::OcclusionBuffer | inline |
| GetEventDataMap() const | Urho3D::Object | |
| GetEventHandler() const | Urho3D::Object | |
| GetEventSender() const | Urho3D::Object | |
| GetGlobalVar(StringHash key) const | Urho3D::Object | |
| GetGlobalVars() const | Urho3D::Object | |
| GetHeight() const | Urho3D::OcclusionBuffer | inline |
| GetMaxTriangles() const | Urho3D::OcclusionBuffer | inline |
| GetNumTriangles() const | Urho3D::OcclusionBuffer | inline |
| GetProjection() const | Urho3D::OcclusionBuffer | inline |
| GetSubsystem(StringHash type) const | Urho3D::Object | |
| GetSubsystem() const | Urho3D::Object | |
| GetType() const =0 | Urho3D::Object | pure virtual |
| GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
| GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
| GetTypeName() const =0 | Urho3D::Object | pure virtual |
| GetUseTimer() | Urho3D::OcclusionBuffer | |
| GetView() const | Urho3D::OcclusionBuffer | inline |
| GetWidth() const | Urho3D::OcclusionBuffer | inline |
| HasEventHandlers() const | Urho3D::Object | inline |
| HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
| height_ | Urho3D::OcclusionBuffer | private |
| IsInstanceOf(StringHash type) const | Urho3D::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
| IsInstanceOf() const | Urho3D::Object | inline |
| IsThreaded() const | Urho3D::OcclusionBuffer | inline |
| IsVisible(const BoundingBox &worldSpaceBox) const | Urho3D::OcclusionBuffer | |
| maxTriangles_ | Urho3D::OcclusionBuffer | private |
| MergeBuffers() | Urho3D::OcclusionBuffer | private |
| mipBuffers_ | Urho3D::OcclusionBuffer | private |
| ModelTransform(const Matrix4 &transform, const Vector3 &vertex) const | Urho3D::OcclusionBuffer | inlineprivate |
| nearClip_ | Urho3D::OcclusionBuffer | private |
| numTriangles_ | Urho3D::OcclusionBuffer | private |
| Object(Context *context) | Urho3D::Object | |
| OcclusionBuffer(Context *context) | Urho3D::OcclusionBuffer | |
| offsetX_ | Urho3D::OcclusionBuffer | private |
| offsetY_ | Urho3D::OcclusionBuffer | private |
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
| projection_ | Urho3D::OcclusionBuffer | private |
| projOffsetScaleX_ | Urho3D::OcclusionBuffer | private |
| projOffsetScaleY_ | Urho3D::OcclusionBuffer | private |
| RefCounted() | Urho3D::RefCounted | |
| RefCountPtr() | Urho3D::RefCounted | inline |
| Refs() const | Urho3D::RefCounted | |
| ReleaseRef() | Urho3D::RefCounted | |
| Reset() | Urho3D::OcclusionBuffer | |
| ResetUseTimer() | Urho3D::OcclusionBuffer | |
| reverseCulling_ | Urho3D::OcclusionBuffer | private |
| scaleX_ | Urho3D::OcclusionBuffer | private |
| scaleY_ | Urho3D::OcclusionBuffer | private |
| SendEvent(StringHash eventType) | Urho3D::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
| SetCullMode(CullMode mode) | Urho3D::OcclusionBuffer | |
| SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
| SetMaxTriangles(unsigned triangles) | Urho3D::OcclusionBuffer | |
| SetSize(int width, int height, bool threaded) | Urho3D::OcclusionBuffer | |
| SetView(Camera *camera) | Urho3D::OcclusionBuffer | |
| SignedArea(const Vector3 &v0, const Vector3 &v1, const Vector3 &v2) const | Urho3D::OcclusionBuffer | inlineprivate |
| SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
| UnsubscribeFromAllEvents() | Urho3D::Object | |
| UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
| UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
| UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
| UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
| URHO3D_OBJECT(OcclusionBuffer, Object) (defined in Urho3D::OcclusionBuffer) | Urho3D::OcclusionBuffer | private |
| useTimer_ | Urho3D::OcclusionBuffer | private |
| view_ | Urho3D::OcclusionBuffer | private |
| ViewportTransform(const Vector4 &vertex) const | Urho3D::OcclusionBuffer | inlineprivate |
| viewProj_ | Urho3D::OcclusionBuffer | private |
| WeakRefs() const | Urho3D::RefCounted | |
| width_ | Urho3D::OcclusionBuffer | private |
| ~Object() | Urho3D::Object | virtual |
| ~OcclusionBuffer() | Urho3D::OcclusionBuffer | virtual |
| ~RefCounted() | Urho3D::RefCounted | virtual |