Searched refs:_eglFindDisplay (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
D | egldisplay.c | 257 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, in _eglFindDisplay() function 519 return _eglFindDisplay(_EGL_PLATFORM_X11, native_display, attrib_list); in _eglGetX11Display() 540 return _eglFindDisplay(_EGL_PLATFORM_XCB, native_display, attrib_list); in _eglGetXcbDisplay() 555 return _eglFindDisplay(_EGL_PLATFORM_DRM, native_display, attrib_list); in _eglGetGbmDisplay() 570 return _eglFindDisplay(_EGL_PLATFORM_WAYLAND, native_display, attrib_list); in _eglGetWaylandDisplay() 590 return _eglFindDisplay(_EGL_PLATFORM_SURFACELESS, native_display, in _eglGetSurfacelessDisplay() 606 return _eglFindDisplay(_EGL_PLATFORM_ANDROID, native_display, in _eglGetAndroidDisplay() 622 return _eglFindDisplay(_EGL_PLATFORM_OHOS, native_display, in _eglGetOHOSDisplay() 660 display = _eglFindDisplay(_EGL_PLATFORM_DEVICE, native_display, attrib_list); in _eglGetDeviceDisplay()
|
D | egldisplay.h | 211 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
|
D | eglapi.c | 375 disp = _eglFindDisplay(plat, native_display_ptr, NULL); in eglGetDisplay()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1721 - 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
|