/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_drawable.h | 99 const struct gl_config * visual, boolean isPixmap);
|
dri_screen.h | 118 const struct gl_config *mode);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_driver.h | 51 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
dri_util.h | 85 const struct gl_config *glVis, 97 const struct gl_config *glVis,
|
drisw_util.c | 106 const struct gl_config *modes = (config != NULL) ? &config->modes : NULL;
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
dri_util.h | 85 const struct gl_config *glVis, 97 const struct gl_config *glVis,
|
/external/chromium_org/third_party/mesa/src/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...] |
/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...] |
/external/chromium_org/third_party/mesa/src/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,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_context.c | 52 i830CreateContext(const struct gl_config * mesaVis,
|
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/main/ |
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...] |
glheader.h | 163 /* Several fields of struct gl_config can take these as values. Since
|
/external/mesa3d/src/mesa/main/ |
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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_context.c | 50 const struct gl_config *visual, __DRIcontext *dri_ctx, 119 const struct gl_config *visual, struct gl_context *share_ctx)
|
nouveau_fbo.c | 220 nouveau_framebuffer_dri_new(const struct gl_config *visual)
|
nouveau_screen.c | 154 const struct gl_config *visual,
|
nv04_context.c | 141 nv04_context_create(struct nouveau_screen *screen, const struct gl_config *visual,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xmesaP.h | 71 * Visual inforation, derived from struct gl_config. 75 struct gl_config mesa_visual; /* Device independent visual parameters */
|
/external/mesa3d/src/mesa/drivers/x11/ |
xmesaP.h | 71 * Visual inforation, derived from struct gl_config. 75 struct gl_config mesa_visual; /* Device independent visual parameters */
|
/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
SDL_dcvideo.c | 256 this->gl_config.driver_loaded = 1; 390 this->gl_config.driver_loaded = 1;
|
/external/chromium_org/third_party/mesa/src/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,
|