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 52 const struct gl_config *visual,
nouveau_context.h 112 const struct gl_config *visual, __DRIcontext *dri_ctx,
120 const struct gl_config *visual, struct gl_context *share_ctx);
nouveau_context.c 53 const struct gl_config *visual, __DRIcontext *dri_ctx,
113 const struct gl_config *visual, struct gl_context *share_ctx)
nouveau_fbo.c 219 nouveau_framebuffer_dri_new(const struct gl_config *visual)
nouveau_screen.c 239 const struct gl_config *visual,
nv04_context.c 142 const struct gl_config *visual,
  /external/mesa3d/src/mesa/main/
framebuffer.h 31 struct gl_config;
36 _mesa_create_framebuffer(const struct gl_config *visual);
43 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
69 extern struct gl_config *
85 _mesa_initialize_visual( struct gl_config *v,
101 _mesa_destroy_visual( struct gl_config *vis );
112 const struct gl_config *visual,
context.c 187 * Allocates a struct gl_config structure and initializes it via
206 * \return pointer to new struct gl_config or NULL if requested parameters
211 struct gl_config *
226 struct gl_config *vis = CALLOC_STRUCT(gl_config);
244 * gl_config object with the given parameters. If the caller needs to
246 * gl_config object himself.
253 _mesa_initialize_visual( struct gl_config *vis,
321 _mesa_destroy_visual( struct gl_config *vis )
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.h 87 const struct gl_config * visual,
dri_drawable.h 103 const struct gl_config * visual, boolean isPixmap);
dri_screen.h 138 const struct gl_config *mode);
dri_context.c 43 dri_create_context(gl_api api, const struct gl_config * visual,
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.h 39 struct gl_config modes;
dri_util.h 86 const struct gl_config *glVis,
99 const struct gl_config *glVis,
utils.c 98 * Creates a set of \c struct gl_config that a driver will expose.
100 * A set of \c struct gl_config will be created based on the supplied
105 * \c db_modes, and \c visType into each \c struct gl_config element.
118 * \c struct gl_config structure is \b identical to the \c GL_RGBA or
126 * \c struct gl_config. Upon completion, a pointer to
184 struct gl_config *modes;
358 { attrib, offsetof(struct gl_config, field) }
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.c 55 const struct gl_config * mesaVis,
i830_context.h 182 const struct gl_config * mesaVis,
i915_context.c 153 const struct gl_config * mesaVis,
i915_context.h 316 const struct gl_config * mesaVis,
intel_screen.c 844 const struct gl_config * mesaVis, GLboolean isPixmap)
878 * Assert here that the gl_config has an expected depth/stencil bit
930 const struct gl_config *mesaVis,
940 const struct gl_config *mesaVis,
950 const struct gl_config * mesaVis,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 60 #include "main/core.h" /* for gl_config */
288 struct gl_config mesa_visual;/* Device independent visual parameters */
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.h 453 const struct gl_config *glVisual,
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 322 choose_pixel_format(const struct gl_config *v)
408 swrast_new_renderbuffer(const struct gl_config *visual, __DRIdrawable *dPriv,
543 const struct gl_config * visual, GLboolean isPixmap)
747 const struct gl_config * visual,

Completed in 304 milliseconds

1 2 3