Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cadaver/turso3d
/ functions
Functions
12,019 in github.com/cadaver/turso3d
⨍
Functions
12,019
◇
Types & classes
3,782
↓ 11 callers
Function
SDL_RectEmpty
* Determine whether a rectangle has no area. * * A rectangle is considered "empty" for this function if `r` is NULL, or if * `r`'s width and/or hei
ThirdParty/SDL/include/SDL3/SDL_rect.h:179
↓ 11 callers
Function
SDL_SetDefaultCursor
ThirdParty/SDL/src/events/SDL_mouse.c:397
↓ 11 callers
Function
SDL_SetWindowFullscreenMode
ThirdParty/SDL/src/video/SDL_video.c:1986
↓ 11 callers
Function
SDL_SetupRendererColorspace
ThirdParty/SDL/src/render/SDL_render.c:170
↓ 11 callers
Function
SDL_VIDPIDInList
ThirdParty/SDL/src/joystick/SDL_joystick.c:3766
↓ 11 callers
Function
SDL_WaitSemaphore
ThirdParty/SDL/src/thread/SDL_thread.c:481
↓ 11 callers
Function
SDL_iconv_string
ThirdParty/SDL/src/stdlib/SDL_iconv.c:790
↓ 11 callers
Function
SDL_sinf
ThirdParty/SDL/src/stdlib/SDL_stdlib.c:463
↓ 11 callers
Method
SendCallstack
ThirdParty/Tracy/client/TracyProfiler.cpp:3743
↓ 11 callers
Method
TestFlag
Test bit flag. Called internally.
Turso3D/Renderer/Octree.h:84
↓ 11 callers
Function
VULKAN_INTERNAL_FetchTextureSubresource
ThirdParty/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c:4178
↓ 11 callers
Function
VULKAN_INTERNAL_TextureSubresourceTransitionFromDefaultUsage
ThirdParty/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c:2796
↓ 11 callers
Function
WIN_CoUninitialize
ThirdParty/SDL/src/core/windows/SDL_windows.c:112
↓ 11 callers
Function
WIN_IsEqualGUID
ThirdParty/SDL/src/core/windows/SDL_windows.c:307
↓ 11 callers
Function
Wayland_CreateSystemCursor
ThirdParty/SDL/src/video/wayland/SDL_waylandmouse.c:519
↓ 11 callers
Function
elf_lzma_bit
ThirdParty/Tracy/libbacktrace/elf.cpp:5438
↓ 11 callers
Function
get_thread_id
Fast thread ID
ThirdParty/Tracy/client/tracy_rpmalloc.cpp:729
↓ 11 callers
Function
memmove
NOLINTNEXTLINE(readability-inconsistent-declaration-parameter-name)
ThirdParty/SDL/src/stdlib/SDL_memmove.c:68
↓ 11 callers
Function
put_queue
* Helper Functions. */
ThirdParty/SDL/src/core/linux/SDL_evdev_kbd.c:550
↓ 11 callers
Function
rd_insert_main_item_node
ThirdParty/SDL/src/hidapi/windows/hidapi_descriptor_reconstruct.c:157
↓ 11 callers
Function
read_power_file
ThirdParty/SDL/src/power/linux/SDL_syspower.c:58
↓ 11 callers
Function
register_global_error
ThirdParty/SDL/src/hidapi/windows/hid.c:388
↓ 10 callers
Function
CASE
ThirdParty/SDL/src/video/SDL_pixels.c:98
↓ 10 callers
Function
CopyString
ThirdParty/Tracy/client/TracyStringHelpers.hpp:13
↓ 10 callers
Function
D3D12_INTERNAL_AssignCpuDescriptorHandle
ThirdParty/SDL/src/gpu/d3d12/SDL_gpu_d3d12.c:2540
↓ 10 callers
Method
Flags
Return flags.
Turso3D/Renderer/OctreeNode.h:80
↓ 10 callers
Method
Free
Destruct and free an object.
Turso3D/Object/Allocator.h:92
↓ 10 callers
Function
GENERIC_INTERNAL_CreateFullPath
ThirdParty/SDL/src/storage/generic/SDL_genericstorage.c:27
↓ 10 callers
Function
GL_ActivateRenderer
ThirdParty/SDL/src/render/opengl/SDL_render_gl.c:260
↓ 10 callers
Function
GetDisplay
ThirdParty/SDL/src/video/x11/SDL_x11mouse.c:43
↓ 10 callers
Method
GetId
ThirdParty/Tracy/tracy/TracyOpenGL.hpp:189
↓ 10 callers
Method
HitDistance
Turso3D/Renderer/GeometryNode.cpp:81
↓ 10 callers
Method
IsInsideFast
Turso3D/Math/BoundingBox.cpp:212
↓ 10 callers
Method
IsValid
ThirdParty/Tracy/client/TracyRingBuffer.hpp:68
↓ 10 callers
Method
Length
Turso3D/Renderer/AnimationState.cpp:273
↓ 10 callers
Method
NextQueryId
ThirdParty/Tracy/tracy/TracyOpenGL.hpp:176
↓ 10 callers
Method
NumGeometries
Return number of geometries.
Turso3D/Renderer/Model.h:151
↓ 10 callers
Function
ObtainLogicalAudioDevice
If found, this locks _the physical device_ this logical device is associated with, before returning.
ThirdParty/SDL/src/audio/SDL_audio.c:363
↓ 10 callers
Function
SDL_BlitSurfaceUnchecked
* Set up a blit between two surfaces -- split into three parts: * The upper part, SDL_BlitSurface(), performs clipping and rectangle * verification.
ThirdParty/SDL/src/video/SDL_surface.c:991
↓ 10 callers
Function
SDL_GetAndroidSDKVersion
ThirdParty/SDL/src/core/android/SDL_android.c:2195
↓ 10 callers
Function
SDL_GetCurrentThreadID
ThirdParty/SDL/src/thread/psp/SDL_systhread.c:70
↓ 10 callers
Function
SDL_GetDisplays
ThirdParty/SDL/src/video/SDL_video.c:888
↓ 10 callers
Function
SDL_GetJoystickVirtualGamepadInfoForID
ThirdParty/SDL/src/joystick/SDL_joystick.c:758
↓ 10 callers
Function
SDL_GetWindowFromID
ThirdParty/SDL/src/video/SDL_video.c:2636
↓ 10 callers
Function
SDL_LoadVIDPIDList
ThirdParty/SDL/src/joystick/SDL_joystick.c:3742
↓ 10 callers
Function
SDL_MapSurfaceRGBA
ThirdParty/SDL/src/video/SDL_surface.c:2620
↓ 10 callers
Function
SDL_QuitSubSystem
ThirdParty/SDL/src/SDL.c:492
↓ 10 callers
Function
SDL_SendJoystickTouchpad
ThirdParty/SDL/src/joystick/SDL_joystick.c:3511
↓ 10 callers
Function
SDL_SetMainReady
ThirdParty/SDL/src/SDL.c:244
↓ 10 callers
Function
SDL_SetStringProperty
ThirdParty/SDL/src/SDL_properties.c:404
↓ 10 callers
Function
SDL_cosf
ThirdParty/SDL/src/stdlib/SDL_stdlib.c:172
↓ 10 callers
Function
SDL_hid_write
ThirdParty/SDL/src/hidapi/SDL_hidapi.c:1580
↓ 10 callers
Function
SetFeatureReport
ThirdParty/SDL/src/joystick/hidapi/SDL_hidapi_steam.c:286
↓ 10 callers
Function
SetInitState
ThirdParty/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c:213
↓ 10 callers
Method
SetRenderState
Turso3D/Renderer/Material.cpp:76
↓ 10 callers
Method
SetTexture
Turso3D/Renderer/Material.cpp:225
↓ 10 callers
Method
Size2D
Return 2D dimensions in pixels.
Turso3D/Graphics/Texture.h:52
↓ 10 callers
Method
Transformed
Turso3D/Math/Ray.cpp:363
↓ 10 callers
Function
UpdateAudioStreamFormatsPhysical
should hold device->lock before calling.
ThirdParty/SDL/src/audio/SDL_audio.c:232
↓ 10 callers
Function
WIN_CheckWParamMouseButton
ThirdParty/SDL/src/video/windows/SDL_windowsevents.c:213
↓ 10 callers
Function
Wayland_GetPointerTimestamp
ThirdParty/SDL/src/video/wayland/SDL_waylandevents.c:213
↓ 10 callers
Function
X11_CreateSystemCursor
ThirdParty/SDL/src/video/x11/SDL_x11mouse.c:259
↓ 10 callers
Function
_glewStrLen
* GLEW, just like OpenGL or GLU, does not rely on the standard C library. * These functions implement the functionality required in this file. */
ThirdParty/GLEW/glew.c:223
↓ 10 callers
Function
backtrace_release_view
ThirdParty/Tracy/libbacktrace/mmapio.cpp:99
↓ 10 callers
Function
cos
ThirdParty/SDL/src/libm/s_cos.c:47
↓ 10 callers
Function
dlclose
ThirdParty/Tracy/client/TracyOverride.cpp:9
↓ 10 callers
Function
get_thread_heap_raw
ThirdParty/Tracy/client/tracy_rpmalloc.cpp:705
↓ 10 callers
Function
hid_internal_get_devnode_property
ThirdParty/SDL/src/hidapi/windows/hid.c:445
↓ 10 callers
Function
hid_open_path
ThirdParty/SDL/src/hidapi/libusb/hid.c:1421
↓ 10 callers
Function
ilog
this is a weird definition of log2() for which log2(1) = 1, log2(2) = 2, log2(4) = 3 as required by the specification. fast(?) implementation from stb
ThirdParty/STB/stb_vorbis.h:985
↓ 10 callers
Function
put_queue
* Helper Functions. */
ThirdParty/SDL/src/core/freebsd/SDL_evdev_kbd_freebsd.c:338
↓ 10 callers
Function
put_queue
ThirdParty/SDL/src/core/openbsd/SDL_wscons_kbd.c:488
↓ 10 callers
Function
read_address
ThirdParty/Tracy/libbacktrace/dwarf.cpp:918
↓ 10 callers
Function
read_offset
ThirdParty/Tracy/libbacktrace/dwarf.cpp:906
↓ 10 callers
Function
setup_temp_free
ThirdParty/STB/stb_vorbis.h:938
↓ 10 callers
Function
stbi__blinn_8x8
fast 0..255 * 0..255 => 0..255 rounded multiplication
ThirdParty/STB/stb_image.h:3805
↓ 10 callers
Function
stbi__malloc_mad3
ThirdParty/STB/stb_image.h:1052
↓ 9 callers
Method
Clear
Turso3D/Renderer/Renderer.cpp:124
↓ 9 callers
Method
ConnectionId
ThirdParty/Tracy/client/TracyProfiler.hpp:709
↓ 9 callers
Function
D3D12_UpdateTextureInternal
ThirdParty/SDL/src/render/direct3d12/SDL_render_d3d12.c:1812
↓ 9 callers
Method
Distance
Return distance to position.
Turso3D/Renderer/Camera.h:116
↓ 9 callers
Function
FindPenByInstanceId
You must hold pen_device_rwlock before calling this, and result is only safe while lock is held! If SDL isn't initialized, grabbing the NULL lock is a
ThirdParty/SDL/src/events/SDL_pen.c:50
↓ 9 callers
Function
GLES2_TexSubImage2D
ThirdParty/SDL/src/render/opengles2/SDL_render_gles2.c:1672
↓ 9 callers
Method
GLTexture
Return the OpenGL object identifier.
Turso3D/Graphics/Texture.h:81
↓ 9 callers
Function
GetBaseButtons
ThirdParty/SDL/src/joystick/hidapi/SDL_hidapi_wii.c:1317
↓ 9 callers
Function
HIDAPI_DriverPS5_UpdateEffects
ThirdParty/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c:672
↓ 9 callers
Function
LZ4HC_encodeSequence
LZ4HC_encodeSequence() : * @return : 0 if ok, * 1 if buffer issue detected */
ThirdParty/Tracy/common/tracy_lz4hc.cpp:470
↓ 9 callers
Method
Normalized
Return normalized to unit length.
Turso3D/Math/Vector2.h:167
↓ 9 callers
Function
ObtainPhysicalCameraObj
ThirdParty/SDL/src/camera/SDL_camera.c:312
↓ 9 callers
Method
QueueUpdate
Turso3D/Renderer/Octree.cpp:377
↓ 9 callers
Method
Read
Turso3D/IO/File.cpp:68
↓ 9 callers
Method
Root
Return the root octant.
Turso3D/Renderer/Octree.h:228
↓ 9 callers
Function
SDL_DestroyCondition
Destroy a condition variable
ThirdParty/SDL/src/thread/n3ds/SDL_syscond.c:45
↓ 9 callers
Function
SDL_DestroyRWLock
ThirdParty/SDL/src/thread/pthread/SDL_sysrwlock.c:48
↓ 9 callers
Function
SDL_EGL_CreateSurface
ThirdParty/SDL/src/video/SDL_egl.c:1212
↓ 9 callers
Function
SDL_GetCurrentAudioDriver
ThirdParty/SDL/src/audio/SDL_audio.c:139
↓ 9 callers
Function
SDL_GetDriverAndJoystickIndex
* Get the driver and device index for a joystick instance ID * This should be called while the joystick lock is held, to prevent another thread from
ThirdParty/SDL/src/joystick/SDL_joystick.c:491
↓ 9 callers
Function
SDL_GetJoystickGUIDForID
return the guid for this index
ThirdParty/SDL/src/joystick/SDL_joystick.c:3253
↓ 9 callers
Function
SDL_GetJoystickPlayerIndex
* Get the player index of an opened joystick, or -1 if it's not available */
ThirdParty/SDL/src/joystick/SDL_joystick.c:1694
↓ 9 callers
Function
SDL_GetStringProperty
ThirdParty/SDL/src/SDL_properties.c:533
← previous
next →
401–500 of 12,019, ranked by callers