![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>
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 |
#define EGL_CONTEXT_FLAGS_KHR 0x30FC |
Definition at line 42 of file qeglplatformcontext.cpp.
#define EGL_CONTEXT_MINOR_VERSION_KHR 0x30FB |
Definition at line 39 of file qeglplatformcontext.cpp.
#define EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR 0x00000002 |
Definition at line 57 of file qeglplatformcontext.cpp.
#define EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR 0x00000001 |
Definition at line 54 of file qeglplatformcontext.cpp.
#define EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR 0x00000001 |
Definition at line 48 of file qeglplatformcontext.cpp.
#define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002 |
Definition at line 51 of file qeglplatformcontext.cpp.
#define EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR 0x30FD |
Definition at line 45 of file qeglplatformcontext.cpp.
#define GL_CONTEXT_COMPATIBILITY_PROFILE_BIT 0x00000002 |
Definition at line 77 of file qeglplatformcontext.cpp.
#define GL_CONTEXT_CORE_PROFILE_BIT 0x00000001 |
Definition at line 74 of file qeglplatformcontext.cpp.
#define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 |
Definition at line 68 of file qeglplatformcontext.cpp.
#define GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT 0x0001 |
Definition at line 65 of file qeglplatformcontext.cpp.
#define GL_CONTEXT_FLAGS 0x821E |
Definition at line 62 of file qeglplatformcontext.cpp.
#define GL_CONTEXT_PROFILE_MASK 0x9126 |
Definition at line 71 of file qeglplatformcontext.cpp.