Searched refs:EGLDeviceEXT (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-eglstream.c | 59 EGLDeviceEXT egl_device; 200 EGLDeviceEXT *devices, *tmp; in xwl_glamor_egl_get_devices() 213 devices = calloc(*num_devices, sizeof(EGLDeviceEXT)); in xwl_glamor_egl_get_devices() 237 tmp = realloc(devices, sizeof(EGLDeviceEXT) * drm_dev_count); in xwl_glamor_egl_get_devices() 868 static EGLDeviceEXT 877 EGLDeviceEXT device = EGL_NO_DEVICE_EXT; in xwl_eglstream_get_device() 903 EGLDeviceEXT egl_device; in xwl_glamor_init_eglstream()
|
| /OK3568_Linux_fs/external/libmali/include/FBDEV/ |
| H A D | eglext.h | 615 typedef void *EGLDeviceEXT; typedef 616 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0) 619 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEATTRIBEXTPROC) (EGLDeviceEXT device, EGLint attri… 620 typedef const char *(EGLAPIENTRYP PFNEGLQUERYDEVICESTRINGEXTPROC) (EGLDeviceEXT device, EGLint name… 621 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devi… 624 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAt… 625 EGLAPI const char *EGLAPIENTRY eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name); 626 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint…
|
| /OK3568_Linux_fs/external/libmali/include/EGL/ |
| H A D | eglext.h | 676 typedef void *EGLDeviceEXT; typedef 677 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0) 680 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEATTRIBEXTPROC) (EGLDeviceEXT device, EGLint attri… 681 typedef const char *(EGLAPIENTRYP PFNEGLQUERYDEVICESTRINGEXTPROC) (EGLDeviceEXT device, EGLint name… 682 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devi… 685 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAt… 686 EGLAPI const char *EGLAPIENTRY eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name); 687 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint…
|