Lines Matching defs:attribute
53 * Change a drawable's attribute.
227 * Get a drawable's attribute.
243 int attribute, unsigned int *value)
284 if (attribute == GLX_BACK_BUFFER_AGE_EXT) {
311 if (attribute == GLX_SWAP_INTERVAL_EXT) {
314 } else if (attribute == GLX_MAX_SWAP_INTERVAL_EXT) {
317 } else if (attribute == GLX_LATE_SWAPS_TEAR_EXT) {
366 /* Search the set of returned attributes for the attribute requested by
370 if (data[i * 2] == attribute) {
396 if (pdraw && attribute == GLX_FBCONFIG_ID && !found && priv && priv->screens != NULL) {
819 * Query an attribute of a drawable.
823 int attribute, unsigned int *value)
830 if (apple_glx_pixmap_query(drawable, attribute, value))
833 if (apple_glx_pbuffer_query(drawable, attribute, value))
849 switch (attribute) {
860 __glXGetDrawableAttribute(dpy, drawable, attribute, value);
867 * Query an attribute of a pbuffer.
871 int attribute, unsigned int *value)
873 __glXGetDrawableAttribute(dpy, drawable, attribute, value);