Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.h199 _eglGetNativePlatform(void *nativeDisplay);
Degldisplay.c152 _eglGetNativePlatform(void *nativeDisplay) in _eglGetNativePlatform() function
Deglapi.c374 plat = _eglGetNativePlatform(native_display_ptr); in eglGetDisplay()