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 <QtCore/QVariant>
#include <QtWaylandCompositor/private/qwlserverbufferintegration_p.h>
#include "qwayland-server-drm-egl-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>
+ 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  DrmEglServerBuffer
 
class  DrmEglServerBufferIntegration
 

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
 
typedef EGLImageKHR EGLint * name
 
typedef EGLImageKHR EGLint EGLint * handle
 
typedef EGLImageKHR EGLint EGLint EGLint * stride
 

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 const EGLint* attrib_list

Definition at line 25 of file drmeglserverbufferintegration.h.

◆ buffer

typedef EGLContext EGLenum EGLClientBuffer buffer

Definition at line 25 of file drmeglserverbufferintegration.h.

◆ ctx

typedef EGLContext ctx

Definition at line 25 of file drmeglserverbufferintegration.h.

◆ EGLImageKHR

typedef void* EGLImageKHR

Definition at line 24 of file drmeglserverbufferintegration.h.

◆ handle

typedef EGLImageKHR EGLint EGLint* handle

Definition at line 34 of file drmeglserverbufferintegration.h.

◆ image

typedef EGLImageKHR image

Definition at line 26 of file drmeglserverbufferintegration.h.

◆ name

typedef EGLImageKHR EGLint* name

Definition at line 34 of file drmeglserverbufferintegration.h.

◆ stride

typedef EGLImageKHR EGLint EGLint EGLint* stride

Definition at line 34 of file drmeglserverbufferintegration.h.

◆ target

typedef EGLContext EGLenum target

Definition at line 25 of file drmeglserverbufferintegration.h.

Function Documentation

◆ EGLBoolean()

typedef EGLBoolean ( EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC)

◆ EGLImageKHR()

typedef EGLImageKHR ( EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC)

◆ void()

typedef void ( GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC)