Qt 4.8
|
The QGLScreenSurfaceFunctions class encapsulates the functions for creating native windows and pixmaps for OpenGL ES. More...
#include <qglscreen_qws.h>
Public Functions | |
virtual bool | createNativeImage (QImage *image, EGLNativePixmapType *native) |
Creates a native OpenGLES drawable for directly rendering into image and returns it in native. More... | |
virtual bool | createNativePixmap (QPixmap *pixmap, EGLNativePixmapType *native) |
Creates a native OpenGLES drawable for directly rendering into pixmap and returns it in native. More... | |
virtual bool | createNativeWindow (QWidget *widget, EGLNativeWindowType *native) |
Creates a native OpenGLES drawable for the surface of widget and returns it in native. More... | |
The QGLScreenSurfaceFunctions class encapsulates the functions for creating native windows and pixmaps for OpenGL ES.
Definition at line 81 of file qglscreen_qws.h.
|
virtual |
Creates a native OpenGLES drawable for directly rendering into image and returns it in native.
Returns true if the OpenGLES drawable could be created, or false if direct rendering into images is not supported.
This function will be called if the NativeImages option is set on the screen.
Definition at line 268 of file qglscreen_qws.cpp.
Referenced by qt_egl_create_surface().
|
virtual |
Creates a native OpenGLES drawable for directly rendering into pixmap and returns it in native.
Returns true if the OpenGLES drawable could be created, or false if direct rendering into pixmaps is not supported.
This function will be called if the NativePixmaps option is set on the screen.
Definition at line 245 of file qglscreen_qws.cpp.
Referenced by qt_egl_create_surface().
|
virtual |
Creates a native OpenGLES drawable for the surface of widget and returns it in native.
Returns true if the OpenGLES drawable could be created, or false if windows are not supported.
This function will be called if the NativeWindows option is set on the screen.
Reimplemented in PvrEglScreenSurfaceFunctions.
Definition at line 222 of file qglscreen_qws.cpp.
Referenced by qt_egl_create_surface().