MCPcopy Create free account

hub / github.com/GPUOpen-LibrariesAndSDKs/RadeonProRender-Baikal / functions

Functions5,191 in github.com/GPUOpen-LibrariesAndSDKs/RadeonProRender-Baikal

↓ 3 callersMethodClear
Clears the object.
Gtest/src/gtest.cc:1839
↓ 3 callersFunctionClearSetNextWindowData
Baikal/ImGUI/imgui.cpp:3511
↓ 3 callersMethodClone
Gtest/include/gtest/internal/gtest-param-util.h:212
↓ 3 callersMethodCloseElement
Baikal/XML/tinyxml2.cpp:2490
↓ 3 callersFunctionClosePopupToLevel
Baikal/ImGUI/imgui.cpp:3481
↓ 3 callersMethodCreateIterator
Baikal/SceneGraph/Collector/collector.cpp:44
↓ 3 callersMethodCreateLightIterator
Baikal/SceneGraph/scene1.cpp:190
↓ 3 callersMethodDetachLight
Rpr/WrapObject/SceneObject.cpp:104
↓ 3 callersFunctionError
Return true if there was an error parsing the document.
Baikal/XML/tinyxml2.h:1761
↓ 3 callersFunctionFindBestPopupWindowPos
Baikal/ImGUI/imgui.cpp:3731
↓ 3 callersFunctionFindHoveredWindow
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 callersFunctionFindWindowSettings
Baikal/ImGUI/imgui.cpp:2431
↓ 3 callersFunctionFlagToEnvVar
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 callersFunctionFlushInfoLog
Gtest/include/gtest/internal/gtest-port.h:1044
↓ 3 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
Gtest/src/gtest.cc:3213
↓ 3 callersMethodGetCamera
Rpr/WrapObject/SceneObject.h:55
↓ 3 callersMethodGetCharAdvance
Baikal/ImGUI/imgui.h:1379
↓ 3 callersFunctionGetDefaultFont
Baikal/ImGUI/imgui.cpp:4630
↓ 3 callersMethodGetDirection
Baikal/SceneGraph/light.h:202
↓ 3 callersFunctionGetFrontMostModalRootWindow
Baikal/ImGUI/imgui.cpp:3471
↓ 3 callersMethodGetInt
Baikal/ImGUI/imgui.cpp:1387
↓ 3 callersMethodGetLookAt
Rpr/WrapObject/CameraObject.cpp:73
↓ 3 callersMethodGetNormals
Baikal/SceneGraph/shape.cpp:126
↓ 3 callersMethodGetOutput
Rpr/WrapObject/FramebufferObject.h:49
↓ 3 callersFunctionGetStyleVarInfo
Baikal/ImGUI/imgui.cpp:4752
↓ 3 callersMethodGetTestCase
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 callersMethodGetTestInfo
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 callersMethodGetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
Gtest/src/gtest.cc:696
↓ 3 callersFunctionGetTestTypeId
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 callersMethodGetTexture
Rpr/WrapObject/MaterialObject.h:94
↓ 3 callersMethodGetUVs
Baikal/SceneGraph/shape.cpp:170
↓ 3 callersMethodGetVertexCount
Rpr/WrapObject/ShapeObject.cpp:184
↓ 3 callersFunctionImFileOpen
Baikal/ImGUI/imgui.cpp:1296
↓ 3 callersFunctionImInvLength
Baikal/ImGUI/imgui_internal.h:137
↓ 3 callersFunctionImTextStrToUtf8
Baikal/ImGUI/imgui.cpp:1181
↓ 3 callersMethodInsertChars
Baikal/ImGUI/imgui.cpp:7590
↓ 3 callersFunctionInt32FromGTestEnv
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 callersMethodIsInstance
Rpr/WrapObject/ShapeObject.h:53
↓ 3 callersFunctionIsSpace
Gtest/include/gtest/internal/gtest-port.h:1671
↓ 3 callersFunctionIsTrue
Gtest/src/gtest.cc:4648
↓ 3 callersMethodLastChildElement
Baikal/XML/tinyxml2.cpp:921
↓ 3 callersFunctionMatchRegexAtHead
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 callersMethodOpenElement
Baikal/XML/tinyxml2.cpp:2422
↓ 3 callersFunctionParseFlagValue
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 callersFunctionParseInt32
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 callersFunctionParseInt32Flag
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 callersMethodPopClipRect
Baikal/ImGUI/imgui.cpp:2633
↓ 3 callersMethodPreviousSiblingElement
Baikal/XML/tinyxml2.cpp:945
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
Gtest/src/gtest-printers.cc:59
↓ 3 callersFunctionPrintRawArrayTo
Gtest/include/gtest/gtest-printers.h:447
↓ 3 callersMethodPushClipRectFullScreen
Baikal/ImGUI/imgui_draw.cpp:251
↓ 3 callersMethodRemoveTrailingPathSeparator
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 callersFunctionRender
Baikal/main.cpp:204
↓ 3 callersFunctionReportFailureInUnknownLocation
Gtest/src/gtest.cc:1926
↓ 3 callersFunctionSet
Gtest/include/gtest/internal/gtest-filepath.h:73
↓ 3 callersMethodSetBxdfType
Baikal/SceneGraph/material.cpp:262
↓ 3 callersFunctionSetCurrentFont
Baikal/ImGUI/imgui.cpp:4636
↓ 3 callersMethodSetDirection
Baikal/SceneGraph/light.h:207
↓ 3 callersMethodSetEmittedRadiance
Baikal/SceneGraph/light.h:223
↓ 3 callersMethodSetRadiantPower
Rpr/WrapObject/LightObject.cpp:83
↓ 3 callersMethodSetTransform
Rpr/WrapObject/LightObject.cpp:29
↓ 3 callersFunctionSetWindowCollapsed
Baikal/ImGUI/imgui.cpp:4984
↓ 3 callersFunctionSetWindowScrollY
Baikal/ImGUI/imgui.cpp:4901
↓ 3 callersFunctionShuffleRange
Gtest/src/gtest-internal-inl.h:311
↓ 3 callersFunctionSplitMeshesAndInstances
Baikal/Controllers/clw_scene_controller.cpp:49
↓ 3 callersMethodallocate
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:5716
↓ 3 callersMethodallocate
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:5716
↓ 3 callersMethodappend
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:6864
↓ 3 callersMethodappend
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:6864
↓ 3 callersFunctionatomic_exchange_and_add
3rdparty/oiio16/include/OpenImageIO/thread.h:236
↓ 3 callersFunctionclamp
3rdparty/oiio16/include/OpenImageIO/fmath.h:210
↓ 3 callersMethodclear
3rdparty/oiio/include/OpenImageIO/array_view.h:278
↓ 3 callersFunctioncreate_directory
3rdparty/oiio16/include/OpenImageIO/filesystem.h:158
↓ 3 callersMethodcurrent_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 callersFunctiondiff
Platform-dependent difference between two times, expressed in seconds.
3rdparty/oiio/include/OpenImageIO/timer.h:181
↓ 3 callersFunctionduplicate_string
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:5872
↓ 3 callersFunctionduplicate_string
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:5872
↓ 3 callersFunctionfast_exp2
3rdparty/oiio16/include/OpenImageIO/fmath.h:1181
↓ 3 callersFunctionfast_log2
3rdparty/oiio16/include/OpenImageIO/fmath.h:1138
↓ 3 callersMethodfind
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 callersFunctionfind_char
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:6010
↓ 3 callersFunctionfind_char
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:6010
↓ 3 callersFunctionfind_substring
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:6019
↓ 3 callersFunctionfind_substring
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:6019
↓ 3 callersFunctionfmod
3rdparty/oiio/include/OpenEXR/ImathMath.h:119
↓ 3 callersFunctionfrContextGetInfo
Rpr/Wrap.cpp:18
↓ 3 callersMethodget
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:4772
↓ 3 callersFunctionget_mutable_buffer
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:1159
↓ 3 callersFunctionget_mutable_buffer
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:1159
↓ 3 callersFunctiongetsym
3rdparty/oiio16/include/OpenImageIO/plugin.h:83
↓ 3 callersMethodindex
Gtest/include/gtest/internal/gtest-death-test-internal.h:250
↓ 3 callersFunctioninit
3rdparty/oiio16/include/OpenImageIO/paramlist.h:100
↓ 3 callersMethodinternal_object
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:3831
↓ 3 callersMethodinternal_object
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:3831
↓ 3 callersFunctionintrusive_ptr_add_ref
3rdparty/oiio16/include/OpenImageIO/refcnt.h:182
↓ 3 callersFunctionintrusive_ptr_release
3rdparty/oiio16/include/OpenImageIO/refcnt.h:190
↓ 3 callersMethodinverse
3rdparty/oiio/include/OpenEXR/ImathQuat.h:420
↓ 3 callersFunctionis_text_node
3rdparty/oiio16/include/OpenImageIO/pugixml.cpp:3285
↓ 3 callersFunctionis_text_node
3rdparty/oiio/include/OpenImageIO/pugixml.cpp:3285
↓ 3 callersMethodlock
Acquire the lock, spin until we have it.
3rdparty/oiio16/include/OpenImageIO/thread.h:624
← previousnext →601–700 of 5,191, ranked by callers