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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_x11.c21 PIXELFORMATDESCRIPTOR* pfds; local in function:XGetVisualInfo
25 pfds = (PIXELFORMATDESCRIPTOR*)malloc(sizeof(PIXELFORMATDESCRIPTOR) * n);
26 memset(pfds, 0, sizeof(PIXELFORMATDESCRIPTOR) * n);
29 DescribePixelFormat(XHDC, i + 1, sizeof(PIXELFORMATDESCRIPTOR), &pfds[i]);
33 return pfds;
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_x11.c875 struct pollfd pfds; local in function:x11_acquire_next_image_poll_x11
903 pfds.fd = xcb_get_file_descriptor(chain->conn);
904 pfds.events = POLLIN;
905 ret = poll(&pfds, 1, timeout / 1000 / 1000);
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_x11.c1044 struct pollfd pfds; local in function:x11_acquire_next_image_poll_x11
1072 pfds.fd = xcb_get_file_descriptor(chain->conn);
1073 pfds.events = POLLIN;
1074 ret = poll(&pfds, 1, timeout / 1000 / 1000);

Completed in 6 milliseconds