Searched refs:egldisplay (Results 1 – 12 of 12) sorted by relevance
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | window.c | 334 p_display->egldisplay = eglGetDisplay(p_display->p_display); in init_egl() 336 if (!eglInitialize(p_display->egldisplay, &iMajor, &iMinor)) in init_egl() 348 if (!eglChooseConfig(p_display->egldisplay, argb_config_attribs, in init_egl() 355 p_display->eglcontext = eglCreateContext(p_display->egldisplay, in init_egl() 363 if (!eglMakeCurrent(p_display->egldisplay, NULL, NULL, in init_egl() 376 eglMakeCurrent(p_display->egldisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, in finish_egl() 379 eglTerminate(p_display->egldisplay); in finish_egl() 395 p_window->p_display->egldisplay, p_window->p_display->eglconfig, in window_create_surface() 398 eglMakeCurrent(p_window->p_display->egldisplay, p_window->eglsurface, in window_create_surface() 432 eglSwapBuffers(p_window->p_display->egldisplay, p_window->eglsurface); in idle_redraw() [all …]
|
/third_party/mesa3d/include/CL/ |
D | cl_egl.h | 65 CLeglDisplayKHR egldisplay, 73 CLeglDisplayKHR egldisplay,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_egl.h | 53 CLeglDisplayKHR egldisplay, 61 CLeglDisplayKHR egldisplay,
|
/third_party/opencl-headers/CL/ |
D | cl_egl.h | 53 CLeglDisplayKHR egldisplay, 61 CLeglDisplayKHR egldisplay,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/dispmanx/ |
D | gstglwindow_dispmanx_egl.h | 61 EGLDisplay egldisplay; member
|
D | gstglwindow_dispmanx_egl.c | 90 window_egl->egldisplay = EGL_DEFAULT_DISPLAY; in gst_gl_window_dispmanx_egl_init() 359 return (guintptr) window_egl->egldisplay; in gst_gl_window_dispmanx_egl_get_display()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl_egl.h | 77 CLeglDisplayKHR egldisplay,
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/ |
D | window.h | 57 EGLDisplay egldisplay; member
|
/third_party/mesa3d/src/egl/ |
D | meson.build | 43 'main/egldisplay.c', 44 'main/egldisplay.h',
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264dprc.c | 170 static struct pipe_resource * st_omx_pipe_texture_from_eglimage(EGLDisplay egldisplay, in st_omx_pipe_texture_from_eglimage() argument 173 _EGLDisplay *disp = egldisplay; in st_omx_pipe_texture_from_eglimage()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirsym.h | 85 …,mir_connection_get_egl_pixel_format,(MirConnection* connection, void* egldisplay, void* eglconfig…
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 1192 ../src/egl/main/egldisplay.c 1193 ../src/egl/main/egldisplay.h
|