Searched refs:egl_native_pixmap_t (Results 1 – 2 of 2) sorted by relevance
101 struct egl_native_pixmap_t;104 typedef struct egl_native_pixmap_t* EGLNativePixmapType;
60 typedef struct egl_native_pixmap_t struct74 } egl_native_pixmap_t; argument670 egl_native_pixmap_t const * pixmap);680 egl_native_pixmap_t nativePixmap;686 egl_native_pixmap_t const * pixmap) in egl_pixmap_surface_t()1350 if (static_cast<egl_native_pixmap_t*>(pixmap)->version != in createPixmapSurface()1351 sizeof(egl_native_pixmap_t)) { in createPixmapSurface()1370 static_cast<egl_native_pixmap_t*>(pixmap)); in createPixmapSurface()