Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/MaterialX
/ functions
Functions
6,511 in github.com/AcademySoftwareFoundation/MaterialX
⨍
Functions
6,511
◇
Types & classes
1,637
↓ 2 callers
Function
stbi__gif_parse_colortable
source/MaterialXRender/External/StbImage/stb_image.h:6597
↓ 2 callers
Function
stbi__gif_test
source/MaterialXRender/External/StbImage/stb_image.h:6590
↓ 2 callers
Function
stbi__hdr_load
source/MaterialXRender/External/StbImage/stb_image.h:7158
↓ 2 callers
Function
stbi__hdr_test_core
source/MaterialXRender/External/StbImage/stb_image.h:7087
↓ 2 callers
Function
stbi__jpeg_decode_block
decode one 64-entry block--
source/MaterialXRender/External/StbImage/stb_image.h:2210
↓ 2 callers
Function
stbi__jpeg_decode_block_prog_dc
source/MaterialXRender/External/StbImage/stb_image.h:2265
↓ 2 callers
Function
stbi__jpeg_get_bits
get some unsigned bits
source/MaterialXRender/External/StbImage/stb_image.h:2169
↓ 2 callers
Function
stbi__load_main
source/MaterialXRender/External/StbImage/stb_image.h:1137
↓ 2 callers
Function
stbi__mad2sizes_valid
returns 1 if "a*b + add" has no negative terms/factors and doesn't overflow
source/MaterialXRender/External/StbImage/stb_image.h:1024
↓ 2 callers
Function
stbi__mul2shorts_valid
returns 1 if the product of two ints fits in a signed short, 0 on overflow.
source/MaterialXRender/External/StbImage/stb_image.h:1078
↓ 2 callers
Function
stbi__parse_png_file
source/MaterialXRender/External/StbImage/stb_image.h:5078
↓ 2 callers
Function
stbi__png_info_raw
source/MaterialXRender/External/StbImage/stb_image.h:5310
↓ 2 callers
Function
stbi__process_marker
source/MaterialXRender/External/StbImage/stb_image.h:3099
↓ 2 callers
Function
stbi__refill_buffer
source/MaterialXRender/External/StbImage/stb_image.h:1597
↓ 2 callers
Function
stbi__setup_jpeg
set up the kernels
source/MaterialXRender/External/StbImage/stb_image.h:3821
↓ 2 callers
Function
stbi__tga_read_rgb16
read 16bit value and convert to 24bit RGB
source/MaterialXRender/External/StbImage/stb_image.h:5852
↓ 2 callers
Function
stbi_write_bmp_core
source/MaterialXRender/External/StbImage/stb_image_write.h:492
↓ 2 callers
Function
stbi_write_hdr_core
source/MaterialXRender/External/StbImage/stb_image_write.h:761
↓ 2 callers
Function
stbi_write_jpg_core
source/MaterialXRender/External/StbImage/stb_image_write.h:1398
↓ 2 callers
Function
stbi_write_png_to_mem
source/MaterialXRender/External/StbImage/stb_image_write.h:1128
↓ 2 callers
Function
stbi_write_tga_core
source/MaterialXRender/External/StbImage/stb_image_write.h:532
↓ 2 callers
Function
stbiw__fopen
source/MaterialXRender/External/StbImage/stb_image_write.h:304
↓ 2 callers
Function
stbiw__jpg_DCT
source/MaterialXRender/External/StbImage/stb_image_write.h:1270
↓ 2 callers
Function
stbiw__jpg_calcBits
source/MaterialXRender/External/StbImage/stb_image_write.h:1318
↓ 2 callers
Function
stbiw__linear_to_rgbe
source/MaterialXRender/External/StbImage/stb_image_write.h:639
↓ 2 callers
Function
stbiw__writefv
source/MaterialXRender/External/StbImage/stb_image_write.h:349
↓ 2 callers
Function
stbiw__zhash
source/MaterialXRender/External/StbImage/stb_image_write.h:867
↓ 2 callers
Function
stbiw__zlib_countm
source/MaterialXRender/External/StbImage/stb_image_write.h:859
↓ 2 callers
Function
storeFileToDisk
(fileName, content)
source/JsMaterialX/JsMaterialXFormat/post.js:263
↓ 2 callers
Function
strlength_wide
Get length of wide string, even if CRT lacks wide character support
source/MaterialXFormat/External/PugiXML/pugixml.cpp:246
↓ 2 callers
Method
supportsTransform
source/MaterialXGenShader/UnitSystem.cpp:166
↓ 2 callers
Method
tagsAsString
source/MaterialXTest/External/Catch/catch.hpp:14143
↓ 2 callers
Method
testCaseEnded
source/MaterialXTest/External/Catch/catch.hpp:16577
↓ 2 callers
Function
testImageHandler
source/MaterialXTest/MaterialXRender/Render.cpp:161
↓ 2 callers
Method
testRunEnded
source/MaterialXTest/External/Catch/catch.hpp:16103
↓ 2 callers
Function
throw_gilstate_error
source/PyMaterialX/External/PyBind11/include/pybind11/pytypes.h:328
↓ 2 callers
Function
tolower_ascii
Converts symbol to lower case, if it is an ASCII one
source/MaterialXFormat/External/PugiXML/pugixml.cpp:7873
↓ 2 callers
Method
topologicalSort
source/MaterialXGenShader/ShaderGraph.cpp:1103
↓ 2 callers
Function
trackPath
(path, filesUploaded, isFile = false)
source/JsMaterialX/JsMaterialXFormat/post.js:189
↓ 2 callers
Function
transformPointPerspective
Apply a perspective transform to the given 3D point, performing a homogeneous divide on the transformed result.
source/MaterialXRender/Camera.h:179
↓ 2 callers
Function
translateKey
Translates an X11 key code to a GLFW key token
source/MaterialXGraphEditor/External/Glfw/src/x11_window.c:208
↓ 2 callers
Method
traverseInheritance
source/MaterialXCore/Element.cpp:535
↓ 2 callers
Function
traverse_offset_bases
For multiple inheritance types we need to recursively register/deregister base pointers for any base classes with pointers that are difference from th
source/PyMaterialX/External/PyBind11/include/pybind11/detail/class.h:295
↓ 2 callers
Function
truncate_zeros
source/MaterialXFormat/External/PugiXML/pugixml.cpp:8165
↓ 2 callers
Function
tryParseDouble
Tries to parse a floating point number located at s. s_end should be a location in the string where reading should absolutely stop. For example at th
source/MaterialXRender/External/TinyObjLoader/tiny_obj_loader.h:568
↓ 2 callers
Function
try_get_shared_from_this
source/PyMaterialX/External/PyBind11/include/pybind11/detail/common.h:1274
↓ 2 callers
Function
try_translate_exceptions
source/PyMaterialX/External/PyBind11/include/pybind11/detail/exception_translation.h:36
↓ 2 callers
Function
unbindImage
Unbinding image is not supported, the image stays bound until another image is bound, to the same cursor.
source/MaterialXRenderSlang/SlangTextureHandler.h:54
↓ 2 callers
Function
unique
source/MaterialXFormat/External/PugiXML/pugixml.cpp:7392
↓ 2 callers
Function
updateFramebufferTransparency
Update window framebuffer transparency
source/MaterialXGraphEditor/External/Glfw/src/win32_window.c:378
↓ 2 callers
Function
updateWindowStyles
Update native window styles to match attributes
source/MaterialXGraphEditor/External/Glfw/src/win32_window.c:349
↓ 2 callers
Method
useColour
source/MaterialXTest/External/Catch/catch.hpp:10007
↓ 2 callers
Function
user_code
source/MaterialXTest/External/Catch/catch.hpp:6585
↓ 2 callers
Method
validate
source/MaterialXTest/External/Catch/catch.hpp:9457
↓ 2 callers
Method
validateInputs
source/MaterialXRenderOsl/OslRenderer.cpp:511
↓ 2 callers
Function
weighted_average_quantile
source/MaterialXTest/External/Catch/catch.hpp:7751
↓ 2 callers
Function
width
Return width of window
source/MaterialXRenderHw/SimpleWindow.h:42
↓ 2 callers
Function
writeToXmlStream
source/MaterialXFormat/XmlIo.cpp:348
↓ 2 callers
Function
zero_terminate_buffer
This function assumes that buffer has extra sizeof(char_t) writable bytes after size
source/MaterialXFormat/External/PugiXML/pugixml.cpp:4787
↓ 1 callers
Function
CompileMslShader
source/MaterialXTest/MaterialXGenMsl/CompileMsl.h:12
↓ 1 callers
Function
Dispatcher
source/MaterialXTrace/Tracing.h:147
↓ 1 callers
Function
Equals
source/MaterialXTest/External/Catch/catch.hpp:3749
↓ 1 callers
Function
GeomPath
Construct a path from a geometry name string.
source/MaterialXCore/Geom.h:80
↓ 1 callers
Function
GlslSyntax
source/MaterialXGenGlsl/VkSyntax.cpp:8
↓ 1 callers
Function
LoadObj
source/MaterialXRender/External/TinyObjLoader/tiny_obj_loader.h:1765
↓ 1 callers
Function
ShCoeffs
source/MaterialXRender/Harmonics.h:30
↓ 1 callers
Function
UnitConverterRegistry
source/MaterialXCore/Unit.h:204
↓ 1 callers
Function
Vector4d
source/MaterialXRender/Types.h:79
↓ 1 callers
Function
VkSyntax
source/MaterialXGenGlsl/WgslSyntax.cpp:8
↓ 1 callers
Method
XmlReadOptions
source/MaterialXFormat/XmlIo.cpp:270
↓ 1 callers
Method
XmlWriteOptions
source/MaterialXFormat/XmlIo.cpp:282
↓ 1 callers
Method
_build_docstring
(self, doc_entry: Dict)
python/Scripts/pybind_docs.py:357
↓ 1 callers
Method
_build_lookup_table
(self)
python/Scripts/pybind_docs.py:94
↓ 1 callers
Method
_extract_class_contexts
(self, content: str)
python/Scripts/pybind_docs.py:314
↓ 1 callers
Method
_extract_class_doc
(self, compound)
python/Scripts/pybind_docs.py:60
↓ 1 callers
Method
_extract_class_name
(self, args_text: str)
python/Scripts/pybind_docs.py:456
↓ 1 callers
Method
_extract_func_doc
(self, member)
python/Scripts/pybind_docs.py:69
↓ 1 callers
Method
_extract_params
(self, member)
python/Scripts/pybind_docs.py:139
↓ 1 callers
Method
_find_doc_for_callable
(self, callable_ref: str, class_context: Optional[str] = None)
python/Scripts/pybind_docs.py:334
↓ 1 callers
Method
_find_docstring_arg_index
(self, args: list)
python/Scripts/pybind_docs.py:469
↓ 1 callers
Method
_generate_name_variants
(self, qualified_name: str)
python/Scripts/pybind_docs.py:100
↓ 1 callers
Function
_getMTLXFilesInDirectory
(path)
python/Scripts/genmdl.py:25
↓ 1 callers
Function
_getSubDirectories
(libraryPath)
python/Scripts/genmdl.py:21
↓ 1 callers
Function
_glfwAddOutputWayland
source/MaterialXGraphEditor/External/Glfw/src/wl_monitor.c:115
↓ 1 callers
Function
_glfwChooseVisualEGL
source/MaterialXGraphEditor/External/Glfw/src/egl_context.c:711
↓ 1 callers
Function
_glfwChooseVisualGLX
Returns the Visual and depth of the chosen GLXFBConfig
source/MaterialXGraphEditor/External/Glfw/src/glx_context.c:636
↓ 1 callers
Function
_glfwCreateContextGLX
Create the OpenGL or OpenGL ES context
source/MaterialXGraphEditor/External/Glfw/src/glx_context.c:445
↓ 1 callers
Function
_glfwCreateContextWGL
Create the OpenGL or OpenGL ES context
source/MaterialXGraphEditor/External/Glfw/src/wgl_context.c:543
↓ 1 callers
Function
_glfwDetectJoystickConnectionLinux
source/MaterialXGraphEditor/External/Glfw/src/linux_joystick.c:347
↓ 1 callers
Function
_glfwDetectJoystickDisconnectionWin32
Checks for joystick disconnection after DBT_DEVICEREMOVECOMPLETE
source/MaterialXGraphEditor/External/Glfw/src/win32_joystick.c:589
↓ 1 callers
Function
_glfwInitGLX
Initialize GLX
source/MaterialXGraphEditor/External/Glfw/src/glx_context.c:253
↓ 1 callers
Function
_glfwInitJoysticksWin32
Initialize joystick interface
source/MaterialXGraphEditor/External/Glfw/src/win32_joystick.c:496
↓ 1 callers
Function
_glfwInitTimerWin32
Initialise timer
source/MaterialXGraphEditor/External/Glfw/src/win32_time.c:39
↓ 1 callers
Function
_glfwInitWGL
Initialize WGL
source/MaterialXGraphEditor/External/Glfw/src/wgl_context.c:408
↓ 1 callers
Function
_glfwIsValidContextConfig
Checks whether the desired context attributes are valid This function checks things like whether the specified client API version exists and whether
source/MaterialXGraphEditor/External/Glfw/src/context.c:49
↓ 1 callers
Function
_glfwPlatformCreateCursor
source/MaterialXGraphEditor/External/Glfw/src/wl_window.c:1197
↓ 1 callers
Function
_glfwPlatformCreateMutex
source/MaterialXGraphEditor/External/Glfw/src/posix_thread.c:74
↓ 1 callers
Function
_glfwPlatformCreateStandardCursor
source/MaterialXGraphEditor/External/Glfw/src/wl_window.c:1212
↓ 1 callers
Function
_glfwPlatformCreateWindow
source/MaterialXGraphEditor/External/Glfw/src/wl_window.c:777
↓ 1 callers
Function
_glfwPlatformCreateWindowSurface
source/MaterialXGraphEditor/External/Glfw/src/wl_window.c:1703
← previous
next →
1,501–1,600 of 6,511, ranked by callers