Searched refs:EGLNativeWindowType (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Deglplatform.h78 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 Degl.h126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
H A Deglext.h1110 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 Deglplatform.h84 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 Degl.h111 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 Deglext.h1146 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 Deglutint.h39 EGLNativeWindowType window;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Deglfbdev.c192 const EGLNativeWindowType native_win = (EGLNativeWindowType) NULL;
/xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
H A Dtex2vgimage.c41 EGLNativeWindowType xwin;
H A Dvgimage2tex.c38 EGLNativeWindowType xwin;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dxeglgears.c341 EGLNativeWindowType xwin;
513 egl_manager_create_pixmap(struct egl_manager *eman, EGLNativeWindowType xwin,
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h893 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 Degl_generated_dispatch.c5055 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 Deglapi.c943 EGLNativeWindowType window, const EGLint *attrib_list)
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglapi.c1005 EGLNativeWindowType window, const EGLint *attrib_list)

Completed in 35 milliseconds