Searched refs:EGLNativeDisplayType (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Deglplatform.h76 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 Degl.h133 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
227 #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayType,0)
H A Deglext.h1109 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 Deglplatform.h82 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 Degl.h118 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 Deglext.h1145 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 Deglutint.h68 EGLNativeDisplayType native_dpy;
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglglvnd.c47 return eglGetDisplay((EGLNativeDisplayType) native_display);
H A Deglapi.c370 eglGetDisplay(EGLNativeDisplayType nativeDisplay)
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglglvnd.c67 return eglGetDisplay((EGLNativeDisplayType) native_display);
H A Deglapi.c363 eglGetDisplay(EGLNativeDisplayType nativeDisplay)
/xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
H A Dtex2vgimage.c40 EGLNativeDisplayType xdpy;
358 eglman->xdpy = (EGLNativeDisplayType)x_dpy;
H A Dvgimage2tex.c37 EGLNativeDisplayType xdpy;
356 eglman->xdpy = (EGLNativeDisplayType)x_dpy;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Deglfbdev.c201 egl_dpy = eglGetDisplay((EGLNativeDisplayType) fd);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dxeglgears.c340 EGLNativeDisplayType xdpy;
361 egl_manager_new(EGLNativeDisplayType xdpy, const EGLint *attrib_list,
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h842 #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 Degl_generated_dispatch.c5077 GEN_THUNKS_RET(EGLDisplay, eglGetDisplay, (EGLNativeDisplayType display_id), (display_id))
5115 GEN_THUNKS_RET(EGLBoolean, eglQueryNativeDisplayNV, (EGLDisplay dpy, EGLNativeDisplayType * display_id), (dpy, display_id))

Completed in 36 milliseconds