MCPcopy Create free account

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

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

↓ 11 callersMethodhas_alpha
external/basisu/encoder/basisu_enc.h:2923
↓ 11 callersFunctionhmax
* @brief Return the horizontal maximum of a vector. */
external/astc-encoder/Source/astcenc_vecmathlib_sve_8.h:475
↓ 11 callersFunctionhmax_s
* @brief Return the horizontal maximum of a vector. */
external/astc-encoder/Source/astcenc_vecmathlib_sve_8.h:483
↓ 11 callersMethodindex
external/fmt/test/gtest/gtest/gtest.h:7279
↓ 11 callersFunctionisICCword
external/lodepng/lodepng_util.cpp:544
↓ 11 callersMethodis_undefined
tools/ktx/fragment_uri.h:79
↓ 11 callersFunctionktxMemStream_destruct
* @~English * @brief Free the memory used by a ktxMemStream. * * This only frees the memory used to store the data written to the stream, * if the
lib/memstream.c:553
↓ 11 callersFunctionktxTexture2_CreateFromStream
* @memberof ktxTexture2 * @~English * @brief Create a ktxTexture2 from KTX-formatted data from a stream. * * The address of a newly created ktxTex
lib/texture2.c:1566
↓ 11 callersFunctionloadShader
Android shaders are stored as assets in the apk So they need to be loaded via the asset manager
tests/loadtests/appfwSDL/VulkanAppSDL/vulkantools.cpp:290
↓ 11 callersFunctionlodepng_addofl
Safely check if adding two integers will overflow (no undefined behavior, compiler removing the code, etc...) and output result. */
external/lodepng/lodepng.cpp:164
↓ 11 callersFunctionlodepng_mulofl
Safely check if multiplying two integers will overflow (no undefined behavior, compiler removing the code, etc...) and output result. */
external/lodepng/lodepng_util.cpp:258
↓ 11 callersFunctionmake_format_args
external/fmt/include/fmt/base.h:2804
↓ 11 callersFunctionmatch_flags
external/fmt/test/gtest/gmock/gmock.h:6281
↓ 11 callersFunctionnormalize
* Normalize a vec3 * * @param {vec3} out the receiving vector * @param {vec3} a vector to normalize * @returns {vec3} out
tests/webgl/gl-matrix.js:1446
↓ 11 callersFunctionopen_range_check
external/basisu/transcoder/basisu.h:166
↓ 11 callersFunctionpix
* @brief Compute the array offset in a 2D image */
external/astc-encoder/Utils/astc_test_autoextract.cpp:54
↓ 11 callersMethodpop_back
other_include/vma/vk_mem_alloc.h:4146
↓ 11 callersFunctionpow
* @brief Compute an approximate pow(x, y) for each lane in the vector. * * Power function based on the exp2(log2(x) * y) transform. */
external/astc-encoder/Source/astcenc_vecmathlib.h:423
↓ 11 callersFunctionreadBits
Must have enough bits available with ensureBits */
external/lodepng/lodepng.cpp:576
↓ 11 callersFunctionreadExifUint32
external/lodepng/pngdetail.cpp:1247
↓ 11 callersMethodread_huffman_table
external/basisu/transcoder/basisu_transcoder_internal.h:485
↓ 11 callersMethodreset
If size >= capacity/2, reset() sets the container's size to 0 but doesn't free the allocated block (because the container may be similarly loaded in t
external/basisu/transcoder/basisu_containers.h:590
↓ 11 callersFunctionsqrt
external/basisu/encoder/cppspmd_sse.h:1434
↓ 11 callersFunctiontestSbitChunk2
type_pixels = what the pixels should require at least for auto_convert type_raw = actual raw pixel type to give to the encoder type_png = PNG type to
external/lodepng/lodepng_unittest.cpp:2910
↓ 11 callersFunctionthrow_exception
external/fmt/test/gtest-extra-test.cc:44
↓ 11 callersFunctionto_5
external/basisu/transcoder/basisu_transcoder.cpp:14900
↓ 11 callersFunctionto_ascii
external/fmt/include/fmt/base.h:1281
↓ 11 callersFunctionuniq_file_name
external/fmt/test/os-test.cc:22
↓ 11 callersMethodvalidate
tools/ktx/validate.cpp:372
↓ 11 callersFunctionvec4F_set
external/basisu/transcoder/basisu_transcoder.cpp:6914
↓ 11 callersFunctionvfloat3
* @brief Factory that returns a 3 component vfloat4. */
external/astc-encoder/Source/astcenc_vecmathlib.h:313
↓ 11 callersMethodviewport
tests/loadtests/appfwSDL/VulkanAppSDL/vulkantools.cpp:568
↓ 11 callersFunctionvprintf
external/fmt/include/fmt/printf.h:399
↓ 11 callersFunctionvtable_prepare
* @brief Prepare a vtable lookup table for 16x 8-bit entry table. */
external/astc-encoder/Source/astcenc_vecmathlib_sve_8.h:953
↓ 11 callersMethodwhat
external/fmt/test/std-test.cc:312
↓ 11 callersMethodwrite
external/fmt/test/posix-mock-test.cc:142
↓ 11 callersFunctionwrite_bits
* @brief Write up to 8 bits at an arbitrary bit offset. * * The stored value is at most 8 bits, but can be stored at an offset of between 0 and 7 bi
external/astc-encoder/Source/astcenc_integer_sequence.cpp:446
↓ 10 callersFunctionAe
(t,n,i)
external/basisu/webgl/gltf/three.min.js:1
↓ 10 callersFunctionAssert
Asserts that condition is true; aborts the process with the given message if condition is false. We cannot use LOG(FATAL) or CHECK() as Google Mock m
external/fmt/test/gtest/gmock/gmock.h:540
↓ 10 callersFunctionBIT_endOfDStream
! BIT_endOfDStream() : * @return : 1 if DStream has _exactly_ reached its end (all bits consumed). */
external/basisu/zstd/zstddeclib.c:2412
↓ 10 callersMethodFront
other_include/vma/vk_mem_alloc.h:4631
↓ 10 callersMethodGetOffset
other_include/vma/vk_mem_alloc.h:12117
↓ 10 callersFunctionIsEmpty
Returns true if and only if the path is "".
external/fmt/test/gtest/gtest/gtest.h:3167
↓ 10 callersFunctionMakeMatcher
external/fmt/test/gtest/gtest/gtest.h:6787
↓ 10 callersFunctionP
(n,a,o)
external/basisu/webgl/gltf/three.min.js:1
↓ 10 callersFunctionParseNaturalNumber
tests/gtest/src/gtest-internal-inl.h:1011
↓ 10 callersFunctionParseNaturalNumber
external/fmt/test/gtest/gmock-gtest-all.cc:1399
↓ 10 callersMethodPassed
Returns true if and only if the unit test passed (i.e. all test suites passed).
tests/gtest/src/gtest.cc:5221
↓ 10 callersMethodPassed
Returns true if and only if the unit test passed (i.e. all test suites passed).
external/fmt/test/gtest/gmock-gtest-all.cc:6712
↓ 10 callersFunctionStringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
tests/gtest/src/gtest.cc:2164
↓ 10 callersFunctionStringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
external/fmt/test/gtest/gmock-gtest-all.cc:3655
↓ 10 callersFunction_ktxSwapEndian32
* SwapEndian32: Swaps endianness in an array of 32-bit values */
lib/swap.c:30
↓ 10 callersMethodaddText
Add text to the current buffer todo : drop shadow? color attribute?
tests/loadtests/appfwSDL/VulkanAppSDL/vulkantextoverlay.hpp:665
↓ 10 callersMethodadvance_to
external/fmt/test/scan.h:360
↓ 10 callersFunctionb
(n,i,r)
external/basisu/webgl/gltf/three.min.js:1
↓ 10 callersFunctionbc7_set_block_bits
external/basisu/transcoder/basisu_transcoder.cpp:11503
↓ 10 callersMethodbegin
external/cxxopts/include/cxxopts.hpp:1649
↓ 10 callersFunctionblendv_mask_ps
external/basisu/encoder/cppspmd_sse.h:155
↓ 10 callersFunctionclamp
utils/ktxapp.h:42
↓ 10 callersFunctioncompute_color_distance_rgb
external/basisu/encoder/basisu_bc7enc.cpp:547
↓ 10 callersFunctioncpy2
external/astc-encoder/Source/ThirdParty/tinyexr.h:7033
↓ 10 callersFunctioncreate
* Creates a new identity mat3 * * @returns {mat3} a new 3x3 matrix
tests/webgl/gl-matrix.js:222
↓ 10 callersFunctiondistance
* Calculates the euclidian distance between two vec3's * * @param {vec3} a the first operand * @param {vec3} b the second operand * @returns {Numb
tests/webgl/gl-matrix.js:1377
↓ 10 callersMethoddivmod_assign
Divides this bignum by divisor, assigning the remainder to this and returning the quotient.
external/fmt/include/fmt/format.h:2737
↓ 10 callersFunctionfloat_to_sf16
convert from native-float to soft-float */
external/astc-encoder/Source/astcenc_mathlib_softfloat.cpp:404
↓ 10 callersFunctiongetICCUint16
external/lodepng/pngdetail.cpp:865
↓ 10 callersMethodgetSupercompressionScheme
Returns the supercompression scheme that has been applied to this texture.<br> <br> This is a constant from the {@link KtxSupercmpScheme} class. @ret
interface/java_binding/src/main/java/org/khronos/ktx/KtxTexture2.java:74
↓ 10 callersMethodget_byte
external/basisu/encoder/basisu_backend.h:57
↓ 10 callersFunctionget_time
See header for documentation */
external/astc-encoder/Source/astcenccli_platform_dependents.cpp:140
↓ 10 callersFunctionglm_vec4_dot
other_include/glm/simd/geometric.h:27
↓ 10 callersFunctionglm_vec4_sub
other_include/glm/simd/common.h:20
↓ 10 callersFunctionhmin_s
* @brief Return the horizontal minimum of a vector. */
external/astc-encoder/Source/astcenc_vecmathlib_sve_8.h:467
↓ 10 callersFunctionignore_unused
external/fmt/include/fmt/base.h:363
↓ 10 callersMethodimageChannelCount
tools/imageio/imageio.h:189
↓ 10 callersMethodinit
external/basisu/encoder/basisu_comp.cpp:71
↓ 10 callersFunctioninspect_chunk_by_name
external/lodepng/pngdetail.cpp:138
↓ 10 callersFunctionlodepng_chunk_next_const
external/lodepng/lodepng.cpp:2821
↓ 10 callersFunctionlodepng_get_raw_size_idat
in an idat chunk, each scanline is a multiple of 8 bits, unlike the lodepng output buffer, and in addition has one extra byte per line: the filter byt
external/lodepng/lodepng.cpp:3103
↓ 10 callersMethodmodel
tools/imageio/formatdesc.h:538
↓ 10 callersFunctionmz_crc32
Karl Malbrain's compact CRC-32. See "A compact CCITT crc16 and crc32 C implementation that balances processor cache usage against speed": http://www.g
external/astc-encoder/Source/ThirdParty/tinyexr.h:1999
↓ 10 callersFunctionmz_free
external/basisu/encoder/basisu_miniz.h:675
↓ 10 callersMethodnextUint8
()
tests/webgl/llt-three/KTX2Loader.js:576
↓ 10 callersFunctiono
(e)
external/basisu/webgl/gltf/three.min.js:1
↓ 10 callersFunctionpix
* @brief Compute the array offset in a 2D image */
external/astc-encoder/Utils/astc_test_autoextract_hdr.cpp:54
↓ 10 callersMethodpop_back
external/basisu/transcoder/basisu_containers.h:649
↓ 10 callersMethodput
external/fmt/include/fmt/format.h:3764
↓ 10 callersMethodput_bits
external/basisu/encoder/basisu_enc.h:2353
↓ 10 callersFunctionround_down_to_simd_multiple_vla
* @brief Round a count down 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:228
↓ 10 callersMethodsetContext
tools/ktx/command_compare.cpp:543
↓ 10 callersMethodset_fill
external/fmt/include/fmt/base.h:827
↓ 10 callersFunctionshuffle_epi8
external/basisu/encoder/cppspmd_sse.h:235
↓ 10 callersFunctionsinc
external/basisu/encoder/basisu_resample_filters.cpp:163
↓ 10 callersFunctionsquare
external/basisu/transcoder/basisu.h:153
↓ 10 callersMethodstart_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
tests/gtest/src/gtest.cc:5210
↓ 10 callersMethodstart_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
external/fmt/test/gtest/gmock-gtest-all.cc:6701
↓ 10 callersMethodstart_transcoding
external/basisu/transcoder/basisu_transcoder.cpp:10292
↓ 10 callersFunctionstbi__blinn_8x8
fast 0..255 * 0..255 => 0..255 rounded multiplication
external/astc-encoder/Source/ThirdParty/stb_image.h:3857
↓ 10 callersFunctionstbi__malloc_mad3
external/astc-encoder/Source/ThirdParty/stb_image.h:1053
↓ 10 callersFunctionstore_ncimage
See header for documentation. */
external/astc-encoder/Source/astcenccli_image_load_store.cpp:2443
↓ 10 callersMethodtranslate
tests/loadtests/common/vecmath.hpp:343
← previousnext →601–700 of 12,720, ranked by callers