Searched refs:nvSwapGroup (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_config.c199 render_spu->nvSwapGroup = crStrToInt( response );
200 if (render_spu->nvSwapGroup < 0)
201 render_spu->nvSwapGroup = 0;
H A Drenderspu.h142 int nvSwapGroup; member in struct:WindowInfo
255 int nvSwapGroup; member in struct:__anon16468
H A Drenderspu_glx.c1090 if ((window->visual->visAttribs & CR_DOUBLE_BIT) && render_spu.nvSwapGroup) {
1094 * By adding the window ID to the nvSwapGroup ID we can be sure each
1098 GLuint group = 0; /*render_spu.nvSwapGroup + window->BltInfo.Base.id;*/

Completed in 260 milliseconds