Home
last modified time | relevance | path

Searched refs:EGLNativeDisplayType (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/libmali/include/EGL/
H A Deglplatform.h76 typedef HDC EGLNativeDisplayType; typedef
82 typedef int EGLNativeDisplayType; typedef
88 typedef int EGLNativeDisplayType; typedef
94 typedef struct wl_display *EGLNativeDisplayType; typedef
100 typedef struct gbm_device *EGLNativeDisplayType; typedef
109 typedef void* EGLNativeDisplayType; typedef
115 typedef intptr_t EGLNativeDisplayType; typedef
121 typedef void *EGLNativeDisplayType; typedef
131 typedef Display *EGLNativeDisplayType; typedef
137 typedef int EGLNativeDisplayType; typedef
[all …]
H A Degl.h137 typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETDISPLAYPROC) (EGLNativeDisplayType display_id);
162 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
270 #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayType,0)
H A Deglext.h1120 …an (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC) (EGLDisplay dpy, EGLNativeDisplayType *display_id…
1124 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV (EGLDisplay dpy, EGLNativeDisplayType *displa…
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0005-eglfs-avoid-breaking-compilation-for-obscure-EGLNativeDisplayType-types.patch4 Subject: [PATCH] plugins/eglfs/gbm: don't FTBFS when EGLNativeDisplayType is not a pointer
6 On some platforms, EGLNativeDisplayType is not a pointer, but some kind
10 …p: In member function ‘virtual void* QEglFSKmsGbmIntegration::createDisplay(EGLNativeDisplayType)’:
11 …qeglfskmsgbmintegration.cpp:83:60: error: invalid conversion from ‘EGLNativeDisplayType’ {aka ‘int…
15 … | EGLNativeDisplayType {aka int}
58 + // EGLNativeDisplayType may be int on some platforms but those
H A D0012-eglfs_kms-Support-EGL-platform-display.patch19 @@ -192,7 +192,23 @@ EGLNativeDisplayType QEglFSDeviceIntegration::platformDisplay() const
21 EGLDisplay QEglFSDeviceIntegration::createDisplay(EGLNativeDisplayType nativeDisplay)
/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Deglplatform.h78 typedef void * EGLNativeDisplayType; typedef
81 typedef EGLNativeDisplayType NativeDisplayType;
H A Degl.h133 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
227 #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayType,0)
H A Deglext.h1024 …an (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC) (EGLDisplay dpy, EGLNativeDisplayType *display_id…
1028 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV (EGLDisplay dpy, EGLNativeDisplayType *displa…
/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/yocto/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A D0001-use-library-sonames-for-linking.patch69 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; }
/OK3568_Linux_fs/external/libmali/hook/
H A Dhook.c567 eglGetDisplay (EGLNativeDisplayType display_id) in eglGetDisplay()