Lines Matching full:gl_config
185 * Allocates a struct gl_config structure and initializes it via
204 * \return pointer to new struct gl_config or NULL if requested parameters
209 struct gl_config *
224 struct gl_config *vis = CALLOC_STRUCT(gl_config);
242 * gl_config object with the given parameters. If the caller needs to
244 * gl_config object himself.
251 _mesa_initialize_visual( struct gl_config *vis,
319 _mesa_destroy_visual( struct gl_config *vis )
915 const struct gl_config *visual,
1057 * \param visual a struct gl_config pointer (we copy the struct contents)
1067 const struct gl_config *visual,
1328 const struct gl_config *ctxvis = &ctx->Visual;
1329 const struct gl_config *bufvis = &buffer->Visual;