HomeSort by relevance Sort by last modified time
    Searched refs:nplat (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 102 const struct native_platform *nplat = NULL; local
108 nplat = native_get_gdi_platform(&egl_g3d_native_event_handler);
114 nplat = native_get_x11_platform(&egl_g3d_native_event_handler);
120 nplat = native_get_wayland_platform(&egl_g3d_native_event_handler);
126 nplat = native_get_drm_platform(&egl_g3d_native_event_handler);
132 nplat = native_get_fbdev_platform(&egl_g3d_native_event_handler);
138 nplat = native_get_null_platform(&egl_g3d_native_event_handler);
144 nplat = native_get_android_platform(&egl_g3d_native_event_handler);
151 if (!nplat)
154 gdrv->platforms[plat] = nplat;
523 const struct native_platform *nplat; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 102 const struct native_platform *nplat = NULL; local
108 nplat = native_get_gdi_platform(&egl_g3d_native_event_handler);
114 nplat = native_get_x11_platform(&egl_g3d_native_event_handler);
120 nplat = native_get_wayland_platform(&egl_g3d_native_event_handler);
126 nplat = native_get_drm_platform(&egl_g3d_native_event_handler);
132 nplat = native_get_fbdev_platform(&egl_g3d_native_event_handler);
138 nplat = native_get_null_platform(&egl_g3d_native_event_handler);
144 nplat = native_get_android_platform(&egl_g3d_native_event_handler);
151 if (!nplat)
154 gdrv->platforms[plat] = nplat;
523 const struct native_platform *nplat; local
    [all...]

Completed in 2322 milliseconds