Home
last modified time | relevance | path

Searched refs:gl_config (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_util.h66 struct gl_config modes;
130 const struct gl_config *glVis,
H A Ddri_context.h91 const struct gl_config * visual,
H A Ddri_drawable.h99 const struct gl_config * visual, bool isPixmap);
H A Ddri_screen.h157 const struct gl_config *mode);
H A Ddri_screen.c87 * Creates a set of \c struct gl_config that a driver will expose.
89 * A set of \c struct gl_config will be created based on the supplied
94 * \c db_modes, and \c visType into each \c struct gl_config element.
107 * \c struct gl_config structure is \b identical to the \c GL_RGBA or
115 * \c struct gl_config. Upon completion, a pointer to
197 struct gl_config *modes; in driCreateConfigs()
595 const struct gl_config *mode) in dri_fill_st_visual()
H A Ddri_context.c45 dri_create_context(gl_api api, const struct gl_config * visual, in dri_create_context()
H A Ddri_drawable.c153 const struct gl_config * visual, bool isPixmap) in dri_create_buffer()
H A Ddrisw.c588 const struct gl_config * visual, boolean isPixmap) in drisw_create_buffer()
H A Ddri_util.c454 const struct gl_config *modes = (config != NULL) ? &config->modes : NULL; in driCreateContextAttribs()
H A Dkopper.c879 const struct gl_config *visual, boolean isPixmap) in kopper_create_buffer()
H A Ddri2.c2449 * Returns the struct gl_config supported by this driver.
2513 * Returns the struct gl_config supported by this driver.
2578 const struct gl_config * visual, boolean isPixmap) in dri2_create_buffer()
/third_party/mesa3d/src/mesa/main/
H A Dframebuffer.h31 struct gl_config;
40 const struct gl_config *visual);
H A Dglconfig.h11 struct gl_config struct
H A Dcontext.h33 * - struct gl_config: this describes the color buffer (RGB vs. ci), whether
41 * In OOP terms, struct gl_context, struct gl_config, and struct gl_framebuffer
77 const struct gl_config *visual,
H A Dcontext.c978 const struct gl_config *visual, in _mesa_initialize_context()
1321 const struct gl_config *ctxvis = &ctx->Visual; in check_compatible()
1322 const struct gl_config *bufvis = &buffer->Visual; in check_compatible()
H A Dframebuffer.c109 const struct gl_config *visual) in _mesa_initialize_window_framebuffer()
H A Dmtypes.h2667 struct gl_config Visual;
3313 struct gl_config Visual;
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.h61 #include "main/glconfig.h" /* for gl_config */
289 struct gl_config mesa_visual;/* Device independent visual parameters */
H A Dxm_api.c842 struct gl_config *vis = &v->mesa_visual; in XMesaCreateVisual()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.h405 const struct gl_config *visual,
H A Dst_manager.c515 * Intialize a struct gl_config from a visual.
519 struct gl_config *mode) in st_visual_to_context_mode()
587 struct gl_config mode; in st_framebuffer_create()
1008 struct gl_config mode, *mode_ptr = &mode; in st_api_create_context()
H A Dst_context.c831 const struct gl_config *visual, in st_create_context()

Completed in 29 milliseconds