Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-LibrariesAndSDKs/RadeonProRender-Baikal
/ functions
Functions
5,191 in github.com/GPUOpen-LibrariesAndSDKs/RadeonProRender-Baikal
⨍
Functions
5,191
◇
Types & classes
1,439
↓ 3 callers
Method
Clear
Clears the object.
Gtest/src/gtest.cc:1839
↓ 3 callers
Function
ClearSetNextWindowData
Baikal/ImGUI/imgui.cpp:3511
↓ 3 callers
Method
Clone
Gtest/include/gtest/internal/gtest-param-util.h:212
↓ 3 callers
Method
CloseElement
Baikal/XML/tinyxml2.cpp:2490
↓ 3 callers
Function
ClosePopupToLevel
Baikal/ImGUI/imgui.cpp:3481
↓ 3 callers
Method
CreateIterator
Baikal/SceneGraph/Collector/collector.cpp:44
↓ 3 callers
Method
CreateLightIterator
Baikal/SceneGraph/scene1.cpp:190
↓ 3 callers
Method
DetachLight
Rpr/WrapObject/SceneObject.cpp:104
↓ 3 callers
Function
Error
Return true if there was an error parsing the document.
Baikal/XML/tinyxml2.h:1761
↓ 3 callers
Function
FindBestPopupWindowPos
Baikal/ImGUI/imgui.cpp:3731
↓ 3 callers
Function
FindHoveredWindow
Find window given position, search front-to-back FIXME: Note that we have a lag here because WindowRectClipped is updated in Begin() so windows moved
Baikal/ImGUI/imgui.cpp:3086
↓ 3 callers
Function
FindWindowSettings
Baikal/ImGUI/imgui.cpp:2431
↓ 3 callers
Function
FlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
Gtest/src/gtest-port.cc:709
↓ 3 callers
Function
FlushInfoLog
Gtest/include/gtest/internal/gtest-port.h:1044
↓ 3 callers
Function
FormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
Gtest/src/gtest.cc:3213
↓ 3 callers
Method
GetCamera
Rpr/WrapObject/SceneObject.h:55
↓ 3 callers
Method
GetCharAdvance
Baikal/ImGUI/imgui.h:1379
↓ 3 callers
Function
GetDefaultFont
Baikal/ImGUI/imgui.cpp:4630
↓ 3 callers
Method
GetDirection
Baikal/SceneGraph/light.h:202
↓ 3 callers
Function
GetFrontMostModalRootWindow
Baikal/ImGUI/imgui.cpp:3471
↓ 3 callers
Method
GetInt
Baikal/ImGUI/imgui.cpp:1387
↓ 3 callers
Method
GetLookAt
Rpr/WrapObject/CameraObject.cpp:73
↓ 3 callers
Method
GetNormals
Baikal/SceneGraph/shape.cpp:126
↓ 3 callers
Method
GetOutput
Rpr/WrapObject/FramebufferObject.h:49
↓ 3 callers
Function
GetStyleVarInfo
Baikal/ImGUI/imgui.cpp:4752
↓ 3 callers
Method
GetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
Gtest/src/gtest.cc:3732
↓ 3 callers
Method
GetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
Gtest/src/gtest.cc:2409
↓ 3 callers
Method
GetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
Gtest/src/gtest.cc:696
↓ 3 callers
Function
GetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
Gtest/src/gtest.cc:598
↓ 3 callers
Method
GetTexture
Rpr/WrapObject/MaterialObject.h:94
↓ 3 callers
Method
GetUVs
Baikal/SceneGraph/shape.cpp:170
↓ 3 callers
Method
GetVertexCount
Rpr/WrapObject/ShapeObject.cpp:184
↓ 3 callers
Function
ImFileOpen
Baikal/ImGUI/imgui.cpp:1296
↓ 3 callers
Function
ImInvLength
Baikal/ImGUI/imgui_internal.h:137
↓ 3 callers
Function
ImTextStrToUtf8
Baikal/ImGUI/imgui.cpp:1181
↓ 3 callers
Method
InsertChars
Baikal/ImGUI/imgui.cpp:7590
↓ 3 callers
Function
Int32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
Gtest/src/gtest-port.cc:776
↓ 3 callers
Method
IsInstance
Rpr/WrapObject/ShapeObject.h:53
↓ 3 callers
Function
IsSpace
Gtest/include/gtest/internal/gtest-port.h:1671
↓ 3 callers
Function
IsTrue
Gtest/src/gtest.cc:4648
↓ 3 callers
Method
LastChildElement
Baikal/XML/tinyxml2.cpp:921
↓ 3 callers
Function
MatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
Gtest/src/gtest-port.cc:347
↓ 3 callers
Method
OpenElement
Baikal/XML/tinyxml2.cpp:2422
↓ 3 callers
Function
ParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
Gtest/src/gtest.cc:4677
↓ 3 callers
Function
ParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
Gtest/src/gtest-port.cc:724
↓ 3 callers
Function
ParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
Gtest/src/gtest.cc:4732
↓ 3 callers
Method
PopClipRect
Baikal/ImGUI/imgui.cpp:2633
↓ 3 callers
Method
PreviousSiblingElement
Baikal/XML/tinyxml2.cpp:945
↓ 3 callers
Function
PrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
Gtest/src/gtest-printers.cc:59
↓ 3 callers
Function
PrintRawArrayTo
Gtest/include/gtest/gtest-printers.h:447
↓ 3 callers
Method
PushClipRectFullScreen
Baikal/ImGUI/imgui_draw.cpp:251
↓ 3 callers
Method
RemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
Gtest/src/gtest-filepath.cc:341
↓ 3 callers
Function
Render
Baikal/main.cpp:204
↓ 3 callers
Function
ReportFailureInUnknownLocation
Gtest/src/gtest.cc:1926
↓ 3 callers
Function
Set
Gtest/include/gtest/internal/gtest-filepath.h:73
↓ 3 callers
Method
SetBxdfType
Baikal/SceneGraph/material.cpp:262
↓ 3 callers
Function
SetCurrentFont
Baikal/ImGUI/imgui.cpp:4636
↓ 3 callers
Method
SetDirection
Baikal/SceneGraph/light.h:207
↓ 3 callers
Method
SetEmittedRadiance
Baikal/SceneGraph/light.h:223
↓ 3 callers
Method
SetRadiantPower
Rpr/WrapObject/LightObject.cpp:83
↓ 3 callers
Method
SetTransform
Rpr/WrapObject/LightObject.cpp:29
↓ 3 callers
Function
SetWindowCollapsed
Baikal/ImGUI/imgui.cpp:4984
↓ 3 callers
Function
SetWindowScrollY
Baikal/ImGUI/imgui.cpp:4901
↓ 3 callers
Function
ShuffleRange
Gtest/src/gtest-internal-inl.h:311
↓ 3 callers
Function
SplitMeshesAndInstances
Baikal/Controllers/clw_scene_controller.cpp:49
↓ 3 callers
Method
allocate
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:5716
↓ 3 callers
Method
allocate
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:5716
↓ 3 callers
Method
append
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:6864
↓ 3 callers
Method
append
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:6864
↓ 3 callers
Function
atomic_exchange_and_add
3rdparty/oiio16/include/OpenImageIO/thread.h:236
↓ 3 callers
Function
clamp
3rdparty/oiio16/include/OpenImageIO/fmath.h:210
↓ 3 callers
Method
clear
3rdparty/oiio/include/OpenImageIO/array_view.h:278
↓ 3 callers
Function
create_directory
3rdparty/oiio16/include/OpenImageIO/filesystem.h:158
↓ 3 callers
Method
current_test_result
Returns the TestResult for the test that's currently running, or the TestResult for the ad hoc test if no test is running.
Gtest/src/gtest.cc:4594
↓ 3 callers
Function
diff
Platform-dependent difference between two times, expressed in seconds.
3rdparty/oiio/include/OpenImageIO/timer.h:181
↓ 3 callers
Function
duplicate_string
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:5872
↓ 3 callers
Function
duplicate_string
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:5872
↓ 3 callers
Function
fast_exp2
3rdparty/oiio16/include/OpenImageIO/fmath.h:1181
↓ 3 callers
Function
fast_log2
3rdparty/oiio16/include/OpenImageIO/fmath.h:1138
↓ 3 callers
Method
find
Search for key. If found, return an iterator referring to the element, otherwise, return an iterator that is equivalent to this->end(). If do_lock i
3rdparty/oiio16/include/OpenImageIO/unordered_map_concurrent.h:289
↓ 3 callers
Function
find_char
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:6010
↓ 3 callers
Function
find_char
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:6010
↓ 3 callers
Function
find_substring
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:6019
↓ 3 callers
Function
find_substring
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:6019
↓ 3 callers
Function
fmod
3rdparty/oiio/include/OpenEXR/ImathMath.h:119
↓ 3 callers
Function
frContextGetInfo
Rpr/Wrap.cpp:18
↓ 3 callers
Method
get
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:4772
↓ 3 callers
Function
get_mutable_buffer
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:1159
↓ 3 callers
Function
get_mutable_buffer
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:1159
↓ 3 callers
Function
getsym
3rdparty/oiio16/include/OpenImageIO/plugin.h:83
↓ 3 callers
Method
index
Gtest/include/gtest/internal/gtest-death-test-internal.h:250
↓ 3 callers
Function
init
3rdparty/oiio16/include/OpenImageIO/paramlist.h:100
↓ 3 callers
Method
internal_object
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:3831
↓ 3 callers
Method
internal_object
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:3831
↓ 3 callers
Function
intrusive_ptr_add_ref
3rdparty/oiio16/include/OpenImageIO/refcnt.h:182
↓ 3 callers
Function
intrusive_ptr_release
3rdparty/oiio16/include/OpenImageIO/refcnt.h:190
↓ 3 callers
Method
inverse
3rdparty/oiio/include/OpenEXR/ImathQuat.h:420
↓ 3 callers
Function
is_text_node
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:3285
↓ 3 callers
Function
is_text_node
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:3285
↓ 3 callers
Method
lock
Acquire the lock, spin until we have it.
3rdparty/oiio16/include/OpenImageIO/thread.h:624
← previous
next →
601–700 of 5,191, ranked by callers