| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | eglplatform.h | 78 typedef HWND EGLNativeWindowType; typedef in typeref:typename:HWND 83 typedef void *EGLNativeWindowType; typedef in typeref:typename:void * 90 typedef struct wl_egl_window *EGLNativeWindowType; typedef in typeref:struct:wl_egl_window * 96 typedef void *EGLNativeWindowType; typedef in typeref:typename:void * 103 typedef struct ANativeWindow* EGLNativeWindowType; typedef in typeref:struct:ANativeWindow * 110 typedef intptr_t EGLNativeWindowType; typedef in typeref:typename:intptr_t 119 typedef khronos_uintptr_t EGLNativeWindowType; typedef in typeref:typename:khronos_uintptr_t 129 typedef Window EGLNativeWindowType; typedef in typeref:typename:Window 139 typedef khronos_uintptr_t EGLNativeWindowType; typedef in typeref:typename:khronos_uintptr_t 148 typedef EGLNativeWindowType NativeWindowTyp [all...] |
| H A D | egl.h | 126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
|
| H A D | eglext.h | 1110 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window); 1114 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV (EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | eglplatform.h | 84 typedef HWND EGLNativeWindowType; typedef in typeref:typename:HWND 90 typedef int EGLNativeWindowType; typedef in typeref:typename:int 96 typedef void *EGLNativeWindowType; typedef in typeref:typename:void * 102 typedef struct wl_egl_window *EGLNativeWindowType; typedef in typeref:struct:wl_egl_window * 108 typedef void *EGLNativeWindowType; typedef in typeref:typename:void * 117 typedef struct ANativeWindow* EGLNativeWindowType; typedef in typeref:struct:ANativeWindow * 123 typedef intptr_t EGLNativeWindowType; typedef in typeref:typename:intptr_t 129 typedef khronos_uintptr_t EGLNativeWindowType; typedef in typeref:typename:khronos_uintptr_t 139 typedef Window EGLNativeWindowType; typedef in typeref:typename:Window 145 typedef void *EGLNativeWindowType; typedef in typeref:typename:void * 153 typedef khronos_uintptr_t EGLNativeWindowType; typedef in typeref:typename:khronos_uintptr_t [all...] |
| H A D | egl.h | 111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 136 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
|
| H A D | eglext.h | 1146 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window); 1150 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV (EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglutint.h | 39 EGLNativeWindowType window;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | eglfbdev.c | 192 const EGLNativeWindowType native_win = (EGLNativeWindowType) NULL;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/ |
| H A D | tex2vgimage.c | 41 EGLNativeWindowType xwin;
|
| H A D | vgimage2tex.c | 38 EGLNativeWindowType xwin;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | xeglgears.c | 341 EGLNativeWindowType xwin; 513 egl_manager_create_pixmap(struct egl_manager *eman, EGLNativeWindowType xwin,
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | egl_generated.h | 893 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEWINDOWSURFACEPROC)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint * attrib_list); 955 typedef EGLBoolean (GLAPIENTRY *PFNEGLQUERYNATIVEWINDOWNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType * window); 1076 EPOXY_PUBLIC EGLSurface (EPOXY_CALLSPEC *epoxy_eglCreateWindowSurface)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint * attrib_list); 1200 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglQueryNativeWindowNV)(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType * window);
|
| H A D | egl_generated_dispatch.c | 5055 GEN_THUNKS_RET(EGLSurface, eglCreateWindowSurface, (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint * attrib_list), (dpy, config, win, attrib_list)) 5117 GEN_THUNKS_RET(EGLBoolean, eglQueryNativeWindowNV, (EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType * window), (dpy, surf, window))
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglapi.c | 943 EGLNativeWindowType window, const EGLint *attrib_list)
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglapi.c | 1005 EGLNativeWindowType window, const EGLint *attrib_list)
|