Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Degldisplay.c258 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, in _eglFindDisplay() function
520 return _eglFindDisplay(_EGL_PLATFORM_X11, native_display, attrib_list); in _eglGetX11Display()
541 return _eglFindDisplay(_EGL_PLATFORM_XCB, native_display, attrib_list); in _eglGetXcbDisplay()
556 return _eglFindDisplay(_EGL_PLATFORM_DRM, native_display, attrib_list); in _eglGetGbmDisplay()
571 return _eglFindDisplay(_EGL_PLATFORM_WAYLAND, native_display, attrib_list); in _eglGetWaylandDisplay()
591 return _eglFindDisplay(_EGL_PLATFORM_SURFACELESS, native_display, in _eglGetSurfacelessDisplay()
607 return _eglFindDisplay(_EGL_PLATFORM_ANDROID, native_display, in _eglGetAndroidDisplay()
623 return _eglFindDisplay(_EGL_PLATFORM_OHOS, native_display, in _eglGetOHOSDisplay()
661 display = _eglFindDisplay(_EGL_PLATFORM_DEVICE, native_display, attrib_list); in _eglGetDeviceDisplay()
Degldisplay.h211 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
Deglapi.c369 disp = _eglFindDisplay(plat, native_display_ptr, NULL); in eglGetDisplay()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1721 - egl: drop an indentation level in \_eglFindDisplay() by replacing break/if with a goto
1722 - egl: drop another indentation level in \_eglFindDisplay() by inverting an if