Searched refs:egl_native_pixmap_t (Results 1 – 4 of 4) sorted by relevance
89 struct egl_native_pixmap_t;92 typedef struct egl_native_pixmap_t* EGLNativePixmapType;
29 typedef struct egl_native_pixmap_t struct43 } egl_native_pixmap_t; argument
659 egl_native_pixmap_t const * pixmap);669 egl_native_pixmap_t nativePixmap;675 egl_native_pixmap_t const * pixmap) in egl_pixmap_surface_t()1320 if (static_cast<egl_native_pixmap_t*>(pixmap)->version != in createPixmapSurface()1321 sizeof(egl_native_pixmap_t)) { in createPixmapSurface()1340 static_cast<egl_native_pixmap_t*>(pixmap)); in createPixmapSurface()
291 egl_native_pixmap_t pixmap; in jni_eglCreatePixmapSurface()