Qt 4.8
|
Public Functions | |
QVGSharedContext () | |
~QVGSharedContext () | |
Public Variables | |
QEglContext * | context |
QVGPaintEngine * | engine |
QVGPixmapData * | firstPixmap |
int | refCount |
EGLSurface | surface |
int | widgetRefCount |
Definition at line 102 of file qwindowsurface_vgegl.cpp.
QVGSharedContext::QVGSharedContext | ( | ) |
Definition at line 116 of file qwindowsurface_vgegl.cpp.
QVGSharedContext::~QVGSharedContext | ( | ) |
Definition at line 126 of file qwindowsurface_vgegl.cpp.
QEglContext* QVGSharedContext::context |
Definition at line 108 of file qwindowsurface_vgegl.cpp.
Referenced by createContext(), qt_vg_create_context(), qt_vg_destroy_context(), qt_vg_destroy_shared_context(), qt_vg_hibernate_pixmaps(), qt_vg_shared_surface(), qt_vg_unregister_pixmap(), QVGEGLWindowSurfacePrivate::windowSurfaceSize(), and ~QVGSharedContext().
QVGPaintEngine* QVGSharedContext::engine |
Definition at line 111 of file qwindowsurface_vgegl.cpp.
Referenced by QVGEGLWindowSurfacePrivate::paintEngine(), qt_vg_create_paint_engine(), qt_vg_destroy_shared_context(), qt_vg_unregister_pixmap(), and ~QVGSharedContext().
QVGPixmapData* QVGSharedContext::firstPixmap |
Definition at line 113 of file qwindowsurface_vgegl.cpp.
Referenced by qt_vg_hibernate_pixmaps(), qt_vg_register_pixmap(), and qt_vg_unregister_pixmap().
int QVGSharedContext::refCount |
Definition at line 109 of file qwindowsurface_vgegl.cpp.
Referenced by qt_vg_create_context(), qt_vg_destroy_context(), qt_vg_hibernate_pixmaps(), and ~QVGSharedContext().
EGLSurface QVGSharedContext::surface |
Definition at line 112 of file qwindowsurface_vgegl.cpp.
Referenced by qt_vg_destroy_shared_context(), qt_vg_shared_surface(), and ~QVGSharedContext().
int QVGSharedContext::widgetRefCount |
Definition at line 110 of file qwindowsurface_vgegl.cpp.
Referenced by qt_vg_create_context(), and qt_vg_destroy_context().