Home
last modified time | relevance | path

Searched refs:EGL_OPENGL_ES_API (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/package/libgtk3/
H A D0005-gdk-wayland-Fix-GL-init-error-for-GLES.patch6 Use EGL_OPENGL_ES_API when _gdk_gl_flags has GDK_GL_GLES.
30 + if (!eglBindAPI (EGL_OPENGL_ES_API))
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch300 - if (m_api != EGL_OPENGL_ES_API)
301 - eglBindAPI(EGL_OPENGL_ES_API);
318 - if (m_api != EGL_OPENGL_ES_API)
/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Degl.h191 #define EGL_OPENGL_ES_API 0x30A0 macro
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c242 if (!eglBindAPI(EGL_OPENGL_ES_API)) { in egl_init_ctx()
/OK3568_Linux_fs/external/libmali/include/EGL/
H A Degl.h227 #define EGL_OPENGL_ES_API 0x30A0 macro
/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.patch469 + if (!eglBindAPI(EGL_OPENGL_ES_API)) {
/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.patch532 + if (!eglBindAPI(EGL_OPENGL_ES_API)) {
/OK3568_Linux_fs/buildroot/package/weston/
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch532 + if (!eglBindAPI(EGL_OPENGL_ES_API)) {
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c1028 if (!eglBindAPI(EGL_OPENGL_ES_API)) { in glamor_egl_init()