Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Twinklebear/ChameleonRT
/ functions
Functions
3,396 in github.com/Twinklebear/ChameleonRT
⨍
Functions
3,396
◇
Types & classes
791
↓ 9 callers
Method
HasSelection
imgui/imgui.h:1682
↓ 9 callers
Function
ImTextCharFromUtf8
Convert UTF-8 to 32-bit character, process single character input. Based on stb_from_utf8() from github.com/nothings/stb/ We handle UTF-8 decoding err
imgui/imgui.cpp:1552
↓ 9 callers
Function
LowerBound
std::lower_bound but without the bullshit
imgui/imgui.cpp:1817
↓ 9 callers
Method
PathArcToFast
imgui/imgui_draw.cpp:1003
↓ 9 callers
Method
capacity
util/parallel_hashmap/phmap.h:1150
↓ 9 callers
Method
data
Span::data() Returns a pointer to the span's underlying array of data (which is held outside the span).
util/parallel_hashmap/phmap_base.h:3200
↓ 9 callers
Method
emplace
util/json.hpp:17058
↓ 9 callers
Function
empty
@brief checks whether the container is empty. @sa https://json.nlohmann.me/api/basic_json/empty/
util/json.hpp:19803
↓ 9 callers
Method
find
util/parallel_hashmap/phmap.h:1560
↓ 9 callers
Function
is_binary
@brief return whether value is a binary array @sa https://json.nlohmann.me/api/basic_json/is_binary/
util/json.hpp:18532
↓ 9 callers
Method
linear_row_pitch
backends/dxr/dx12_utils.cpp:325
↓ 9 callers
Function
set_parent
util/json.hpp:17911
↓ 9 callers
Method
size
util/parallel_hashmap/phmap.h:1149
↓ 9 callers
Function
stbi__mad3sizes_valid
returns 1 if "a*b*c + add" has no negative terms/factors and doesn't overflow
util/stb_image.h:934
↓ 9 callers
Function
stbiw__jpg_writeBits
util/stb_image_write.h:1199
↓ 9 callers
Function
stbtt__buf_seek
imgui/imstb_truetype.h:1130
↓ 9 callers
Function
stbtt__new_buf
imgui/imstb_truetype.h:1151
↓ 9 callers
Function
stbtt_setvertex
imgui/imstb_truetype.h:1559
↓ 8 callers
Function
ArrayBegin
util/tiny_gltf.h:3019
↓ 8 callers
Function
ArrayEnd
util/tiny_gltf.h:3027
↓ 8 callers
Function
ImAddClampOverflow
imgui/imgui_internal.h:365
↓ 8 callers
Function
ImCharIsBlankA
imgui/imgui_internal.h:282
↓ 8 callers
Function
ImLog
imgui/imgui_internal.h:351
↓ 8 callers
Function
ImSubClampOverflow
imgui/imgui_internal.h:366
↓ 8 callers
Function
ImSwap
imgui/imgui_internal.h:364
↓ 8 callers
Function
STB_TEXTEDIT_LAYOUTROW
imgui/imgui_widgets.cpp:3523
↓ 8 callers
Function
ThrowStdOutOfRange
util/parallel_hashmap/phmap_base.h:681
↓ 8 callers
Method
cbegin
Span::cbegin() Returns a const iterator to the first element of this span.
util/parallel_hashmap/phmap_base.h:3258
↓ 8 callers
Method
dims
backends/vulkan/vulkan_utils.cpp:644
↓ 8 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
util/json.hpp:16141
↓ 8 callers
Function
dump_integer
util/json.hpp:16738
↓ 8 callers
Function
get_wrapped_texcoord
backends/embree_sycl/texture2d.h:40
↓ 8 callers
Method
offset
backends/dxr/dxr_utils.cpp:157
↓ 8 callers
Method
slot
util/parallel_hashmap/phmap_base.h:2799
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
util/stb_image.h:2220
↓ 8 callers
Function
stbi__convert_format
util/stb_image.h:1582
↓ 8 callers
Function
stbiw__putc
util/stb_image_write.h:383
↓ 8 callers
Function
stbtt_ScaleForPixelHeight
imgui/imstb_truetype.h:2607
↓ 8 callers
Function
stbtt__buf_skip
imgui/imstb_truetype.h:1136
↓ 8 callers
Method
string
util/json.hpp:6363
↓ 7 callers
Method
AddImage
imgui/imgui_draw.cpp:1349
↓ 7 callers
Method
AddRectFilledMultiColor
p_min = upper-left, p_max = lower-right
imgui/imgui_draw.cpp:1159
↓ 7 callers
Method
Begin
Use case A: Begin() called from constructor with items_height<0, then called again from Step() in StepNo 1 Use case B: Begin() called from constructor
imgui/imgui.cpp:2209
↓ 7 callers
Function
GetInt
util/tiny_gltf.h:2932
↓ 7 callers
Function
ImFileClose
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
imgui/imgui.cpp:1497
↓ 7 callers
Function
ImFormatStringV
imgui/imgui.cpp:1386
↓ 7 callers
Function
ImHashData
Known size hash It is ok to call ImHashData on a string with known length but the ### operator won't be supported. FIXME-OPT: Replace with e.g. FNV1a
imgui/imgui.cpp:1428
↓ 7 callers
Function
ImPow
imgui/imgui_internal.h:349
↓ 7 callers
Method
InsertChars
imgui/imgui_widgets.cpp:3670
↓ 7 callers
Function
IsNavInputDown
imgui/imgui_internal.h:1915
↓ 7 callers
Function
ObjectBegin
util/tiny_gltf.h:3043
↓ 7 callers
Function
ObjectEnd
util/tiny_gltf.h:3051
↓ 7 callers
Function
ParseUnsignedProperty
util/tiny_gltf.h:3300
↓ 7 callers
Method
PathArcTo
imgui/imgui_draw.cpp:1026
↓ 7 callers
Function
base64_decode
util/tiny_gltf.h:2136
↓ 7 callers
Method
end_array
util/json.hpp:6393
↓ 7 callers
Method
end_object
util/json.hpp:6383
↓ 7 callers
Method
find_or_prepare_insert
util/parallel_hashmap/phmap.h:1956
↓ 7 callers
Method
pixel_size
backends/dxr/dx12_utils.cpp:330
↓ 7 callers
Function
push_back
@brief add an object to an array @sa https://json.nlohmann.me/api/basic_json/push_back/
util/json.hpp:19986
↓ 7 callers
Function
same_hemisphere
backends/embree_sycl/disney_bsdf.h:41
↓ 7 callers
Function
same_hemisphere
backends/optix/disney_bsdf.h:38
↓ 7 callers
Method
start_array
util/json.hpp:6388
↓ 7 callers
Method
start_object
util/json.hpp:6373
↓ 7 callers
Function
stbi__compute_y
util/stb_image.h:1577
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
util/stb_image.h:753
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
util/stb_image.h:744
↓ 7 callers
Function
stbtt_GetGlyphBitmapBoxSubpixel
imgui/imstb_truetype.h:2629
↓ 7 callers
Function
stbtt__cff_get_index
imgui/imstb_truetype.h:1173
↓ 6 callers
Method
AddTriangleFilled
imgui/imgui_draw.cpp:1209
↓ 6 callers
Function
CalcWindowSizeAfterConstraint
imgui/imgui.cpp:4955
↓ 6 callers
Method
Draw
imgui/imgui.cpp:1979
↓ 6 callers
Function
ImTextCountUtf8BytesFromStr
imgui/imgui.cpp:1712
↓ 6 callers
Function
IsFull
util/parallel_hashmap/phmap.h:291
↓ 6 callers
Method
MatchEmpty
Returns a bitmask representing the positions of empty slots. ------------------------------------------------------------
util/parallel_hashmap/phmap.h:345
↓ 6 callers
Method
PrimVtx
imgui/imgui.h:2195
↓ 6 callers
Function
RenderArrow
[1.71: 2019/06/07: Updating prototypes of some of the internal functions. Leaving those for reference for a short while]
imgui/imgui_internal.h:1974
↓ 6 callers
Function
STB_TEXTEDIT_INSERTCHARS
imgui/imgui_widgets.cpp:3564
↓ 6 callers
Method
create
backends/dxr/dxr_utils.cpp:116
↓ 6 callers
Function
cross
backends/embree_sycl/float3.h:82
↓ 6 callers
Function
dtype_stride
util/gltf_types.cpp:431
↓ 6 callers
Method
has_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
util/json.hpp:5035
↓ 6 callers
Method
insert
imgui/imgui.h:1438
↓ 6 callers
Function
is_string
@brief return whether value is a string @sa https://json.nlohmann.me/api/basic_json/is_string/
util/json.hpp:18525
↓ 6 callers
Method
max_size
util/parallel_hashmap/phmap.h:1151
↓ 6 callers
Method
null
util/json.hpp:6338
↓ 6 callers
Function
schlick_weight
backends/embree_sycl/disney_bsdf.h:83
↓ 6 callers
Function
schlick_weight
backends/optix/disney_bsdf.h:78
↓ 6 callers
Method
set_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
util/json.hpp:5020
↓ 6 callers
Method
size_in_bytes
imgui/imgui.h:1408
↓ 6 callers
Function
smith_shadowing_ggx
backends/embree_sycl/disney_bsdf.h:133
↓ 6 callers
Function
smith_shadowing_ggx
backends/optix/disney_bsdf.h:127
↓ 6 callers
Function
stb__match
imgui/imgui_draw.cpp:3597
↓ 6 callers
Function
stbi__fopen
util/stb_image.h:1193
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
util/stb_image.h:2723
↓ 6 callers
Function
stbi__hdr_test
util/stb_image.h:6699
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
util/stb_image.h:919
↓ 6 callers
Function
stbi__start_file
util/stb_image.h:788
↓ 6 callers
Function
stbi_image_free
util/stb_image.h:985
↓ 6 callers
Function
stbtt_InitFont
imgui/imstb_truetype.h:4784
← previous
next →
201–300 of 3,396, ranked by callers