Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Degldisplay.h248 _eglGetDisplayHandle(_EGLDisplay *disp) in _eglGetDisplayHandle() function
Deglapi.c376 return _eglGetDisplayHandle(disp); in eglGetDisplay()
428 return _eglGetDisplayHandle(disp); in _eglGetPlatformDisplayCommon()
1577 ret = (ctx) ? _eglGetDisplayHandle(ctx->Resource.Display) : EGL_NO_DISPLAY; in eglGetCurrentDisplay()