MCPcopy Create free account

hub / github.com/ddiakopoulos/tinygizmo / functions

Functions619 in github.com/ddiakopoulos/tinygizmo

↓ 2 callersFunction_glfwInputWindowIconify
tiny-gizmo-example/third-party/glfw-3.1.2/src/window.c:85
↓ 2 callersFunction_glfwIsCompositionEnabled
Returns whether desktop compositing is enabled
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_init.c:262
↓ 2 callersFunction_glfwPlatformApplyCursorMode
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:1096
↓ 2 callersFunction_glfwPlatformGetCursorPos
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:1069
↓ 2 callersFunction_glfwPlatformGetGammaRamp
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_monitor.c:302
↓ 2 callersFunction_glfwPlatformGetMonitors
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_monitor.c:104
↓ 2 callersFunction_glfwPlatformIconifyWindow
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:948
↓ 2 callersFunction_glfwPlatformPollEvents
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:991
↓ 2 callersFunction_glfwPlatformSetGammaRamp
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_monitor.c:318
↓ 2 callersFunction_glfwPlatformSwapBuffers
tiny-gizmo-example/third-party/glfw-3.1.2/src/wgl_context.c:600
↓ 2 callersFunction_glfwPlatformTerminate
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_init.c:354
↓ 2 callersFunction_glfwSplitBPP
tiny-gizmo-example/third-party/glfw-3.1.2/src/monitor.c:271
↓ 2 callersMethodbind
tiny-gizmo-example/gl-api.hpp:361
↓ 2 callersMethodclose
tiny-gizmo-example/util.hpp:124
↓ 2 callersFunctioncreateWindow
Creates the GLFW window and rendering context
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:650
↓ 2 callersFunctiondestroyWindow
Destroys the GLFW window and rendering context
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:735
↓ 2 callersMethoddraw_elements
tiny-gizmo-example/gl-api.hpp:402
↓ 2 callersFunctiondraw_lit_mesh
tiny-gizmo-example/example-main.cpp:124
↓ 2 callersFunctiongetFullWindowSize
Translate client window size to full window size (including window borders)
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:637
↓ 2 callersFunctionget_local_time_ns
tiny-gizmo-example/example-main.cpp:14
↓ 2 callersMethodget_orientation
tiny-gizmo-example/util.hpp:42
↓ 2 callersFunctionglfwMakeContextCurrent
tiny-gizmo-example/third-party/glfw-3.1.2/src/context.c:531
↓ 2 callersFunctionleaveFullscreenMode
Leave full screen mode
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:257
↓ 2 callersFunctionmax
tiny-gizmo-example/third-party/linalg.h:290
↓ 2 callersFunctionmin
tiny-gizmo.hpp:260
↓ 2 callersFunctionpow
tiny-gizmo-example/third-party/linalg.h:293
↓ 2 callersFunctionqconj
tiny-gizmo-example/third-party/linalg.h:324
↓ 2 callersFunctionrefreshVideoModes
Retrieves the available modes for the specified monitor
tiny-gizmo-example/third-party/glfw-3.1.2/src/monitor.c:63
↓ 2 callersFunctionrestoreCursor
Restores the mouse cursor
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:115
↓ 2 callersFunctionrotation_quat
tiny-gizmo-example/third-party/linalg.h:404
↓ 2 callersFunctionsnap
tiny-gizmo.cpp:49
↓ 2 callersFunctionsqrt
tiny-gizmo.hpp:222
↓ 2 callersFunctionsqrt
tiny-gizmo-example/third-party/linalg.h:251
↓ 2 callersFunctiontan
tiny-gizmo.hpp:225
↓ 2 callersFunctiontranslateKey
Translates a Windows key to the corresponding GLFW key
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:194
↓ 2 callersFunctionuangle
tiny-gizmo.hpp:285
↓ 2 callersFunctionuangle
tiny-gizmo-example/third-party/linalg.h:314
↓ 2 callersMethodunbind
tiny-gizmo-example/gl-api.hpp:362
↓ 2 callersFunctionupload_mesh
tiny-gizmo-example/example-main.cpp:134
↓ 1 callersFunction_glfwAllocGammaArrays
tiny-gizmo-example/third-party/glfw-3.1.2/src/monitor.c:189
↓ 1 callersFunction_glfwAllocMonitor
tiny-gizmo-example/third-party/glfw-3.1.2/src/monitor.c:166
↓ 1 callersFunction_glfwAnalyzeContext
Analyzes the specified context for possible recreation
tiny-gizmo-example/third-party/glfw-3.1.2/src/wgl_context.c:497
↓ 1 callersFunction_glfwChooseFBConfig
tiny-gizmo-example/third-party/glfw-3.1.2/src/context.c:191
↓ 1 callersFunction_glfwChooseVideoMode
tiny-gizmo-example/third-party/glfw-3.1.2/src/monitor.c:216
↓ 1 callersFunction_glfwCreateContext
Create the OpenGL or OpenGL ES context
tiny-gizmo-example/third-party/glfw-3.1.2/src/wgl_context.c:329
↓ 1 callersFunction_glfwCreateContextTLS
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_tls.c:35
↓ 1 callersFunction_glfwDestroyContext
Destroy the OpenGL context
tiny-gizmo-example/third-party/glfw-3.1.2/src/wgl_context.c:480
↓ 1 callersFunction_glfwDestroyContextTLS
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_tls.c:49
↓ 1 callersFunction_glfwInitContextAPI
Initialize WGL
tiny-gizmo-example/third-party/glfw-3.1.2/src/wgl_context.c:273
↓ 1 callersFunction_glfwInitJoysticks
Initialize joystick interface
tiny-gizmo-example/third-party/glfw-3.1.2/src/winmm_joystick.c:55
↓ 1 callersFunction_glfwInitTimer
Initialise timer
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_time.c:52
↓ 1 callersFunction_glfwInputDrop
tiny-gizmo-example/third-party/glfw-3.1.2/src/input.c:219
↓ 1 callersFunction_glfwInputFramebufferSize
tiny-gizmo-example/third-party/glfw-3.1.2/src/window.c:91
↓ 1 callersFunction_glfwInputMonitorChange
tiny-gizmo-example/third-party/glfw-3.1.2/src/monitor.c:89
↓ 1 callersFunction_glfwInputWindowDamage
tiny-gizmo-example/third-party/glfw-3.1.2/src/window.c:97
↓ 1 callersFunction_glfwInputWindowPos
tiny-gizmo-example/third-party/glfw-3.1.2/src/window.c:73
↓ 1 callersFunction_glfwInputWindowSize
tiny-gizmo-example/third-party/glfw-3.1.2/src/window.c:79
↓ 1 callersFunction_glfwIsValidContext
tiny-gizmo-example/third-party/glfw-3.1.2/src/context.c:478
↓ 1 callersFunction_glfwIsValidContextConfig
tiny-gizmo-example/third-party/glfw-3.1.2/src/context.c:90
↓ 1 callersFunction_glfwPlatformCreateCursor
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:1112
↓ 1 callersFunction_glfwPlatformCreateStandardCursor
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:1177
↓ 1 callersFunction_glfwPlatformCreateWindow
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:797
↓ 1 callersFunction_glfwPlatformDestroyCursor
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:1191
↓ 1 callersFunction_glfwPlatformDestroyWindow
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:853
↓ 1 callersFunction_glfwPlatformGetClipboardString
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:1264
↓ 1 callersFunction_glfwPlatformGetFramebufferSize
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:921
↓ 1 callersFunction_glfwPlatformGetJoystickAxes
tiny-gizmo-example/third-party/glfw-3.1.2/src/winmm_joystick.c:84
↓ 1 callersFunction_glfwPlatformGetJoystickButtons
tiny-gizmo-example/third-party/glfw-3.1.2/src/winmm_joystick.c:117
↓ 1 callersFunction_glfwPlatformGetJoystickName
tiny-gizmo-example/third-party/glfw-3.1.2/src/winmm_joystick.c:165
↓ 1 callersFunction_glfwPlatformGetProcAddress
tiny-gizmo-example/third-party/glfw-3.1.2/src/wgl_context.c:657
↓ 1 callersFunction_glfwPlatformGetTime
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_time.c:75
↓ 1 callersFunction_glfwPlatformGetVersionString
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_init.c:370
↓ 1 callersFunction_glfwPlatformGetVideoModes
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_monitor.c:211
↓ 1 callersFunction_glfwPlatformGetWindowFrameSize
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:926
↓ 1 callersFunction_glfwPlatformGetWindowPos
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:875
↓ 1 callersFunction_glfwPlatformHideWindow
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:971
↓ 1 callersFunction_glfwPlatformInit
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_init.c:324
↓ 1 callersFunction_glfwPlatformIsSameMonitor
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_monitor.c:189
↓ 1 callersFunction_glfwPlatformJoystickPresent
tiny-gizmo-example/third-party/glfw-3.1.2/src/winmm_joystick.c:74
↓ 1 callersFunction_glfwPlatformPostEmptyEvent
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:1063
↓ 1 callersFunction_glfwPlatformRestoreWindow
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:953
↓ 1 callersFunction_glfwPlatformSetClipboardString
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:1219
↓ 1 callersFunction_glfwPlatformSetCursor
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:1197
↓ 1 callersFunction_glfwPlatformSetTime
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_time.c:81
↓ 1 callersFunction_glfwPlatformSetWindowPos
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:886
↓ 1 callersFunction_glfwPlatformSetWindowSize
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:906
↓ 1 callersFunction_glfwPlatformSetWindowTitle
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:861
↓ 1 callersFunction_glfwPlatformSwapInterval
tiny-gizmo-example/third-party/glfw-3.1.2/src/wgl_context.c:613
↓ 1 callersFunction_glfwPlatformUnhideWindow
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:966
↓ 1 callersFunction_glfwPlatformWaitEvents
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:1056
↓ 1 callersFunction_glfwPlatformWindowFocused
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:976
↓ 1 callersFunction_glfwPlatformWindowIconified
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:981
↓ 1 callersFunction_glfwPlatformWindowVisible
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:986
↓ 1 callersFunction_glfwRefreshContextAttribs
tiny-gizmo-example/third-party/glfw-3.1.2/src/context.c:354
↓ 1 callersFunction_glfwRegisterWindowClass
Registers the GLFW window class
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_window.c:753
↓ 1 callersFunction_glfwRestoreVideoMode
Restore the previously saved (original) video mode
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_monitor.c:89
↓ 1 callersFunction_glfwSetContextTLS
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_tls.c:55
↓ 1 callersFunction_glfwSetVideoMode
Change the current video mode
tiny-gizmo-example/third-party/glfw-3.1.2/src/win32_monitor.c:50
↓ 1 callersFunction_glfwTerminateContextAPI
Terminate WGL
tiny-gizmo-example/third-party/glfw-3.1.2/src/wgl_context.c:312
↓ 1 callersFunction_glfwTerminateJoysticks
Close all opened joystick handles
tiny-gizmo-example/third-party/glfw-3.1.2/src/winmm_joystick.c:61
← previousnext →101–200 of 619, ranked by callers