Searched refs:Notify3DEvent (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.h55 NS_IMETHOD Notify3DEvent(PRUint32 type, PRUint8 *reserved);
H A DFramebuffer.cpp355 NS_IMETHODIMP VBoxDirectFB::Notify3DEvent(PRUint32 type, PRUint8 *reserved) function in class:VBoxDirectFB
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h98 STDMETHOD(Notify3DEvent)(ULONG uType, ComSafeArrayIn(BYTE, aData));
H A DFramebuffer.cpp617 STDMETHODIMP VBoxSDLFB::Notify3DEvent(ULONG uType, ComSafeArrayIn(BYTE, aData)) function in class:VBoxSDLFB
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp99 pFramebuffer->Notify3DEvent(uEvent, ComSafeArrayAsInParam(data));
1084 rc = pFramebuffer->Notify3DEvent(VBOX3D_NOTIFY_EVENT_TYPE_TEST_FUNCTIONAL, ComSafeArrayAsInParam(data));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp249 STDMETHOD(Notify3DEvent)(ULONG uType, ComSafeArrayIn(BYTE, data));
1014 STDMETHODIMP UIFrameBufferPrivate::Notify3DEvent(ULONG uType, ComSafeArrayIn(BYTE, data)) function in class:UIFrameBufferPrivate
1022 LogRel2(("GUI: UIFrameBufferPrivate::Notify3DEvent: Ignored!\n"));
1027 /* Ignore Notify3DEvent: */
1040 LogRel2(("GUI: UIFrameBufferPrivate::Notify3DEvent: Sending to async-handler: "
1048 /* Confirm Notify3DEvent: */
1066 /* Ignore Notify3DEvent: */
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h12084 nsresult (*Notify3DEvent)( member in struct:IFramebuffer_vtbl
12167 nsresult (*Notify3DEvent)( member in struct:IFramebufferVtbl
12205 #define IFramebuffer_Notify3DEvent(p, aType, aData) ((p)->lpVtbl->Notify3DEvent(p, aType, aData))
12325 nsresult (*Notify3DEvent)( member in struct:IFramebufferOverlayVtbl
12379 #define IFramebufferOverlay_Notify3DEvent(p, aType, aData) ((p)->lpVtbl->Notify3DEvent(p, aType, aData))

Completed in 135 milliseconds