Searched refs:EGLNativeDisplayType (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/libmali/include/EGL/ |
| H A D | eglplatform.h | 76 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 D | egl.h | 137 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 D | eglext.h | 1120 …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 D | 0005-eglfs-avoid-breaking-compilation-for-obscure-EGLNativeDisplayType-types.patch | 4 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 D | 0012-eglfs_kms-Support-EGL-platform-display.patch | 19 @@ -192,7 +192,23 @@ EGLNativeDisplayType QEglFSDeviceIntegration::platformDisplay() const 21 EGLDisplay QEglFSDeviceIntegration::createDisplay(EGLNativeDisplayType nativeDisplay)
|
| /OK3568_Linux_fs/external/libmali/include/FBDEV/ |
| H A D | eglplatform.h | 78 typedef void * EGLNativeDisplayType; typedef 81 typedef EGLNativeDisplayType NativeDisplayType;
|
| H A D | egl.h | 133 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id); 227 #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayType,0)
|
| H A D | eglext.h | 1024 …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 D | 0004-evas_gl_drm-Drop-dependency-on-mesa3d.patch | 81 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 D | 0001-use-library-sonames-for-linking.patch | 69 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; }
|
| /OK3568_Linux_fs/external/libmali/hook/ |
| H A D | hook.c | 567 eglGetDisplay (EGLNativeDisplayType display_id) in eglGetDisplay()
|