MCPcopy Create free account

hub / github.com/SaschaWillems/Vulkan-glTF-PBR / functions

Functions2,896 in github.com/SaschaWillems/Vulkan-glTF-PBR

↓ 16 callersFunctionis_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
external/tinygltf/json.hpp:20233
↓ 16 callersFunctionis_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
external/tinygltf/json.hpp:20052
↓ 16 callersMethodreserve
external/imgui/imgui.h:1280
↓ 15 callersMethodAddLine
external/imgui/imgui_draw.cpp:1009
↓ 15 callersFunctionEquals
Equals function for Value, for recursivity
external/tinygltf/tiny_gltf.h:1756
↓ 15 callersFunctionMEM_write64
external/basisu/zstd/zstddeclib.c:774
↓ 15 callersFunctionXXH64_round
external/basisu/zstd/zstddeclib.c:6709
↓ 15 callersFunctionastc_set_bits
Writes bits to output in an endian safe way
external/basisu/transcoder/basisu_transcoder.cpp:5082
↓ 15 callersFunctioncombine
boost::hash_combine
external/tinygltf/json.hpp:5297
↓ 15 callersMethodflushCommandBuffer
* Finish command buffer recording and submit it to a queue * * @param commandBuffer Command buffer to flush * @param queue Queue to submit the c
base/VulkanDevice.hpp:377
↓ 15 callersFunctionget_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
external/tinygltf/json.hpp:8068
↓ 15 callersMethodpop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
external/tinygltf/json.hpp:12702
↓ 15 callersMethodset
external/basisu/transcoder/basisu_transcoder_internal.h:679
↓ 15 callersFunctionstbi__at_eof
external/tinygltf/stb_image.h:1476
↓ 15 callersFunctionstbtt__buf_get8
external/imgui/imstb_truetype.h:1100
↓ 15 callersFunctionstbtt__csctx_rccurve_to
external/imgui/imstb_truetype.h:1909
↓ 15 callersFunctionttULONG
external/imgui/imstb_truetype.h:1255
↓ 14 callersMethodByteStride
Utility function to compute byteStride for a given bufferView object. Returns -1 upon invalid glTF value or parameter configuration.
external/tinygltf/tiny_gltf.h:894
↓ 14 callersFunctionHUF_getDTableDesc
external/basisu/zstd/zstddeclib.c:7779
↓ 14 callersFunctionMEM_32bits
external/basisu/zstd/zstddeclib.c:754
↓ 14 callersMethodnumber_unsigned
external/tinygltf/json.hpp:6571
↓ 14 callersFunctionset_parents
external/tinygltf/json.hpp:18775
↓ 14 callersFunctionstbtt_FindGlyphIndex
external/imgui/imstb_truetype.h:1445
↓ 14 callersFunctionstbtt__find_table
@OPTIMIZE: binary search
external/imgui/imstb_truetype.h:1273
↓ 13 callersFunctionBIT_initDStream
-******************************************************** * bitStream decoding **********************************************************/ ! BIT_init
external/basisu/zstd/zstddeclib.c:1781
↓ 13 callersFunctionBIT_reloadDStreamFast
! BIT_reloadDStreamFast() : * Similar to BIT_reloadDStream(), but with two differences: * 1. bitsConsumed <= sizeof(bitD->bitContainer)*8 must hol
external/basisu/zstd/zstddeclib.c:1913
↓ 13 callersMethodClear
external/imgui/imgui_draw.cpp:340
↓ 13 callersFunctionclamp
external/basisu/transcoder/basisu.h:151
↓ 13 callersMethodcreateCommandBuffer
* Allocate a command buffer from the command pool * * @param level Level of the new command buffer (primary or secondary) * @param (Optional) be
base/VulkanDevice.hpp:339
↓ 13 callersMethodsubtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subtype, this fu
external/tinygltf/json.hpp:5215
↓ 12 callersFunctionImHash
Pass data_size==0 for zero-terminated strings FIXME-OPT: Replace with e.g. FNV1a hash? CRC32 pretty much randomly access 1KB. Need to do proper measur
external/imgui/imgui.cpp:1296
↓ 12 callersFunctionIsArray
external/tinygltf/tiny_gltf.h:3052
↓ 12 callersFunctionMEM_readLE16
external/basisu/zstd/zstddeclib.c:889
↓ 12 callersFunctionParseNumberArrayProperty
external/tinygltf/tiny_gltf.h:3440
↓ 12 callersFunctionUTF8ToWchar
external/tinygltf/tiny_gltf.h:2570
↓ 12 callersFunctionXXH32_round
external/basisu/zstd/zstddeclib.c:6617
↓ 12 callersFunctionsq
external/basisu/transcoder/basisu_transcoder.cpp:6929
↓ 12 callersFunctionstbi__grow_buffer_unsafe
external/tinygltf/stb_image.h:1886
↓ 12 callersFunctionstbi__zreceive
external/tinygltf/stb_image.h:3966
↓ 11 callersMethodAddText
external/imgui/imgui_draw.cpp:1137
↓ 11 callersFunctionImFabs
external/imgui/imgui_internal.h:176
↓ 11 callersFunctionImIsPowerOfTwo
external/imgui/imgui_internal.h:126
↓ 11 callersFunctionMEM_isLittleEndian
external/basisu/zstd/zstddeclib.c:757
↓ 11 callersFunctionSTB_TEXTEDIT_GETCHAR
external/imgui/imgui_widgets.cpp:2870
↓ 11 callersMethodcreateBuffer
* Create a buffer on the device * * @param usageFlags Usage flag bitmask for the buffer (i.e. index, vertex, uniform buffer) * @param memoryProp
base/VulkanDevice.hpp:261
↓ 11 callersMethodnumber_float
external/tinygltf/json.hpp:6576
↓ 11 callersFunctionread_le_dword
external/basisu/transcoder/basisu.h:270
↓ 11 callersFunctionstbi__malloc_mad3
external/tinygltf/stb_image.h:952
↓ 11 callersFunctionto_5
external/basisu/transcoder/basisu_transcoder.cpp:14900
↓ 11 callersFunctionvec4F_set
external/basisu/transcoder/basisu_transcoder.cpp:6914
↓ 10 callersFunctionBIT_endOfDStream
! BIT_endOfDStream() : * @return : 1 if DStream has _exactly_ reached its end (all bits consumed). */
external/basisu/zstd/zstddeclib.c:1958
↓ 10 callersFunctionImLengthSqr
external/imgui/imgui_internal.h:204
↓ 10 callersFunctionImPow
external/imgui/imgui_internal.h:178
↓ 10 callersFunctionSTB_TEXTEDIT_STRINGLEN
external/imgui/imgui_widgets.cpp:2869
↓ 10 callersFunctionXXH_readLE32
external/basisu/zstd/zstddeclib.c:6546
↓ 10 callersFunctionbc7_set_block_bits
external/basisu/transcoder/basisu_transcoder.cpp:11503
↓ 10 callersMethodboolean
external/tinygltf/json.hpp:6561
↓ 10 callersMethodend
external/basisu/transcoder/basisu_containers.h:352
↓ 10 callersMethodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
external/tinygltf/json.hpp:10703
↓ 10 callersMethodinsert
external/tinygltf/json.hpp:17545
↓ 10 callersFunctionis_pow2
external/basisu/transcoder/basisu.h:159
↓ 10 callersFunctionparser
external/tinygltf/json.hpp:17706
↓ 10 callersFunctionstb_textedit_prep_selection_at_cursor
update selection and cursor to match each other
external/imgui/imstb_textedit.h:684
↓ 10 callersFunctionstbi__blinn_8x8
fast 0..255 * 0..255 => 0..255 rounded multiplication
external/tinygltf/stb_image.h:3630
↓ 9 callersMethodAddCircleFilled
external/imgui/imgui_draw.cpp:1117
↓ 9 callersFunctionGetKey
Making this a const char* results in a pointer to a temporary when TINYGLTF_USE_RAPIDJSON is off.
external/tinygltf/tiny_gltf.h:3102
↓ 9 callersFunctionHUF_isError
external/basisu/zstd/zstddeclib.c:2764
↓ 9 callersFunctionLowerBound
std::lower_bound but without the bullshit
external/imgui/imgui.cpp:1693
↓ 9 callersMethodPathLineTo
external/imgui/imgui.h:1695
↓ 9 callersFunctionXXH_readLE64
external/basisu/zstd/zstddeclib.c:6564
↓ 9 callersFunctionclear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
external/tinygltf/json.hpp:22873
↓ 9 callersMethodcount
external/tinygltf/json.hpp:17509
↓ 9 callersMethoddecode_huffman
external/basisu/transcoder/basisu_transcoder_internal.h:445
↓ 9 callersMethodemplace
external/tinygltf/json.hpp:17427
↓ 9 callersMethoderase
external/tinygltf/json.hpp:17476
↓ 9 callersFunctionis_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
external/tinygltf/json.hpp:20277
↓ 9 callersFunctionloadShader
base/VulkanUtils.hpp:71
↓ 9 callersMethodread_huffman_table
external/basisu/transcoder/basisu_transcoder_internal.h:485
↓ 9 callersFunctionset_parent
external/tinygltf/json.hpp:18825
↓ 9 callersFunctionstbtt__buf_seek
external/imgui/imstb_truetype.h:1114
↓ 9 callersFunctionstbtt__new_buf
external/imgui/imstb_truetype.h:1135
↓ 9 callersFunctionstbtt_setvertex
external/imgui/imstb_truetype.h:1543
↓ 8 callersFunctionArrayBegin
external/tinygltf/tiny_gltf.h:3060
↓ 8 callersFunctionArrayEnd
external/tinygltf/tiny_gltf.h:3068
↓ 8 callersFunctionBIT_highbit32
-************************************************************** * Internal functions ****************************************************************
external/basisu/zstd/zstddeclib.c:1644
↓ 8 callersFunctionGetNumComponentsInType
external/tinygltf/tiny_gltf.h:245
↓ 8 callersFunctionImTextCharFromUtf8
Convert UTF-8 to 32-bits character, process single character input. Based on stb_from_utf8() from github.com/nothings/stb/ We handle UTF-8 decoding er
external/imgui/imgui.cpp:1403
↓ 8 callersFunctionIsNavInputPressed
external/imgui/imgui_internal.h:1199
↓ 8 callersFunctionSTB_TEXTEDIT_LAYOUTROW
external/imgui/imgui_widgets.cpp:2874
↓ 8 callersFunctionXXH64_mergeRound
external/basisu/zstd/zstddeclib.c:6717
↓ 8 callersFunctionZSTD_customFree
external/basisu/zstd/zstddeclib.c:7665
↓ 8 callersFunctionZSTD_isLegacy
ZSTD_isLegacy() : @return : > 0 if supported by legacy decoder. 0 otherwise. return value is the version. */
external/basisu/zstd/zstddeclib.c:10681
↓ 8 callersFunctionZSTD_startingInputLength
external/basisu/zstd/zstddeclib.c:11551
↓ 8 callersFunctionastc_extract_bits
Extracts bits [low,high]
external/basisu/transcoder/basisu_transcoder.cpp:5076
↓ 8 callersMethodclear
external/basisu/transcoder/basisu_transcoder.h:751
↓ 8 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
external/tinygltf/json.hpp:16520
↓ 8 callersFunctiondump_integer
external/tinygltf/json.hpp:17106
↓ 8 callersFunctionsaturate
external/basisu/transcoder/basisu_transcoder.cpp:217
↓ 8 callersMethodsize
external/basisu/transcoder/basisu_transcoder_internal.h:598
↓ 8 callersFunctionstbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
external/tinygltf/stb_image.h:2216
← previousnext →101–200 of 2,896, ranked by callers