![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/QVariant>
#include <QtWaylandCompositor/private/qwlserverbufferintegration_p.h>
#include "qwayland-server-qt-dmabuf-server-buffer.h"
#include <QtGui/QWindow>
#include <QtGui/qpa/qplatformnativeinterface.h>
#include <QtGui/QGuiApplication>
#include <QtWaylandCompositor/qwaylandcompositor.h>
#include <QtWaylandCompositor/private/qwayland-server-server-buffer-extension.h>
#include <QtCore/QDebug>
#include <EGL/egl.h>
#include <EGL/eglext.h>
Go to the source code of this file.
Classes | |
class | DmaBufServerBuffer |
class | DmaBufServerBufferIntegration |
Typedefs | |
typedef void * | EGLImageKHR |
typedef EGLContext | ctx |
typedef EGLContext EGLenum | target |
typedef EGLContext EGLenum EGLClientBuffer | buffer |
typedef EGLContext EGLenum EGLClientBuffer const EGLint * | attrib_list |
typedef EGLImageKHR | image |
typedef EGLImageKHR int * | fourcc |
typedef EGLImageKHR int int * | num_planes |
typedef EGLImageKHR int int EGLuint64KHR * | modifiers |
typedef EGLImageKHR int * | fds |
typedef EGLImageKHR int EGLint * | strides |
typedef EGLImageKHR int EGLint EGLint * | offsets |
Functions | |
typedef | EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC)(EGLDisplay dpy |
typedef | EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC)(EGLDisplay dpy |
typedef | void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC)(GLenum target |
typedef EGLContext EGLenum EGLClientBuffer const EGLint* attrib_list |
Definition at line 25 of file dmabufserverbufferintegration.h.
typedef EGLContext EGLenum EGLClientBuffer buffer |
Definition at line 25 of file dmabufserverbufferintegration.h.
typedef EGLContext ctx |
Definition at line 25 of file dmabufserverbufferintegration.h.
typedef void* EGLImageKHR |
Definition at line 24 of file dmabufserverbufferintegration.h.
typedef EGLImageKHR int* fds |
Definition at line 35 of file dmabufserverbufferintegration.h.
typedef EGLImageKHR int* fourcc |
Definition at line 34 of file dmabufserverbufferintegration.h.
typedef EGLImageKHR image |
Definition at line 26 of file dmabufserverbufferintegration.h.
typedef EGLImageKHR int int EGLuint64KHR* modifiers |
Definition at line 34 of file dmabufserverbufferintegration.h.
typedef EGLImageKHR int int* num_planes |
Definition at line 34 of file dmabufserverbufferintegration.h.
typedef EGLImageKHR int EGLint EGLint* offsets |
Definition at line 35 of file dmabufserverbufferintegration.h.
typedef EGLImageKHR int EGLint* strides |
Definition at line 35 of file dmabufserverbufferintegration.h.
typedef EGLContext EGLenum target |
Definition at line 25 of file dmabufserverbufferintegration.h.
typedef EGLBoolean | ( | EGLAPIENTRYP | PFNEGLDESTROYIMAGEKHRPROC | ) |
typedef EGLImageKHR | ( | EGLAPIENTRYP | PFNEGLCREATEIMAGEKHRPROC | ) |
typedef void | ( | GL_APIENTRYP | PFNGLEGLIMAGETARGETTEXTURE2DOESPROC | ) |