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 92 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef 102 typedef Pixmap EGLNativePixmapType; typedef 111 typedef EGLNativePixmapType NativePixmapType;
|
D | egl.h | 271 EGLNativePixmapType pixmap, 314 EGLNativePixmapType target);
|
D | eglext.h | 502 … EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap); 506 …NTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(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 )
|