MCPcopy Create free account

hub / github.com/Veerzeng/GraphicAlgorithm / functions

Functions2,528 in github.com/Veerzeng/GraphicAlgorithm

↓ 1 callersFunctionImGui_ImplSDL2_UpdateMousePosAndButtons
SDK/imgui_master/examples/imgui_impl_sdl.cpp:202
↓ 1 callersFunctionImGui_ImplVulkanH_GetMinImageCountFromPresentMode
SDK/imgui_master/examples/imgui_impl_vulkan.cpp:885
↓ 1 callersFunctionImGui_ImplVulkan_CreateDeviceObjects
SDK/imgui_master/examples/imgui_impl_vulkan.cpp:473
↓ 1 callersFunctionImGui_ImplVulkan_InvalidateDeviceObjects
SDK/imgui_master/examples/imgui_impl_vulkan.cpp:674
↓ 1 callersFunctionImGui_ImplWin32_UpdateMousePos
SDK/imgui_master/examples/imgui_impl_win32.cpp:120
↓ 1 callersFunctionImGui_Marmalade_CreateDeviceObjects
SDK/imgui_master/examples/imgui_impl_marmalade.cpp:171
↓ 1 callersFunctionImGui_Marmalade_Init
SDK/imgui_master/examples/imgui_impl_marmalade.cpp:214
↓ 1 callersFunctionImGui_Marmalade_InvalidateDeviceObjects
SDK/imgui_master/examples/imgui_impl_marmalade.cpp:198
↓ 1 callersFunctionImGui_Marmalade_NewFrame
SDK/imgui_master/examples/imgui_impl_marmalade.cpp:257
↓ 1 callersFunctionImGui_Marmalade_RenderDrawData
Render function. (this used to be set in io.RenderDrawListsFn and called by ImGui::Render(), but you can now call this directly from your main loop)
SDK/imgui_master/examples/imgui_impl_marmalade.cpp:38
↓ 1 callersFunctionImGui_Marmalade_Shutdown
SDK/imgui_master/examples/imgui_impl_marmalade.cpp:252
↓ 1 callersFunctionImParseFormatTrimDecorations
Extract the format out of a format string with leading or trailing decorations fmt = "blah blah" -> return fmt fmt = "%.3f" -> return fmt fmt =
SDK/imgui_master/imgui_widgets.cpp:2549
↓ 1 callersFunctionImSqrt
SDK/imgui_master/imgui_internal.h:178
↓ 1 callersFunctionImStrTrimBlanks
Trim str by offsetting contents when there's leading data + writing a \0 at the trailing position. We use this in situation where the cost is negligib
SDK/imgui_master/imgui.cpp:1265
↓ 1 callersFunctionImStreolRange
Find end-of-line. Return pointer will point to either first \n, either str_end.
SDK/imgui_master/imgui.cpp:1229
↓ 1 callersFunctionImStrlenW
SDK/imgui_master/imgui.cpp:1220
↓ 1 callersFunctionImTextCharToUtf8
Based on stb_to_utf8() from github.com/nothings/stb/
SDK/imgui_master/imgui.cpp:1517
↓ 1 callersFunctionImTextCountUtf8BytesFromChar
Not optimal but we very rarely use this function.
SDK/imgui_master/imgui.cpp:1555
↓ 1 callersFunctionImTriangleBarycentricCoords
SDK/imgui_master/imgui.cpp:1159
↓ 1 callersFunctionImTriangleClosestPoint
SDK/imgui_master/imgui.cpp:1170
↓ 1 callersFunctionImportanceSampleGGX
BRDF_Sampler/main.cpp:27
↓ 1 callersMethodInit
SDK/imgui_master/misc/freetype/imgui_freetype.cpp:117
↓ 1 callersFunctionInputTextCalcTextLenAndLineCount
SDK/imgui_master/imgui_widgets.cpp:2809
↓ 1 callersFunctionIntegrateBRDF
BRDF_Sampler/main.cpp:69
↓ 1 callersMethodIsActive
SDK/imgui_master/imgui.h:1352
↓ 1 callersMethodIsDataType
SDK/imgui_master/imgui.h:1508
↓ 1 callersFunctionMenuBarHeight
SDK/imgui_master/imgui_internal.h:1086
↓ 1 callersFunctionNavClampRectToVisibleAreaForMoveDir
SDK/imgui_master/imgui.cpp:6746
↓ 1 callersFunctionPathBezierToCasteljau
SDK/imgui_master/imgui_draw.cpp:937
↓ 1 callersFunctionPixelsToOffsetNorm
SDK/imgui_master/imgui.cpp:7777
↓ 1 callersMethodPrimRectUV
SDK/imgui_master/imgui_draw.cpp:614
↓ 1 callersFunctionRadicalInverse_VdC
BRDF_Sampler/main.cpp:12
↓ 1 callersMethodRenderChar
SDK/imgui_master/imgui_draw.cpp:2614
↓ 1 callersMethodRenderCubemap
SH_Sampler/harmonics.cpp:71
↓ 1 callersMethodRenderText
SDK/imgui_master/imgui_draw.cpp:2628
↓ 1 callersFunctionResizeSwapChain
SDK/imgui_master/examples/example_win32_directx12/main.cpp:89
↓ 1 callersMethodRestore
SDK/imgui_master/imgui_internal.h:1100
↓ 1 callersFunctionSTB_TEXTEDIT_KEYTOTEXT
SDK/imgui_master/imgui_widgets.cpp:2874
↓ 1 callersFunctionSaveDDS
FitLTCMatrix/dds.cpp:60
↓ 1 callersMethodSetVoidPtr
SDK/imgui_master/imgui.cpp:1840
↓ 1 callersFunctionSetupDrawData
SDK/imgui_master/imgui.cpp:3478
↓ 1 callersFunctionSetupVulkan
SDK/imgui_master/examples/example_sdl_vulkan/main.cpp:47
↓ 1 callersFunctionSetupVulkan
SDK/imgui_master/examples/example_glfw_vulkan/main.cpp:50
↓ 1 callersFunctionSetupVulkanWindowData
SDK/imgui_master/examples/example_sdl_vulkan/main.cpp:176
↓ 1 callersFunctionSetupVulkanWindowData
SDK/imgui_master/examples/example_glfw_vulkan/main.cpp:179
↓ 1 callersFunctionShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
SDK/imgui_master/imgui_demo.cpp:3373
↓ 1 callersFunctionShowExampleAppConsole
SDK/imgui_master/imgui_demo.cpp:3093
↓ 1 callersFunctionShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints.
SDK/imgui_master/imgui_demo.cpp:3394
↓ 1 callersFunctionShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
SDK/imgui_master/imgui_demo.cpp:3512
↓ 1 callersFunctionShowExampleAppLayout
Demonstrate create a window with multiple child windows.
SDK/imgui_master/imgui_demo.cpp:3194
↓ 1 callersFunctionShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
SDK/imgui_master/imgui_demo.cpp:3172
↓ 1 callersFunctionShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
SDK/imgui_master/imgui_demo.cpp:3315
↓ 1 callersFunctionShowExampleAppMainMenuBar
Demonstrate creating a fullscreen menu bar and populating it.
SDK/imgui_master/imgui_demo.cpp:2698
↓ 1 callersFunctionShowExampleAppPropertyEditor
Demonstrate create a simple property editor.
SDK/imgui_master/imgui_demo.cpp:3242
↓ 1 callersFunctionShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
SDK/imgui_master/imgui_demo.cpp:3445
↓ 1 callersFunctionShowExampleAppWindowTitles
Demonstrate using "##" and "###" in identifiers to manipulate ID generation. This apply to all regular items as well. Read FAQ section "How can I have
SDK/imgui_master/imgui_demo.cpp:3482
↓ 1 callersMethodShutdown
SDK/imgui_master/misc/freetype/imgui_freetype.cpp:149
↓ 1 callersMethodUpdate
SDK/imgui_master/imgui_widgets.cpp:5395
↓ 1 callersFunctionWaitForNextFrameResources
SDK/imgui_master/examples/example_win32_directx12/main.cpp:66
↓ 1 callersFunctionadd
FitLTCMatrix/nelder_mead.h:16
↓ 1 callersMethodappendfv
Helper: Text buffer for logging/accumulating text
SDK/imgui_master/imgui.cpp:1978
↓ 1 callersFunctionbinary_to_compressed_c
SDK/imgui_master/misc/fonts/binary_to_compressed_c.cpp:65
↓ 1 callersFunctioncaptureScreen2Img
Function:
FRAME/Utils.cpp:659
↓ 1 callersFunctionclose_libgl
SDK/imgui_master/examples/libs/gl3w/GL/gl3w.c:19
↓ 1 callersMethodcombine
Function:
FRAME/AABB.cpp:62
↓ 1 callersFunctioncomputeAvgTerms
computes the norm (albedo) of the BRDF the average Schlick Fresnel value the average direction of the BRDF ����norm��fresnel��averageDir���dz���BRDF���
FitLTCMatrix/fitLTC.cpp:35
↓ 1 callersFunctioncomputeError
compute the error between the BRDF and the LTC using Multiple Importance Sampling �ֱ��BRDF��LTC�������Ҫ�Բ������ɳ�L��Ȼ��������ֲַ���ֵ�IJ��죬���������ܶ�
FitLTCMatrix/fitLTC.cpp:80
↓ 1 callersMethodcomputeMaxValue
FitLTCMatrix/plot.h:81
↓ 1 callersFunctionconfigureCommonTexture
Function:
FRAME/Utils.cpp:432
↓ 1 callersFunctionconfigureDDSTexture
Function:
FRAME/Utils.cpp:415
↓ 1 callersFunctionconfigureHDRTexture
Function:
FRAME/Utils.cpp:465
↓ 1 callersMethodconvert
( cls )
SDK/iconfontheaders/GenerateIconFontCppHeaders.py:376
↓ 1 callersFunctioncreateVAO4Cube
Function:
FRAME/Utils.cpp:91
↓ 1 callersFunctioncreateVAO4ScreenQuad
Function:
FRAME/Utils.cpp:76
↓ 1 callersFunctioncreateVAO4Sphere
Function:
FRAME/Utils.cpp:142
↓ 1 callersMethoddownload
( cls )
SDK/iconfontheaders/GenerateIconFontCppHeaders.py:98
↓ 1 callersMethodepilogue
( cls )
SDK/iconfontheaders/GenerateIconFontCppHeaders.py:372
↓ 1 callersMethodeval
FitLTCMatrix/plot.h:65
↓ 1 callersFunctionfit
fit brute force refine first guess by exploring parameter space
FitLTCMatrix/fitLTC.cpp:170
↓ 1 callersFunctionfitTab
fit data tab��洢����LTC����tabMagFresnel��洢����LTC��magnitude��fresnel
FitLTCMatrix/fitLTC.cpp:186
↓ 1 callersFunctionfloatEqual
Function:
FRAME/Utils.cpp:652
↓ 1 callersFunctionfloat_to_half_fast
FitLTCMatrix/float_to_half.h:29
↓ 1 callersFunctiongenSphereTab
FitLTCMatrix/fitLTC.cpp:310
↓ 1 callersMethodgetCameraFar
Function:
FRAME/Camera.cpp:101
↓ 1 callersMethodgetCameraFov
Function:
FRAME/Camera.cpp:87
↓ 1 callersMethodgetCameraFront
Function:
FRAME/Camera.cpp:122
↓ 1 callersMethodgetCameraNear
Function:
FRAME/Camera.cpp:94
↓ 1 callersMethodgetCoefficients
SH_Sampler/harmonics.h:13
↓ 1 callersMethodgetDeltaTime
Function:
FRAME/App.cpp:158
↓ 1 callersMethodgetFrameRateInMilliSecond
Function:
FRAME/App.cpp:165
↓ 1 callersMethodgetFramesPerSecond
Function:
FRAME/App.cpp:179
↓ 1 callersMethodgetIO
FRAME/MainGUI.h:21
↓ 1 callersMethodgetLookAtPos
Function:
FRAME/Camera.cpp:115
↓ 1 callersMethodgetOrCreateBounding
Function:
FRAME/Mesh.cpp:81
↓ 1 callersMethodgetOrCreateCubeVAO
Function:
FRAME/Interface.cpp:283
↓ 1 callersMethodgetOrCreateScreenQuadVAO
Function:
FRAME/Interface.cpp:276
↓ 1 callersMethodgetOrCretaeSphereVAO
Function:
FRAME/ResourceManager.cpp:55
↓ 1 callersMethodgetPassType
Function:
FRAME/RenderPass.cpp:32
↓ 1 callersMethodgetPointLights
004_Metalights Improved Interleaved Shading/LightSource.cpp:19
↓ 1 callersMethodgetPrevViewMatrix
Function:
FRAME/Camera.cpp:178
← previousnext →501–600 of 2,528, ranked by callers