Searched defs:GET_CONTEXT_VAL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h383 #define GET_CONTEXT_VAL() ((ContextInfo *) crGetTSD(&_RenderTSD)) macro
388 #define GET_CONTEXT_VAL() (render_spu.currentContext) macro
395 #define GET_CONTEXT(T) ContextInfo *T = GET_CONTEXT_VAL()

Completed in 33 milliseconds