Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/libgtk3/
H A D0005-gdk-wayland-Fix-GL-init-error-for-GLES.patch27 - if (!eglBindAPI (EGL_OPENGL_API))
33 + if (!eglBindAPI (EGL_OPENGL_API))
/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Degl.h232 #define EGL_OPENGL_API 0x30A2 macro
/OK3568_Linux_fs/external/libmali/include/EGL/
H A Degl.h275 #define EGL_OPENGL_API 0x30A2 macro
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c818 eglBindAPI(EGL_OPENGL_API); in xwl_glamor_eglstream_init_egl()
H A Dxwayland-glamor-gbm.c962 eglBindAPI(EGL_OPENGL_API); in xwl_glamor_gbm_init_egl()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c999 if (eglBindAPI(EGL_OPENGL_API)) { in glamor_egl_init()