Home
last modified time | relevance | path

Searched refs:egldpy (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/cegui/cegui-0.8.7/samples/GLESTest/
H A DSample_GLESTest.cpp81 EGLDisplay egldpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in main() local
84 eglInitialize(egldpy, &majVer, &minVer); in main()
98 eglChooseConfig(egldpy, attrs, &config, 1, &numconfigs); in main()
101 eglCreateWindowSurface(egldpy, config, (NativeWindowType)wnd, 0); in main()
103 EGLContext ctx = eglCreateContext(egldpy, config, 0, 0); in main()
104 eglMakeCurrent(egldpy, surface, surface, ctx); in main()
188 eglSwapBuffers(egldpy, surface); in main()
194 eglMakeCurrent(egldpy, 0, 0, 0); in main()
195 eglDestroyContext(egldpy, ctx); in main()
196 eglDestroySurface(egldpy, surface); in main()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/gapi/
H A Dgapi.cpp727 if (ctx->egldpy) { in GAPI_ReleaseOGL_ES()
734 if (ctx->egldpy) eglTerminate(ctx->egldpy); in GAPI_ReleaseOGL_ES()
735 ctx->egldpy = 0; in GAPI_ReleaseOGL_ES()
794 if (!gctx->egldpy) { in GAPI_SetupOGL_ES()
798 if (!eglInitialize(gctx->egldpy, &maj, &min)) { in GAPI_SetupOGL_ES()
799 gctx->egldpy = NULL; in GAPI_SetupOGL_ES()
832 eglDestroyContext(gctx->egldpy, gctx->eglctx); in GAPI_SetupOGL_ES()
864 if (!eglInitialize(gctx->egldpy, &maj, &min)) { in GAPI_SetupOGL_ES_Offscreen()
865 gctx->egldpy = NULL; in GAPI_SetupOGL_ES_Offscreen()
886 eglGetConfigs(gctx->egldpy, NULL, 0, &n); in GAPI_SetupOGL_ES_Offscreen()
[all …]
H A Dgapi.h88 EGLDisplay egldpy; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/gapi/
H A Dgapi.cpp727 if (ctx->egldpy) { in GAPI_ReleaseOGL_ES()
734 if (ctx->egldpy) eglTerminate(ctx->egldpy); in GAPI_ReleaseOGL_ES()
735 ctx->egldpy = 0; in GAPI_ReleaseOGL_ES()
794 if (!gctx->egldpy) { in GAPI_SetupOGL_ES()
798 if (!eglInitialize(gctx->egldpy, &maj, &min)) { in GAPI_SetupOGL_ES()
799 gctx->egldpy = NULL; in GAPI_SetupOGL_ES()
832 eglDestroyContext(gctx->egldpy, gctx->eglctx); in GAPI_SetupOGL_ES()
864 if (!eglInitialize(gctx->egldpy, &maj, &min)) { in GAPI_SetupOGL_ES_Offscreen()
865 gctx->egldpy = NULL; in GAPI_SetupOGL_ES_Offscreen()
886 eglGetConfigs(gctx->egldpy, NULL, 0, &n); in GAPI_SetupOGL_ES_Offscreen()
[all …]
H A Dgapi.h88 EGLDisplay egldpy; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/dx_hw/
H A Ddx_video.c139 if (dd->eglctx) eglDestroyContext(dd->egldpy, dd->eglctx);
141 if (dd->surface) eglDestroySurface(dd->egldpy, dd->surface);
144 if (dd->egldpy) eglTerminate(dd->egldpy);
147 dd->egldpy = NULL;
229 dd->egldpy = eglGetDisplay(/*dd->gl_HDC*/ EGL_DEFAULT_DISPLAY); in DD_SetupOpenGL()
230 if (!eglInitialize(dd->egldpy, &major, &minor)) return GF_IO_ERR; in DD_SetupOpenGL()
246 dd->eglctx = eglCreateContext(dd->egldpy, dd->eglconfig, NULL, NULL); in DD_SetupOpenGL()
250 eglDestroySurface(dd->egldpy, dd->surface); in DD_SetupOpenGL()
255 eglDestroyContext(dd->egldpy, dd->eglctx); in DD_SetupOpenGL()
257 eglDestroySurface(dd->egldpy, dd->surface); in DD_SetupOpenGL()
[all …]
H A Ddx_hw.h171 EGLDisplay egldpy; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/dx_hw/
H A Ddx_video.c139 if (dd->eglctx) eglDestroyContext(dd->egldpy, dd->eglctx);
141 if (dd->surface) eglDestroySurface(dd->egldpy, dd->surface);
144 if (dd->egldpy) eglTerminate(dd->egldpy);
147 dd->egldpy = NULL;
229 dd->egldpy = eglGetDisplay(/*dd->gl_HDC*/ EGL_DEFAULT_DISPLAY); in DD_SetupOpenGL()
230 if (!eglInitialize(dd->egldpy, &major, &minor)) return GF_IO_ERR; in DD_SetupOpenGL()
246 dd->eglctx = eglCreateContext(dd->egldpy, dd->eglconfig, NULL, NULL); in DD_SetupOpenGL()
250 eglDestroySurface(dd->egldpy, dd->surface); in DD_SetupOpenGL()
255 eglDestroyContext(dd->egldpy, dd->eglctx); in DD_SetupOpenGL()
257 eglDestroySurface(dd->egldpy, dd->surface); in DD_SetupOpenGL()
[all …]
H A Ddx_hw.h171 EGLDisplay egldpy; member
/dports/graphics/weston/weston-1.9.0/src/
H A Dgl-renderer.c2125 log_egl_gl_info(EGLDisplay egldpy) in log_egl_gl_info() argument
2129 str = eglQueryString(egldpy, EGL_VERSION); in log_egl_gl_info()
2132 str = eglQueryString(egldpy, EGL_VENDOR); in log_egl_gl_info()
2135 str = eglQueryString(egldpy, EGL_CLIENT_APIS); in log_egl_gl_info()
2138 str = eglQueryString(egldpy, EGL_EXTENSIONS); in log_egl_gl_info()
2158 log_egl_config_info(EGLDisplay egldpy, EGLConfig eglconfig) in log_egl_config_info() argument
2165 if (eglGetConfigAttrib(egldpy, eglconfig, EGL_RED_SIZE, &r) && in log_egl_config_info()
2166 eglGetConfigAttrib(egldpy, eglconfig, EGL_GREEN_SIZE, &g) && in log_egl_config_info()
2167 eglGetConfigAttrib(egldpy, eglconfig, EGL_BLUE_SIZE, &b) && in log_egl_config_info()
2168 eglGetConfigAttrib(egldpy, eglconfig, EGL_ALPHA_SIZE, &a)) in log_egl_config_info()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/renderer-gl/
H A Dgl-renderer.c3085 log_egl_info(EGLDisplay egldpy) in log_egl_info() argument
3089 str = eglQueryString(egldpy, EGL_VERSION); in log_egl_info()
3092 str = eglQueryString(egldpy, EGL_VENDOR); in log_egl_info()
3095 str = eglQueryString(egldpy, EGL_CLIENT_APIS); in log_egl_info()
3098 str = eglQueryString(egldpy, EGL_EXTENSIONS); in log_egl_info()
3124 log_egl_config_info(EGLDisplay egldpy, EGLConfig eglconfig) in log_egl_config_info() argument
3131 if (eglGetConfigAttrib(egldpy, eglconfig, EGL_RED_SIZE, &r) && in log_egl_config_info()
3132 eglGetConfigAttrib(egldpy, eglconfig, EGL_GREEN_SIZE, &g) && in log_egl_config_info()
3133 eglGetConfigAttrib(egldpy, eglconfig, EGL_BLUE_SIZE, &b) && in log_egl_config_info()
3134 eglGetConfigAttrib(egldpy, eglconfig, EGL_ALPHA_SIZE, &a)) in log_egl_config_info()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/renderer-gl/
H A Dgl-renderer.c3085 log_egl_info(EGLDisplay egldpy) in log_egl_info() argument
3089 str = eglQueryString(egldpy, EGL_VERSION); in log_egl_info()
3092 str = eglQueryString(egldpy, EGL_VENDOR); in log_egl_info()
3095 str = eglQueryString(egldpy, EGL_CLIENT_APIS); in log_egl_info()
3098 str = eglQueryString(egldpy, EGL_EXTENSIONS); in log_egl_info()
3124 log_egl_config_info(EGLDisplay egldpy, EGLConfig eglconfig) in log_egl_config_info() argument
3131 if (eglGetConfigAttrib(egldpy, eglconfig, EGL_RED_SIZE, &r) && in log_egl_config_info()
3132 eglGetConfigAttrib(egldpy, eglconfig, EGL_GREEN_SIZE, &g) && in log_egl_config_info()
3133 eglGetConfigAttrib(egldpy, eglconfig, EGL_BLUE_SIZE, &b) && in log_egl_config_info()
3134 eglGetConfigAttrib(egldpy, eglconfig, EGL_ALPHA_SIZE, &a)) in log_egl_config_info()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/arcan/
H A Dvideo.c648 EGLDisplay egldpy = conn_egl_display(&disp[0].conn); in platform_video_map_buffer() local
649 if (!egldpy) in platform_video_map_buffer()
653 fenv, &agp_eglenv, egldpy, (struct shmifext_buffer_plane*) planes, n); in platform_video_map_buffer()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/arcan/
H A Dvideo.c648 EGLDisplay egldpy = conn_egl_display(&disp[0].conn); in platform_video_map_buffer() local
649 if (!egldpy) in platform_video_map_buffer()
653 fenv, &agp_eglenv, egldpy, (struct shmifext_buffer_plane*) planes, n); in platform_video_map_buffer()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/arcan/
H A Dvideo.c648 EGLDisplay egldpy = conn_egl_display(&disp[0].conn); in platform_video_map_buffer() local
649 if (!egldpy) in platform_video_map_buffer()
653 fenv, &agp_eglenv, egldpy, (struct shmifext_buffer_plane*) planes, n); in platform_video_map_buffer()
/dports/x11/aclip/arcan-0.6.1/src/platform/arcan/
H A Dvideo.c648 EGLDisplay egldpy = conn_egl_display(&disp[0].conn); in platform_video_map_buffer() local
649 if (!egldpy) in platform_video_map_buffer()
653 fenv, &agp_eglenv, egldpy, (struct shmifext_buffer_plane*) planes, n); in platform_video_map_buffer()