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

  /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/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/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/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/dhcpcd-6.8.2/
if-options.c 639 char *p = NULL, *fp, *np, **nconf; local
1156 nconf = realloc(ifo->config, sizeof(char *) * (dl + 2));
1157 if (nconf == NULL) {
1161 ifo->config = nconf;
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 404 FILE *oconf, *nconf; local
492 nconf = fopen(tmp_fname, "w");
493 if (nconf == NULL) {
501 fprintf(nconf, "# WPS configuration - START\n");
503 fprintf(nconf, "wps_state=2\n");
506 fprintf(nconf, "ssid2=");
508 fprintf(nconf, "%02x", cred->ssid[i]);
509 fprintf(nconf, "\n");
511 fprintf(nconf, "ssid=");
513 fputc(cred->ssid[i], nconf);
    [all...]

Completed in 279 milliseconds