Searched refs:nconf (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c227 init_config_attributes(_EGLConfig *conf, const struct native_config *nconf, argument
237 assert(nconf->color_format != PIPE_FORMAT_NONE);
240 rgba[i] = util_format_get_component_bits(nconf->color_format,
257 if (nconf->buffer_mask & (1 << NATIVE_ATTACHMENT_FRONT_LEFT)) {
258 if (nconf->pixmap_bit)
262 if (nconf->buffer_mask & (1 << NATIVE_ATTACHMENT_BACK_LEFT)) {
263 if (nconf->window_bit)
266 if (nconf->scanout_bit)
301 conf->NativeVisualID = nconf->native_visual_id;
302 conf->NativeVisualType = nconf
334 egl_g3d_init_config(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, const struct native_config *nconf, enum pipe_format depth_stencil_format, int preserve_buffer, int max_swap_interval, int pre_alpha) argument
[all...]
H A Dnative_modeset.h71 const struct native_config *nconf,
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c227 init_config_attributes(_EGLConfig *conf, const struct native_config *nconf, argument
237 assert(nconf->color_format != PIPE_FORMAT_NONE);
240 rgba[i] = util_format_get_component_bits(nconf->color_format,
257 if (nconf->buffer_mask & (1 << NATIVE_ATTACHMENT_FRONT_LEFT)) {
258 if (nconf->pixmap_bit)
262 if (nconf->buffer_mask & (1 << NATIVE_ATTACHMENT_BACK_LEFT)) {
263 if (nconf->window_bit)
266 if (nconf->scanout_bit)
301 conf->NativeVisualID = nconf->native_visual_id;
302 conf->NativeVisualType = nconf
334 egl_g3d_init_config(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, const struct native_config *nconf, enum pipe_format depth_stencil_format, int preserve_buffer, int max_swap_interval, int pre_alpha) argument
[all...]
H A Dnative_modeset.h71 const struct native_config *nconf,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dnative_dri2.c104 dri2_config(const struct native_config *nconf) argument
106 return (struct dri2_config *) nconf;
489 const struct native_config *nconf)
494 (Drawable) win, nconf->color_format);
501 const struct native_config *nconf)
505 if (!nconf) {
517 nconf = &dri2dpy->configs[i].base;
522 if (!nconf)
527 (Drawable) pix, nconf->color_format);
569 struct native_config *nconf)
487 dri2_display_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument
499 dri2_display_create_pixmap_surface(struct native_display *ndpy, EGLNativePixmapType pix, const struct native_config *nconf) argument
567 dri2_display_convert_config(struct native_display *ndpy, const __GLcontextModes *mode, struct native_config *nconf) argument
667 struct native_config *nconf = &dri2dpy->configs[count].base; local
[all...]
H A Dnative_ximage.c87 ximage_config(const struct native_config *nconf) argument
89 return (struct ximage_config *) nconf;
241 const struct native_config *nconf)
244 struct ximage_config *xconf = ximage_config(nconf);
286 const struct native_config *nconf)
290 xsurf = ximage_display_create_surface(ndpy, (Drawable) win, nconf);
324 const struct native_config *nconf)
329 if (!nconf) {
337 nconf = &xdpy->configs[i].base;
343 if (!nconf)
239 ximage_display_create_surface(struct native_display *ndpy, Drawable drawable, const struct native_config *nconf) argument
284 ximage_display_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument
322 ximage_display_create_pixmap_surface(struct native_display *ndpy, EGLNativePixmapType pix, const struct native_config *nconf) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_dri2.c104 dri2_config(const struct native_config *nconf) argument
106 return (struct dri2_config *) nconf;
489 const struct native_config *nconf)
494 (Drawable) win, nconf->color_format);
501 const struct native_config *nconf)
505 if (!nconf) {
517 nconf = &dri2dpy->configs[i].base;
522 if (!nconf)
527 (Drawable) pix, nconf->color_format);
569 struct native_config *nconf)
487 dri2_display_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument
499 dri2_display_create_pixmap_surface(struct native_display *ndpy, EGLNativePixmapType pix, const struct native_config *nconf) argument
567 dri2_display_convert_config(struct native_display *ndpy, const __GLcontextModes *mode, struct native_config *nconf) argument
667 struct native_config *nconf = &dri2dpy->configs[count].base; local
[all...]
H A Dnative_ximage.c87 ximage_config(const struct native_config *nconf) argument
89 return (struct ximage_config *) nconf;
241 const struct native_config *nconf)
244 struct ximage_config *xconf = ximage_config(nconf);
286 const struct native_config *nconf)
290 xsurf = ximage_display_create_surface(ndpy, (Drawable) win, nconf);
324 const struct native_config *nconf)
329 if (!nconf) {
337 nconf = &xdpy->configs[i].base;
343 if (!nconf)
239 ximage_display_create_surface(struct native_display *ndpy, Drawable drawable, const struct native_config *nconf) argument
284 ximage_display_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument
322 ximage_display_create_pixmap_surface(struct native_display *ndpy, EGLNativePixmapType pix, const struct native_config *nconf) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.h109 wayland_config(const struct native_config *nconf) argument
111 return (struct wayland_config *) nconf;
H A Dnative_wayland.c87 struct native_config *nconf; local
99 nconf = &display->configs[display->num_configs].base;
100 nconf->buffer_mask =
104 nconf->window_bit = TRUE;
106 nconf->color_format = wayland_formats[i].format;
372 const struct native_config *nconf)
375 struct wayland_config *config = wayland_config(nconf);
370 wayland_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.h109 wayland_config(const struct native_config *nconf) argument
111 return (struct wayland_config *) nconf;
H A Dnative_wayland.c87 struct native_config *nconf; local
99 nconf = &display->configs[display->num_configs].base;
100 nconf->buffer_mask =
104 nconf->window_bit = TRUE;
106 nconf->color_format = wayland_formats[i].format;
372 const struct native_config *nconf)
375 struct wayland_config *config = wayland_config(nconf);
370 wayland_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/null/
H A Dnative_null.c111 struct native_config *nconf = &null->configs[null->num_configs]; local
113 nconf->color_format = color_formats[i];
114 nconf->buffer_mask = 1 << NATIVE_ATTACHMENT_BACK_LEFT;
/external/mesa3d/src/gallium/state_trackers/egl/null/
H A Dnative_null.c111 struct native_config *nconf = &null->configs[null->num_configs]; local
113 nconf->color_format = color_formats[i];
114 nconf->buffer_mask = 1 << NATIVE_ATTACHMENT_BACK_LEFT;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
H A Dnative_drm.h132 drm_config(const struct native_config *nconf) argument
134 return (struct drm_config *) nconf;
H A Dnative_drm.c61 struct native_config *nconf; local
68 nconf = &drmdpy->config->base;
70 nconf->buffer_mask =
86 nconf->color_format = format;
90 nconf->scanout_bit = TRUE;
252 const struct native_config *nconf)
250 drm_create_pixmap_surface(struct native_display *ndpy, EGLNativePixmapType pix, const struct native_config *nconf) argument
/external/mesa3d/src/gallium/state_trackers/egl/drm/
H A Dnative_drm.h132 drm_config(const struct native_config *nconf) argument
134 return (struct drm_config *) nconf;
H A Dnative_drm.c61 struct native_config *nconf; local
68 nconf = &drmdpy->config->base;
70 nconf->buffer_mask =
86 nconf->color_format = format;
90 nconf->scanout_bit = TRUE;
252 const struct native_config *nconf)
250 drm_create_pixmap_surface(struct native_display *ndpy, EGLNativePixmapType pix, const struct native_config *nconf) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c415 FILE *oconf, *nconf; local
494 nconf = fopen(tmp_fname, "w");
495 if (nconf == NULL) {
503 fprintf(nconf, "# WPS configuration - START\n");
505 fprintf(nconf, "wps_state=2\n");
508 fprintf(nconf, "ssid2=");
510 fprintf(nconf, "%02x", cred->ssid[i]);
511 fprintf(nconf, "\n");
513 fprintf(nconf, "ssid=");
515 fputc(cred->ssid[i], nconf);
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c415 FILE *oconf, *nconf; local
494 nconf = fopen(tmp_fname, "w");
495 if (nconf == NULL) {
503 fprintf(nconf, "# WPS configuration - START\n");
505 fprintf(nconf, "wps_state=2\n");
508 fprintf(nconf, "ssid2=");
510 fprintf(nconf, "%02x", cred->ssid[i]);
511 fprintf(nconf, "\n");
513 fprintf(nconf, "ssid=");
515 fputc(cred->ssid[i], nconf);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c415 FILE *oconf, *nconf; local
494 nconf = fopen(tmp_fname, "w");
495 if (nconf == NULL) {
503 fprintf(nconf, "# WPS configuration - START\n");
505 fprintf(nconf, "wps_state=2\n");
508 fprintf(nconf, "ssid2=");
510 fprintf(nconf, "%02x", cred->ssid[i]);
511 fprintf(nconf, "\n");
513 fprintf(nconf, "ssid=");
515 fputc(cred->ssid[i], nconf);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c249 const struct native_config *nconf)
286 nconf->color_format,
306 const struct native_config *nconf,
310 (EGLNativeWindowType) NULL, nconf);
451 struct native_config *nconf = &fbdpy->config; local
456 nconf->color_format = vinfo_to_format(&fbdpy->config_vinfo);
457 if (nconf->color_format == PIPE_FORMAT_NONE)
460 nconf->buffer_mask = (1 << NATIVE_ATTACHMENT_BACK_LEFT);
462 nconf->window_bit = TRUE;
247 fbdev_display_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument
305 fbdev_display_create_scanout_surface(struct native_display *ndpy, const struct native_config *nconf, uint width, uint height) argument
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c249 const struct native_config *nconf)
286 nconf->color_format,
306 const struct native_config *nconf,
310 (EGLNativeWindowType) NULL, nconf);
451 struct native_config *nconf = &fbdpy->config; local
456 nconf->color_format = vinfo_to_format(&fbdpy->config_vinfo);
457 if (nconf->color_format == PIPE_FORMAT_NONE)
460 nconf->buffer_mask = (1 << NATIVE_ATTACHMENT_BACK_LEFT);
462 nconf->window_bit = TRUE;
247 fbdev_display_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument
305 fbdev_display_create_scanout_surface(struct native_display *ndpy, const struct native_config *nconf, uint width, uint height) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c230 const struct native_config *nconf)
240 gsurf->color_format = nconf->color_format;
312 struct native_config *nconf = &gdpy->configs[i]; local
314 nconf->buffer_mask =
317 nconf->color_format = formats[i];
319 nconf->window_bit = TRUE;
228 gdi_display_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument
/external/mesa3d/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c230 const struct native_config *nconf)
240 gsurf->color_format = nconf->color_format;
312 struct native_config *nconf = &gdpy->configs[i]; local
314 nconf->buffer_mask =
317 nconf->color_format = formats[i];
319 nconf->window_bit = TRUE;
228 gdi_display_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument

Completed in 312 milliseconds

12