MCPcopy Create free account

hub / github.com/RandyGaul/cute_headers / functions

Functions1,962 in github.com/RandyGaul/cute_headers

↓ 1 callersFunctioncs_map_term
cute_sound.h:730
↓ 1 callersFunctioncs_mix
cute_sound.h:1377
↓ 1 callersFunctioncs_mix_pitched
Mix with pitch shifting (resampling with linear interpolation).
cute_sound.h:1240
↓ 1 callersFunctioncs_mix_simple
Mix without pitch shifting (direct copy with volume).
cute_sound.h:1337
↓ 1 callersFunctioncs_mm_and_si128
cute_sound.h:658
↓ 1 callersFunctioncs_mm_castps_si128
cute_sound.h:680
↓ 1 callersFunctioncs_mm_cmplt_ps
cute_sound.h:668
↓ 1 callersFunctioncs_mm_cvttps_epi32
cute_sound.h:607
↓ 1 callersFunctioncs_mm_floor_epi32
Floor function for SIMD - converts truncate-toward-zero to floor.
cute_sound.h:1229
↓ 1 callersFunctioncs_mm_packs_epi32
cute_sound.h:590
↓ 1 callersFunctioncs_mm_set1_epi32
cute_sound.h:638
↓ 1 callersFunctioncs_mm_sub_epi32
cute_sound.h:648
↓ 1 callersFunctioncs_mm_unpackhi_epi32
cute_sound.h:580
↓ 1 callersFunctioncs_mm_unpacklo_epi32
cute_sound.h:570
↓ 1 callersFunctioncs_pcm16_to_float
cute_sound.h:1563
↓ 1 callersFunctioncs_pcm24_to_float
cute_sound.h:1564
↓ 1 callersFunctioncs_pcm32_to_float
cute_sound.h:1569
↓ 1 callersFunctioncs_pcm8_to_float
Sample conversion helpers.
cute_sound.h:1562
↓ 1 callersFunctionct_time
examples_cute_net/client/cute_time.h:87
↓ 1 callersFunctionct_time
examples_cute_net/server/cute_time.h:87
↓ 1 callersFunctioncute_aseprite_load_from_memory
cute_aseprite.h:938
↓ 1 callersFunctioncute_cacheline_size
cute_sync.h:670
↓ 1 callersFunctioncute_cv_create
cute_sync.h:567
↓ 1 callersFunctioncute_cv_destroy
cute_sync.h:595
↓ 1 callersFunctioncute_cv_wait
cute_sync.h:588
↓ 1 callersFunctioncute_cv_wake_all
cute_sync.h:574
↓ 1 callersFunctioncute_cv_wake_one
cute_sync.h:581
↓ 1 callersFunctioncute_thread_create
cute_sync.h:638
↓ 1 callersFunctioncute_thread_wait
cute_sync.h:658
↓ 1 callersFunctioncute_threadpool_kick
cute_sync.h:1348
↓ 1 callersFunctioncute_tiled_chunks
cute_tiled.h:2154
↓ 1 callersFunctioncute_tiled_deintern_layer
cute_tiled.h:2905
↓ 1 callersFunctioncute_tiled_free_chunks
cute_tiled.h:2987
↓ 1 callersFunctioncute_tiled_free_objects
cute_tiled.h:2975
↓ 1 callersFunctioncute_tiled_get_flags
! * Helper for processing tile data in /ref `cute_tiled_layer_t` `data`. Flags are * stored in the GID array `data` for flipping the image. Retrieve
cute_tiled.h:328
↓ 1 callersFunctioncute_tiled_load_external_tileset_from_memory
cute_tiled.h:3161
↓ 1 callersFunctioncute_tiled_load_map_from_memory
cute_tiled.h:3089
↓ 1 callersFunctioncute_tiled_parse_char
cute_tiled.h:1521
↓ 1 callersFunctioncute_tiled_patch_interned_strings
cute_tiled.h:2953
↓ 1 callersFunctioncute_tiled_read_object
cute_tiled.h:2052
↓ 1 callersFunctioncute_tiled_read_tile_descriptor
cute_tiled.h:2460
↓ 1 callersFunctioncute_tiled_unset_flags
! * Helper for processing tile data in /ref `cute_tiled_layer_t` `data`. Unsets all of * the image flipping flags in the higher bit of /p `tile_data
cute_tiled.h:318
↓ 1 callersFunctiondecodeUTF8
examples_cute_c2/glfw/x11_window.c:872
↓ 1 callersFunctiondequeueEvent
examples_cute_c2/glfw/mir_window.c:76
↓ 1 callersFunctiondetectEWMH
Check whether the running window manager is EWMH-compliant
examples_cute_c2/glfw/x11_init.c:372
↓ 1 callersFunctionenqueueEvent
examples_cute_c2/glfw/mir_window.c:64
↓ 1 callersFunctionfindWindowByHandle
Return the GLFW window corresponding to the specified X11 window
examples_cute_c2/glfw/x11_window.c:214
↓ 1 callersFunctionfind_coreGL
examples_cute_c2/glad/glad.c:1601
↓ 1 callersFunctionfind_coreGL
examples_cute_gl_and_tiled_and_spritebatch/glad.c:941
↓ 1 callersFunctionfind_coreGL
examples_cute_spritebatch/glad.c:941
↓ 1 callersFunctionfind_extensionsGL
examples_cute_c2/glad/glad.c:1592
↓ 1 callersFunctionfind_extensionsGL
examples_cute_gl_and_tiled_and_spritebatch/glad.c:934
↓ 1 callersFunctionfind_extensionsGL
examples_cute_spritebatch/glad.c:934
↓ 1 callersFunctionfreeLibraries
Unload used libraries (DLLs)
examples_cute_c2/glfw/win32_init.c:144
↓ 1 callersFunctionfree_exts
examples_cute_c2/glad/glad.c:68
↓ 1 callersFunctionfree_exts
examples_cute_gl_and_tiled_and_spritebatch/glad.c:203
↓ 1 callersFunctionfree_exts
examples_cute_spritebatch/glad.c:203
↓ 1 callersFunctionfree_images
examples_cute_gl_and_tiled_and_spritebatch/main.c:493
↓ 1 callersFunctiongetAsyncKeyMods
Retrieves and translates modifier keys
examples_cute_c2/glfw/win32_window.c:346
↓ 1 callersFunctiongetDeviceDescription
Returns a description fitting the specified XInput capabilities
examples_cute_c2/glfw/win32_joystick.c:133
↓ 1 callersFunctiongetErrorString
Returns a generic string representation of the specified error
examples_cute_c2/glfw/init.c:53
↓ 1 callersFunctiongetSystemCursorName
examples_cute_c2/glfw/mir_window.c:721
↓ 1 callersFunctionget_demo_config
examples_cute_spritebatch/main.c:340
↓ 1 callersFunctionget_exts
examples_cute_c2/glad/glad.c:41
↓ 1 callersFunctionget_exts
examples_cute_gl_and_tiled_and_spritebatch/glad.c:169
↓ 1 callersFunctionget_exts
examples_cute_spritebatch/glad.c:169
↓ 1 callersFunctiongjk_make_sure_cache_helps_and_works
examples_cute_c2/main.cpp:1269
↓ 1 callersFunctiongl_call_sort_pred_internal
examples_cute_c2/cute_gl.h:892
↓ 1 callersFunctiongl_call_sort_pred_internal
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:892
↓ 1 callersFunctiongl_call_sort_pred_internal
examples_cute_spritebatch/cute_gl.h:892
↓ 1 callersFunctiongl_copy
examples_cute_c2/cute_gl.h:1143
↓ 1 callersFunctiongl_copy
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:1143
↓ 1 callersFunctiongl_copy
examples_cute_spritebatch/cute_gl.h:1143
↓ 1 callersFunctiongl_draw_call_count
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:1088
↓ 1 callersFunctiongl_flush
examples_cute_c2/cute_gl.h:1079
↓ 1 callersFunctiongl_flush
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:1079
↓ 1 callersFunctiongl_flush
examples_cute_spritebatch/cute_gl.h:1079
↓ 1 callersFunctiongl_free_ctx
examples_cute_c2/cute_gl.h:336
↓ 1 callersFunctiongl_free_ctx
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:336
↓ 1 callersFunctiongl_free_frame_buffer
examples_cute_c2/cute_gl.h:458
↓ 1 callersFunctiongl_get_enum
examples_cute_c2/cute_gl.h:927
↓ 1 callersFunctiongl_get_enum
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:927
↓ 1 callersFunctiongl_get_enum
examples_cute_spritebatch/cute_gl.h:927
↓ 1 callersFunctiongl_get_error_description
examples_cute_c2/cute_gl.h:1212
↓ 1 callersFunctiongl_get_error_description
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:1212
↓ 1 callersFunctiongl_get_error_description
examples_cute_spritebatch/cute_gl.h:1212
↓ 1 callersFunctiongl_get_error_string
examples_cute_c2/cute_gl.h:1198
↓ 1 callersFunctiongl_get_error_string
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:1198
↓ 1 callersFunctiongl_get_error_string
examples_cute_spritebatch/cute_gl.h:1198
↓ 1 callersFunctiongl_line_color
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:353
↓ 1 callersFunctiongl_line_color
examples_cute_spritebatch/cute_gl.h:353
↓ 1 callersFunctiongl_line_mvp
examples_cute_c2/cute_gl.h:347
↓ 1 callersFunctiongl_line_mvp
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:347
↓ 1 callersFunctiongl_line_mvp
examples_cute_spritebatch/cute_gl.h:347
↓ 1 callersFunctiongl_make_ctx
examples_cute_c2/cute_gl.h:298
↓ 1 callersFunctiongl_make_ctx
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:298
↓ 1 callersFunctiongl_make_ctx
examples_cute_spritebatch/cute_gl.h:298
↓ 1 callersFunctiongl_make_frame_buffer
examples_cute_c2/cute_gl.h:398
↓ 1 callersFunctiongl_map_internal
WARNING: Messes with GL global state via glUnmapBuffer(GL_ARRAY_BUFFER) and glBindBuffer(GL_ARRAY_BUFFER, ...), so call gl_map_internal, fill in data,
examples_cute_c2/cute_gl.h:563
↓ 1 callersFunctiongl_map_internal
WARNING: Messes with GL global state via glUnmapBuffer(GL_ARRAY_BUFFER) and glBindBuffer(GL_ARRAY_BUFFER, ...), so call gl_map_internal, fill in data,
examples_cute_gl_and_tiled_and_spritebatch/cute_gl.h:563
← previousnext →901–1,000 of 1,962, ranked by callers