HomeSort by relevance Sort by last modified time
    Searched defs:nconf (Results 1 - 13 of 13) sorted by null

  /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.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.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/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/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
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/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/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/wayland/
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/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...]
  /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...]
  /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...]

Completed in 332 milliseconds