Hi...
Sorry for the delayed reply... I was busy with another project.
egl.h do not define the pixmap structure... In fact I want the pixmap buffer as a pointer, so that I can share it manually.
I could find a structure in KHR/khrvivante.h:
struct _khrEGL_IMAGE_PIXMAP
{
gctUINT width;
gctUINT height;
gceSURF_FORMAT format;
gctINT stride;
gctPOINTER address;
} pixmap;
Can this structure be passed as native_pixmap parameter to eglCopyBuffers? I think I should try it.
Thanks & Regards,
Binoy.