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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_buffer.h79 GLint storedWidth, storedHeight; member in struct:__anon16171
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c2114 GLint storedWidth, storedHeight; local
2120 storedWidth = pMural->width;
2125 storedWidth = pContext->buffer.storedWidth;
2129 if (!storedWidth || !storedHeight)
2132 rc = crVBoxServerFBImageDataInitEx(&Data.data, pContextInfo, pMural, GL_TRUE, version, storedWidth, storedHeight);
2650 && cr_server.curClient->currentCtxInfo->pContext->buffer.storedWidth == w)

Completed in 141 milliseconds