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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c190 GLint spuWin, size[2]; local
192 spuWin = stub.spu->dispatch_table.WindowCreate( dpyName, visBits );
193 if (spuWin < 0) {
199 stub.spu->dispatch_table.WindowDestroy(spuWin);
232 /* Use spuWin as the hash table index and GLX/WGL handle */
234 winInfo->drawable = (HDC) spuWin;
237 winInfo->drawable = (CGSWindowID) spuWin;
239 winInfo->drawable = (GLXDrawable) spuWin;
246 winInfo->spuWindow = spuWin;
248 crHashtableAdd(stub.windowTable, (unsigned int) spuWin, winInf
[all...]

Completed in 56 milliseconds