Searched refs:crGetTSD (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm.h14 #define CURRENT_STATE() ((CRDLMContextState *)crGetTSD(&CRDLMTSDKey))
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_init.c65 return (CRPackContext *) crGetTSD( &_PackerTSD );
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_threads.h47 extern DECLEXPORT(void *) crGetTSD(CRtsd *tsd);
105 #define VBoxTlsRefGetImpl(_tls) (crGetTSD((CRtsd*)(_tls)))
H A Dcr_pack.h102 # define CR_GET_PACKER_CONTEXT(C) CRPackContext *C = (CRPackContext *) crGetTSD(&_PackerTSD)
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu.h118 #define GET_THREAD_VAL() (crGetTSD(&_PackTSD))
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dthreads.c83 void *crGetTSD(CRtsd *tsd) function
107 crError("crGetTSD failed with %d: %s", err, lpMsgBuf);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h383 #define GET_CONTEXT_VAL() ((ContextInfo *) crGetTSD(&_RenderTSD))
H A Drenderspu_glx.c1681 ContextInfo *currentContext = (ContextInfo *) crGetTSD(&_RenderTSD);

Completed in 60 milliseconds