Lines Matching defs:supported
47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit ))
318 * \param supported Table in which the state of the extension is to be set.
323 unsigned char *supported)
330 SET_BIT(supported, ext->bit);
332 CLR_BIT(supported, ext->bit);
344 * \param server_support Bit-field of supported extensions.
584 * Convert a bit-field to a string of supported extensions.
625 * Get the string of client library supported extensions.
665 /* An extension is supported if the client-side (i.e., libGL) supports
682 /* Enable extensions that are supported for direct rendering, and either
683 * are supported by the server or only have a direct-rendering component.
762 * Get a string representing the set of extensions supported by the client
764 * supported by the client to the server.