Searched refs:VBoxTlsRefGetCurrent (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/
H A DVBoxVideo3D.h113 #define VBoxTlsRefGetCurrent(_t, _Tsd) ((_t*) VBoxTlsRefGetImpl((_Tsd))) macro
116 _t * cur = VBoxTlsRefGetCurrent(_t, _Tsd); \
126 _t * oldCur = VBoxTlsRefGetCurrent(_t, _Tsd); \
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate.h35 #define GetCurrentContext() VBoxTlsRefGetCurrent(CRContext, &__contextTSD)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c48 # define vboxGetCurrentContext() VBoxTlsRefGetCurrent(struct wined3d_context, wined3d_context_tls_idx)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c45 # define vboxGetCurrentContext() VBoxTlsRefGetCurrent(struct wined3d_context, wined3d_context_tls_idx)

Completed in 109 milliseconds