Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qeglfskmsvsp2integration.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include "qeglfskmsvsp2integration.h"
#include "qeglfskmsvsp2device.h"
#include "qeglfskmsvsp2screen.h"
#include "private/qeglfswindow_p.h"
#include <QtDeviceDiscoverySupport/private/qdevicediscovery_p.h>
#include <QtGui/private/qeglconvenience_p.h>
#include <QtCore/QLoggingCategory>
#include <QtCore/QJsonDocument>
#include <QtCore/QJsonObject>
#include <QtCore/QJsonArray>
#include <QtGui/qpa/qplatformwindow.h>
#include <QtGui/QScreen>
#include <xf86drm.h>
#include <xf86drmMode.h>
#include <gbm.h>
Include dependency graph for qeglfskmsvsp2integration.cpp:

Go to the source code of this file.

Classes

class  QEglFSKmsVsp2Window

Macros

#define EGL_PLATFORM_GBM_KHR   0x31D7

Typedefs

typedef voidnative_display
typedef void const EGLint * attrib_list
typedef EGLConfig voidnative_window

Functions

typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETPLATFORMDISPLAYEXTPROC)(EGLenum platform
typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC)(EGLDisplay dpy

Macro Definition Documentation

◆ EGL_PLATFORM_GBM_KHR

#define EGL_PLATFORM_GBM_KHR   0x31D7

Definition at line 37 of file qeglfskmsvsp2integration.cpp.

Typedef Documentation

◆ attrib_list

typedef EGLConfig void const EGLint* attrib_list

Definition at line 32 of file qeglfskmsvsp2integration.cpp.

◆ native_display

typedef void* native_display

Definition at line 32 of file qeglfskmsvsp2integration.cpp.

◆ native_window

typedef EGLConfig void* native_window

Definition at line 33 of file qeglfskmsvsp2integration.cpp.

Function Documentation

◆ EGLDisplay()

typedef EGLDisplay ( EGLAPIENTRYP PFNEGLGETPLATFORMDISPLAYEXTPROC)

Referenced by QEglFSKmsVsp2Integration::createDisplay(), and QEglFSKmsVsp2Window::resetSurface().

Here is the caller graph for this function:

◆ EGLSurface()

typedef EGLSurface ( EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC)