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

/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglutint.h65 int num_windows; member in struct:eglut_state
H A Deglut.c42 .num_windows = 0,
315 win->index = _eglut->num_windows++;
/xsrc/external/mit/libXext/dist/src/
H A DXdbe.c219 * The argument num_windows specifies how many windows are to have their
227 int num_windows)
237 req->length += 2*num_windows;
238 req->n = num_windows;
244 for (i = 0; i < num_windows; i++)
224 XdbeSwapBuffers(Display * dpy,XdbeSwapInfo * swap_info,int num_windows) argument

Completed in 3 milliseconds