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

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.c199 int optWidth, optHeight; local in function:PrintFBConfigInfo
233 optHeight = GetFBConfigAttrib(dpy, screen, config, GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX);
235 optWidth = optHeight = 0;
302 printf(" Optimum Pbuffer height: %d\n", optHeight);

Completed in 2 milliseconds