| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | eglplatform.h | 77 typedef HBITMAP EGLNativePixmapType; typedef in typeref:typename:HBITMAP 84 typedef void *EGLNativePixmapType; typedef in typeref:typename:void * 89 typedef struct wl_egl_pixmap *EGLNativePixmapType; typedef in typeref:struct:wl_egl_pixmap * 95 typedef struct gbm_bo *EGLNativePixmapType; typedef in typeref:struct:gbm_bo * 104 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef in typeref:struct:egl_native_pixmap_t * 111 typedef intptr_t EGLNativePixmapType; typedef in typeref:typename:intptr_t 118 typedef khronos_uintptr_t EGLNativePixmapType; typedef in typeref:typename:khronos_uintptr_t 128 typedef Pixmap EGLNativePixmapType; typedef in typeref:typename:Pixmap 138 typedef khronos_uintptr_t EGLNativePixmapType; typedef in typeref:typename:khronos_uintptr_t 147 typedef EGLNativePixmapType NativePixmapTyp [all...] |
| H A D | egl.h | 122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
|
| H A D | eglext.h | 1111 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap); 1115 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | eglplatform.h | 83 typedef HBITMAP EGLNativePixmapType; typedef in typeref:typename:HBITMAP 89 typedef int EGLNativePixmapType; typedef in typeref:typename:int 95 typedef void *EGLNativePixmapType; typedef in typeref:typename:void * 101 typedef struct wl_egl_pixmap *EGLNativePixmapType; typedef in typeref:struct:wl_egl_pixmap * 107 typedef struct gbm_bo *EGLNativePixmapType; typedef in typeref:struct:gbm_bo * 116 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef in typeref:struct:egl_native_pixmap_t * 122 typedef intptr_t EGLNativePixmapType; typedef in typeref:typename:intptr_t 128 typedef khronos_uintptr_t EGLNativePixmapType; typedef in typeref:typename:khronos_uintptr_t 138 typedef Pixmap EGLNativePixmapType; typedef in typeref:typename:Pixmap 144 typedef void *EGLNativePixmapType; typedef in typeref:typename:void * 152 typedef khronos_uintptr_t EGLNativePixmapType; typedef in typeref:typename:khronos_uintptr_t [all...] |
| H A D | egl.h | 107 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOPYBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 132 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 135 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
|
| H A D | eglext.h | 1147 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap); 1151 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglutint.h | 40 EGLNativePixmapType pixmap;
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | egl_generated.h | 870 typedef EGLBoolean (GLAPIENTRY *PFNEGLCOPYBUFFERSPROC)(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 879 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPIXMAPSURFACEPROC)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint * attrib_list); 954 typedef EGLBoolean (GLAPIENTRY *PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType * pixmap); 1030 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglCopyBuffers)(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 1048 EPOXY_PUBLIC EGLSurface (EPOXY_CALLSPEC *epoxy_eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint * attrib_list); 1198 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglQueryNativePixmapNV)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType * pixmap);
|
| H A D | egl_generated_dispatch.c | 5032 GEN_THUNKS_RET(EGLBoolean, eglCopyBuffers, (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target), (dpy, surface, target)) 5041 GEN_THUNKS_RET(EGLSurface, eglCreatePixmapSurface, (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint * attrib_list), (dpy, config, pixmap, attrib_list)) 5116 GEN_THUNKS_RET(EGLBoolean, eglQueryNativePixmapNV, (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType * pixmap), (dpy, surf, pixmap))
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | xeglgears.c | 342 EGLNativePixmapType xpix;
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglapi.c | 1068 EGLNativePixmapType pixmap, const EGLint *attrib_list) 1420 eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglapi.c | 1130 EGLNativePixmapType pixmap, const EGLint *attrib_list) 1477 eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
|