MCPcopy Create free account

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

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

↓ 1 callersMethodMem
Baikal/XML/tinyxml2.h:267
↓ 1 callersFunctionMemoryStatistics
RprTest/main.cpp:811
↓ 1 callersFunctionMenuBarHeight
Baikal/ImGUI/imgui_internal.h:689
↓ 1 callersFunctionMeshCreationTest
RprTest/main.cpp:121
↓ 1 callersMethodNewComment
Baikal/XML/tinyxml2.cpp:2017
↓ 1 callersMethodNewDeclaration
Baikal/XML/tinyxml2.cpp:2037
↓ 1 callersMethodNewElement
Baikal/XML/tinyxml2.cpp:2007
↓ 1 callersMethodNewUnknown
Baikal/XML/tinyxml2.cpp:2047
↓ 1 callersFunctionNoChildren
Returns true if this node has no children.
Baikal/XML/tinyxml2.h:726
↓ 1 callersFunctionNullShaderTest
RprTest/main.cpp:944
↓ 1 callersMethodOnEnvironmentsSetUpEnd
Gtest/src/gtest.cc:2703
↓ 1 callersMethodOnEnvironmentsSetUpStart
Gtest/src/gtest.cc:2754
↓ 1 callersMethodOnEnvironmentsTearDownEnd
Gtest/src/gtest.cc:2710
↓ 1 callersMethodOnEnvironmentsTearDownStart
Gtest/src/gtest.cc:2824
↓ 1 callersMethodOnTestCaseEnd
Gtest/src/gtest.cc:2812
↓ 1 callersMethodOnTestCaseStart
Gtest/src/gtest.cc:2761
↓ 1 callersMethodOnTestEnd
Gtest/src/gtest.cc:2793
↓ 1 callersMethodOnTestIterationEnd
Gtest/src/gtest.cc:2856
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
Gtest/src/gtest.cc:2719
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
Gtest/src/gtest.cc:2782
↓ 1 callersMethodOnTestProgramEnd
Gtest/src/gtest.cc:2712
↓ 1 callersMethodOnTestProgramStart
The following methods override what's in the TestEventListener class.
Gtest/src/gtest.cc:2700
↓ 1 callersMethodOnTestStart
Gtest/src/gtest.cc:2774
↓ 1 callersFunctionParamValue
3rdparty/oiio16/include/OpenImageIO/paramlist.h:75
↓ 1 callersMethodParseDeep
Baikal/XML/tinyxml2.cpp:957
↓ 1 callersFunctionParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
Gtest/src/gtest.cc:4959
↓ 1 callersFunctionParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
Gtest/src/gtest-death-test.cc:1296
↓ 1 callersFunctionPartialMatch
Gtest/include/gtest/internal/gtest-port.h:957
↓ 1 callersFunctionPassed
Returns true iff the unit test passed (i.e. all test cases passed).
Gtest/src/gtest-internal-inl.h:576
↓ 1 callersMethodPathArcToFast
Baikal/ImGUI/imgui_draw.cpp:681
↓ 1 callersFunctionPathBezierToCasteljau
Baikal/ImGUI/imgui_draw.cpp:725
↓ 1 callersMethodPathFill
Baikal/ImGUI/imgui.h:1214
↓ 1 callersMethodPathStroke
Baikal/ImGUI/imgui.h:1215
↓ 1 callersMethodPostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
Gtest/src/gtest.cc:4112
↓ 1 callersMethodPrimRectUV
Baikal/ImGUI/imgui_draw.cpp:387
↓ 1 callersFunctionPrintAsStringLiteralTo
Prints a wchar_t c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
Gtest/src/gtest-printers.cc:188
↓ 1 callersFunctionPrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
Gtest/src/gtest-printers.cc:110
↓ 1 callersFunctionPrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
Gtest/src/gtest-printers.cc:78
↓ 1 callersFunctionPrintColorEncoded
Prints a string containing code-encoded text. The following escape sequences can be used in the string to control the text color: @@ prints a sin
Gtest/src/gtest.cc:4787
↓ 1 callersFunctionPrintTestPartResult
Prints a TestPartResult.
Gtest/src/gtest.cc:2530
↓ 1 callersFunctionPrintTo
Gtest/include/gtest/gtest-printers.h:353
↓ 1 callersMethodPushArr
Baikal/XML/tinyxml2.h:218
↓ 1 callersMethodPushClipRect
When using this function it is sane to ensure that float are perfectly rounded to integer values, to that e.g. (int)(max.x-min.x) in user's render pro
Baikal/ImGUI/imgui.cpp:2626
↓ 1 callersMethodQueryBoolValue
Baikal/XML/tinyxml2.cpp:1368
↓ 1 callersMethodQueryDoubleValue
Baikal/XML/tinyxml2.cpp:1386
↓ 1 callersMethodQueryFloatValue
Baikal/XML/tinyxml2.cpp:1377
↓ 1 callersMethodQueryInt64Value
Baikal/XML/tinyxml2.cpp:1359
↓ 1 callersMethodQueryIntValue
Baikal/XML/tinyxml2.cpp:1341
↓ 1 callersMethodQueryUnsignedValue
Baikal/XML/tinyxml2.cpp:1350
↓ 1 callersFunctionRE
Constructs an RE from a string.
Gtest/include/gtest/internal/gtest-port.h:933
↓ 1 callersFunctionRUN_ALL_TESTS
Gtest/include/gtest/gtest.h:2287
↓ 1 callersMethodRemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
Gtest/src/gtest-filepath.cc:150
↓ 1 callersMethodRemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
Gtest/src/gtest-filepath.cc:119
↓ 1 callersMethodRender
Rpr/WrapObject/ContextObject.cpp:202
↓ 1 callersMethodRenderChar
Baikal/ImGUI/imgui_draw.cpp:1993
↓ 1 callersMethodRenderText
Baikal/ImGUI/imgui_draw.cpp:2009
↓ 1 callersMethodRenderTile
Rpr/WrapObject/ContextObject.cpp:214
↓ 1 callersMethodReplaceSceneMaterials
Baikal/SceneGraph/IO/material_io.cpp:493
↓ 1 callersFunctionReportInvalidTestCaseType
Gtest/src/gtest.cc:2233
↓ 1 callersMethodReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
Gtest/src/gtest.cc:582
↓ 1 callersMethodRotate
Rotate camera around world Z axis, use for FPS camera
Baikal/SceneGraph/camera.cpp:60
↓ 1 callersMethodRun
Runs the test and updates the test result.
Gtest/src/gtest.cc:2141
↓ 1 callersMethodRunBenchmark
Baikal/Renderers/ptrenderer.cpp:717
↓ 1 callersFunctionSTB_TEXTEDIT_KEYTOTEXT
Baikal/ImGUI/imgui.cpp:7475
↓ 1 callersMethodSaveIdentityMapping
Baikal/SceneGraph/IO/material_io.cpp:547
↓ 1 callersMethodSaveImage
Baikal/SceneGraph/IO/image_io.cpp:104
↓ 1 callersMethodSaveMaterialsFromScene
Baikal/SceneGraph/IO/material_io.cpp:438
↓ 1 callersMethodSaveToFile
Rpr/WrapObject/FramebufferObject.cpp:62
↓ 1 callersMethodScaleClipRects
Helper to scale the ClipRect field of each ImDrawCmd. Use if your final output buffer is at a different scale than ImGui expects, or if there is a dif
Baikal/ImGUI/imgui_draw.cpp:1002
↓ 1 callersMethodSetAOV
Rpr/WrapObject/ContextObject.cpp:154
↓ 1 callersMethodSetCamera
Rpr/WrapObject/SceneObject.cpp:116
↓ 1 callersMethodSetCamera
Baikal/SceneGraph/scene1.cpp:60
↓ 1 callersMethodSetConeShape
Baikal/SceneGraph/light.h:229
↓ 1 callersMethodSetCurrenScene
Rpr/WrapObject/ContextObject.h:50
↓ 1 callersMethodSetData
Baikal/SceneGraph/texture.h:109
↓ 1 callersMethodSetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
Gtest/src/gtest.cc:3595
↓ 1 callersMethodSetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
Gtest/src/gtest.cc:3611
↓ 1 callersMethodSetEnvMultiplier
Rpr/WrapObject/LightObject.cpp:120
↓ 1 callersMethodSetEnvTexture
Rpr/WrapObject/LightObject.cpp:107
↓ 1 callersMethodSetFloat
Baikal/ImGUI/imgui.cpp:1463
↓ 1 callersMethodSetInternedStr
Baikal/XML/tinyxml2.h:156
↓ 1 callersMethodSetMaterial
Rpr/WrapObject/ShapeObject.cpp:160
↓ 1 callersMethodSetName
Rpr/WrapObject/WrapObject.h:42
↓ 1 callersMethodSetNumBounces
Baikal/Renderers/ptrenderer.cpp:126
↓ 1 callersMethodSetPosition
Baikal/SceneGraph/light.h:196
↓ 1 callersMethodSetSensorSize
Baikal/SceneGraph/camera.h:171
↓ 1 callersMethodSetSpotConeShape
Rpr/WrapObject/LightObject.cpp:94
↓ 1 callersMethodSetThin
Baikal/SceneGraph/material.cpp:236
↓ 1 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
Gtest/src/gtest.cc:1903
↓ 1 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
Gtest/include/gtest/gtest.h:483
↓ 1 callersFunctionShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
Gtest/src/gtest.cc:4444
↓ 1 callersFunctionShouldUseColor
Returns true iff Google Test should use colors in the output.
Gtest/src/gtest.cc:2585
↓ 1 callersFunctionShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
Baikal/ImGUI/imgui_demo.cpp:1895
↓ 1 callersFunctionShowExampleAppConsole
Baikal/ImGUI/imgui_demo.cpp:2371
↓ 1 callersFunctionShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints.
Baikal/ImGUI/imgui_demo.cpp:1912
↓ 1 callersFunctionShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
Baikal/ImGUI/imgui_demo.cpp:1992
↓ 1 callersFunctionShowExampleAppFixedOverlay
Demonstrate creating a simple static window with no decoration.
Baikal/ImGUI/imgui_demo.cpp:1950
↓ 1 callersFunctionShowExampleAppLayout
Demonstrate create a window with multiple child windows.
Baikal/ImGUI/imgui_demo.cpp:2460
↓ 1 callersFunctionShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
Baikal/ImGUI/imgui_demo.cpp:2442
↓ 1 callersFunctionShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
Baikal/ImGUI/imgui_demo.cpp:2579
← previousnext →1,301–1,400 of 5,191, ranked by callers