MCPcopy Create free account

hub / github.com/Matsemann/oculus-fpv / functions

Functions2,478 in github.com/Matsemann/oculus-fpv

↓ 102 callersMethodToCStr
Pointer to raw buffer.
pc/OculusSDK/LibOVR/Src/Kernel/OVR_String.h:186
↓ 78 callersMethodAddVertex
pc/OculusSDK/Samples/CommonSrc/Render/Render_Device.h:473
↓ 63 callersMethodGetSize
Sizing methods - delegate to Hash.
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Hash.h:1230
↓ 50 callersMethodPushBack
pc/OculusSDK/LibOVR/Src/Kernel/OVR_List.h:175
↓ 43 callersMethodIsEmpty
Determine if list is empty (i.e.) points to itself. Go through void* access to avoid issues with strict-aliasing optimizing out the access after Remov
pc/OculusSDK/LibOVR/Src/Kernel/OVR_List.h:157
↓ 40 callersMethodClear
pc/OculusSDK/LibOVR/Src/OVR_DeviceHandle.cpp:140
↓ 40 callersFunctionSwapOrder
Swap the byte order of a byte array
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Alg.h:801
↓ 33 callersFunctionOVR_strcpy
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Std.h:148
↓ 32 callersMethodValue
The meaning of 'value' changes for the specific type. @verbatim Document: empty Element: name of the element Comment: the comment
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.h:608
↓ 31 callersMethodGetPtr
Access Operators
pc/OculusSDK/LibOVR/Src/Kernel/OVR_RefCount.h:475
↓ 30 callersMethodGetFirst
pc/OculusSDK/LibOVR/Src/Kernel/OVR_List.h:149
↓ 30 callersFunctionOVR_strcmp
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Std.h:181
↓ 29 callersMethodAddTriangle
pc/OculusSDK/Samples/CommonSrc/Render/Render_Device.h:512
↓ 29 callersMethodGetPrev
Get element i. 0 is the most recent, 1 is one step ago, 2 is two steps ago, ...
pc/OculusSDK/LibOVR/Src/OVR_SensorFilter.h:80
↓ 26 callersFunctionOVR_strlen
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Std.h:143
↓ 26 callersMethodRelease
pc/OculusSDK/LibOVR/Src/Kernel/OVR_RefCount.cpp:83
↓ 24 callersMethodFirstChildElement
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.cpp:725
↓ 24 callersMethodRelease
pc/OculusSDK/LibOVR/Src/OVR_DeviceImpl.cpp:245
↓ 23 callersMethodGetSize
pc/OculusSDK/Samples/CommonSrc/Render/Render_GL_Device.h:115
↓ 23 callersMethodToText
Safely cast to Text, or null.
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.h:560
↓ 22 callersFunctionUpdateButtonMaskAndBitfield
pc/OculusSDK/Samples/CommonSrc/Platform/Linux_Gamepad.cpp:245
↓ 20 callersMethodAddRef
Delegate relevant implementation to DeviceRectord to avoid re-implementation in every derived Device.
pc/OculusSDK/LibOVR/Src/OVR_DeviceImpl.cpp:241
↓ 18 callersMethodGetNextItem
Returns next item in a list of children; 0 if no more items exist.
pc/OculusSDK/LibOVR/Src/OVR_JSON.h:108
↓ 18 callersMethodIsNull
pc/OculusSDK/LibOVR/Src/Kernel/OVR_List.h:160
↓ 16 callersFunctionSwap
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Alg.h:40
↓ 15 callersMethodGetHandler
GetHandler() is not thread safe if used out of order across threads; nothing can be done about that.
pc/OculusSDK/LibOVR/Src/OVR_DeviceImpl.h:94
↓ 15 callersFunctionskip
----------------------------------------------------------------------------- Utility to jump whitespace and cr/lf
pc/OculusSDK/LibOVR/Src/OVR_JSON.cpp:403
↓ 14 callersMethodSetShader
pc/OculusSDK/Samples/CommonSrc/Render/Render_Device.h:195
↓ 14 callersMethodToElement
Safely cast to an Element, or null.
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.h:556
↓ 13 callersMethodAddStringItem
pc/OculusSDK/LibOVR/Src/OVR_JSON.h:117
↓ 13 callersMethodAlloc
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.h:314
↓ 13 callersFunctionOVR_sprintf
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Std.h:280
↓ 12 callersFunctionAssignError
Helper to assign error sting and return 0.
pc/OculusSDK/LibOVR/Src/OVR_JSON.cpp:112
↓ 12 callersFunctionBEToSystem
Big Endian to System (LE)
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Alg.h:870
↓ 12 callersMethodGetSize
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Alg.h:612
↓ 12 callersMethodGetThreadQueue
pc/OculusSDK/LibOVR/Src/OVR_OSX_DeviceManager.cpp:106
↓ 12 callersMethodIsEmpty
Returns true if the Hash is empty.
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Hash.h:1148
↓ 12 callersFunctionLEToSystem
Little Endian to System (LE)
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Alg.h:858
↓ 12 callersMethodRemoveAt
Removing an element from the array is an expensive operation! It compacts only after removing the last element.
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Array.h:502
↓ 12 callersMethodSetError
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.cpp:1706
↓ 12 callersFunctionSystemToBE
System (LE) to Big Endian
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Alg.h:894
↓ 12 callersFunctionSystemToLE
System (LE) to Little Endian
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Alg.h:882
↓ 11 callersFunctionConstruct
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Allocator.h:105
↓ 11 callersFunctionDecodeNextChar
Safer version of DecodeNextChar, which doesn't advance pointer if null character is hit.
pc/OculusSDK/LibOVR/Src/Kernel/OVR_UTF8Util.h:87
↓ 11 callersMethodGetDistortionK
pc/OculusSDK/LibOVR/Src/Util/Util_Render_Stereo.h:234
↓ 11 callersMethodGetItemByName
Returns the child item with the given name or NULL if not found
pc/OculusSDK/LibOVR/Src/OVR_JSON.cpp:880
↓ 11 callersMethodGetLock
pc/OculusSDK/LibOVR/Src/OVR_DeviceImpl.h:235
↓ 11 callersMethodPushCall
pc/OculusSDK/LibOVR/Src/OVR_ThreadCommandQueue.h:261
↓ 10 callersMethodAddRef
pc/OculusSDK/LibOVR/Src/Kernel/OVR_RefCount.h:163
↓ 10 callersMethodDot
Dot product Used to calculate angle q between two vectors among other things, as (A dot B) = |a||b|cos(q).
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Math.h:222
↓ 10 callersMethodGetManagerImpl
Convenience method to avoid manager access typecasts.
pc/OculusSDK/LibOVR/Src/OVR_DeviceImpl.h:256
↓ 10 callersMethodName
Get the name of an element (which is the Value() of the node.)
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.h:1081
↓ 10 callersMethodOnMessage
pc/OculusSDK/LibOVR/Src/OVR_SensorFusion.cpp:330
↓ 10 callersMethodRead
pc/OculusSDK/LibOVR/Src/Kernel/OVR_File.cpp:271
↓ 10 callersMethodSetScreenParameters
pc/OculusSDK/LibOVR/Src/OVR_OSX_HMDDevice.h:99
↓ 9 callersMethodAddFactory
pc/OculusSDK/LibOVR/Src/OVR_DeviceImpl.h:379
↓ 9 callersMethodAddNumberItem
pc/OculusSDK/LibOVR/Src/OVR_JSON.h:116
↓ 9 callersMethodCompareNoCase
pc/OculusSDK/LibOVR/Src/Kernel/OVR_String.cpp:488
↓ 9 callersMethodGetCachedHash
Cached hash value access - can be optimized bu storing hash locally. Mask value only needs to be used if SetCachedHash is not implemented.
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Hash.h:134
↓ 9 callersMethodGetFeatureReport
pc/OculusSDK/LibOVR/Src/OVR_OSX_HIDDevice.cpp:836
↓ 9 callersMethodGetFirstItem
Returns first/last child item, or null if child list is empty
pc/OculusSDK/LibOVR/Src/OVR_JSON.h:99
↓ 9 callersMethodGetProfileManager
Every DeviceManager has an associated profile manager, which is used to store user settings that may affect device behavior.
pc/OculusSDK/LibOVR/Src/OVR_DeviceImpl.h:366
↓ 9 callersMethodLogMessage
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Log.cpp:70
↓ 9 callersMethodPushCallAndWaitResult
pc/OculusSDK/LibOVR/Src/OVR_ThreadCommandQueue.h:290
↓ 9 callersMethodRemoveNode
pc/OculusSDK/LibOVR/Src/Kernel/OVR_List.h:58
↓ 9 callersMethodSetFeatureReport
pc/OculusSDK/LibOVR/Src/OVR_OSX_HIDDevice.cpp:812
↓ 9 callersMethodVisit
pc/OculusSDK/LibOVR/Src/OVR_DeviceImpl.cpp:772
↓ 8 callersFunctionDecodeUInt16
Reported data is little-endian now
pc/OculusSDK/LibOVR/Src/OVR_LatencyTestImpl.cpp:40
↓ 8 callersMethodGetData
pc/OculusSDK/LibOVR/Src/Kernel/OVR_String.h:121
↓ 8 callersMethodGetShaders
pc/OculusSDK/Samples/CommonSrc/Render/Render_Device.h:273
↓ 8 callersMethodLength
Get quaternion length.
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Math.h:1057
↓ 8 callersMethodNormalized
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Math.h:1086
↓ 8 callersMethodQueryFloatAttribute
See QueryIntAttribute()
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.h:1202
↓ 8 callersMethodQueryIntAttribute
Given an attribute name, QueryIntAttribute() returns XML_NO_ERROR, XML_WRONG_ATTRIBUTE_TYPE if the conversion can't be performed, or XML_NO_
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.h:1170
↓ 8 callersMethodSetStr
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.cpp:100
↓ 8 callersMethodUnpack
pc/OculusSDK/LibOVR/Src/OVR_SensorImpl.cpp:369
↓ 7 callersMethodData
pc/OculusSDK/Samples/CommonSrc/Render/Render_D3D1X_Device.cpp:862
↓ 7 callersMethodData
pc/OculusSDK/Samples/CommonSrc/Render/Render_GL_Device.cpp:613
↓ 7 callersFunctionDecodeUInt32
pc/OculusSDK/LibOVR/Src/OVR_SensorImpl.cpp:63
↓ 7 callersMethodFirstChild
Get the first child node, or null if none exists.
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.h:632
↓ 7 callersMethodGetIPD
pc/OculusSDK/LibOVR/Src/OVR_Profile.h:144
↓ 7 callersMethodGetSize
Returns number of bytes
pc/OculusSDK/LibOVR/Src/Kernel/OVR_String.h:189
↓ 7 callersMethodNextSiblingElement
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.cpp:753
↓ 7 callersFunctionSFerror
pc/OculusSDK/LibOVR/Src/Kernel/OVR_FileFILE.cpp:51
↓ 7 callersFunctionTIXML_SNPRINTF
Microsoft visual studio, version 2005 and higher. int _snprintf_s( char *buffer, size_t sizeOfBuffer, size_t count, const char *format [,
pc/OculusSDK/3rdParty/TinyXml/tinyxml2.h:85
↓ 7 callersMethodTransposed
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Math.h:639
↓ 7 callersFunctionUnicodeCharIs
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Std.h:379
↓ 6 callersMethodAddItem
----------------------------------------------------------------------------- Adds a new item to the end of the child list
pc/OculusSDK/LibOVR/Src/OVR_JSON.cpp:904
↓ 6 callersMethodAddRef
pc/OculusSDK/LibOVR/Src/Kernel/OVR_RefCount.cpp:79
↓ 6 callersMethodClear
Remove all entries from the Hash table.
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Hash.h:1146
↓ 6 callersMethodCreateDevice
pc/OculusSDK/LibOVR/Src/OVR_DeviceHandle.cpp:102
↓ 6 callersMethodCross
Compute cross product, which generates a normal vector. Direction vector can be determined by right-hand rule: Pointing index finder in direction a an
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Math.h:335
↓ 6 callersFunctionDecodeFloat
pc/OculusSDK/LibOVR/Src/OVR_SensorImpl.cpp:68
↓ 6 callersMethodGetBuffer
pc/OculusSDK/Samples/CommonSrc/Render/Render_GL_Device.h:113
↓ 6 callersFunctionGetCurrentThreadId
Returns the unique Id of a thread it is called on, intended for comparison purposes.
pc/OculusSDK/LibOVR/Src/Kernel/OVR_ThreadsWinAPI.cpp:996
↓ 6 callersMethodGetDefaultProfileName
Returns the name of the profile that is marked as the current default user.
pc/OculusSDK/LibOVR/Src/OVR_Profile.cpp:554
↓ 6 callersMethodGetProfileType
pc/OculusSDK/LibOVR/Src/OVR_OSX_HMDDevice.h:94
↓ 6 callersMethodGetSize
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Array.h:376
↓ 6 callersMethodLengthSq
Get quaternion length squared.
pc/OculusSDK/LibOVR/Src/Kernel/OVR_Math.h:1059
↓ 6 callersMethodLoadBuiltinShader
pc/OculusSDK/Samples/CommonSrc/Render/Render_GL_Device.cpp:386
next →1–100 of 2,478, ranked by callers