Lines Matching defs:supported
47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit ))
338 * Highest core GL version that can be supported for indirect rendering.
358 * \param supported Table in which the state of the extension is to be set.
363 unsigned char *supported)
372 SET_BIT(supported, ext[i].bit);
375 CLR_BIT(supported, ext[i].bit);
391 * \param server_support Bit-field of supported extensions.
562 * Convert a bit-field to a string of supported extensions.
566 const unsigned char *supported)
576 if (EXT_ENABLED(ext[i].bit, supported)) {
586 if (EXT_ENABLED(ext[i].bit, supported)) {
603 * Get the string of client library supported extensions.
668 /* An extension is supported if the client-side (i.e., libGL) supports
741 /* An extension is supported if the client-side (i.e., libGL) supports
758 * Calculates the maximum core GL version that can be supported for indirect
771 * Get a string representing the set of extensions supported by the client
773 * supported by the client to the server.