Home
last modified time | relevance | path

Searched refs:eglGetDisplay (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0012-eglfs_kms-Support-EGL-platform-display.patch23 - return eglGetDisplay(nativeDisplay);
34 + display = eglGetDisplay(nativeDisplay);
H A D0005-eglfs-avoid-breaking-compilation-for-obscure-EGLNativeDisplayType-types.patch62 … qCDebug(qLcEglfsKmsDebug, "No eglGetPlatformDisplay for GBM, falling back to eglGetDisplay");
63 display = eglGetDisplay(nativeDisplay);
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.h74 return eglGetDisplay(native); in glamor_egl_get_display()
/OK3568_Linux_fs/external/libmali/hook/
H A Dhook.c93 MALI_SYMBOL(eglGetDisplay),
547 return (__eglMustCastToProperFunctionPointerType)eglGetDisplay; in eglGetProcAddress()
567 eglGetDisplay (EGLNativeDisplayType display_id) in eglGetDisplay() function
/OK3568_Linux_fs/buildroot/package/efl/
H A D0004-evas_gl_drm-Drop-dependency-on-mesa3d.patch81 ob->egl.disp = eglGetDisplay((EGLNativeDisplayType)ob->info->info.gbm);
/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Degl.h133 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
/OK3568_Linux_fs/external/libmali/include/EGL/
H A Degl.h162 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
/OK3568_Linux_fs/external/xserver/
H A DChangeLog18450 This avoids falling back to an eglGetDisplay() implementation which does
19600 eglGetDisplay forces the implementation to guess which kind of display
55368 PVR's driver is using eglGetDisplay.
86512 firstly, and if failed, then turn to use eglGetDisplay(gbm).