Home
last modified time | relevance | path

Searched refs:egl_g3d_native_event_handler (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c85 static const struct native_event_handler egl_g3d_native_event_handler = { variable
108 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()