Searched refs:nplat (Results 1 – 1 of 1) sorted by relevance
102 const struct native_platform *nplat = NULL; in egl_g3d_get_platform() local108 nplat = native_get_gdi_platform(&egl_g3d_native_event_handler); in egl_g3d_get_platform()114 nplat = native_get_x11_platform(&egl_g3d_native_event_handler); in egl_g3d_get_platform()120 nplat = native_get_wayland_platform(&egl_g3d_native_event_handler); in egl_g3d_get_platform()126 nplat = native_get_drm_platform(&egl_g3d_native_event_handler); in egl_g3d_get_platform()132 nplat = native_get_fbdev_platform(&egl_g3d_native_event_handler); in egl_g3d_get_platform()138 nplat = native_get_null_platform(&egl_g3d_native_event_handler); in egl_g3d_get_platform()144 nplat = native_get_android_platform(&egl_g3d_native_event_handler); in egl_g3d_get_platform()151 if (!nplat) in egl_g3d_get_platform()154 gdrv->platforms[plat] = nplat; in egl_g3d_get_platform()[all …]