HomeSort by relevance Sort by last modified time
    Searched refs:gl_config (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.h 48 nouveau_framebuffer_dri_new(const struct gl_config *visual);
nouveau_driver.h 51 const struct gl_config *visual,
nouveau_context.h 112 const struct gl_config *visual, __DRIcontext *dri_ctx,
118 const struct gl_config *visual, struct gl_context *share_ctx);
nouveau_screen.c 154 const struct gl_config *visual,
nouveau_context.c 50 const struct gl_config *visual, __DRIcontext *dri_ctx,
119 const struct gl_config *visual, struct gl_context *share_ctx)
  /external/mesa3d/src/mesa/main/
framebuffer.h 31 struct gl_config;
35 _mesa_create_framebuffer(const struct gl_config *visual);
42 const struct gl_config *visual);
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
67 extern struct gl_config *
83 _mesa_initialize_visual( struct gl_config *v,
99 _mesa_destroy_visual( struct gl_config *vis );
110 const struct gl_config *visual,
117 const struct gl_config *visual,
context.c 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
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.h 89 const struct gl_config * visual,
dri_drawable.h 99 const struct gl_config * visual, boolean isPixmap);
dri_screen.h 118 const struct gl_config *mode);
dri_context.c 60 dri_create_context(gl_api api, const struct gl_config * visual,
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.h 47 struct gl_config modes;
dri_util.h 85 const struct gl_config *glVis,
97 const struct gl_config *glVis,
utils.c 118 * Creates a set of \c struct gl_config that a driver will expose.
120 * A set of \c struct gl_config will be created based on the supplied
125 * \c db_modes, and \c visType into each \c struct gl_config element.
138 * \c struct gl_config structure is \b identical to the \c GL_RGBA or
146 * \c struct gl_config. Upon completion, a pointer to
252 struct gl_config *modes;
439 { attrib, offsetof(struct gl_config, field) }
drisw_util.c 106 const struct gl_config *modes = (config != NULL) ? &config->modes : NULL;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.c 52 i830CreateContext(const struct gl_config * mesaVis,
i830_context.h 181 i830CreateContext(const struct gl_config * mesaVis,
i915_context.c 147 const struct gl_config * mesaVis,
i915_context.h 323 const struct gl_config * mesaVis,
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 60 #include "main/core.h" /* for gl_config */
286 struct gl_config mesa_visual;/* Device independent visual parameters */
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 234 choose_pixel_format(const struct gl_config *v)
320 swrast_new_renderbuffer(const struct gl_config *visual, __DRIdrawable *dPriv,
454 const struct gl_config * visual, GLboolean isPixmap)
703 const struct gl_config * visual,
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 270 const struct gl_config *visual,
st_manager.c 338 * Intialize a struct gl_config from a visual.
342 struct gl_config *mode)
414 struct gl_config mode;
610 struct gl_config mode;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 654 const struct gl_config * mesaVis, GLboolean isPixmap)
688 * Assert here that the gl_config has an expected depth/stencil bit
750 i830CreateContext(const struct gl_config *mesaVis,
756 const struct gl_config *mesaVis,
764 const struct gl_config *mesaVis,
774 const struct gl_config * mesaVis,
1050 * \return the struct gl_config supported by this driver
    [all...]

Completed in 89 milliseconds

1 2 3