Searched defs:storedHeight (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
2121 storedHeight = pMural->height;
2126 storedHeight = pContext->buffer.storedHeight;
2129 if (!storedWidth || !storedHeight)
2132 rc = crVBoxServerFBImageDataInitEx(&Data.data, pContextInfo, pMural, GL_TRUE, version, storedWidth, storedHeight);
2649 && cr_server.curClient->currentCtxInfo->pContext->buffer.storedHeight == h

Completed in 53 milliseconds