Lines Matching defs:supported
47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit ))
317 * \param supported Table in which the state of the extension is to be set.
322 unsigned char *supported)
329 SET_BIT(supported, ext->bit);
331 CLR_BIT(supported, ext->bit);
343 * \param server_support Bit-field of supported extensions.
583 * Convert a bit-field to a string of supported extensions.
624 * Get the string of client library supported extensions.
664 /* An extension is supported if the client-side (i.e., libGL) supports
681 /* Enable extensions that are supported for direct rendering, and either
682 * are supported by the server or only have a direct-rendering component.
761 * Get a string representing the set of extensions supported by the client
763 * supported by the client to the server.