MCPcopy Create free account

hub / github.com/azahar-emu/azahar / functions

Functions10,714 in github.com/azahar-emu/azahar

↓ 1 callersMethodBeginGPUProcessing
src/core/perf_stats.cpp:67
↓ 1 callersMethodBeginHostingNetwork
src/core/hle/service/nwm/nwm_uds.cpp:939
↓ 1 callersMethodBeginIPCProcessing
src/core/perf_stats.cpp:59
↓ 1 callersMethodBeginSVCProcessing
src/core/perf_stats.cpp:51
↓ 1 callersMethodBeginTilt
src/input_common/motion_emu.cpp:155
↓ 1 callersFunctionBilinearInterp
src/common/vector_math.h:731
↓ 1 callersMethodBind
src/video_core/renderer_software/sw_framebuffer.cpp:44
↓ 1 callersFunctionBindBlitState
src/video_core/renderer_vulkan/vk_blit_helper.cpp:330
↓ 1 callersMethodBindCallback
src/core/hle/kernel/ipc_debugger/recorder.cpp:144
↓ 1 callersMethodBindErrorCallback
src/network/announce_multiplayer_session.cpp:71
↓ 1 callersMethodBindOnBanListReceived
src/network/room_member.cpp:670
↓ 1 callersMethodBindOnChatMessageRecieved
src/network/room_member.cpp:660
↓ 1 callersMethodBindOnError
src/network/room_member.cpp:645
↓ 1 callersMethodBindOnRoomInformationChanged
src/network/room_member.cpp:655
↓ 1 callersMethodBindOnWifiPacketReceived
src/network/room_member.cpp:650
↓ 1 callersMethodBlitDepthStencil
src/video_core/renderer_vulkan/vk_blit_helper.cpp:366
↓ 1 callersFunctionCPToUTF16
src/common/string_util.cpp:168
↓ 1 callersMethodCacheReady
src/core/file_sys/artic_cache.cpp:96
↓ 1 callersMethodCallSVC
src/core/arm/dynarmic/arm_dynarmic.cpp:73
↓ 1 callersFunctionCanBlitToSwapchain
src/video_core/renderer_vulkan/vk_present_window.cpp:24
↓ 1 callersMethodCanCopy
src/video_core/rasterizer_cache/surface_base.cpp:48
↓ 1 callersMethodCanReinterpret
src/video_core/rasterizer_cache/surface_params.cpp:28
↓ 1 callersMethodCanSubRect
src/video_core/rasterizer_cache/surface_params.cpp:17
↓ 1 callersMethodCanTexCopy
src/video_core/rasterizer_cache/surface_params.cpp:37
↓ 1 callersMethodCancel
src/core/hle/kernel/timer.cpp:72
↓ 1 callersMethodCancelAndSendParameter
src/core/hle/service/apt/applet_manager.cpp:256
↓ 1 callersMethodCaptureScreenshot
src/citra_qt/bootmanager.cpp:717
↓ 1 callersMethodChangeAllKeyStatus
src/input_common/keyboard.cpp:57
↓ 1 callersMethodChangeAxisValue
src/android/app/src/main/jni/input_manager.cpp:134
↓ 1 callersMethodChangeJoystickStatus
src/android/app/src/main/jni/input_manager.cpp:193
↓ 1 callersFunctionCheckAndReportSSE42
src/citra_meta/main.cpp:36
↓ 1 callersFunctionCheckAuthorizationForMicrophone
src/common/apple_authorization.cpp:79
↓ 1 callersFunctionCheckBreakpoint
src/core/gdbstub/gdbstub.cpp:439
↓ 1 callersFunctionCheckKgslPresent
src/android/app/src/main/jni/native.cpp:730
↓ 1 callersMethodCheckMessage
src/common/logging/filter.cpp:210
↓ 1 callersFunctionCityHash64WithSeeds
src/common/cityhash.cpp:234
↓ 1 callersFunctionCityMurmur
A subroutine for CityHash128(). Returns a decent 128-bit hash for strings of any length representable in signed long. Based on City and Murmur.
src/common/cityhash.cpp:240
↓ 1 callersMethodCleanupVideoDumping
Cleans up after video dumping is ended
src/video_core/renderer_base.h:61
↓ 1 callersMethodClear
src/citra_qt/multiplayer/chat_room.cpp:208
↓ 1 callersMethodClear
src/audio_core/time_stretch.cpp:108
↓ 1 callersMethodClear
not thread-safe
src/common/threadsafe_queue.h:110
↓ 1 callersMethodClearAll
src/citra_qt/configuration/configure_input.cpp:501
↓ 1 callersMethodClearBreakpoints
* Delete all set breakpoints and resume emulation. */
src/video_core/debug_utils/debug_utils.h:142
↓ 1 callersMethodClearFilter
src/citra_qt/game_list.cpp:425
↓ 1 callersMethodClearIncomingObjects
src/core/hle/kernel/hle_ipc.cpp:148
↓ 1 callersMethodClearItems
src/citra_qt/debugger/wait_tree.cpp:434
↓ 1 callersMethodClearPlayers
src/web_service/announce_room_json.cpp:132
↓ 1 callersMethodClearRelocations
src/core/hle/service/ldr_ro/cro_helper.cpp:1373
↓ 1 callersMethodClientDisconnected
src/core/hle/kernel/hle_ipc.cpp:86
↓ 1 callersMethodClose
src/core/hle/service/fs/file.cpp:298
↓ 1 callersMethodClose
src/common/logging/backend.cpp:194
↓ 1 callersMethodCloseLibraryApplet
src/core/hle/service/apt/apt.cpp:921
↓ 1 callersMethodColor
src/core/hle/service/mcu/mcu_rtc.cpp:56
↓ 1 callersFunctionColorCombine
src/video_core/renderer_software/sw_texturing.cpp:106
↓ 1 callersMethodCommandID
Returns the Command ID from the IPC command buffer.
src/core/hle/kernel/hle_ipc.h:211
↓ 1 callersFunctionCompressDataZSTD
src/common/zstd_compression.cpp:27
↓ 1 callersFunctionComputeFragmentsColors
src/video_core/renderer_software/sw_lighting.cpp:26
↓ 1 callersMethodConfigOutput
src/video_core/pica/shader_unit.cpp:60
↓ 1 callersMethodConnectionClosed
src/core/hle/kernel/client_port.cpp:48
↓ 1 callersFunctionContainsAllWords
* Checks if all words separated by spaces are contained in another string * This offers a word order insensitive search function * * @param String
src/citra_qt/game_list.cpp:187
↓ 1 callersMethodContainsPing
src/citra_qt/multiplayer/chat_room.cpp:58
↓ 1 callersMethodControl
src/core/file_sys/archive_artic.cpp:295
↓ 1 callersFunctionConvert1To8
Convert a 1-bit color component to 8 bit
src/common/color.h:16
↓ 1 callersFunctionConvert6To8
Convert a 6-bit color component to 8 bit
src/common/color.h:31
↓ 1 callersFunctionConvert8To1
Convert a 8-bit color component to 1 bit
src/common/color.h:36
↓ 1 callersFunctionConvert8To6
Convert a 8-bit color component to 6 bit
src/common/color.h:51
↓ 1 callersFunctionConvertCubeCoord
src/video_core/renderer_software/sw_clipper.cpp:29
↓ 1 callersMethodConvertDS24S8ToRGBA8
src/video_core/renderer_opengl/gl_blit_helper.cpp:85
↓ 1 callersMethodConvertDS24S8ToRGBA8
src/video_core/renderer_vulkan/vk_blit_helper.cpp:402
↓ 1 callersMethodConvertRGBA4ToRGB5A1
src/video_core/renderer_opengl/gl_blit_helper.cpp:142
↓ 1 callersFunctionCopyFile
src/common/android_storage.cpp:202
↓ 1 callersMethodCopyHandle
src/video_core/renderer_opengl/gl_texture_runtime.cpp:375
↓ 1 callersMethodCopyImageView
src/video_core/renderer_vulkan/vk_texture_runtime.cpp:1179
↓ 1 callersFunctionCoreVersion
src/core/hle/kernel/kernel.h:94
↓ 1 callersMethodCount
src/common/bit_set.h:138
↓ 1 callersMethodCreate
src/video_core/renderer_vulkan/vk_swapchain.cpp:31
↓ 1 callersFunctionCreateCamera
src/core/frontend/camera/factory.cpp:20
↓ 1 callersFunctionCreateCameraPreview
src/core/frontend/camera/factory.cpp:33
↓ 1 callersMethodCreateCaptureSession
src/android/app/src/main/jni/camera/ndk_camera.cpp:442
↓ 1 callersFunctionCreateCirclePixmapFromColor
src/citra_qt/util/util.cpp:54
↓ 1 callersFunctionCreateDebugCallback
src/video_core/renderer_vulkan/vk_platform.cpp:402
↓ 1 callersFunctionCreateDebugMessenger
src/video_core/renderer_vulkan/vk_platform.cpp:376
↓ 1 callersFunctionCreateDebugReportCallback
src/video_core/renderer_vulkan/vk_platform.cpp:391
↓ 1 callersFunctionCreateECCPrivateKey
src/core/hw/ecc.cpp:110
↓ 1 callersFunctionCreateEngine
src/video_core/shader/shader.cpp:14
↓ 1 callersMethodCreateExtSaveData
src/core/hle/service/fs/fs_user.cpp:959
↓ 1 callersFunctionCreateFile
src/common/android_storage.cpp:87
↓ 1 callersFunctionCreateLibRetroMasterSemaphore
Factory function for scheduler to create LibRetro MasterSemaphore
src/citra_libretro/libretro_vk.cpp:885
↓ 1 callersMethodCreatePreview
* Creates a camera object for preview based on the configuration string. * @param config Configuration string to create the camera. The implement
src/core/frontend/camera/factory.h:37
↓ 1 callersFunctionCreateProfile
src/common/settings.cpp:251
↓ 1 callersMethodCreateSemaphore
Creates a semaphore
src/core/hle/kernel/svc.cpp:1439
↓ 1 callersMethodCreateSystemSaveData
src/core/hle/service/fs/fs_user.cpp:1023
↓ 1 callersMethodCreateThread
src/core/hle/kernel/thread.cpp:376
↓ 1 callersFunctionCryptoInit
src/core/hle/service/nfc/amiibo_crypto.cpp:194
↓ 1 callersMethodDataReady
src/core/frontend/applets/swkbd.cpp:138
↓ 1 callersMethodDecode
src/video_core/custom_textures/custom_tex_manager.cpp:299
↓ 1 callersFunctionDecodeA8
* Decode a color stored in A8 format * @param bytes Pointer to encoded source color * @return Result color decoded as Common::Vec4<u8> */
src/common/color.h:146
↓ 1 callersFunctionDecodeADPCM
src/audio_core/codec.cpp:16
↓ 1 callersFunctionDecodeARMInstruction
src/core/arm/dyncom/arm_dyncom_dec.cpp:443
↓ 1 callersFunctionDecodeD24S8Shadow
Decode/Encode for shadow map format. It is similar to D24S8 format, but the depth field is in big-endian.
src/video_core/renderer_software/sw_framebuffer.cpp:24
← previousnext →2,201–2,300 of 10,714, ranked by callers