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
qeglplatformcontext.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include "qeglplatformcontext_p.h"
#include "qeglconvenience_p.h"
#include "qeglpbuffer_p.h"
#include <qpa/qplatformwindow.h>
#include <QtGui/qopenglcontext.h>
#include <QtCore/qdebug.h>
#include <dlfcn.h>
+ Include dependency graph for qeglplatformcontext.cpp:

Go to the source code of this file.

Macros

#define EGL_CONTEXT_MINOR_VERSION_KHR   0x30FB
 
#define EGL_CONTEXT_FLAGS_KHR   0x30FC
 
#define EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR   0x30FD
 
#define EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR   0x00000001
 
#define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR   0x00000002
 
#define EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR   0x00000001
 
#define EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR   0x00000002
 
#define GL_CONTEXT_FLAGS   0x821E
 
#define GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT   0x0001
 
#define GL_CONTEXT_FLAG_DEBUG_BIT   0x00000002
 
#define GL_CONTEXT_PROFILE_MASK   0x9126
 
#define GL_CONTEXT_CORE_PROFILE_BIT   0x00000001
 
#define GL_CONTEXT_COMPATIBILITY_PROFILE_BIT   0x00000002
 

Macro Definition Documentation

◆ EGL_CONTEXT_FLAGS_KHR

#define EGL_CONTEXT_FLAGS_KHR   0x30FC

Definition at line 42 of file qeglplatformcontext.cpp.

Referenced by QEGLPlatformContext::QEGLPlatformContext().

◆ EGL_CONTEXT_MINOR_VERSION_KHR

#define EGL_CONTEXT_MINOR_VERSION_KHR   0x30FB

Definition at line 39 of file qeglplatformcontext.cpp.

Referenced by QEGLPlatformContext::QEGLPlatformContext().

◆ EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR

#define EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR   0x00000002

Definition at line 57 of file qeglplatformcontext.cpp.

Referenced by QEGLPlatformContext::QEGLPlatformContext().

◆ EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR

#define EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR   0x00000001

Definition at line 54 of file qeglplatformcontext.cpp.

Referenced by QEGLPlatformContext::QEGLPlatformContext().

◆ EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR

#define EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR   0x00000001

Definition at line 48 of file qeglplatformcontext.cpp.

Referenced by QEGLPlatformContext::QEGLPlatformContext().

◆ EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR

#define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR   0x00000002

Definition at line 51 of file qeglplatformcontext.cpp.

Referenced by QEGLPlatformContext::QEGLPlatformContext().

◆ EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR

#define EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR   0x30FD

Definition at line 45 of file qeglplatformcontext.cpp.

Referenced by QEGLPlatformContext::QEGLPlatformContext().

◆ GL_CONTEXT_COMPATIBILITY_PROFILE_BIT

#define GL_CONTEXT_COMPATIBILITY_PROFILE_BIT   0x00000002

◆ GL_CONTEXT_CORE_PROFILE_BIT

#define GL_CONTEXT_CORE_PROFILE_BIT   0x00000001

◆ GL_CONTEXT_FLAG_DEBUG_BIT

#define GL_CONTEXT_FLAG_DEBUG_BIT   0x00000002

Definition at line 68 of file qeglplatformcontext.cpp.

Referenced by QWindowsOpenGLContextFormat::current().

◆ GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT

#define GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT   0x0001

◆ GL_CONTEXT_FLAGS

#define GL_CONTEXT_FLAGS   0x821E

◆ GL_CONTEXT_PROFILE_MASK

#define GL_CONTEXT_PROFILE_MASK   0x9126