Home
last modified time | relevance | path

Searched refs:PFNEGLCREATECONTEXTPROC (Results 1 – 25 of 126) sorted by relevance

123456

/dports/graphics/aloadimage/arcan-0.6.1/src/platform/egl-dri/
H A Degl.h31 typedef EGLContext (EGLAPIENTRY* PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, EGLConfig config, EGLCon… typedef
100 PFNEGLCREATECONTEXTPROC create_context;
185 (PFNEGLCREATECONTEXTPROC) lookup(tag, "eglCreateContext", true); in map_egl_functions()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/egl-dri/
H A Degl.h31 typedef EGLContext (EGLAPIENTRY* PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, EGLConfig config, EGLCon… typedef
100 PFNEGLCREATECONTEXTPROC create_context;
185 (PFNEGLCREATECONTEXTPROC) lookup(tag, "eglCreateContext", true); in map_egl_functions()
/dports/x11/aclip/arcan-0.6.1/src/platform/egl-dri/
H A Degl.h31 typedef EGLContext (EGLAPIENTRY* PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, EGLConfig config, EGLCon… typedef
100 PFNEGLCREATECONTEXTPROC create_context;
185 (PFNEGLCREATECONTEXTPROC) lookup(tag, "eglCreateContext", true); in map_egl_functions()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/egl-dri/
H A Degl.h31 typedef EGLContext (EGLAPIENTRY* PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, EGLConfig config, EGLCon… typedef
100 PFNEGLCREATECONTEXTPROC create_context;
185 (PFNEGLCREATECONTEXTPROC) lookup(tag, "eglCreateContext", true); in map_egl_functions()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Degl_context.h57 typedef EGLContext (EGLAPIENTRY * PFNEGLCREATECONTEXTPROC)(EGLDisplay,EGLConfig,EGLContext,const EG… typedef
123 PFNEGLCREATECONTEXTPROC CreateContext;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A Dglxtest.cpp209 typedef EGLContext (*PFNEGLCREATECONTEXTPROC)( in get_egl_status() typedef
212 PFNEGLCREATECONTEXTPROC eglCreateContext = in get_egl_status()
213 cast<PFNEGLCREATECONTEXTPROC>(eglGetProcAddress("eglCreateContext")); in get_egl_status()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libEGL/
H A Degl_loader_autogen.cpp15 PFNEGLCREATECONTEXTPROC EGL_CreateContext;
114 EGL_CreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("EGL_CreateContext")); in LoadEGL_EGL()
H A Degl_loader_autogen.h20 ANGLE_NO_EXPORT extern PFNEGLCREATECONTEXTPROC EGL_CreateContext;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libEGL/
H A Degl_loader_autogen.cpp15 PFNEGLCREATECONTEXTPROC l_EGL_CreateContext;
119 l_EGL_CreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("EGL_CreateContext")); in LoadEGL_EGL()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libEGL/
H A Degl_loader_autogen.cpp15 PFNEGLCREATECONTEXTPROC l_EGL_CreateContext;
119 l_EGL_CreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("EGL_CreateContext")); in LoadEGL_EGL()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libEGL/
H A Degl_loader_autogen.cpp15 PFNEGLCREATECONTEXTPROC l_EGL_CreateContext;
119 l_EGL_CreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("EGL_CreateContext")); in LoadEGL_EGL()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libEGL/
H A Degl_loader_autogen.cpp15 PFNEGLCREATECONTEXTPROC l_EGL_CreateContext;
119 l_EGL_CreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("EGL_CreateContext")); in LoadEGL_EGL()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libEGL/
H A Degl_loader_autogen.cpp15 PFNEGLCREATECONTEXTPROC l_EGL_CreateContext;
119 l_EGL_CreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("EGL_CreateContext")); in LoadEGL_EGL()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/util/
H A Degl_loader_autogen.cpp15 ANGLE_UTIL_EXPORT PFNEGLCREATECONTEXTPROC eglCreateContext;
118 eglCreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("eglCreateContext")); in LoadEGL()
H A Degl_loader_autogen.h21 ANGLE_UTIL_EXPORT extern PFNEGLCREATECONTEXTPROC eglCreateContext;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/restricted_traces/
H A Dtrace_egl_loader_autogen.cpp15 ANGLE_TRACE_LOADER_EXPORT PFNEGLCREATECONTEXTPROC t_eglCreateContext;
129 t_eglCreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("eglCreateContext")); in LoadEGL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/glad/src/
H A Degl.c36 PFNEGLCREATECONTEXTPROC glad_eglCreateContext = NULL;
84 glad_eglCreateContext = (PFNEGLCREATECONTEXTPROC) load(userptr, "eglCreateContext"); in glad_egl_load_EGL_VERSION_1_0()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/util/
H A Degl_loader_autogen.cpp15 ANGLE_UTIL_EXPORT PFNEGLCREATECONTEXTPROC l_eglCreateContext;
124 l_eglCreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("eglCreateContext")); in LoadEGL()
/dports/benchmarks/glmark2/glmark2-2021.12/src/glad/src/
H A Degl.c41 PFNEGLCREATECONTEXTPROC glad_eglCreateContext = NULL;
89 glad_eglCreateContext = (PFNEGLCREATECONTEXTPROC) load(userptr, "eglCreateContext"); in glad_egl_load_EGL_VERSION_1_0()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dglcontext_egl.cpp29 …typedef EGLContext (EGLAPIENTRY* PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, EGLConfig config, EGLCo… typedef
45 EGL_IMPORT_FUNC(PFNEGLCREATECONTEXTPROC, eglCreateContext); \
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dglcontext_egl.cpp29 …typedef EGLContext (EGLAPIENTRY* PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, EGLConfig config, EGLCo… typedef
45 EGL_IMPORT_FUNC(PFNEGLCREATECONTEXTPROC, eglCreateContext); \
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/glad/
H A Degl.c49 PFNEGLCREATECONTEXTPROC glad_eglCreateContext;
99 eglCreateContext = (PFNEGLCREATECONTEXTPROC)load("eglCreateContext", userptr); in load_EGL_VERSION_1_0()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/glad/
H A Degl.c49 PFNEGLCREATECONTEXTPROC glad_eglCreateContext;
99 eglCreateContext = (PFNEGLCREATECONTEXTPROC)load("eglCreateContext", userptr); in load_EGL_VERSION_1_0()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/egl/
H A Dfunctionsegl_typedefs.h25 typedef EGLContext (*PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/egl/
H A Dfunctionsegl_typedefs.h25 typedef EGLContext (*PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, typedef

123456