Qt 4.8
|
#include <QtCore/qdebug.h>
#include <QtOpenGL/qgl.h>
#include <QtOpenGL/qglpixelbuffer.h>
#include "qgl_p.h"
#include "qgl_egl_p.h"
#include "qglpixelbuffer_p.h"
#include <QtGui/private/qpixmap_x11_p.h>
Go to the source code of this file.
Functions | |
void | qt_eglproperties_set_glformat (QEglProperties &eglProperties, const QGLFormat &glFormat) |
void | qt_glformat_from_eglconfig (QGLFormat &format, const EGLConfig config) |
void qt_eglproperties_set_glformat | ( | QEglProperties & | eglProperties, |
const QGLFormat & | glFormat | ||
) |
Definition at line 61 of file qgl_egl.cpp.
Referenced by QGLPixelBuffer::hasOpenGLPbuffers(), QGLPixelBufferPrivate::init(), and qt_egl_create_surface().
void qt_glformat_from_eglconfig | ( | QGLFormat & | format, |
const EGLConfig | config | ||
) |
Definition at line 145 of file qgl_egl.cpp.
Referenced by QGLPixelBufferPrivate::init(), QX11GLPixmapData::paintEngine(), qt_egl_create_surface(), and QX11GLSharedContexts::QX11GLSharedContexts().