|
| static void | initGL (AndroidContext *rc) |
| |
| static void | gluPerspective (GLfloat fovy, GLfloat aspect, GLfloat zNear, GLfloat zFar) |
| |
| static void | resizeWindow (AndroidContext *rc) |
| |
| static void | drawGLScene (AndroidContext *rc) |
| |
| static int | releaseTexture (AndroidContext *rc) |
| |
| static int | createTexture (AndroidContext *rc) |
| |
| static u32 | find_pow_2 (u32 num) |
| |
| static GF_Err | droid_Resize (GF_VideoOutput *dr, u32 w, u32 h) |
| |
| static GF_Err | droid_Setup (GF_VideoOutput *dr, void *os_handle, void *os_display, u32 init_flags) |
| |
| static void | droid_Shutdown (GF_VideoOutput *dr) |
| |
| static GF_Err | droid_Flush (GF_VideoOutput *dr, GF_Window *dest) |
| |
| static GF_Err | droid_LockBackBuffer (GF_VideoOutput *dr, GF_VideoSurface *vi, Bool do_lock) |
| |
| static GF_Err | droid_ProcessEvent (GF_VideoOutput *dr, GF_Event *evt) |
| |
| static GF_Err | droid_SetFullScreen (GF_VideoOutput *dr, Bool bOn, u32 *outWidth, u32 *outHeight) |
| |
| GF_VideoOutput * | NewAndroidVideoOutput () |
| |
| void | DeleteAndroidVideoOutput (void *ifce) |
| |
| GPAC_MODULE_EXPORT const u32 * | QueryInterfaces () |
| |
| GPAC_MODULE_EXPORT GF_BaseInterface * | LoadInterface (u32 InterfaceType) |
| |
| GPAC_MODULE_EXPORT void | ShutdownInterface (GF_BaseInterface *ifce) |
| |