Home | History | Annotate | Download | only in glx

Lines Matching refs:supported

47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit ))
339 * Highest core GL version that can be supported for indirect rendering.
359 * \param supported Table in which the state of the extension is to be set.
364 unsigned char *supported)
373 SET_BIT(supported, ext[i].bit);
376 CLR_BIT(supported, ext[i].bit);
392 * \param server_support Bit-field of supported extensions.
563 * Convert a bit-field to a string of supported extensions.
567 const unsigned char *supported)
577 if (EXT_ENABLED(ext[i].bit, supported)) {
587 if (EXT_ENABLED(ext[i].bit, supported)) {
604 * Get the string of client library supported extensions.
669 /* An extension is supported if the client-side (i.e., libGL) supports
742 /* An extension is supported if the client-side (i.e., libGL) supports
759 * Calculates the maximum core GL version that can be supported for indirect
772 * Get a string representing the set of extensions supported by the client
774 * supported by the client to the server.