![]() |
Qt 4.8
|
#include <private/qgraphicssystem_p.h>#include <EGL/egl.h>#include <GLES2/gl2.h>#include <GLES2/gl2ext.h>Go to the source code of this file.
Classes | |
| class | QMeeGoGraphicsSystem |
Typedefs | |
| typedef void(* | QMeeGoSwitchCallback) (int type, const char *name) |
Definition at line 50 of file qmeegographicssystem.h.
| Q_DECL_EXPORT void* qt_meego_create_fence_sync | ( | void | ) |
Definition at line 507 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT bool qt_meego_destroy_egl_shared_image | ( | Qt::HANDLE | handle | ) |
Definition at line 457 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT void qt_meego_destroy_fence_sync | ( | void * | fs | ) |
Definition at line 512 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT int qt_meego_image_to_egl_shared_image | ( | const QImage & | image | ) |
Definition at line 442 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT void qt_meego_invalidate_live_surfaces | ( | void | ) |
Definition at line 517 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT Qt::HANDLE qt_meego_live_texture_get_handle | ( | QPixmap * | pixmap | ) |
Definition at line 502 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT QImage* qt_meego_live_texture_lock | ( | QPixmap * | pixmap, |
| void * | fenceSync | ||
| ) |
Definition at line 492 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT bool qt_meego_live_texture_release | ( | QPixmap * | pixmap, |
| QImage * | image | ||
| ) |
Definition at line 497 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT QPixmapData* qt_meego_pixmapdata_from_egl_shared_image | ( | Qt::HANDLE | handle, |
| const QImage & | softImage | ||
| ) |
Definition at line 447 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT QPixmapData* qt_meego_pixmapdata_from_live_texture_handle | ( | Qt::HANDLE | handle | ) |
Definition at line 487 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT QPixmapData* qt_meego_pixmapdata_with_gl_texture | ( | int | w, |
| int | h | ||
| ) |
Definition at line 452 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT QPixmapData* qt_meego_pixmapdata_with_new_live_texture | ( | int | w, |
| int | h, | ||
| QImage::Format | format | ||
| ) |
Definition at line 482 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT void qt_meego_register_switch_callback | ( | QMeeGoSwitchCallback | callback | ) |
Definition at line 532 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT void qt_meego_set_surface_fixed_size | ( | int | width, |
| int | height | ||
| ) |
Definition at line 462 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT void qt_meego_set_surface_scaling | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height | ||
| ) |
Definition at line 467 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT void qt_meego_set_switch_policy | ( | int | policy | ) |
Definition at line 537 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT void qt_meego_set_translucent | ( | bool | translucent | ) |
Definition at line 472 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT void qt_meego_switch_to_meego | ( | void | ) |
Definition at line 527 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT void qt_meego_switch_to_raster | ( | void | ) |
Definition at line 522 of file qmeegographicssystem.cpp.
| Q_DECL_EXPORT void qt_meego_update_egl_shared_image_pixmap | ( | QPixmap * | pixmap | ) |
Definition at line 477 of file qmeegographicssystem.cpp.