Lines Matching refs:attribute
57 dri2_convert_glx_query_renderer_attribs(int attribute)
62 if (query_renderer_map[i].glx_attrib == attribute)
70 dri_convert_context_profile_bits(int attribute, unsigned int *value)
72 if (attribute == GLX_RENDERER_PREFERRED_PROFILE_MESA) {
81 dri2_query_renderer_integer(struct glx_screen *base, int attribute,
92 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute);
99 dri_convert_context_profile_bits(attribute, value);
105 dri2_query_renderer_string(struct glx_screen *base, int attribute,
114 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute);
124 dri3_query_renderer_integer(struct glx_screen *base, int attribute,
135 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute);
142 dri_convert_context_profile_bits(attribute, value);
148 dri3_query_renderer_string(struct glx_screen *base, int attribute,
157 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute);
167 drisw_query_renderer_integer(struct glx_screen *base, int attribute,
178 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute);
185 dri_convert_context_profile_bits(attribute, value);
191 drisw_query_renderer_string(struct glx_screen *base, int attribute,
200 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute);