MCPcopy Create free account

hub / github.com/KhronosGroup/KTX-Software / functions

Functions12,720 in github.com/KhronosGroup/KTX-Software

↓ 17 callersFunctionlodepng_strlen
does not check memory out of bounds, do not use on untrusted data */
external/lodepng/lodepng.cpp:150
↓ 17 callersMethodopen
external/basisu/encoder/jpgd.cpp:3042
↓ 17 callersMethodprint
external/fmt/include/fmt/format.h:904
↓ 17 callersFunctionresize
Resizes the buffer to contain `count` elements. If T is a POD type new elements may not be initialized.
external/fmt/include/fmt/format.h:867
↓ 17 callersMethodresize
other_include/vma/vk_mem_alloc.h:4241
↓ 17 callersMethodsetTransfer
tools/imageio/formatdesc.h:565
↓ 16 callersMethodAssertHeld
external/fmt/test/gtest/gtest/gtest.h:2117
↓ 16 callersFunctionMEM_isLittleEndian
external/basisu/zstd/zstddeclib.c:985
↓ 16 callersMethodMatches
Returns true if and only if the given arguments match the matchers.
external/fmt/test/gtest/gmock/gmock.h:8561
↓ 16 callersFunctionPrintIfNotEmpty
If the explanation is not empty, prints it to the ostream.
external/fmt/test/gtest/gmock/gmock.h:3429
↓ 16 callersMethodadvance_to
Advances the begin iterator to `it`.
external/fmt/include/fmt/base.h:2693
↓ 16 callersMethodalt
external/fmt/include/fmt/base.h:798
↓ 16 callersFunctioncount
external/fmt/include/fmt/base.h:1055
↓ 16 callersMethodcreateTexture
tools/toktx/toktx.cc:1248
↓ 16 callersMethodgetY
external/basisu/encoder/basisu_enc.h:286
↓ 16 callersMethodinit
external/basisu/encoder/basisu_backend.cpp:52
↓ 16 callersFunctionisfinite
external/fmt/include/fmt/chrono.h:1588
↓ 16 callersFunctionktxTexture2_Create
* In hindsight this function should have been `#if KTX_FEATURE_WRITE`. * In the interest of not breaking an app that may be using this in * `libktx_
lib/texture2.c:1297
↓ 16 callersFunctionlodepng_convert
external/lodepng/lodepng.cpp:3870
↓ 16 callersFunctionlodepng_get_raw_size
external/lodepng/lodepng.cpp:3093
↓ 16 callersFunctionlodepng_palette_add
external/lodepng/lodepng.cpp:3035
↓ 16 callersFunctionlodepng_powf
powf polyfill, 5-6 digits accurate, 33-80% slower than powf, assumes IEEE 32-bit float, but other than that multiplatform and no math lib needed (note
external/lodepng/lodepng_util.cpp:286
↓ 16 callersFunctionopen_buffered_file
external/fmt/test/os-test.cc:361
↓ 16 callersFunctionread_bits32
external/basisu/encoder/basisu_enc.h:111
↓ 16 callersFunctionround_up_to_simd_multiple_vla
* @brief Round a count up to the largest multiple of the SIMD width. * * Assumption that the vector width is a power of two ... * * @param count
external/astc-encoder/Source/astcenc_vecmathlib.h:242
↓ 16 callersMethodrun
external/fmt/include/fmt/chrono.h:545
↓ 16 callersFunctionsetObjectName
tests/loadtests/appfwSDL/VulkanAppSDL/vulkandebug.cpp:139
↓ 16 callersMethodsetPrimaries
tools/imageio/image.hpp:691
↓ 16 callersFunctionstbi__at_eof
external/astc-encoder/Source/ThirdParty/stb_image.h:1626
↓ 16 callersFunctiontestCompressStringZlib
if compressible is true, the test will also assert that the compressed string is smaller
external/lodepng/lodepng_unittest.cpp:1152
↓ 16 callersFunctionto_string_view
external/fmt/include/fmt/base.h:932
↓ 16 callersFunctiontranslate
* Translate a mat3 by the given vector * * @param {mat3} out the receiving matrix * @param {mat3} a the matrix to translate * @param {vec2} v vect
tests/webgl/gl-matrix.js:568
↓ 16 callersFunctionvformat_to
external/fmt/include/fmt/base.h:2834
↓ 15 callersFunctionCaseInsensitiveCStringEquals
Polymorphic helper functions for narrow and wide string matchers.
external/fmt/test/gtest/gmock/gmock.h:3730
↓ 15 callersMethodGet
tests/gtest/src/gtest-port.cc:297
↓ 15 callersFunctionMEM_readLE16
external/basisu/zstd/zstddeclib.c:1130
↓ 15 callersFunctionMEM_write64
external/basisu/zstd/zstddeclib.c:1016
↓ 15 callersFunctionSr
(e)
external/basisu/webgl/gltf/three.min.js:1
↓ 15 callersFunctionVmaAlignUp
other_include/vma/vk_mem_alloc.h:3389
↓ 15 callersFunctionany
external/basisu/encoder/cppspmd_sse.h:1379
↓ 15 callersFunctionastc_set_bits
Writes bits to output in an endian safe way
external/basisu/transcoder/basisu_transcoder.cpp:5082
↓ 15 callersMethodcompare
external/fmt/include/fmt/format.h:2641
↓ 15 callersFunctioncpy4
external/astc-encoder/Source/ThirdParty/tinyexr.h:7063
↓ 15 callersMethodcreate
Create a fresh {@link KtxTexture2} @param createInfo The {@link KtxTextureCreateInfo} parameters for the texture @param storageAllocation The storage
interface/java_binding/src/main/java/org/khronos/ktx/KtxTexture2.java:256
↓ 15 callersFunctiondata
external/fmt/include/fmt/args.h:108
↓ 15 callersMethodformat
external/fmt/test/format-test.cc:2563
↓ 15 callersFunctiongetICCUint32
external/lodepng/pngdetail.cpp:870
↓ 15 callersMethodgetTexelBlockByteSize
tools/imageio/imagespan.hpp:49
↓ 15 callersMethodgetZ
external/basisu/encoder/basisu_enc.h:287
↓ 15 callersFunctionktxHashList_Next
* @memberof ktxHashList @public * @~English * @brief Returns the next entry in a ktxHashList. * * Use for iterating through the list: * @code *
lib/hashlist.c:380
↓ 15 callersFunctionktxTexture_calcImageSize
* @memberof ktxTexture @private * @~English * @brief Calculate & return the size in bytes of an image at the specified * mip level. * * Fo
lib/texture.c:517
↓ 15 callersFunctionktxTexture_calcLevelSize
* @memberof ktxTexture @private * @~English * @brief Calculate the size of the specified mip level. * * The size of a level is the size of a layer
lib/texture.c:725
↓ 15 callersFunctionmake_wformat_args
external/fmt/include/fmt/xchar.h:120
↓ 15 callersMethodset
external/basisu/transcoder/basisu_transcoder_internal.h:679
↓ 15 callersMethodsetBaseHeight
Set the height of the base level of the texture. @param baseHeight The base height
interface/java_binding/src/main/java/org/khronos/ktx/KtxTextureCreateInfo.java:132
↓ 15 callersMethodsetBaseWidth
Set the width of the base level of the texture. @param baseWidth The base width
interface/java_binding/src/main/java/org/khronos/ktx/KtxTextureCreateInfo.java:114
↓ 15 callersMethodset_raw_selector_bits
external/basisu/encoder/basisu_etc.h:294
↓ 15 callersFunctionsf16_to_float
convert from soft-float to native-float */
external/astc-encoder/Source/astcenc_mathlib_softfloat.cpp:396
↓ 15 callersMethodsize
external/fmt/test/base-test.cc:865
↓ 15 callersFunctionv
(e)
external/basisu/webgl/gltf/three.min.js:1
↓ 15 callersFunctionwriteBits
LSB of value is written first, and LSB of bytes is used first */
external/lodepng/lodepng.cpp:438
↓ 14 callersFunctionBIT_initDStream
-******************************************************** * bitStream decoding **********************************************************/ ! BIT_init
external/basisu/zstd/zstddeclib.c:2236
↓ 14 callersFunctionGetEnv
tests/gtest/include/gtest/internal/gtest-port.h:2103
↓ 14 callersFunctionGetEnv
external/fmt/test/gtest/gtest/gtest.h:2352
↓ 14 callersFunctionXXH3_avalanche
* This is a fast avalanche stage, * suitable when input bits are already partially mixed */
external/basisu/zstd/zstddeclib.c:10494
↓ 14 callersFunctionXXH64_round
external/basisu/zstd/zstddeclib.c:9489
↓ 14 callersMethodadd
tools/ktx/fragment_uri.h:83
↓ 14 callersFunctionastcenc_get_error_string
See header for documentation. */
external/astc-encoder/Source/astcenc_entry.cpp:1375
↓ 14 callersFunctionbasis_get_bytes_per_block_or_pixel
external/basisu/transcoder/basisu_transcoder.cpp:10795
↓ 14 callersMethodclamp
Clamps a value between 0-255.
external/basisu/encoder/jpgd.h:331
↓ 14 callersFunctioncolor_quad_u8_notequals
external/basisu/encoder/basisu_bc7enc.cpp:31
↓ 14 callersFunctioncolor_quad_u8_set
external/basisu/encoder/basisu_bc7enc.cpp:30
↓ 14 callersFunctionconvertUNORMToFloat
tools/imageio/imageio_utility.h:204
↓ 14 callersFunctionfloat16_to_float
* @brief Return a float value for a float16 vector. */
external/astc-encoder/Source/astcenc_vecmathlib_sse_4.h:988
↓ 14 callersMethodget_image_level_info
external/basisu/transcoder/basisu_transcoder.cpp:10133
↓ 14 callersFunctioni
(e)
external/basisu/webgl/gltf/three.min.js:1
↓ 14 callersFunctionktxFileStream_construct
* @~English * @brief Initialize a ktxFileStream. * * @param [in] str pointer to the ktxStream to initialize. * @param [in] file pointer t
lib/filestream.c:356
↓ 14 callersFunctionktxTexture2_TranscodeBasis
* @memberof ktxTexture2 * @ingroup reader * @~English * @brief Transcode a KTX2 texture with BasisLZ/ETC1S or UASTC images. * * If the texture co
lib/basis_transcode.cpp:133
↓ 14 callersMethodlocale
external/fmt/include/fmt/base.h:2695
↓ 14 callersFunctionlodepng_get_bpp
calculate bits per pixel out of colortype and bitdepth*/
external/lodepng/lodepng.cpp:3053
↓ 14 callersFunctionlodepng_set_icc
external/lodepng/lodepng.cpp:3296
↓ 14 callersFunctionptr
external/fmt/include/fmt/std.h:625
↓ 14 callersMethodput_code
external/basisu/encoder/basisu_enc.h:2377
↓ 14 callersFunctionread_le_dword
external/basisu/transcoder/basisu.h:274
↓ 14 callersFunctionresize
* Emscripten resize handler. */
external/basisu/contrib/single_file_transcoder/examples/emscripten.cpp:445
↓ 14 callersMethodsetVkFormat
Set the {@link VkFormat} for the texture.<br> <br> Ignored when creating a {@link KtxTexture1}. @param vkFormat The {@link VkFormat}
interface/java_binding/src/main/java/org/khronos/ktx/KtxTextureCreateInfo.java:300
↓ 14 callersMethodset_flip_bit
external/basisu/encoder/basisu_etc.h:163
↓ 14 callersFunctiontoLocalString
external/cxxopts/include/cxxopts.hpp:135
↓ 14 callersMethodtranscode_image_level
external/basisu/transcoder/basisu_transcoder.cpp:10644
↓ 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:2367
↓ 13 callersMethodContinueString
other_include/vma/vk_mem_alloc.h:5662
↓ 13 callersFunctionCountIf
tests/gtest/src/gtest-internal-inl.h:289
↓ 13 callersFunctionCountIf
external/fmt/test/gtest/gmock-gtest-all.cc:677
↓ 13 callersFunctionExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
external/fmt/test/gtest/gmock/gmock.h:8981
↓ 13 callersMethodGet
external/fmt/test/gtest/gmock-gtest-all.cc:10625
↓ 13 callersMethodGetType
other_include/vma/vk_mem_alloc.h:6068
↓ 13 callersFunctionVmaIsBufferImageGranularityConflict
Returns true if given suballocation types could conflict and must respect VkPhysicalDeviceLimits::bufferImageGranularity. They conflict if one is buff
other_include/vma/vk_mem_alloc.h:3500
↓ 13 callersFunctionXXH3_mix16B
* DISCLAIMER: There are known *seed-dependent* multicollisions here due to * multiplication by zero, affecting hashes of lengths 17 to 240. * * How
external/basisu/zstd/zstddeclib.c:10643
↓ 13 callersMethodalloc_and_init_read_buffer
external/basisu/encoder/basisu_opencl.cpp:325
↓ 13 callersMethodbegin
external/basisu/transcoder/basisu_containers.h:359
← previousnext →401–500 of 12,720, ranked by callers