| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | eglplatform.h | 76 typedef HDC EGLNativeDisplayType; typedef in typeref:typename:HDC 82 typedef int EGLNativeDisplayType; typedef in typeref:typename:int 88 typedef struct wl_display *EGLNativeDisplayType; typedef in typeref:struct:wl_display * 94 typedef struct gbm_device *EGLNativeDisplayType; typedef in typeref:struct:gbm_device * 105 typedef void* EGLNativeDisplayType; typedef in typeref:typename:void * 109 typedef intptr_t EGLNativeDisplayType; typedef in typeref:typename:intptr_t 117 typedef void *EGLNativeDisplayType; typedef in typeref:typename:void * 127 typedef Display *EGLNativeDisplayType; typedef in typeref:typename:Display * 137 typedef void *EGLNativeDisplayType; typedef in typeref:typename:void * 146 typedef EGLNativeDisplayType NativeDisplayTyp [all...] |
| 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 | 1109 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC) (EGLDisplay dpy, EGLNativeDisplayType *display_id); 1113 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV (EGLDisplay dpy, EGLNativeDisplayType *display_id);
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | eglplatform.h | 82 typedef HDC EGLNativeDisplayType; typedef in typeref:typename:HDC 88 typedef int EGLNativeDisplayType; typedef in typeref:typename:int 94 typedef int EGLNativeDisplayType; typedef in typeref:typename:int 100 typedef struct wl_display *EGLNativeDisplayType; typedef in typeref:struct:wl_display * 106 typedef struct gbm_device *EGLNativeDisplayType; typedef in typeref:struct:gbm_device * 115 typedef void* EGLNativeDisplayType; typedef in typeref:typename:void * 121 typedef intptr_t EGLNativeDisplayType; typedef in typeref:typename:intptr_t 127 typedef void *EGLNativeDisplayType; typedef in typeref:typename:void * 137 typedef Display *EGLNativeDisplayType; typedef in typeref:typename:Display * 143 typedef int EGLNativeDisplayType; typedef in typeref:typename:int 151 typedef void *EGLNativeDisplayType; typedef in typeref:typename:void * [all...] |
| H A D | egl.h | 118 typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETDISPLAYPROC) (EGLNativeDisplayType display_id); 143 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id); 251 #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayType,0)
|
| H A D | eglext.h | 1145 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC) (EGLDisplay dpy, EGLNativeDisplayType *display_id); 1149 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV (EGLDisplay dpy, EGLNativeDisplayType *display_id);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglutint.h | 68 EGLNativeDisplayType native_dpy;
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglglvnd.c | 47 return eglGetDisplay((EGLNativeDisplayType) native_display);
|
| H A D | eglapi.c | 370 eglGetDisplay(EGLNativeDisplayType nativeDisplay)
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglglvnd.c | 67 return eglGetDisplay((EGLNativeDisplayType) native_display);
|
| H A D | eglapi.c | 363 eglGetDisplay(EGLNativeDisplayType nativeDisplay)
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/ |
| H A D | tex2vgimage.c | 40 EGLNativeDisplayType xdpy; 358 eglman->xdpy = (EGLNativeDisplayType)x_dpy;
|
| H A D | vgimage2tex.c | 37 EGLNativeDisplayType xdpy; 356 eglman->xdpy = (EGLNativeDisplayType)x_dpy;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | eglfbdev.c | 201 egl_dpy = eglGetDisplay((EGLNativeDisplayType) fd);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | xeglgears.c | 340 EGLNativeDisplayType xdpy; 361 egl_manager_new(EGLNativeDisplayType xdpy, const EGLint *attrib_list,
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | egl_generated.h | 842 #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayType,0) 915 typedef EGLDisplay (GLAPIENTRY *PFNEGLGETDISPLAYPROC)(EGLNativeDisplayType display_id); 953 typedef EGLBoolean (GLAPIENTRY *PFNEGLQUERYNATIVEDISPLAYNVPROC)(EGLDisplay dpy, EGLNativeDisplayType * display_id); 1120 EPOXY_PUBLIC EGLDisplay (EPOXY_CALLSPEC *epoxy_eglGetDisplay)(EGLNativeDisplayType display_id); 1196 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglQueryNativeDisplayNV)(EGLDisplay dpy, EGLNativeDisplayType * display_id);
|
| H A D | egl_generated_dispatch.c | 5077 GEN_THUNKS_RET(EGLDisplay, eglGetDisplay, (EGLNativeDisplayType display_id), (display_id)) 5115 GEN_THUNKS_RET(EGLBoolean, eglQueryNativeDisplayNV, (EGLDisplay dpy, EGLNativeDisplayType * display_id), (dpy, display_id))
|