Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
drmeglserverbufferintegration.h File Reference

(811f060c37a58580e0697d0beb34a6f91efeeb41)

#include <QtWaylandClient/private/qwayland-wayland.h>
#include <QtCore/QVariant>
#include "qwayland-drm-egl-server-buffer.h"
#include <QtWaylandClient/private/qwaylandserverbufferintegration_p.h>
#include "drmeglserverbufferintegration.h"
#include <QtWaylandClient/private/qwaylanddisplay_p.h>
#include <QtCore/QTextStream>
#include <EGL/egl.h>
#include <EGL/eglext.h>
+ Include dependency graph for drmeglserverbufferintegration.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QtWaylandClient::DrmServerBuffer
 
class  QtWaylandClient::DrmEglServerBufferIntegration
 

Namespaces

namespace  QtWaylandClient
 

Typedefs

typedef voidEGLImageKHR
 
typedef EGLContext ctx
 
typedef EGLContext EGLenum target
 
typedef EGLContext EGLenum EGLClientBuffer buffer
 
typedef EGLContext EGLenum EGLClientBuffer const EGLint * attrib_list
 
typedef EGLImageKHR image
 

Functions

typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC)(EGLDisplay dpy
 
typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC)(EGLDisplay dpy
 
typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC)(GLenum target
 

Typedef Documentation

◆ attrib_list

typedef EGLContext EGLenum EGLClientBuffer const EGLint* attrib_list

Definition at line 20 of file drmeglserverbufferintegration.h.

◆ buffer

typedef EGLContext EGLenum EGLClientBuffer buffer

Definition at line 20 of file drmeglserverbufferintegration.h.

◆ ctx

typedef EGLContext ctx

Definition at line 20 of file drmeglserverbufferintegration.h.

◆ EGLImageKHR

typedef void* EGLImageKHR

Definition at line 19 of file drmeglserverbufferintegration.h.

◆ image

Definition at line 21 of file drmeglserverbufferintegration.h.

◆ target

typedef EGLContext EGLenum target

Definition at line 20 of file drmeglserverbufferintegration.h.

Function Documentation

◆ EGLBoolean()

typedef EGLBoolean ( EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC)

◆ EGLImageKHR()

typedef EGLImageKHR ( EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC)

◆ void()

typedef void ( GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC)