MCPcopy Create free account

hub / github.com/AmelieHeinrich/Termina / functions

Functions13,571 in github.com/AmelieHeinrich/Termina

↓ 7 callersMethodGetPipelineLayout
Sources/Termina/RHI/Vulkan/VulkanBindlessManager.hpp:35
↓ 7 callersMethodGetPixelHeight
Returns the framebuffer height in pixels.
Sources/Termina/Core/Window.hpp:27
↓ 7 callersMethodGetPixelWidth
Returns the framebuffer width in pixels.
Sources/Termina/Core/Window.hpp:25
↓ 7 callersFunctionGetRotation
Get rotation part only (note: retains the first 3 values from the bottom row)
Sources/ThirdParty/Jolt/Math/DMat44.h:128
↓ 7 callersMethodGetTransformedShape
Sources/ThirdParty/Jolt/Physics/Character/Character.cpp:328
↓ 7 callersMethodGetUserData
Sources/ThirdParty/VMA/vk_mem_alloc.h:6661
↓ 7 callersFunctionImFileClose
We should in theory be using fseeko()/ftello() with off_t and _fseeki64()/_ftelli64() with __int64, waiting for the PR that does that in a very portab
Sources/ThirdParty/ImGui/imgui.cpp:2574
↓ 7 callersFunctionImFontAtlasFontDestroyOutput
Keep source/input FontData
Sources/ThirdParty/ImGui/imgui_draw.cpp:3658
↓ 7 callersFunctionImFontCalcWordWrapPositionEx
Simple word-wrapping for English, not full-featured. Please submit failing cases! This will return the next location to wrap from. If no wrapping if n
Sources/ThirdParty/ImGui/imgui_draw.cpp:5493
↓ 7 callersFunctionImFormatStringToTempBuffer
Sources/ThirdParty/ImGui/imgui.cpp:2367
↓ 7 callersFunctionImFormatStringToTempBufferV
FIXME: Should rework API toward allowing multiple in-flight temp buffers (easier and safer for caller) by making the caller acquire a temp buffer toke
Sources/ThirdParty/ImGui/imgui.cpp:2379
↓ 7 callersFunctionImGui_ImplGlfw_ShouldChainCallback
Sources/ThirdParty/ImGui/imgui_impl_glfw.cpp:471
↓ 7 callersFunctionImPow
Sources/ThirdParty/ImGui/imgui_internal.h:499
↓ 7 callersFunctionImRotate
Sources/ThirdParty/ImGui/imgui_internal.h:543
↓ 7 callersFunctionImTextCharToUtf8
Sources/ThirdParty/ImGui/imgui.cpp:2748
↓ 7 callersFunctionInitialize
Initialize the hull with 3 points
Sources/ThirdParty/Jolt/Geometry/EPAConvexHullBuilder.h:234
↓ 7 callersMethodInsertChars
Sources/ThirdParty/ImGui/imgui_widgets.cpp:4310
↓ 7 callersFunctionIsSlopeTooSteep
Check if the normal of the ground surface is too steep to walk on
Sources/ThirdParty/Jolt/Physics/Character/CharacterBase.h:73
↓ 7 callersFunctionNormalized
Sources/ThirdParty/ImGui/ImGuizmo.cpp:279
↓ 7 callersFunctionPushFont
OBSOLETED in 1.92.0 (from June 2025)
Sources/ThirdParty/ImGui/imgui.h:4311
↓ 7 callersFunctionRaySphere
Sources/ThirdParty/Jolt/Geometry/RaySphere.h:9
↓ 7 callersFunctionRayTriangle
Sources/ThirdParty/Jolt/Geometry/RayTriangle.h:7
↓ 7 callersFunctionSTB_TEXTEDIT_LAYOUTROW
Sources/ThirdParty/ImGui/imgui_widgets.cpp:3971
↓ 7 callersMethodSetZero
Vector with all zeros
Sources/ThirdParty/Jolt/Math/Vector.h:22
↓ 7 callersMethodShouldCollideLocked
Sources/ThirdParty/Jolt/Physics/Character/Character.cpp:84
↓ 7 callersMethodTryGetMapData
It is the map we need iterate to find valid items, since we don't have "alive" storage anywhere
Sources/ThirdParty/ImGui/imgui_internal.h:795
↓ 7 callersFunctionWindowRectAbsToRel
You may also use SetNextWindowClass()'s FocusRouteParentWindowId field.
Sources/ThirdParty/ImGui/imgui_internal.h:3418
↓ 7 callersFunction_glfwCenterCursorInContentArea
Center the cursor in the content area of the specified window
Sources/ThirdParty/GLFW/input.c:546
↓ 7 callersFunction_glfwGetVulkanResultString
Sources/ThirdParty/GLFW/vulkan.c:198
↓ 7 callersFunction_glfwInputScroll
Notifies shared code of a scroll event
Sources/ThirdParty/GLFW/input.c:333
↓ 7 callersFunction_glfwTerminateEGL
Sources/ThirdParty/GLFW/egl_context.c:569
↓ 7 callersFunctioncaptureCursor
Sets the cursor clip rect to the window content area
Sources/ThirdParty/GLFW/win32_window.c:246
↓ 7 callersFunctioncend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/
Sources/ThirdParty/JSON/json.hpp:2839
↓ 7 callersFunctioncgltf_fill_float_array
Sources/ThirdParty/CGLTF/cgltf.h:2833
↓ 7 callersFunctioncgltf_parse_json_unprocessed_extension
Sources/ThirdParty/CGLTF/cgltf.h:3036
↓ 7 callersFunctionclamp
Sources/ThirdParty/Jolt/Compute/CPU/HLSLToCPP.h:490
↓ 7 callersFunctioncompares_unordered
Sources/ThirdParty/JSON/json.hpp:3704
↓ 7 callersFunctionfind
@brief find an element in a JSON object @sa https://json.nlohmann.me/api/basic_json/find/
Sources/ThirdParty/JSON/json.hpp:2681
↓ 7 callersFunctionglfwWindowHint
Sources/ThirdParty/GLFW/window.c:294
↓ 7 callersFunctionmakeApiVersion
Sources/ThirdParty/vulkan/vulkan.hpp:8974
↓ 7 callersFunctionstbi__compute_y
Sources/ThirdParty/stb/stb_image.h:1746
↓ 7 callersFunctionstbi__start_callbacks
initialize a callback-based context
Sources/ThirdParty/stb/stb_image.h:836
↓ 7 callersFunctionstbi__start_mem
initialize a memory-decode context
Sources/ThirdParty/stb/stb_image.h:826
↓ 7 callersFunctionstbtt_GetGlyphBitmapBoxSubpixel
Sources/ThirdParty/ImGui/imstb_truetype.h:2726
↓ 7 callersFunctionstbtt_ScaleForPixelHeight
Sources/ThirdParty/ImGui/imstb_truetype.h:2665
↓ 7 callersFunctionstbtt__cff_get_index
Sources/ThirdParty/ImGui/imstb_truetype.h:1195
↓ 7 callersFunctionvma_delete_array
Sources/ThirdParty/VMA/vk_mem_alloc.h:4409
↓ 7 callersFunctionwp_viewport_set_destination
* @ingroup iface_wp_viewport * * Set the destination size of the associated wl_surface. See * wp_viewport for the description, and relation to the
Sources/ThirdParty/GLFW/viewporter-client-protocol.h:383
↓ 6 callersFunctionAABox4EnlargeWithExtent
Enlarge 4 bounding boxes with extent (add to both sides)
Sources/ThirdParty/Jolt/Geometry/AABox4.h:55
↓ 6 callersMethodAddImage
Sources/ThirdParty/ImGui/imgui_draw.cpp:1748
↓ 6 callersMethodAddRef
Use "variable = nullptr;" to release an object, do not call these functions
Sources/ThirdParty/Jolt/Core/Reference.h:153
↓ 6 callersFunctionAlignUp
Sources/ThirdParty/Jolt/Math/Math.h:83
↓ 6 callersMethodBarrier
Sources/ThirdParty/Jolt/Compute/VK/ComputeBufferVK.cpp:72
↓ 6 callersFunctionComputeTripodAxisAndVisibility
Sources/ThirdParty/ImGui/ImGuizmo.cpp:1170
↓ 6 callersFunctionConvertSingleModFlagToKey
Sources/ThirdParty/ImGui/imgui_internal.h:3622
↓ 6 callersFunctionConvertTextureFormatToVulkan
Sources/Termina/RHI/Vulkan/VulkanTexture.hpp:34
↓ 6 callersFunctionDeactivate
Deactivate this constraint
Sources/ThirdParty/Jolt/Physics/Constraints/ConstraintPart/AxisConstraintPart.h:342
↓ 6 callersMethodDeserialize
Sources/Termina/World/Component.hpp:36
↓ 6 callersMethodDestructObject
Sources/ThirdParty/Jolt/Core/RTTI.cpp:58
↓ 6 callersMethodDrawWireBox
Sources/ThirdParty/Jolt/Renderer/DebugRenderer.cpp:85
↓ 6 callersMethodEncodeSubShapeID
Sources/ThirdParty/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1457
↓ 6 callersMethodFind
Sources/ThirdParty/Jolt/Physics/Constraints/ContactConstraintManager.cpp:303
↓ 6 callersMethodFindGlyphNoFallback
Attempt to load but when missing, return NULL instead of FallbackGlyph
Sources/ThirdParty/ImGui/imgui_draw.cpp:5304
↓ 6 callersFunctionFindLatestInputEvent
Sources/ThirdParty/ImGui/imgui.cpp:1819
↓ 6 callersMethodGetAllocationInfo
Sources/ThirdParty/VMA/vk_mem_alloc.h:8580
↓ 6 callersMethodGetAllocationListBegin
Sources/ThirdParty/VMA/vk_mem_alloc.h:8593
↓ 6 callersMethodGetBufferSize
Sources/ThirdParty/DXC/dxcapi.h:157
↓ 6 callersFunctionGetCenterOfMassTransform
Calculates the transform for this shape's center of mass (excluding scale)
Sources/ThirdParty/Jolt/Physics/Collision/TransformedShape.h:93
↓ 6 callersMethodGetColumnSettings
Sources/ThirdParty/ImGui/imgui_internal.h:3382
↓ 6 callersMethodGetGPUAddress
Sources/Termina/RHI/Vulkan/VulkanBLAS.cpp:126
↓ 6 callersMethodGetInt
Sources/ThirdParty/ImGui/imgui.cpp:2966
↓ 6 callersMethodGetMemory
Sources/ThirdParty/VMA/vk_mem_alloc.h:11336
↓ 6 callersMethodGetName
Sources/ThirdParty/ImGui/imgui_internal.h:2197
↓ 6 callersMethodGetNameForType
Sources/Termina/World/ComponentRegistry.cpp:57
↓ 6 callersMethodGetNodeID
Get the ID of the root node
Sources/ThirdParty/Jolt/Physics/Collision/BroadPhase/QuadTree.h:271
↓ 6 callersMethodGetParentDevice
Sources/Termina/RHI/Vulkan/VulkanRenderContext.hpp:33
↓ 6 callersMethodGetPointVelocity
Sources/ThirdParty/Jolt/Physics/Body/BodyInterface.cpp:686
↓ 6 callersMethodGetRows
Dimensions
Sources/ThirdParty/Jolt/Math/Vector.h:19
↓ 6 callersMethodGetScale
Sources/Termina/World/Components/Transform.cpp:140
↓ 6 callersMethodGetSettings
Sources/ThirdParty/Jolt/Physics/Vehicle/WheeledVehicleController.cpp:859
↓ 6 callersFunctionGetSubShapeIndexFromID
Convert SubShapeID to sub shape index @param inSubShapeID Sub shape id that indicates the leaf shape relative to this shape @param outRemainder This i
Sources/ThirdParty/Jolt/Physics/Collision/Shape/CompoundShape.h:278
↓ 6 callersMethodGetUserData
Sources/ThirdParty/Jolt/Physics/Body/BodyInterface.cpp:1067
↓ 6 callersFunctionHintNextItem
@name Layout hints (for text output)
Sources/ThirdParty/Jolt/ObjectStream/ObjectStream.h:112
↓ 6 callersFunctionImBitArraySetBit
Sources/ThirdParty/ImGui/imgui_internal.h:636
↓ 6 callersFunctionImCharIsBlankW
Sources/ThirdParty/ImGui/imgui_internal.h:414
↓ 6 callersMethodIsDegenerate
Test if a triangle will be degenerate after quantization
Sources/ThirdParty/Jolt/AABBTree/TriangleCodec/TriangleCodecIndexed8BitPackSOA4Flags.h:118
↓ 6 callersMethodIsFacing
Check if face inFace is facing inPosition
Sources/ThirdParty/Jolt/Geometry/ConvexHullBuilder.h:68
↓ 6 callersFunctionIsFailed
Returns true if there was an IO failure
Sources/ThirdParty/Jolt/Core/StreamWrapper.h:27
↓ 6 callersFunctionIsRotationConstrained
Sources/ThirdParty/Jolt/Physics/Constraints/SixDOFConstraint.h:229
↓ 6 callersFunctionIsRotationFullyConstrained
Sources/ThirdParty/Jolt/Physics/Constraints/SixDOFConstraint.h:230
↓ 6 callersMethodIsZero
Test if vector consists of all zeros
Sources/ThirdParty/Jolt/Math/Vector.h:69
↓ 6 callersFunctionMakeUniformScale
Get the average scale if inScale, used to make the scale uniform when a shape doesn't support non-uniform scale
Sources/ThirdParty/Jolt/Physics/Collision/Shape/ScaleHelpers.h:42
↓ 6 callersFunctionMap
Map / unmap buffer (get pointer to data).
Sources/ThirdParty/Jolt/Compute/ComputeBuffer.h:49
↓ 6 callersMethodMarkTaken
Sources/ThirdParty/VMA/vk_mem_alloc.h:9163
↓ 6 callersMethodOnBody
When running a query through the NarrowPhaseQuery class, this will be called for every body that is potentially colliding. It allows collecting additi
Sources/ThirdParty/Jolt/Physics/Collision/CollisionCollector.h:67
↓ 6 callersMethodOnBodyEnd
When running a query through the NarrowPhaseQuery class, this will be called after all AddHit calls have been made for a particular body.
Sources/ThirdParty/Jolt/Physics/Collision/CollisionCollector.h:70
↓ 6 callersMethodPassFilter
Sources/ThirdParty/ImGui/imgui.cpp:3129
↓ 6 callersFunctionPlane
Sources/ThirdParty/Jolt/Geometry/Plane.h:17
↓ 6 callersMethodReleaseLock
Explicitly release the lock (normally this is done in the destructor)
Sources/ThirdParty/Jolt/Physics/Body/BodyLock.h:37
↓ 6 callersFunctionReportStats
Trace the collected broadphase stats in CSV form. This report can be used to judge and tweak the efficiency of the broadphase.
Sources/ThirdParty/Jolt/Physics/Collision/BroadPhase/BroadPhase.h:101
← previousnext →601–700 of 13,571, ranked by callers