Searched refs:RTCALL (Results 1 - 14 of 14) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/ |
H A D | VBoxDispMpLogger.h | 31 # define VBOXDISPMPLOGGER_DECL(a_Type) DECLEXPORT(a_Type) RTCALL 33 # define VBOXDISPMPLOGGER_DECL(a_Type) DECLIMPORT(a_Type) RTCALL 37 # define VBOXDISPMPLOGGER_DECL(a_Type) a_Type RTCALL
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/ |
H A D | VBoxHlp.h | 23 # define VBOXHLPDECL(type) DECLEXPORT(type) RTCALL 25 # define VBOXHLPDECL(type) DECLIMPORT(type) RTCALL
|
/vbox/include/VBox/ |
H A D | VBoxOGL.h | 49 bool RTCALL VBoxOglIsOfflineRenderingAppropriate(void); 50 bool RTCALL VBoxOglIs3DAccelerationSupported(void);
|
H A D | VBoxCrHgsmi.h | 32 # define VBOXCRHGSMI_DECL(a_Type) DECLEXPORT(a_Type) RTCALL 34 # define VBOXCRHGSMI_DECL(a_Type) DECLIMPORT(a_Type) RTCALL 38 # define VBOXCRHGSMI_DECL(a_Type) a_Type RTCALL
|
H A D | cdefs.h | 83 #define VBOXCALL RTCALL
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | shaderlib.h | 27 # define SHADERDECL(type) DECLHIDDEN(type) RTCALL 29 # define SHADERDECL(type) DECLEXPORT(type) RTCALL
|
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/ |
H A D | OpenGLTestDarwin.cpp | 89 bool RTCALL VBoxOglIsOfflineRenderingAppropriate(void) 102 bool RTCALL VBoxOglIs3DAccelerationSupported(void)
|
H A D | OpenGLTest.cpp | 32 bool RTCALL VBoxOglIs3DAccelerationSupported(void)
|
/vbox/include/iprt/ |
H A D | cdefs.h | 925 /** @def RTCALL 929 # define RTCALL __cdecl macro 931 # define RTCALL __cdecl macro 933 # define RTCALL __attribute__((cdecl,regparm(0))) /* regparm(0) deals with -mregparm=x use in the linux kernel. */ macro 935 # define RTCALL macro 1061 #define DECLCALLBACK(type) type RTCALL 1069 # define DECLCALLBACKPTR(type, name) type (* RTCALL name) 1071 # define DECLCALLBACKPTR(type, name) type (RTCALL * name) 1080 # define DECLCALLBACKMEMBER(type, name) type (* RTCALL name) 1082 # define DECLCALLBACKMEMBER(type, name) type (RTCALL * nam [all...] |
H A D | assert.h | 184 DECLEXPORT(bool) RTCALL RTAssertShouldPanic(void);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/ |
H A D | VBoxDTraceWrapper.cpp | 52 typedef int (RTCALL *PFNVBOXDTRACEMAIN)(int argc, char **argv);
|
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_dump.h | 30 # define VBOXDUMPDECL(_type) _type RTCALL
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | VMMR0.cpp | 1944 DECLEXPORT(bool) RTCALL RTAssertShouldPanic(void) 1986 DECLEXPORT(void) RTCALL RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) 2034 DECLEXPORT(void) RTCALL RTAssertMsg2WeakV(const char *pszFormat, va_list va)
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/ |
H A D | dtrace.c | 1239 DECLEXPORT(int) RTCALL VBoxDTraceMain(int argc, char **argv)
|
Completed in 3114 milliseconds