Lines Matching defs:value
243 int attribute, unsigned int *value)
275 *value = 0;
305 *value = psc->driScreen->getBufferAge(pdraw);
312 *value = pdraw->psc->driScreen->getSwapInterval(pdraw);
315 *value = pdraw->psc->driScreen->maxSwapInterval;
318 *value = __glXExtensionBitIsEnabled(pdraw->psc,
372 *value = data[(i * 2) + 1];
422 *value = c->fbconfigID;
823 int attribute, unsigned int *value)
830 if (apple_glx_pixmap_query(drawable, attribute, value))
833 if (apple_glx_pbuffer_query(drawable, attribute, value))
851 *value = width;
855 *value = height;
860 __glXGetDrawableAttribute(dpy, drawable, attribute, value);
871 int attribute, unsigned int *value)
873 __glXGetDrawableAttribute(dpy, drawable, attribute, value);
936 unsigned int value = 0;
939 /* The non-sense with value is required because on LP64 platforms
944 __glXGetDrawableAttribute(dpy, drawable, GLX_EVENT_MASK_SGIX, &value);
945 *mask = value;