MCPcopy Create free account

hub / github.com/James-Jones/HLSLCrossCompiler / functions

Functions6,266 in github.com/James-Jones/HLSLCrossCompiler

↓ 1 callersFunctionfgDestroyStructure
* This function is automatically called on glutMainLoop() return. * It should deallocate and destroy all remnants of previous * glutInit()-enforced
tests/apps/common/glut/src/freeglut_structure.c:367
↓ 1 callersFunctionfgHandleExtensionEvents
* \brief This function is called when an Extension Event is received * and calls the corresponding callback functions for these events. */
tests/apps/common/glut/src/freeglut_xinput.c:146
↓ 1 callersFunctionfgHasSpaceball
tests/apps/common/glut/src/freeglut_spaceball.c:98
↓ 1 callersFunctionfgInputDeviceClose
* */
tests/apps/common/glut/src/freeglut_input_devices.c:166
↓ 1 callersFunctionfgInputDeviceDetect
* Implementation for glutDeviceGet(GLUT_HAS_DIAL_AND_BUTTON_BOX) */
tests/apps/common/glut/src/freeglut_input_devices.c:119
↓ 1 callersFunctionfgIsSpaceballXEvent
tests/apps/common/glut/src/freeglut_spaceball.c:154
↓ 1 callersFunctionfgJoystickClose
* */
tests/apps/common/glut/src/freeglut_joystick.c:1622
↓ 1 callersFunctionfgJoystickDetect
* Implementation for glutDeviceGet(GLUT_HAS_JOYSTICK) */
tests/apps/common/glut/src/freeglut_joystick.c:1705
↓ 1 callersFunctionfgListInsert
tests/apps/common/glut/src/freeglut_structure.c:577
↓ 1 callersFunctionfgNewWGLCreateContext
tests/apps/common/glut/src/freeglut_window.c:610
↓ 1 callersFunctionfgOpenWindow
* Opens a window. Requires a SFG_Window object created and attached * to the freeglut structure. OpenGL context is created here. */
tests/apps/common/glut/src/freeglut_window.c:1091
↓ 1 callersFunctionfgPrintXILeaveEvent
tests/apps/common/glut/src/freeglut_xinput.c:59
↓ 1 callersFunctionfgRegisterDevices
* \brief Sets window up for XI2 events. */
tests/apps/common/glut/src/freeglut_xinput.c:25
↓ 1 callersFunctionfgSpaceballHandleXEvent
tests/apps/common/glut/src/freeglut_spaceball.c:170
↓ 1 callersFunctionfgSpaceballNumButtons
tests/apps/common/glut/src/freeglut_spaceball.c:118
↓ 1 callersFunctionfgSpaceballSetWindow
tests/apps/common/glut/src/freeglut_spaceball.c:135
↓ 1 callersFunctionfghActivateMenu
* Activates a menu pointed by the function argument */
tests/apps/common/glut/src/freeglut_menu.c:532
↓ 1 callersFunctionfghCheckDisplayMode
* Checks a single display mode settings against user's preferences. */
tests/apps/common/glut/src/freeglut_gamemode.c:369
↓ 1 callersFunctionfghCheckJoystickPolls
* Check all windows for joystick polling */
tests/apps/common/glut/src/freeglut_main.c:273
↓ 1 callersFunctionfghCheckTimers
* Check the global timers */
tests/apps/common/glut/src/freeglut_main.c:286
↓ 1 callersFunctionfghColormapStateToString
tests/apps/common/glut/src/freeglut_main.c:660
↓ 1 callersFunctionfghComputeClientAreaFromWindowRect
Computes position of corners of client area (drawable area) of a window * based on the provided window Rect (outer position including decorations) *
tests/apps/common/glut/src/freeglut_window.c:926
↓ 1 callersFunctionfghComputeWindowRectFromClientArea_QueryWindow
Computes position of corners of window Rect (outer position including * decorations) based on the provided client rect and based on the style * of t
tests/apps/common/glut/src/freeglut_window.c:903
↓ 1 callersFunctionfghConfigureDetailToString
tests/apps/common/glut/src/freeglut_main.c:620
↓ 1 callersFunctionfghDisplayAll
* Make all windows perform a display call */
tests/apps/common/glut/src/freeglut_main.c:240
↓ 1 callersFunctionfghDisplayMenuBox
* Displays a menu box and all of its submenus (if they are active) */
tests/apps/common/glut/src/freeglut_menu.c:315
↓ 1 callersFunctionfghErrorString
* A cut-down local version of gluErrorString to avoid depending on GLU. */
tests/apps/common/glut/src/freeglut_misc.c:106
↓ 1 callersFunctionfghEwmhFullscrToggle
tests/apps/common/glut/src/freeglut_window.c:512
↓ 1 callersFunctionfghExecuteMenuCallback
* Function to check for menu entry selection on menu deactivation */
tests/apps/common/glut/src/freeglut_menu.c:449
↓ 1 callersFunctionfghFillPFD
tests/apps/common/glut/src/freeglut_window.c:651
↓ 1 callersFunctionfghFillPixelFormatAttributes
tests/apps/common/glut/src/freeglut_window.c:709
↓ 1 callersFunctionfghGetGLUTProcAddress
tests/apps/common/glut/src/freeglut_ext.c:32
↓ 1 callersFunctionfghHaveJoystick
tests/apps/common/glut/src/freeglut_main.c:416
↓ 1 callersFunctionfghHavePendingRedisplays
tests/apps/common/glut/src/freeglut_main.c:434
↓ 1 callersFunctionfghInitialize
* A call to this function should initialize all the display stuff... */
tests/apps/common/glut/src/freeglut_init.c:244
↓ 1 callersFunctionfghJoystickFindUSBdev
tests/apps/common/glut/src/freeglut_joystick.c:226
↓ 1 callersFunctionfghJoystickFudgeAxis
* Correct the joystick axis data */
tests/apps/common/glut/src/freeglut_joystick.c:783
↓ 1 callersFunctionfghJoystickGetOEMProductName
tests/apps/common/glut/src/freeglut_joystick.c:1004
↓ 1 callersFunctionfghJoystickInit
* This function replaces the constructor method in the JS library. */
tests/apps/common/glut/src/freeglut_joystick.c:1494
↓ 1 callersFunctionfghJoystickInitializeHID
tests/apps/common/glut/src/freeglut_joystick.c:254
↓ 1 callersFunctionfghJoystickOpen
tests/apps/common/glut/src/freeglut_joystick.c:1058
↓ 1 callersFunctionfghJoystickRead
* Read the corrected joystick data */
tests/apps/common/glut/src/freeglut_joystick.c:822
↓ 1 callersFunctionfghJoystickWalkUSBdev
* fghJoystickFindUSBdev (and its helper, fghJoystickWalkUSBdev) try to locate * the full name of a USB device. If /dev/usbN isn't readable, we punt a
tests/apps/common/glut/src/freeglut_joystick.c:200
↓ 1 callersFunctionfghMappingRequestToString
tests/apps/common/glut/src/freeglut_main.c:641
↓ 1 callersFunctionfghNetWMSupported
Check if the window manager is NET WM compliant. */
tests/apps/common/glut/src/freeglut_init.c:162
↓ 1 callersFunctionfghNextTimer
* Returns the number of GLUT ticks (milliseconds) till the next timer event. */
tests/apps/common/glut/src/freeglut_main.c:446
↓ 1 callersFunctionfghNotifyHintToString
tests/apps/common/glut/src/freeglut_main.c:576
↓ 1 callersFunctionfghPrintEvent
tests/apps/common/glut/src/freeglut_main.c:669
↓ 1 callersFunctionfghPropertyStateToString
tests/apps/common/glut/src/freeglut_main.c:651
↓ 1 callersFunctionfghRememberState
* Remembers the current visual settings, so that * we can change them and restore later... */
tests/apps/common/glut/src/freeglut_gamemode.c:161
↓ 1 callersFunctionfghRemoveMenuFromMenu
* This is a static helper function that removes menu references * from another menu, given two pointers to them... */
tests/apps/common/glut/src/freeglut_structure.c:262
↓ 1 callersFunctionfghRemoveMenuFromWindow
* This is a helper static function that removes a menu (given its pointer) * from any windows that can be accessed from a given parent... */
tests/apps/common/glut/src/freeglut_structure.c:234
↓ 1 callersFunctionfghReshapeWindow
* Handle a window configuration change. When no reshape * callback is hooked, the viewport size is updated to * match the new window size. */
tests/apps/common/glut/src/freeglut_main.c:98
↓ 1 callersFunctionfghResizeFullscrToggle
tests/apps/common/glut/src/freeglut_window.c:481
↓ 1 callersFunctionfghRestoreState
* Restores the previously remembered visual settings */
tests/apps/common/glut/src/freeglut_gamemode.c:262
↓ 1 callersFunctionfghSleepForEvents
* Does the magic required to relinquish the CPU until something interesting * happens. */
tests/apps/common/glut/src/freeglut_main.c:462
↓ 1 callersFunctionfghVisibilityToString
tests/apps/common/glut/src/freeglut_main.c:611
↓ 1 callersFunctionfghWarpPointer
tests/apps/common/glut/src/freeglut_cursor.c:150
↓ 1 callersFunctionfileExists
offline/toGLSLStandalone.cpp:197
↓ 1 callersFunctionfill_fopen_filefunc
(pzlib_filefunc_def)
tests/apps/common/assimp/contrib/unzip/ioapi.c:170
↓ 1 callersMethodfindFirst
finds first occurrence of character in string \param c: Character to search for. \return Returns position where the character has been found, or -
tests/apps/common/assimp/contrib/irrXML/irrString.h:433
↓ 1 callersMethodfindNext
finds next occurrence of character in string \param c: Character to search for. \param startPos: Position in string to start searching. \return R
tests/apps/common/assimp/contrib/irrXML/irrString.h:513
↓ 1 callersMethodfindSymbol
tests/apps/common/assimp/contrib/cppunit-1.12.1/src/cppunit/DynamicLibraryManager.cpp:23
↓ 1 callersMethodfindTest
tests/apps/common/assimp/contrib/cppunit-1.12.1/src/cppunit/Test.cpp:18
↓ 1 callersMethodfindTestPath
tests/apps/common/assimp/contrib/cppunit-1.12.1/src/cppunit/Test.cpp:31
↓ 1 callersMethodflag_valid
tests/apps/common/assimp/code/STEPFile.h:542
↓ 1 callersFunctionflush
tests/apps/common/assimp/contrib/cppunit-1.12.1/include/cppunit/portability/Stream.h:28
↓ 1 callersFunctiongcd
tests/apps/common/assimp/code/BoostWorkaround/boost/math/common_factor_rt.hpp:12
↓ 1 callersFunctiongen_bitlen
=========================================================================== * Compute the optimal bit lengths for a tree and update the total bit len
tests/apps/common/assimp/contrib/zlib/trees.c:494
↓ 1 callersFunctiongen_trees_header
tests/apps/common/assimp/contrib/zlib/trees.c:333
↓ 1 callersMethodget
tests/apps/common/assimp/code/BlenderDNA.h:684
↓ 1 callersMethodget
tests/apps/common/assimp/code/BoostWorkaround/boost/shared_ptr.hpp:34
↓ 1 callersMethodget
tests/apps/common/assimp/code/BoostWorkaround/boost/shared_array.hpp:34
↓ 1 callersMethodgetAttributeValueAsFloat
Returns the value of an attribute as float.
tests/apps/common/assimp/contrib/irrXML/CXMLReaderImpl.h:156
↓ 1 callersFunctiongetBytesPerChannel
Accepts only plain formats
tests/apps/common/Image.h:180
↓ 1 callersMethodgetChildTestCount
tests/apps/common/assimp/contrib/cppunit-1.12.1/src/cppunit/TestLeaf.cpp:14
↓ 1 callersFunctiongetEmptyCursor
* A factory method for an empty cursor */
tests/apps/common/glut/src/freeglut_cursor.c:48
↓ 1 callersMethodgetFileList
------------------------------------------------------------------------------------------------ Returns the file-list of the archive.
tests/apps/common/assimp/code/Q3BSPZipArchive.cpp:151
↓ 1 callersMethodgetFormat
tests/apps/common/Image.h:258
↓ 1 callersFunctiongetFormatFromString
tests/apps/common/Image.cpp:283
↓ 1 callersFunctiongetFormatString
tests/apps/common/Image.cpp:276
↓ 1 callersFunctiongetInstance
tests/apps/common/assimp/contrib/cppunit-1.12.1/src/cppunit/TestFactoryRegistry.cpp:33
↓ 1 callersMethodgetModel
------------------------------------------------------------------------------------------------
tests/apps/common/assimp/code/Q3BSPFileParser.cpp:82
↓ 1 callersMethodgetName
tests/apps/common/assimp/contrib/cppunit-1.12.1/src/cppunit/TestCaseDecorator.cpp:19
↓ 1 callersFunctiongetNextWord
tests/apps/common/assimp/code/ObjTools.h:99
↓ 1 callersMethodgetOsSeparator
------------------------------------------------------------------- Returns the directory separator. */
tests/apps/common/assimp/code/FileSystemFilter.h:119
↓ 1 callersMethodgetSize
Returns size of file in bytes
tests/apps/common/assimp/contrib/irrXML/irrXML.cpp:62
↓ 1 callersMethodgetW
tests/apps/common/vectormath/SSE/cpp/quat_aos.h:244
↓ 1 callersMethodgetX
tests/apps/common/vectormath/SSE/cpp/quat_aos.h:193
↓ 1 callersMethodgetY
tests/apps/common/vectormath/SSE/cpp/quat_aos.h:210
↓ 1 callersMethodgetZ
tests/apps/common/vectormath/SSE/cpp/quat_aos.h:227
↓ 1 callersFunctionget_bounding_box_for_node
tests/apps/common/model.cpp:347
↓ 1 callersFunctionget_crc_table
========================================================================= * This function can be used by asm versions of crc32() */
tests/apps/common/assimp/contrib/zlib/crc32.c:207
↓ 1 callersFunctionget_daemon_window
tests/apps/common/glut/src/freeglut_spaceball.c:432
↓ 1 callersFunctionget_display_origin
tests/apps/common/glut/src/freeglut_window.c:1047
↓ 1 callersFunctionglutBitmapString
tests/apps/common/glut/src/freeglut_font.c:131
↓ 1 callersFunctionglutBitmapWidth
* Returns the width in pixels of a font's character */
tests/apps/common/glut/src/freeglut_font.c:181
↓ 1 callersFunctionglutCloseFunc
* Window destruction callbacks */
tests/apps/common/glut/src/freeglut_callbacks.c:251
↓ 1 callersFunctionglutCreateMenu
* Creates a new menu object, adding it to the freeglut structure */
tests/apps/common/glut/src/freeglut_menu.c:775
↓ 1 callersFunctionglutFullScreen
* Resize the current window so that it fits the whole screen */
tests/apps/common/glut/src/freeglut_window.c:1965
← previousnext →1,601–1,700 of 6,266, ranked by callers