Searched refs:gl_config (Results 1 - 22 of 22) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.h | 66 struct gl_config modes; 130 const struct gl_config *glVis,
|
H A D | dri_context.h | 91 const struct gl_config * visual,
|
H A D | dri_drawable.h | 99 const struct gl_config * visual, bool isPixmap);
|
H A D | dri_screen.h | 157 const struct gl_config *mode);
|
H A D | dri_screen.c | 87 * 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 D | dri_context.c | 45 dri_create_context(gl_api api, const struct gl_config * visual, in dri_create_context()
|
H A D | dri_drawable.c | 153 const struct gl_config * visual, bool isPixmap) in dri_create_buffer()
|
H A D | drisw.c | 588 const struct gl_config * visual, boolean isPixmap) in drisw_create_buffer()
|
H A D | dri_util.c | 454 const struct gl_config *modes = (config != NULL) ? &config->modes : NULL; in driCreateContextAttribs()
|
H A D | kopper.c | 879 const struct gl_config *visual, boolean isPixmap) in kopper_create_buffer()
|
H A D | dri2.c | 2449 * 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 D | framebuffer.h | 31 struct gl_config; 40 const struct gl_config *visual);
|
H A D | glconfig.h | 11 struct gl_config struct
|
H A D | context.h | 33 * - 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 D | context.c | 978 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 D | framebuffer.c | 109 const struct gl_config *visual) in _mesa_initialize_window_framebuffer()
|
H A D | mtypes.h | 2667 struct gl_config Visual; 3313 struct gl_config Visual;
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_api.h | 61 #include "main/glconfig.h" /* for gl_config */ 289 struct gl_config mesa_visual;/* Device independent visual parameters */
|
H A D | xm_api.c | 842 struct gl_config *vis = &v->mesa_visual; in XMesaCreateVisual()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.h | 405 const struct gl_config *visual,
|
H A D | st_manager.c | 515 * 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 D | st_context.c | 831 const struct gl_config *visual, in st_create_context()
|
Completed in 29 milliseconds