Searched refs:contextId (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpandospu.c18 GLint contextId; local
28 contextId = expando_spu.super.CreateContext(displayName, visBits, shareCtx);
51 crHashtableAdd(expando_spu.contextTable, contextId, (void *)contextState);
53 return contextId;
67 expandoDestroyContext(GLint contextId) argument
70 crHashtableDelete(expando_spu.contextTable, contextId,
74 expando_spu.super.DestroyContext(contextId);
78 expandoMakeCurrent(GLint crWindow, GLint nativeWindow, GLint contextId) argument
82 expando_spu.super.MakeCurrent(crWindow, nativeWindow, contextId);
84 expandoContextState = crHashtableSearch(expando_spu.contextTable, contextId);
[all...]
H A Dexpandospu.h58 extern void EXPANDOSPU_APIENTRY expandoDestroyContext(GLint contextId);
59 extern void EXPANDOSPU_APIENTRY expandoMakeCurrent(GLint crWindow, GLint nativeWindow, GLint contextId);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglxext.h75 GLXDrawable readId, GLXContextID contextId, GLXContextTag tag );
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.h348 extern void stubDestroyContext( unsigned long contextId );
H A Dcontext.c435 unsigned long contextId = context->id; local
463 crHashtableDelete(stub.contextTable, contextId, NULL);
1381 stubDestroyContext( unsigned long contextId )
1394 context = (ContextInfo *) crHashtableSearch(stub.contextTable, contextId);

Completed in 47 milliseconds