commit | 3a064ab5391e249d680f76d02a4c1b4c25cf0c72 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@android.com> | Fri Aug 05 16:28:01 2011 +0200 |
committer | David 'Digit' Turner <digit@android.com> | Fri Aug 05 16:28:01 2011 +0200 |
tree | 84768f915ae9935ccb21069ff8d2f14e944476d5 | |
parent | 3e6fbdd1b286e09a153b68b74fb12bda9df9b0e8 [diff] |
emulator: opengl: Make render_api.h C-compatible This change modifies the function declarations under developement/tools/emulator/opengl/host/include/render_api.h to make them callable from C. This is preparation work for integrating the rendering library into the emulator. The plan is to dlopen() the library dynamically and using non-mangled function names makes using dlsym() both easier and more portable. Change-Id: I34656ea4618dbb989fb6ff78df43e9bfb38a7799