Home | History | Annotate | Download | only in glx

Lines Matching refs:renderType

161                           struct glx_context *shareList, int renderType)
171 /* Check the renderType value */
172 if (!validate_renderType_against_config(config_base, renderType))
196 pcp->base.renderType = renderType;
226 uint32_t renderType = GLX_RGBA_TYPE;
228 /* Extract renderType from attribs */
232 renderType = attribs[i * 2 + 1];
245 /* Check the renderType value */
246 if (!validate_renderType_against_config(config_base, renderType)) {
271 pcp->base.renderType = renderType;