Searched refs:spuWindow (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_window.c26 GLint spuWindow = 0; local
44 spuWindow = dummy->spuWindow;
56 spuWindow = cr_server.head_spu->dispatch_table.WindowCreate( dpyName, realVisBits );
57 if (spuWindow < 0) {
58 return spuWindow;
63 cr_server.head_spu->dispatch_table.GetChromiumParametervCR(GL_WINDOW_SIZE_CR, spuWindow, GL_INT, 2, dims);
73 mural->spuWindow = spuWindow;
84 windowID = spuWindow;
[all...]
H A Dserver_rpw.cpp146 cr_server.head_spu->dispatch_table.MakeCurrent(pDummyMural->spuWindow, 0, pWorker->ctxId);
374 cr_server.head_spu->dispatch_table.MakeCurrent(pDummyMural->spuWindow, 0, pWorker->ctxId);
379 cr_server.head_spu->dispatch_table.MakeCurrent(cr_server.currentMural->spuWindow, 0,
H A Dserver_muralfbo.cpp32 CRASSERT(mural->spuWindow);
33 CRASSERT(mural->spuWindow != CR_RENDER_DEFAULT_WINDOW_ID);
446 WARN(("trying to change redir setting for internal mural %d", mural->spuWindow));
516 cr_server.head_spu->dispatch_table.MakeCurrent(mural->spuWindow, 0, cr_server.MainContextInfo.SpuContext);
H A Dserver_context.c370 cr_server.head_spu->dispatch_table.MakeCurrent( mural->spuWindow,
H A Dserver_main.c142 if (m->spuWindow != CR_RENDER_DEFAULT_WINDOW_ID) /* <- do not do term for default mural as it does not contain any info to be freed,
410 defaultMural->spuWindow = CR_RENDER_DEFAULT_WINDOW_ID;
532 defaultMural->spuWindow = CR_RENDER_DEFAULT_WINDOW_ID;
1958 /* need to chak spuWindow, so taking the offset of filed following it*/
2156 cr_server.head_spu->dispatch_table.MakeCurrent( pMural->spuWindow,
2169 cr_server.head_spu->dispatch_table.MakeCurrent( cr_server.currentMural->spuWindow,
2543 renderspuReparentWindow(pMural->spuWindow);
2783 if (m->spuWindow == CR_RENDER_DEFAULT_WINDOW_ID)
H A Dserver_clear.c445 cr_server.head_spu->dispatch_table.SwapBuffers( mural->spuWindow, flags );
H A Dserver.h183 win->Base.id = mural->spuWindow;
H A Dserver_misc.c1447 window = pCurrentMural->spuWindow;
1455 window = pDummy->spuWindow;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.c96 return context->currentDrawable->spuWindow;
204 crDebug("Dispatched WindowSize (%i)", pWindow->spuWindow);
209 stub.spuDispatch.WindowSize(pWindow->spuWindow, winW, winH);
218 crDebug("Dispatched WindowPosition (%i)", pWindow->spuWindow);
223 stub.spuDispatch.WindowPosition(pWindow->spuWindow, winX, winY);
255 crWarning("Window(%i) DC is no longer valid", pWindow->spuWindow);
298 crDebug("Dispatched WindowVisibleRegion (%i, cRects=%i)", pWindow->spuWindow, lpRgnData->rdh.nCount);
299 stub.spuDispatch.WindowVisibleRegion(pWindow->spuWindow, lpRgnData->rdh.nCount, (GLint*) lpRgnData->Buffer);
545 crDebug("Dispatched WindowVisibleRegion (%i, cRects=%i)", pWindow->spuWindow, cRects);
546 stub.spuDispatch.WindowVisibleRegion(pWindow->spuWindow, cRect
[all...]
H A Dcontext.c152 stub.spu->dispatch_table.VBoxWindowDestroy(con, winInfo->spuWindow );
246 winInfo->spuWindow = spuWin;
395 winInfo->spuWindow = -1;
706 crWarning("Window(%i) DC is no longer valid", window->spuWindow);
755 crWarning("Window(%i) DC is no longer valid", window->spuWindow);
763 stub.spu->dispatch_table.GetChromiumParametervCR(GL_WINDOW_SIZE_CR, window->spuWindow, GL_INT, 2, size);
1198 if (window->spuWindow == -1)
1200 /*crDebug("(1)stubMakeCurrent ctx=%p(%i) window=%p(%i)", context, context->spuContext, window, window->spuWindow);*/
1201 window->spuWindow = stub.spu->dispatch_table.VBoxWindowCreate(spuConnection, window->dpyName, context->visBits );
1256 if (window->spuWindow
[all...]
H A Dload.c132 crDebug("Dispatched: WindowShow(%i, %i)", window->spuWindow, mapped);
133 stub.spu->dispatch_table.WindowShow(window->spuWindow, mapped);
564 defaultWin->spuWindow = 0; /* window 0 always exists */
760 crDebug("Dispatched WindowVisibleRegion (%i, cRects=%i)", pWindow->spuWindow, lpRgnData->rdh.nCount);
761 stub.spuDispatch.WindowVisibleRegion(pWindow->spuWindow, lpRgnData->rdh.nCount, (GLint*) lpRgnData->Buffer);
794 if (pWindow->type!=CHROMIUM || pWindow->spuWindow==0)
H A Dstub.h168 GLint spuWindow; /* returned by head SPU's WindowCreate() */ member in struct:window_info_t
H A Dwgl.c399 if (!window->spuWindow)
405 winid = window->spuWindow;
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_server.h230 int spuWindow; /*the SPU's corresponding window ID */ member in struct:__anon16122

Completed in 500 milliseconds