Home
last modified time | relevance | path

Searched refs:get_platform_display (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/libmali/hook/
H A Dhook.c571 static PFNEGLGETPLATFORMDISPLAYEXTPROC get_platform_display = NULL; in eglGetDisplay() local
572 if (!get_platform_display) in eglGetDisplay()
573 get_platform_display = (PFNEGLGETPLATFORMDISPLAYEXTPROC) in eglGetDisplay()
575 if (!get_platform_display) in eglGetDisplay()
580 return get_platform_display(EGL_PLATFORM_GBM_KHR, display_id, NULL); in eglGetDisplay()
585 return get_platform_display(EGL_PLATFORM_WAYLAND_EXT, display_id, NULL); in eglGetDisplay()
590 return get_platform_display(EGL_PLATFORM_X11_KHR, display_id, NULL); in eglGetDisplay()
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0012-eglfs_kms-Support-EGL-platform-display.patch26 + PFNEGLGETPLATFORMDISPLAYEXTPROC get_platform_display =
29 + if (get_platform_display) {
30 + display = get_platform_display(EGL_PLATFORM_GBM_KHR,
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c181 PFNEGLGETPLATFORMDISPLAYEXTPROC get_platform_display; in egl_init_ctx() local
203 EGL_LOAD_PROC(get_platform_display, PFNEGLGETPLATFORMDISPLAYEXTPROC, in egl_init_ctx()
205 if (!get_platform_display) { in egl_init_ctx()
230 ctx->egl_display = get_platform_display(EGL_PLATFORM_GBM_KHR, in egl_init_ctx()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0022-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch414 + PFNEGLGETPLATFORMDISPLAYEXTPROC get_platform_display;
417 + get_platform_display =
426 + if (!get_platform_display || !pr->query_buffer ||
444 + pr->egl_display = get_platform_display(EGL_PLATFORM_GBM_KHR,
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch477 + PFNEGLGETPLATFORMDISPLAYEXTPROC get_platform_display;
480 + get_platform_display =
489 + if (!get_platform_display || !pr->query_buffer ||
507 + pr->egl_display = get_platform_display(EGL_PLATFORM_GBM_KHR,
/OK3568_Linux_fs/buildroot/package/weston/
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch477 + PFNEGLGETPLATFORMDISPLAYEXTPROC get_platform_display;
480 + get_platform_display =
489 + if (!get_platform_display || !pr->query_buffer ||
507 + pr->egl_display = get_platform_display(EGL_PLATFORM_GBM_KHR,