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

/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpandospu.c78 expandoMakeCurrent(GLint crWindow, GLint nativeWindow, GLint contextId) argument
82 expando_spu.super.MakeCurrent(crWindow, nativeWindow, contextId);
H A Dexpandospu.h59 extern void EXPANDOSPU_APIENTRY expandoMakeCurrent(GLint crWindow, GLint nativeWindow, GLint contextId);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c488 crError("renderspuMakeCurrent invalid ids: crWindow(%d), ctx(%d)",
495 renderspuMakeCurrent(GLint crWindow, GLint nativeWindow, GLint ctx) argument
501 crDebug("%s win=%d native=0x%x ctx=%d", __FUNCTION__, crWindow, (int) nativeWindow, ctx);
504 if (crWindow)
506 window = (WindowInfo *) crHashtableSearch(render_spu.windowTable, crWindow);
509 crWarning("invalid window %d specified", crWindow);
526 crWarning("either window %d or context %d are zero", crWindow, ctx);
H A Drenderspu.h478 extern void RENDER_APIENTRY renderspuMakeCurrent(GLint crWindow, GLint nativeWindow, GLint ctx);

Completed in 50 milliseconds