MCPcopy Create free account

hub / github.com/Angelo1211/HybridRenderingEngine / functions

Functions2,763 in github.com/Angelo1211/HybridRenderingEngine

↓ 1 callersMethodget_number_integer
return integer value
libs/nlohmann/json.hpp:3379
↓ 1 callersMethodget_number_unsigned
return unsigned integer value
libs/nlohmann/json.hpp:3385
↓ 1 callersMethodget_value
libs/nlohmann/json.hpp:4954
↓ 1 callersFunctionglm_vec4_clamp
libs/glm/simd/common.h:184
↓ 1 callersFunctionglm_vec4_length
libs/glm/simd/geometric.h:13
↓ 1 callersFunctionglm_vec4_sign
libs/glm/simd/common.h:99
↓ 1 callersFunctiongrisu2
! v = buf * 10^decimal_exponent len is the length of the buffer (number of decimal digits) The buffer must be large enough, i.e. >= max_digits10. */
libs/nlohmann/json.hpp:9429
↓ 1 callersFunctiongrisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
libs/nlohmann/json.hpp:9189
↓ 1 callersFunctioninsert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
libs/nlohmann/json.hpp:16041
↓ 1 callersFunctionis_number
! @brief return whether value is a number This function returns true if and only if the JSON value is a number. This includes both intege
libs/nlohmann/json.hpp:13209
↓ 1 callersFunctionis_qnan
--------------------------------------------------------------------------- Check whether a given float is qNaN. * @param in Input value */
libs/assimp/include/assimp/qnan.h:92
↓ 1 callersMethodis_root
return whether pointer points to the root document
libs/nlohmann/json.hpp:10511
↓ 1 callersFunctionis_target_cube
Check whether a target is a cube map target
libs/gli/target.hpp:41
↓ 1 callersFunctionis_word_boundary_from_left
FIXME: Move setting to IO structure
libs/imgui/imgui_widgets.cpp:2892
↓ 1 callersMethodloadCubeMap
Traditional cubemap generation from 6 regular image files named according to the string array fileHandlesForFaces. Order comes frfom Opengl cubemap sp
src/cubeMap.cpp:30
↓ 1 callersMethodloadHDRTexture
Currently only in use for equirectangular skybox maps
src/texture.cpp:86
↓ 1 callersMethodloadTexture
The basic texture loading function. Deals with: 1.- All textures that stb image can deal with except hdr 2.- DDS textures through gli 3.- SRGB and no
src/texture.cpp:25
↓ 1 callersFunctionload_GL_VERSION_1_0
libs/glad/glad.c:977
↓ 1 callersFunctionload_GL_VERSION_1_1
libs/glad/glad.c:1028
↓ 1 callersFunctionload_GL_VERSION_1_2
libs/glad/glad.c:1044
↓ 1 callersFunctionload_GL_VERSION_1_3
libs/glad/glad.c:1051
↓ 1 callersFunctionload_GL_VERSION_1_4
libs/glad/glad.c:1063
↓ 1 callersFunctionload_GL_VERSION_1_5
libs/glad/glad.c:1075
↓ 1 callersFunctionload_GL_VERSION_2_0
libs/glad/glad.c:1097
↓ 1 callersFunctionload_GL_VERSION_2_1
libs/glad/glad.c:1193
↓ 1 callersFunctionload_GL_VERSION_3_0
libs/glad/glad.c:1202
↓ 1 callersFunctionload_GL_VERSION_3_1
libs/glad/glad.c:1289
↓ 1 callersFunctionload_GL_VERSION_3_2
libs/glad/glad.c:1307
↓ 1 callersFunctionload_GL_VERSION_3_3
libs/glad/glad.c:1329
↓ 1 callersFunctionload_GL_VERSION_4_0
libs/glad/glad.c:1390
↓ 1 callersFunctionload_GL_VERSION_4_1
libs/glad/glad.c:1439
↓ 1 callersFunctionload_GL_VERSION_4_2
libs/glad/glad.c:1531
↓ 1 callersFunctionload_GL_VERSION_4_3
libs/glad/glad.c:1546
↓ 1 callersFunctionload_GL_VERSION_4_4
libs/glad/glad.c:1593
↓ 1 callersFunctionload_GL_VERSION_4_5
libs/glad/glad.c:1605
↓ 1 callersFunctionload_GL_VERSION_4_6
libs/glad/glad.c:1730
↓ 1 callersFunctionload_jpeg_image
libs/stb_image.h:3573
↓ 1 callersFunctionopen_gl
libs/glad/glad.c:53
↓ 1 callersMethodoperator <
Relational operators. For use with std::sort();
libs/assimp/include/assimp/anim.h:142
↓ 1 callersFunctionoperator+
libs/imgui/imgui_internal.h:160
↓ 1 callersMethodoperator+
add to iterator
libs/nlohmann/json.hpp:5779
↓ 1 callersFunctionoperator+=
! @brief add an object to an array @copydoc push_back(basic_json&&) */
libs/nlohmann/json.hpp:15784
↓ 1 callersFunctionoperator-
libs/imgui/imgui_internal.h:161
↓ 1 callersFunctionoperator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
libs/nlohmann/json.hpp:994
↓ 1 callersFunctionpackF3x9_E1x5
libs/gli/core/workaround.hpp:351
↓ 1 callersFunctionpackUnorm1x5_1x6_1x5
libs/gli/core/workaround.hpp:333
↓ 1 callersFunctionpackUnorm2x3_1x2
libs/gli/core/workaround.hpp:260
↓ 1 callersFunctionpackUnorm2x4
libs/gli/core/workaround.hpp:278
↓ 1 callersFunctionpackUnorm3x5_1x1
libs/gli/core/workaround.hpp:314
↓ 1 callersFunctionpackUnorm4x4
libs/gli/core/workaround.hpp:295
↓ 1 callersFunctionparse
! @brief deserialize from a compatible input This function reads from a compatible input. Examples are: - an array of 1-byte values -
libs/nlohmann/json.hpp:17076
↓ 1 callersMethodpreFilterCubeMap
Specular IBL cubemap component of hte integral
src/cubeMap.cpp:151
↓ 1 callersMethodprocessInput
While there are any remaining events on the SDL event stack 1. Check if one of those events is a quit 2. Check if the GUI wants to use the keyboard an
src/inputManager.cpp:38
↓ 1 callersMethodrender
This time using volume tiled forward Algorithm steps: //Initialization or view frustrum change 0. Determine AABB's for each volume //Update Every fra
src/renderManager.cpp:321
↓ 1 callersMethodresetCamera
Used by input to reset camera to origin in case user loses their bearings
src/camera.cpp:62
↓ 1 callersMethodrun
Runs main application loop
src/engine.cpp:70
↓ 1 callersFunctionsax_parse
libs/nlohmann/json.hpp:17147
↓ 1 callersMethodscan
libs/nlohmann/json.hpp:3476
↓ 1 callersMethodshutDown
Closing in opposite order to avoid dangling pointers
src/engine.cpp:55
↓ 1 callersFunctionsplit
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
libs/nlohmann/json.hpp:10877
↓ 1 callersMethodsplit
libs/imgui/imgui.cpp:1868
↓ 1 callersMethodstartUp
src/engine.cpp:17
↓ 1 callersFunctionstb_adler32
libs/imgui/imgui_draw.cpp:2989
↓ 1 callersFunctionstb_decompress
libs/imgui/imgui_draw.cpp:3020
↓ 1 callersFunctionstb_decompress_token
libs/imgui/imgui_draw.cpp:2972
↓ 1 callersFunctionstb_text_create_undo_record
libs/imgui/imstb_textedit.h:1142
↓ 1 callersFunctionstb_text_makeundo_delete
libs/imgui/imstb_textedit.h:1310
↓ 1 callersFunctionstb_text_makeundo_replace
libs/imgui/imstb_textedit.h:1320
↓ 1 callersFunctionstb_text_redo
libs/imgui/imstb_textedit.h:1254
↓ 1 callersFunctionstb_text_undo
libs/imgui/imstb_textedit.h:1186
↓ 1 callersFunctionstb_textedit_clear_state
reset the state to default
libs/imgui/imstb_textedit.h:1331
↓ 1 callersFunctionstb_textedit_click
API click: on mouse down, move the cursor to the clicked location, and reset the selection
libs/imgui/imstb_textedit.h:454
↓ 1 callersFunctionstb_textedit_cut
API cut: delete selection
libs/imgui/imstb_textedit.h:693
↓ 1 callersFunctionstb_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
libs/imgui/imstb_textedit.h:1119
↓ 1 callersFunctionstb_textedit_drag
API drag: on mouse drag, move the cursor and selection endpoint to the clicked location
libs/imgui/imstb_textedit.h:472
↓ 1 callersFunctionstb_textedit_flush_redo
libs/imgui/imstb_textedit.h:1090
↓ 1 callersFunctionstb_textedit_initialize_state
API initialize
libs/imgui/imstb_textedit.h:1348
↓ 1 callersFunctionstb_textedit_key
API key: process a keyboard input
libs/imgui/imstb_textedit.h:727
↓ 1 callersFunctionstb_textedit_paste
libs/imgui/imstb_textedit.h:1358
↓ 1 callersFunctionstb_textedit_paste_internal
API paste: replace existing selection with passed-in text
libs/imgui/imstb_textedit.h:704
↓ 1 callersFunctionstbi__bitreverse16
libs/stb_image.h:3804
↓ 1 callersFunctionstbi__bmp_info
libs/stb_image.h:6843
↓ 1 callersFunctionstbi__bmp_load
libs/stb_image.h:5143
↓ 1 callersFunctionstbi__bmp_test
libs/stb_image.h:4999
↓ 1 callersFunctionstbi__bmp_test_raw
libs/stb_image.h:4984
↓ 1 callersFunctionstbi__build_fast_ac
build a table that decodes both magnitude and value of small ACs in one go.
libs/stb_image.h:1798
↓ 1 callersFunctionstbi__compute_huffman_codes
libs/stb_image.h:4020
↓ 1 callersFunctionstbi__compute_transparency
libs/stb_image.h:4586
↓ 1 callersFunctionstbi__compute_transparency16
libs/stb_image.h:4611
↓ 1 callersFunctionstbi__convert_16_to_8
libs/stb_image.h:1017
↓ 1 callersFunctionstbi__convert_8_to_16
libs/stb_image.h:1033
↓ 1 callersFunctionstbi__cpuid3
libs/stb_image.h:631
↓ 1 callersFunctionstbi__create_png_image
libs/stb_image.h:4542
↓ 1 callersFunctionstbi__de_iphone
libs/stb_image.h:4686
↓ 1 callersFunctionstbi__decode_jpeg_image
decode image to YCbCr format
libs/stb_image.h:3117
↓ 1 callersFunctionstbi__do_png
libs/stb_image.h:4903
↓ 1 callersFunctionstbi__expand_png_palette
libs/stb_image.h:4636
↓ 1 callersFunctionstbi__float_postprocess
libs/stb_image.h:1135
↓ 1 callersFunctionstbi__get_chunk_header
libs/stb_image.h:4271
↓ 1 callersFunctionstbi__gif_info
libs/stb_image.h:6588
← previousnext →601–700 of 2,763, ranked by callers