Home
last modified time | relevance | path

Searched refs:egl_disp (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/godot2-tools/godot-2.1.6-stable/platform/bb10/
H A Dbbutil.c27 EGLDisplay egl_disp; variable
84 rc = eglGetConfigs(egl_disp, egl_configs, in bbutil_choose_config()
164 if (egl_disp == EGL_NO_DISPLAY) { in bbutil_init_egl()
170 rc = eglInitialize(egl_disp, NULL, NULL); in bbutil_init_egl()
328 rc = eglSwapInterval(egl_disp, interval); in bbutil_init_egl()
398 if (egl_disp != EGL_NO_DISPLAY) { in bbutil_terminate()
405 eglDestroyContext(egl_disp, egl_ctx); in bbutil_terminate()
412 eglTerminate(egl_disp); in bbutil_terminate()
413 egl_disp = EGL_NO_DISPLAY; in bbutil_terminate()
485 rc = eglDestroySurface(egl_disp, egl_surf); in bbutil_rotate_screen_surface()
[all …]
H A Dos_bb10.cpp105 eglQuerySurface(egl_disp, egl_surf, EGL_WIDTH, &surface_width); in initialize()
106 eglQuerySurface(egl_disp, egl_surf, EGL_HEIGHT, &surface_height); in initialize()
446 eglQuerySurface(egl_disp, egl_surf, EGL_WIDTH, &surface_width); in _resize()
447 eglQuerySurface(egl_disp, egl_surf, EGL_HEIGHT, &surface_height); in _resize()
H A Dbbutil.h29 extern EGLDisplay egl_disp;
/dports/devel/godot2/godot-2.1.6-stable/platform/bb10/
H A Dbbutil.c27 EGLDisplay egl_disp; variable
84 rc = eglGetConfigs(egl_disp, egl_configs, in bbutil_choose_config()
164 if (egl_disp == EGL_NO_DISPLAY) { in bbutil_init_egl()
170 rc = eglInitialize(egl_disp, NULL, NULL); in bbutil_init_egl()
328 rc = eglSwapInterval(egl_disp, interval); in bbutil_init_egl()
398 if (egl_disp != EGL_NO_DISPLAY) { in bbutil_terminate()
405 eglDestroyContext(egl_disp, egl_ctx); in bbutil_terminate()
412 eglTerminate(egl_disp); in bbutil_terminate()
413 egl_disp = EGL_NO_DISPLAY; in bbutil_terminate()
485 rc = eglDestroySurface(egl_disp, egl_surf); in bbutil_rotate_screen_surface()
[all …]
H A Dos_bb10.cpp105 eglQuerySurface(egl_disp, egl_surf, EGL_WIDTH, &surface_width); in initialize()
106 eglQuerySurface(egl_disp, egl_surf, EGL_HEIGHT, &surface_height); in initialize()
446 eglQuerySurface(egl_disp, egl_surf, EGL_WIDTH, &surface_width); in _resize()
447 eglQuerySurface(egl_disp, egl_surf, EGL_HEIGHT, &surface_height); in _resize()
H A Dbbutil.h29 extern EGLDisplay egl_disp;
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/qnx/
H A Dgl.c25 static EGLDisplay egl_disp; variable
78 rc = eglGetConfigs(egl_disp, NULL, 0, &egl_num_configs); in glGetConfig()
94 rc = eglGetConfigs(egl_disp, egl_configs, egl_num_configs, in glGetConfig()
140 egl_disp = eglGetDisplay(disp_id); in glLoadLibrary()
141 if (egl_disp == EGL_NO_DISPLAY) { in glLoadLibrary()
145 if (eglInitialize(egl_disp, NULL, NULL) == EGL_FALSE) { in glLoadLibrary()
193 context = eglCreateContext(egl_disp, impl->conf, EGL_NO_CONTEXT, in glCreateContext()
205 eglMakeCurrent(egl_disp, surface, surface, context); in glCreateContext()
220 if (eglSwapInterval(egl_disp, interval) != EGL_TRUE) { in glSetSwapInterval()
274 eglDestroyContext(egl_disp, context); in glDeleteContext()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/qnx/
H A Dgl.c25 static EGLDisplay egl_disp; variable
78 rc = eglGetConfigs(egl_disp, NULL, 0, &egl_num_configs); in glGetConfig()
94 rc = eglGetConfigs(egl_disp, egl_configs, egl_num_configs, in glGetConfig()
140 egl_disp = eglGetDisplay(disp_id); in glLoadLibrary()
141 if (egl_disp == EGL_NO_DISPLAY) { in glLoadLibrary()
145 if (eglInitialize(egl_disp, NULL, NULL) == EGL_FALSE) { in glLoadLibrary()
193 context = eglCreateContext(egl_disp, impl->conf, EGL_NO_CONTEXT, in glCreateContext()
205 eglMakeCurrent(egl_disp, surface, surface, context); in glCreateContext()
220 if (eglSwapInterval(egl_disp, interval) != EGL_TRUE) { in glSetSwapInterval()
274 eglDestroyContext(egl_disp, context); in glDeleteContext()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/video/qnx/
H A Dgl.c25 static EGLDisplay egl_disp; variable
78 rc = eglGetConfigs(egl_disp, NULL, 0, &egl_num_configs); in glGetConfig()
94 rc = eglGetConfigs(egl_disp, egl_configs, egl_num_configs, in glGetConfig()
140 egl_disp = eglGetDisplay(disp_id); in glLoadLibrary()
141 if (egl_disp == EGL_NO_DISPLAY) { in glLoadLibrary()
145 if (eglInitialize(egl_disp, NULL, NULL) == EGL_FALSE) { in glLoadLibrary()
193 context = eglCreateContext(egl_disp, impl->conf, EGL_NO_CONTEXT, in glCreateContext()
205 eglMakeCurrent(egl_disp, surface, surface, context); in glCreateContext()
220 if (eglSwapInterval(egl_disp, interval) != EGL_TRUE) { in glSetSwapInterval()
274 eglDestroyContext(egl_disp, context); in glDeleteContext()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/win32/
H A Dgdkglcontext-win32-egl.c73 eglDestroyContext (display_win32->egl_disp, in G_DEFINE_TYPE()
190 EGLDisplay egl_disp = display->egl_disp; in find_eglconfig_for_window() local
257 EGLDisplay egl_disp; in gdk_win32_display_init_egl() local
262 if (display_win32->egl_disp != EGL_NO_DISPLAY) in gdk_win32_display_init_egl()
267 if (egl_disp == EGL_NO_DISPLAY) in gdk_win32_display_init_egl()
270 if (!eglInitialize (egl_disp, NULL, NULL)) in gdk_win32_display_init_egl()
272 eglTerminate (egl_disp); in gdk_win32_display_init_egl()
273 egl_disp = EGL_NO_DISPLAY; in gdk_win32_display_init_egl()
280 display_win32->egl_disp = egl_disp; in gdk_win32_display_init_egl()
425 if (display_win32->egl_disp != EGL_NO_DISPLAY) in gdk_win32_gl_context_egl_clear_current()
[all …]
H A Dgdkdisplay-win32.c649 if (display_win32->egl_disp != EGL_NO_DISPLAY) in gdk_win32_display_dispose()
651 eglTerminate (display_win32->egl_disp); in gdk_win32_display_dispose()
652 display_win32->egl_disp = EGL_NO_DISPLAY; in gdk_win32_display_dispose()
1190 if (display_win32->egl_disp) in gdk_win32_display_init_gl()
1223 return display_win32->egl_disp; in gdk_win32_display_get_egl_display()
H A Dgdkdisplay-win32.h141 EGLDisplay egl_disp; member
H A Dgdksurface-win32.c696 eglDestroySurface (display->egl_disp, surface->egl_surface); in gdk_win32_surface_destroy()
701 eglDestroySurface (display->egl_disp, surface->egl_dummy_surface); in gdk_win32_surface_destroy()
5077 impl->egl_dummy_surface = eglCreatePbufferSurface (display->egl_disp, in gdk_win32_surface_get_egl_surface()
5086 impl->egl_surface = eglCreateWindowSurface (display->egl_disp, in gdk_win32_surface_get_egl_surface()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/wayland_egl/
H A Devas_wl_main.c64 if (!gw->egl_disp) in eng_window_new()
156 if (eglMakeCurrent(gw->egl_disp, EGL_NO_SURFACE, in eng_window_new()
207 eng_gl_symbols(gw->egl_disp); in eng_window_new()
214 gw->gl_context->egldisp = gw->egl_disp; in eng_window_new()
241 eglMakeCurrent(gw->egl_disp, EGL_NO_SURFACE, in eng_window_free()
255 eglTerminate(gw->egl_disp); in eng_window_free()
318 eglMakeCurrent(gw->egl_disp, EGL_NO_SURFACE, in eng_window_unsurf()
359 if (eglMakeCurrent(gw->egl_disp, gw->egl_surface, in eng_window_resurf()
544 eglSwapInterval(ob->egl_disp, 0); in eng_outbuf_flush()
590 return ob->egl_disp; in eng_outbuf_egl_display_get()
[all …]
H A Devas_engine.c259 return (void *)ob->egl_disp; in evgl_eng_display_get()
339 eglDestroySurface(ob->egl_disp, (EGLSurface)surface); in evgl_eng_window_surface_destroy()
367 eglCreateContext(ob->egl_disp, ob->egl_config, in evgl_eng_context_create()
373 eglCreateContext(ob->egl_disp, ob->egl_config, in evgl_eng_context_create()
396 eglDestroyContext(ob->egl_disp, (EGLContext)ctxt); in evgl_eng_context_destroy()
418 eglMakeCurrent(ob->egl_disp, EGL_NO_SURFACE, in evgl_eng_make_current()
461 return eglQueryString(ob->egl_disp, EGL_EXTENSIONS); in evgl_eng_string_get()
1230 img->native.disp = ob->egl_disp; in eng_image_native_set()
1256 img->native.disp = ob->egl_disp; in eng_image_native_set()
1284 img->native.disp = ob->egl_disp; in eng_image_native_set()
[all …]
H A Devas_engine.h80 EGLDisplay egl_disp; member
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_x11/
H A Devas_x_main.c276 gw->egl_disp = _x11_eglGetDisplay(gw->disp); in eng_window_new()
277 if (!gw->egl_disp) in eng_window_new()
336 if (evas_eglMakeCurrent(gw->egl_disp, in eng_window_new()
629 gw->gl_context->egldisp = gw->egl_disp; in eng_window_new()
675 eglTerminate(gw->egl_disp); in eng_window_free()
841 if (evas_eglMakeCurrent(gw->egl_disp, in eng_window_resurf()
902 EGLDisplay *egl_disp; in eng_best_visual_get() local
909 if (!egl_disp) in eng_best_visual_get()
1350 ctx->display = win->egl_disp; in eng_gl_context_new()
1628 else eglSwapInterval(ob->egl_disp, 0); in eng_outbuf_flush()
[all …]
H A Devas_engine.c126 return (void*)eng_get_ob(re)->egl_disp; in evgl_eng_display_get()
409 surface = eglCreateWindowSurface(eng_get_ob(re)->egl_disp, in evgl_eng_window_surface_create()
512 context = eglCreateContext(eng_get_ob(re)->egl_disp, in evgl_eng_context_create()
519 context = eglCreateContext(eng_get_ob(re)->egl_disp, in evgl_eng_context_create()
526 context = eglCreateContext(eng_get_ob(re)->egl_disp, in evgl_eng_context_create()
1360 exts = eglQueryString(ob->egl_disp, EGL_EXTENSIONS); in eng_gl_symbols()
2577 im->native.disp = ob->egl_disp; in eng_image_native_set()
2816 im->native.disp = ob->egl_disp; in eng_image_native_set()
2860 im->native.disp = ob->egl_disp; in eng_image_native_set()
2889 im->native.disp = ob->egl_disp; in eng_image_native_set()
[all …]
H A Devas_engine.h67 EGLDisplay egl_disp; member
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/win32/
H A Dgdkglcontext-win32.c1041 EGLDisplay egl_disp; in gdk_win32_display_init_egl() local
1048 if (egl_disp == EGL_NO_DISPLAY || in gdk_win32_display_init_egl()
1049 !eglInitialize (egl_disp, NULL, NULL)) in gdk_win32_display_init_egl()
1051 if (egl_disp != EGL_NO_DISPLAY) in gdk_win32_display_init_egl()
1053 eglTerminate (egl_disp); in gdk_win32_display_init_egl()
1054 egl_disp = EGL_NO_DISPLAY; in gdk_win32_display_init_egl()
1061 display_win32->egl_disp = egl_disp; in gdk_win32_display_init_egl()
1095 EGLDisplay egl_disp; in find_eglconfig_for_window() local
1101 egl_disp = display_win32->egl_disp; in find_eglconfig_for_window()
1327 if (!eglMakeCurrent (display_win32->egl_disp, in gdk_win32_display_make_egl_context_current()
[all …]
H A Dgdkdisplay-win32.h101 EGLDisplay egl_disp; member
H A Dgdkdisplay-win32.c812 if (display_win32->egl_disp != EGL_NO_DISPLAY) in gdk_win32_display_dispose()
814 eglTerminate (display_win32->egl_disp); in gdk_win32_display_dispose()
815 display_win32->egl_disp = EGL_NO_DISPLAY; in gdk_win32_display_dispose()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_sdl/
H A Devas_engine.h71 EGLDisplay egl_disp; member
H A Devas_engine.c103 return ob->egl_disp; in _window_egl_display_get()
145 return re->generic.software.ob->egl_disp; in evgl_eng_display_get()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/kdrive/arcan/
H A Darcan.c1177 uintptr_t egl_disp = 0, egl_ctx = 0; in glamor_egl_screen_init() local
1178 arcan_shmifext_egl_meta(scrpriv->acon, &egl_disp, NULL, &egl_ctx); in glamor_egl_screen_init()
1182 glamor_ctx->display = (EGLDisplay) egl_disp; in glamor_egl_screen_init()

12