Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.h233 _eglGetDisplayHandle(_EGLDisplay *dpy) in _eglGetDisplayHandle() function
Deglapi.c374 return _eglGetDisplayHandle(dpy); in eglGetDisplay()
410 return _eglGetDisplayHandle(dpy); in _eglGetPlatformDisplayCommon()
1486 ret = (ctx) ? _eglGetDisplayHandle(ctx->Resource.Display) : EGL_NO_DISPLAY; in eglGetCurrentDisplay()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1523 EGLDisplay old_disp = _eglGetDisplayHandle(old_ctx->Resource.Display); in dri2_make_current()