Searched refs:EGLNativePixmapType (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/include/EGL/ |
D | eglplatform.h | 77 typedef HBITMAP EGLNativePixmapType; typedef 84 typedef void *EGLNativePixmapType; typedef 89 typedef struct wl_egl_pixmap *EGLNativePixmapType; typedef 95 typedef struct gbm_bo *EGLNativePixmapType; typedef 104 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef 111 typedef intptr_t EGLNativePixmapType; typedef 120 typedef Pixmap EGLNativePixmapType; typedef 127 typedef void *EGLNativePixmapType; typedef 134 typedef khronos_uintptr_t EGLNativePixmapType; typedef 143 typedef EGLNativePixmapType NativePixmapType;
|
D | egl.h | 122 …oolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 125 …APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
|
D | eglext.h | 1101 …TRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap); 1105 … EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c… 33 EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
|