<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Sep 5, 2013 at 8:38 AM, Michal Lazo <span dir="ltr"><<a href="mailto:michal.lazo@mdragon.org" target="_blank">michal.lazo@mdragon.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Than show me api for this<div>I am not aware that opengl/egl api have something like this</div>
<div>Latest Mali EGL drivers add support for DMABUF, older drivers support mali UMP but mali don't provide opensource api for this.</div>
<div><br></div></div><div class="gmail_extra"><div><div class="h5"><br><br></div></div></div></blockquote></div><br></div><div class="gmail_extra">EGL/OpenGL api do not directly support this... Instead the OpenMAX specification itself states how to handle the interaction between Egl, OpenGL ES, and OpenVG.<br>
<br></div><div class="gmail_extra">Document: OpenMAX IL 1.1.2 Specification<br></div><div class="gmail_extra"><div>Download Location: <a href="http://www.khronos.org/registry/omxil/">http://www.khronos.org/registry/omxil/</a><br>
</div>Section 3.2: OpenMAX IL Core Methods/Macros ( Page 78 to 111 )<br>Subsection 3.2.2.19 OMX_UseEGLImage ( Page 102 to 104 )<br></div><div class="gmail_extra">This section itself is the critical section to look at.<br>
</div><div class="gmail_extra"><br>Section 3.3: OpenMAX IL Component Methods and Structures ( Page 111 to 118 )<br>subsection 3.3.19 UseEGLImage ( Page 118 )<br></div><div class="gmail_extra">Not a lot is said, Just provides a definition for UseEGLImageBuffer and redirects to the previously mentioned section.<br>
</div><div class="gmail_extra"><br></div></div>