Lines Matching refs:param
67 * \param dpy The display associated with \c drawable.
68 * \param drawable GLXDrawable whose __DRIdrawable part is to be retrieved.
69 * \param scrn_num If non-NULL, the drawables screen is stored there
139 * \param dpy Display for which the GLX per-screen information is to be
141 * \param scrn Screen on \c dpy for which the GLX per-screen information is
197 * \param dpy Application supplied \c Display pointer.
198 * \param config Application supplied \c GLXFBConfig.
229 * \param config GLX FBConfig which will support the returned renderType.
230 * \param renderType The context render type to be verified.
280 * \param dpy Display where the context was created.
281 * \param contextID ID of the context to be tested.
282 * \param error Out parameter, set to True on error if not NULL,
315 * \param renderType For FBConfigs, what is the rendering type?
960 #define MATCH_DONT_CARE( param ) \
962 if ( ((int) a-> param != (int) GLX_DONT_CARE) \
963 && (a-> param != b-> param) ) { \
968 #define MATCH_MINIMUM( param ) \
970 if ( ((int) a-> param != (int) GLX_DONT_CARE) \
971 && (a-> param > b-> param) ) { \
976 #define MATCH_EXACT( param ) \
978 if ( a-> param != b-> param) { \
984 #define MATCH_MASK(param) \
986 if ( ((int) a-> param != (int) GLX_DONT_CARE) \
987 && ((a->param & ~b->param) != 0) ) { \
995 * \param a Application specified config to test.
996 * \param b Server specified config to test against \c a.
1185 * \param configs Array of pointers to possible configs. The elements of
1189 * \param num_configs Number of elements in the \c configs array.
1190 * \param attribList Attributes used select from \c configs. This array is
2161 * \param dpy Display whose refresh rate is to be determined.
2162 * \param drawable Drawable whose refresh rate is to be determined.
2163 * \param numerator Numerator of the refresh rate.
2164 * \param demoninator Denominator of the refresh rate.
2687 * \param procName Name of a GL or GLX function.
2724 * \param procName Name of a GL or GLX function.