Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amerkoleci/alimer
/ functions
Functions
26,115 in github.com/amerkoleci/alimer
⨍
Functions
26,115
◇
Types & classes
9,768
↓ 7 callers
Function
SDL_EGL_CreateContext
Source/ThirdParty/SDL/src/video/SDL_egl.c:976
↓ 7 callers
Function
SDL_EGL_DestroySurface
Source/ThirdParty/SDL/src/video/SDL_egl.c:1378
↓ 7 callers
Function
SDL_FillSurfaceRect
* This function performs a fast fill of the given rectangle with 'color' */
Source/ThirdParty/SDL/src/video/SDL_fillrect.c:302
↓ 7 callers
Function
SDL_FreePropertyWithCleanup
Source/ThirdParty/SDL/src/SDL_properties.c:57
↓ 7 callers
Function
SDL_GL_UnloadLibrary
Source/ThirdParty/SDL/src/video/SDL_video.c:4795
↓ 7 callers
Function
SDL_GetAtomicU32
Source/ThirdParty/SDL/src/atomic/SDL_atomic.c:324
↓ 7 callers
Function
SDL_GetBasePath
Source/ThirdParty/SDL/src/filesystem/SDL_filesystem.c:487
↓ 7 callers
Function
SDL_GetCurrentDisplayMode
Source/ThirdParty/SDL/src/video/SDL_video.c:1506
↓ 7 callers
Function
SDL_GetDisplayIndex
Source/ThirdParty/SDL/src/video/SDL_video.c:1009
↓ 7 callers
Function
SDL_GetDisplayUsableBounds
Source/ThirdParty/SDL/src/video/SDL_video.c:1098
↓ 7 callers
Function
SDL_GetGlobalProperties
Source/ThirdParty/SDL/src/SDL_properties.c:142
↓ 7 callers
Function
SDL_GetJoystickGUID
Source/ThirdParty/SDL/src/joystick/SDL_joystick.c:3562
↓ 7 callers
Function
SDL_GetJoystickID
* Get the instance id for this opened joystick */
Source/ThirdParty/SDL/src/joystick/SDL_joystick.c:1888
↓ 7 callers
Function
SDL_GetJoystickVendor
Source/ThirdParty/SDL/src/joystick/SDL_joystick.c:3579
↓ 7 callers
Function
SDL_GetMouseState
Source/ThirdParty/SDL/src/events/SDL_mouse.c:1200
↓ 7 callers
Function
SDL_GetPrefPath
Source/ThirdParty/SDL/src/filesystem/SDL_filesystem.c:522
↓ 7 callers
Function
SDL_GetTLS
Source/ThirdParty/SDL/src/thread/SDL_thread.c:39
↓ 7 callers
Function
SDL_GetWindowPosition
Source/ThirdParty/SDL/src/video/SDL_video.c:3068
↓ 7 callers
Function
SDL_HasSSE
Source/ThirdParty/SDL/src/cpuinfo/SDL_cpuinfo.c:1060
↓ 7 callers
Function
SDL_LinkTemporaryMemoryToEvent
Source/ThirdParty/SDL/src/events/SDL_events.c:249
↓ 7 callers
Function
SDL_LockTexture
Source/ThirdParty/SDL/src/render/SDL_render.c:2629
↓ 7 callers
Function
SDL_OpenIO
Source/ThirdParty/SDL/src/io/SDL_iostream.c:1215
↓ 7 callers
Function
SDL_PrivateAddMappingForGUID
* Helper function to add a mapping for a guid */
Source/ThirdParty/SDL/src/joystick/SDL_gamepad.c:2130
↓ 7 callers
Function
SDL_PrivateGetGamepadMapping
Source/ThirdParty/SDL/src/joystick/SDL_gamepad.c:2365
↓ 7 callers
Function
SDL_PrivateSetProperty
Source/ThirdParty/SDL/src/SDL_properties.c:319
↓ 7 callers
Function
SDL_ReleaseGPUTexture
Source/ThirdParty/SDL/src/gpu/SDL_gpu.c:1529
↓ 7 callers
Function
SDL_RemoveKeyboard
Source/ThirdParty/SDL/src/events/SDL_keyboard.c:150
↓ 7 callers
Function
SDL_SW_CopyYUVToRGB
Source/ThirdParty/SDL/src/render/SDL_yuv_sw.c:340
↓ 7 callers
Function
SDL_SaveBMP
Source/ThirdParty/SDL/src/video/SDL_bmp.c:920
↓ 7 callers
Function
SDL_SendDropPosition
Source/ThirdParty/SDL/src/events/SDL_dropevents.c:102
↓ 7 callers
Function
SDL_SendKeyboardKeyIgnoreModifiers
Source/ThirdParty/SDL/src/events/SDL_keyboard.c:718
↓ 7 callers
Function
SDL_SendPenButton
Source/ThirdParty/SDL/src/events/SDL_pen.c:565
↓ 7 callers
Function
SDL_SendQuit
Source/ThirdParty/SDL/src/events/SDL_quit.c:190
↓ 7 callers
Function
SDL_SetJoystickVirtualAxis
Source/ThirdParty/SDL/src/joystick/SDL_joystick.c:1526
↓ 7 callers
Function
SDL_SetLogPriority
Source/ThirdParty/SDL/src/SDL_log.c:206
↓ 7 callers
Function
SDL_SetSurfaceAlphaMod
Source/ThirdParty/SDL/src/video/SDL_surface.c:842
↓ 7 callers
Function
SDL_SetSurfaceColorKey
Source/ThirdParty/SDL/src/video/SDL_surface.c:641
↓ 7 callers
Function
SDL_SetSurfaceColorspace
Source/ThirdParty/SDL/src/video/SDL_surface.c:308
↓ 7 callers
Function
SDL_SignalCondition
Restart one of the threads that are waiting on the condition variable
Source/ThirdParty/SDL/src/thread/pthread/SDL_syscond.c:62
↓ 7 callers
Function
SDL_SurfaceHasColorKey
Source/ThirdParty/SDL/src/video/SDL_surface.c:667
↓ 7 callers
Function
SDL_Swap32
Source/ThirdParty/SDL/include/SDL3/SDL_endian.h:294
↓ 7 callers
Function
SDL_SyncIfRequired
Source/ThirdParty/SDL/src/video/SDL_video.c:238
↓ 7 callers
Function
SDL_Vulkan_DestroySurface_Internal
Source/ThirdParty/SDL/src/video/SDL_vulkan_utils.c:470
↓ 7 callers
Function
SDL_fabs
Source/ThirdParty/SDL/src/stdlib/SDL_stdlib.c:193
↓ 7 callers
Function
SDL_getenv_unsafe
Source/ThirdParty/SDL/src/stdlib/SDL_getenv.c:544
↓ 7 callers
Function
SDL_startswith
Source/ThirdParty/SDL/src/SDL_utils.c:112
↓ 7 callers
Function
SDL_wcslcat
Source/ThirdParty/SDL/src/stdlib/SDL_string.c:791
↓ 7 callers
Function
SafeMult
Reads the value stored at the location of the f1 pointer, multiplies it * with the second argument and then stores the result to f1. * Returns 0 on
Source/ThirdParty/SDL/src/audio/SDL_wave.c:44
↓ 7 callers
Function
Safe_UIntMult
UINT multiplication
Source/ThirdParty/DirectX-Headers/src/d3dx12_property_format_table.cpp:72
↓ 7 callers
Function
SearchSortedUint32
Source/ThirdParty/spirv_reflect/spirv_reflect.c:291
↓ 7 callers
Method
SetLabel
Source/Alimer/RHI/D3D12/RHI_D3D12.cpp:2338
↓ 7 callers
Function
SetNeutralRumble
Source/ThirdParty/SDL/src/joystick/hidapi/SDL_hidapi_switch.c:573
↓ 7 callers
Method
SetNull
Source/Alimer/Core/SerializeValue.cpp:672
↓ 7 callers
Method
SetZero
Vector with all zeros
Source/ThirdParty/JoltPhysics/Jolt/Math/Vector.h:22
↓ 7 callers
Method
ShouldCollideLocked
Source/ThirdParty/JoltPhysics/Jolt/Physics/Character/Character.cpp:84
↓ 7 callers
Function
Sqrt
Return square root of X.
Source/Alimer/Math/MathHelper.h:257
↓ 7 callers
Function
StrLen
Source/ThirdParty/rapidjson/include/rapidjson/internal/strfunc.h:31
↓ 7 callers
Method
Update
Source/ThirdParty/JoltPhysics/Jolt/Physics/PhysicsSystem.cpp:174
↓ 7 callers
Function
VULKAN_INTERNAL_AcquireUniformBufferFromPool
Source/ThirdParty/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c:7746
↓ 7 callers
Function
VULKAN_INTERNAL_FetchDescriptorSet
Source/ThirdParty/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c:5117
↓ 7 callers
Function
VULKAN_INTERNAL_FetchDescriptorSetLayout
NOTE: these categories should be mutually exclusive
Source/ThirdParty/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c:3830
↓ 7 callers
Function
VULKAN_INTERNAL_PrepareTextureSubresourceForWrite
Source/ThirdParty/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c:6075
↓ 7 callers
Function
VULKAN_INTERNAL_RemoveMemoryUsedRegion
Source/ThirdParty/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c:1575
↓ 7 callers
Function
VULKAN_INTERNAL_TextureSubresourceTransitionFromDefaultUsage
Source/ThirdParty/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c:2935
↓ 7 callers
Function
VULKAN_SetDrawState
Source/ThirdParty/SDL/src/render/vulkan/SDL_render_vulkan.c:3737
↓ 7 callers
Function
Vector2
Source/Alimer/Math/Vector2.h:42
↓ 7 callers
Function
Vector3
Source/Alimer/Math/Vector3.h:37
↓ 7 callers
Function
Vector4
Source/Alimer/Math/Vector4.h:39
↓ 7 callers
Function
WIN_CloseClipboard
Source/ThirdParty/SDL/src/video/windows/SDL_windowsclipboard.c:65
↓ 7 callers
Function
WIN_IsWindows8OrGreater
Source/ThirdParty/SDL/src/core/windows/SDL_windows.c:372
↓ 7 callers
Function
WIN_OpenClipboard
Source/ThirdParty/SDL/src/video/windows/SDL_windowsclipboard.c:46
↓ 7 callers
Method
Wait
Source/ThirdParty/JoltPhysics/Jolt/Core/JobSystemWithBarrier.cpp:105
↓ 7 callers
Function
Wayland_SeatUpdatePointerCursor
Source/ThirdParty/SDL/src/video/wayland/SDL_waylandmouse.c:1570
↓ 7 callers
Function
X11_GetXkbVirtualModifierMask
Source/ThirdParty/SDL/src/video/x11/SDL_x11keyboard.c:301
↓ 7 callers
Function
X11_IsWindowMapped
Source/ThirdParty/SDL/src/video/x11/SDL_x11window.c:106
↓ 7 callers
Function
X11_PumpEvents
Source/ThirdParty/SDL/src/video/x11/SDL_x11events.c:2288
↓ 7 callers
Function
X11_SyncWindow
Source/ThirdParty/SDL/src/video/x11/SDL_x11window.c:2343
↓ 7 callers
Function
add_crtc_property
Source/ThirdParty/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c:223
↓ 7 callers
Function
argparse_error
Source/Tools/ShaderMake/src/argparse.c:56
↓ 7 callers
Method
begin
Source/ThirdParty/spdlog/include/spdlog/fmt/bundled/base.h:1808
↓ 7 callers
Method
begin
Source/ThirdParty/fmt/include/fmt/base.h:1808
↓ 7 callers
Function
cgltf_fill_float_array
Source/ThirdParty/cgltf/cgltf.h:2833
↓ 7 callers
Function
cgltf_parse_json_unprocessed_extension
Source/ThirdParty/cgltf/cgltf.h:3036
↓ 7 callers
Function
cgltf_write_sizeprop
Source/ThirdParty/cgltf/cgltf_write.h:280
↓ 7 callers
Function
chg_vc_kbd_led
Source/ThirdParty/SDL/src/core/freebsd/SDL_evdev_kbd_freebsd.c:583
↓ 7 callers
Method
count
Source/ThirdParty/metal-cpp/Foundation/NSSet.hpp:49
↓ 7 callers
Function
count_digits
Source/ThirdParty/spdlog/include/spdlog/details/fmt_helper.h:66
↓ 7 callers
Function
countl_zero
Source/ThirdParty/fmt/include/fmt/format.h:465
↓ 7 callers
Method
create
Source/ThirdParty/SDL/src/hidapi/testgui/test.cpp:204
↓ 7 callers
Function
drm_atomic_commit
Source/ThirdParty/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c:527
↓ 7 callers
Function
drm_atomic_set_plane_props
/ The most important ATOMIC fn of the backend. */ A PLANE reads a BUFFER, and a CRTC reads a PLANE and sends it's co
Source/ThirdParty/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c:507
↓ 7 callers
Method
end
Source/ThirdParty/spdlog/include/spdlog/fmt/bundled/base.h:1809
↓ 7 callers
Method
end
Source/ThirdParty/fmt/include/fmt/base.h:1809
↓ 7 callers
Function
format_to
Source/ThirdParty/fmt/include/fmt/base.h:2874
↓ 7 callers
Method
get
Source/ThirdParty/spdlog/include/spdlog/details/registry-inl.h:86
↓ 7 callers
Method
get_begin
do not use begin() and end() to avoid collision with fmt/ranges
Source/ThirdParty/spdlog/include/spdlog/fmt/bin_to_hex.h:51
↓ 7 callers
Function
get_effect_replay_length
Source/ThirdParty/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c:249
↓ 7 callers
Function
get_int_property
Source/ThirdParty/SDL/src/hidapi/mac/hid.c:313
↓ 7 callers
Method
init
Source/ThirdParty/metal-cpp/Metal/MTLHeap.hpp:140
↓ 7 callers
Function
map
Source/ThirdParty/fmt/include/fmt/base.h:407
← previous
next →
1,301–1,400 of 26,115, ranked by callers