Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/egl/null/
Dnative_null.c186 native_get_null_platform(const struct native_event_handler *event_handler) in native_get_null_platform() function
/external/mesa3d/src/gallium/state_trackers/egl/common/
Dnative.h334 native_get_null_platform(const struct native_event_handler *event_handler);
Degl_g3d.c138 nplat = native_get_null_platform(&egl_g3d_native_event_handler); in egl_g3d_get_platform()