Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdamYuan/SparseVoxelOctree
/ functions
Functions
6,040 in github.com/AdamYuan/SparseVoxelOctree
⨍
Functions
6,040
◇
Types & classes
2,570
↓ 1 callers
Method
set_default_logger
set default logger. default logger is stored in default_logger_ (for faster retrieval) and in the loggers_ map.
dep/spdlog/include/spdlog/details/registry-inl.h:112
↓ 1 callers
Method
set_error_handler
error handler
dep/spdlog/include/spdlog/logger-inl.h:152
↓ 1 callers
Method
set_error_handler
dep/spdlog/include/spdlog/details/registry-inl.h:198
↓ 1 callers
Method
set_formatter
set formatting for the sinks in this logger. each sink will get a separate instance of the formatter object.
dep/spdlog/include/spdlog/logger-inl.h:84
↓ 1 callers
Method
set_formatter
Set global formatter. Each sink in each logger will get a clone of this object
dep/spdlog/include/spdlog/details/registry-inl.h:140
↓ 1 callers
Method
set_formatter
dep/spdlog/include/spdlog/sinks/base_sink-inl.h:47
↓ 1 callers
Method
set_key_ptr
dep/MyVK/include/myvk_rg/_details_/ObjectBase.hpp:17
↓ 1 callers
Function
set_level
dep/spdlog/include/spdlog/spdlog-inl.h:60
↓ 1 callers
Method
set_level
dep/spdlog/include/spdlog/logger-inl.h:67
↓ 1 callers
Method
set_levels
dep/spdlog/include/spdlog/details/registry-inl.h:270
↓ 1 callers
Method
set_noise_image
src/PathTracer.cpp:122
↓ 1 callers
Function
set_pattern
dep/spdlog/include/spdlog/spdlog-inl.h:30
↓ 1 callers
Method
set_pattern
dep/spdlog/include/spdlog/logger-inl.h:101
↓ 1 callers
Method
shutdown
clean all resources and threads started by the registry
dep/spdlog/include/spdlog/details/registry-inl.h:244
↓ 1 callers
Method
sink_it_
dep/spdlog/include/spdlog/logger-inl.h:178
↓ 1 callers
Method
sinks
sinks
dep/spdlog/include/spdlog/logger-inl.h:141
↓ 1 callers
Method
size
dep/spdlog/include/spdlog/fmt/bundled/os.h:148
↓ 1 callers
Function
sizeMbcs
dep/tinyfiledialogs.c:571
↓ 1 callers
Function
sizeUtf16From8
dep/tinyfiledialogs.c:550
↓ 1 callers
Function
sizeUtf16FromMbcs
dep/tinyfiledialogs.c:557
↓ 1 callers
Function
sizeUtf8
dep/tinyfiledialogs.c:564
↓ 1 callers
Method
size_per_line
dep/spdlog/include/spdlog/fmt/bin_to_hex.h:49
↓ 1 callers
Function
sortEdgeCollapses
dep/meshoptimizer/src/simplifier.cpp:806
↓ 1 callers
Function
speakertestPresent
dep/tinyfiledialogs.c:3639
↓ 1 callers
Method
split
dep/MyVK/dep/imgui/imgui.cpp:2009
↓ 1 callers
Function
stb_adler32
dep/MyVK/dep/imgui/imgui_draw.cpp:3799
↓ 1 callers
Function
stb_decompress
dep/MyVK/dep/imgui/imgui_draw.cpp:3830
↓ 1 callers
Function
stb_decompress_token
dep/MyVK/dep/imgui/imgui_draw.cpp:3782
↓ 1 callers
Function
stb_text_create_undo_record
dep/MyVK/dep/imgui/imstb_textedit.h:1179
↓ 1 callers
Function
stb_text_makeundo_delete
dep/MyVK/dep/imgui/imstb_textedit.h:1347
↓ 1 callers
Function
stb_text_redo
dep/MyVK/dep/imgui/imstb_textedit.h:1291
↓ 1 callers
Function
stb_text_undo
dep/MyVK/dep/imgui/imstb_textedit.h:1223
↓ 1 callers
Function
stb_textedit_clear_state
reset the state to default
dep/MyVK/dep/imgui/imstb_textedit.h:1368
↓ 1 callers
Function
stb_textedit_click
API click: on mouse down, move the cursor to the clicked location, and reset the selection
dep/MyVK/dep/imgui/imstb_textedit.h:458
↓ 1 callers
Function
stb_textedit_cut
API cut: delete selection
dep/MyVK/dep/imgui/imstb_textedit.h:696
↓ 1 callers
Function
stb_textedit_discard_redo
discard the oldest entry in the redo list--it's bad if this ever happens, but because undo & redo have to store the actual characters in different cas
dep/MyVK/dep/imgui/imstb_textedit.h:1149
↓ 1 callers
Function
stb_textedit_drag
API drag: on mouse drag, move the cursor and selection endpoint to the clicked location
dep/MyVK/dep/imgui/imstb_textedit.h:476
↓ 1 callers
Function
stb_textedit_flush_redo
dep/MyVK/dep/imgui/imstb_textedit.h:1120
↓ 1 callers
Function
stb_textedit_initialize_state
API initialize
dep/MyVK/dep/imgui/imstb_textedit.h:1386
↓ 1 callers
Function
stb_textedit_key
API key: process a keyboard input
dep/MyVK/dep/imgui/imstb_textedit.h:730
↓ 1 callers
Function
stb_textedit_paste
dep/MyVK/dep/imgui/imstb_textedit.h:1396
↓ 1 callers
Function
stb_textedit_paste_internal
API paste: replace existing selection with passed-in text
dep/MyVK/dep/imgui/imstb_textedit.h:707
↓ 1 callers
Function
stb_textedit_replace
stb_textedit internally allows for a single undo record to do addition and deletion, but somehow, calling the stb_textedit_paste() function creates tw
dep/MyVK/dep/imgui/imgui_widgets.cpp:3652
↓ 1 callers
Function
stbi__bitreverse16
dep/stb_image.h:4043
↓ 1 callers
Function
stbi__bmp_info
dep/stb_image.h:7250
↓ 1 callers
Function
stbi__bmp_load
dep/stb_image.h:5460
↓ 1 callers
Function
stbi__bmp_test
dep/stb_image.h:5290
↓ 1 callers
Function
stbi__bmp_test_raw
dep/stb_image.h:5275
↓ 1 callers
Function
stbi__build_fast_ac
build a table that decodes both magnitude and value of small ACs in one go.
dep/stb_image.h:2027
↓ 1 callers
Function
stbi__compute_huffman_codes
dep/stb_image.h:4275
↓ 1 callers
Function
stbi__compute_transparency
dep/stb_image.h:4844
↓ 1 callers
Function
stbi__compute_transparency16
dep/stb_image.h:4869
↓ 1 callers
Function
stbi__convert_16_to_8
dep/stb_image.h:1170
↓ 1 callers
Function
stbi__convert_8_to_16
dep/stb_image.h:1186
↓ 1 callers
Function
stbi__cpuid3
dep/stb_image.h:729
↓ 1 callers
Function
stbi__create_png_image
dep/stb_image.h:4799
↓ 1 callers
Function
stbi__de_iphone
dep/stb_image.h:4971
↓ 1 callers
Function
stbi__decode_jpeg_image
decode image to YCbCr format
dep/stb_image.h:3348
↓ 1 callers
Function
stbi__do_png
dep/stb_image.h:5192
↓ 1 callers
Function
stbi__expand_png_palette
dep/stb_image.h:4894
↓ 1 callers
Function
stbi__float_postprocess
dep/stb_image.h:1294
↓ 1 callers
Function
stbi__get_chunk_header
dep/stb_image.h:4528
↓ 1 callers
Function
stbi__gif_info
dep/stb_image.h:6992
↓ 1 callers
Function
stbi__gif_info_raw
dep/stb_image.h:6554
↓ 1 callers
Function
stbi__gif_load
dep/stb_image.h:6963
↓ 1 callers
Function
stbi__gif_test_raw
dep/stb_image.h:6495
↓ 1 callers
Function
stbi__hdr_info
dep/stb_image.h:7204
↓ 1 callers
Function
stbi__hdr_to_ldr
dep/stb_image.h:1864
↓ 1 callers
Function
stbi__jpeg_decode_block_prog_ac
@OPTIMIZE: store non-zigzagged during the decode passes, and only de-zigzag when dequantizing
dep/stb_image.h:2262
↓ 1 callers
Function
stbi__jpeg_dequantize
dep/stb_image.h:3039
↓ 1 callers
Function
stbi__jpeg_finish
dep/stb_image.h:3046
↓ 1 callers
Function
stbi__jpeg_info
dep/stb_image.h:4005
↓ 1 callers
Function
stbi__jpeg_info_raw
dep/stb_image.h:3993
↓ 1 callers
Function
stbi__jpeg_load
dep/stb_image.h:3967
↓ 1 callers
Function
stbi__jpeg_test
dep/stb_image.h:3980
↓ 1 callers
Function
stbi__ldr_to_hdr
dep/stb_image.h:1838
↓ 1 callers
Function
stbi__load_gif_main
dep/stb_image.h:6878
↓ 1 callers
Function
stbi__mad2sizes_valid
returns 1 if "a*b + add" has no negative terms/factors and doesn't overflow
dep/stb_image.h:1021
↓ 1 callers
Function
stbi__out_gif_code
dep/stb_image.h:6569
↓ 1 callers
Function
stbi__parse_entropy_coded_data
dep/stb_image.h:2915
↓ 1 callers
Function
stbi__parse_huffman_block
dep/stb_image.h:4233
↓ 1 callers
Function
stbi__parse_uncompressed_block
dep/stb_image.h:4325
↓ 1 callers
Function
stbi__parse_zlib
dep/stb_image.h:4397
↓ 1 callers
Function
stbi__parse_zlib_header
dep/stb_image.h:4354
↓ 1 callers
Function
stbi__pic_info
dep/stb_image.h:7338
↓ 1 callers
Function
stbi__pic_load
dep/stb_image.h:6415
↓ 1 callers
Function
stbi__pic_load_core
dep/stb_image.h:6305
↓ 1 callers
Function
stbi__pic_test
dep/stb_image.h:6456
↓ 1 callers
Function
stbi__pic_test_core
dep/stb_image.h:6261
↓ 1 callers
Function
stbi__png_info
dep/stb_image.h:5251
↓ 1 callers
Function
stbi__png_is16
dep/stb_image.h:5258
↓ 1 callers
Function
stbi__png_load
dep/stb_image.h:5224
↓ 1 callers
Function
stbi__png_test
dep/stb_image.h:5231
↓ 1 callers
Function
stbi__pnm_is16
dep/stb_image.h:7526
↓ 1 callers
Function
stbi__pnm_isdigit
dep/stb_image.h:7470
↓ 1 callers
Function
stbi__pnm_isspace
dep/stb_image.h:7451
↓ 1 callers
Function
stbi__pnm_load
dep/stb_image.h:7421
↓ 1 callers
Function
stbi__pnm_test
dep/stb_image.h:7409
↓ 1 callers
Function
stbi__process_frame_header
dep/stb_image.h:3229
↓ 1 callers
Function
stbi__process_gif_raster
dep/stb_image.h:6606
← previous
next →
2,101–2,200 of 6,040, ranked by callers