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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 227 init_config_attributes(_EGLConfig *conf, const struct native_config *nconf,
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->native_visual_type
    [all...]
native_modeset.h 71 const struct native_config *nconf,
native.h 236 const struct native_config *nconf);
245 const struct native_config *nconf);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 227 init_config_attributes(_EGLConfig *conf, const struct native_config *nconf,
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->native_visual_type
    [all...]
native_modeset.h 71 const struct native_config *nconf,
native.h 236 const struct native_config *nconf);
245 const struct native_config *nconf);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_dri2.c 104 dri2_config(const struct native_config *nconf)
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)
667 struct native_config *nconf = &dri2dpy->configs[count].base; local
    [all...]
native_ximage.c 87 ximage_config(const struct native_config *nconf)
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)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c 104 dri2_config(const struct native_config *nconf)
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)
667 struct native_config *nconf = &dri2dpy->configs[count].base; local
    [all...]
native_ximage.c 87 ximage_config(const struct native_config *nconf)
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)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_wayland.h 109 wayland_config(const struct native_config *nconf)
111 return (struct wayland_config *) nconf;
native_wayland.c 87 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);
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h 109 wayland_config(const struct native_config *nconf)
111 return (struct wayland_config *) nconf;
native_wayland.c 87 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);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/null/
native_null.c 111 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/
native_null.c 111 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/
native_drm.h 132 drm_config(const struct native_config *nconf)
134 return (struct drm_config *) nconf;
native_drm.c 61 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)
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.h 132 drm_config(const struct native_config *nconf)
134 return (struct drm_config *) nconf;
native_drm.c 61 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)
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 415 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/
native_fbdev.c 249 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;
  /external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 249 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;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
native_gdi.c 230 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;
  /external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c 230 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;

Completed in 228 milliseconds

1 2