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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dlayerutil.c78 OverlayInfo *overlayInfo; local in function:__glutGetTransparentPixel
83 overlayInfo = &overlayInfoPerScreen[screen][i];
84 if (vinfo->visualid == overlayInfo->overlay_visual) {
85 if (overlayInfo->transparent_type == TransparentPixel) {
86 return (int) overlayInfo->value;
120 OverlayInfo *overlayInfo = NULL; local in function:__glutXGetLayerVisualInfo
122 overlayInfo = NULL;
127 overlayInfo = &overlayInfoPerScreen[screen][j];
132 if (overlayInfo == NULL) {
135 } else if (lvinfo_template->layer != overlayInfo
[all...]

Completed in 2 milliseconds