Home
last modified time | relevance | path

Searched refs:EGLSyncKHR (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Deglext.h61 typedef void *EGLSyncKHR; typedef
63 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EG…
65 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR …
152 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLi…
153 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
154 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint …
155 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLi…
157 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_…
158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
159 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLT…
[all …]
/OK3568_Linux_fs/external/libmali/include/EGL/
H A Deglext.h68 typedef void *EGLSyncKHR; typedef
70 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EG…
72 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR …
159 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLi…
160 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
161 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint …
162 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLi…
164 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_…
165 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
166 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLT…
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/
H A D0010-HACK-ozone-wayland-Force-disable-implicit-external-s.patch22 - EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
24 + EGLSyncKHR fence = InsertFence(/* has_implicit_external_sync_ */ false);
H A D0009-Create-new-fence-when-there-s-no-in-fences.patch21 +void WaitForEGLFence(EGLDisplay display, EGLSyncKHR fence) {
50 + EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/
H A D0011-HACK-ozone-wayland-Force-disable-implicit-external-s.patch22 - EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
24 + EGLSyncKHR fence = InsertFence(/* has_implicit_external_sync_ */ false);
H A D0010-Create-new-fence-when-there-s-no-in-fences.patch21 +void WaitForEGLFence(EGLDisplay display, EGLSyncKHR fence) {
50 + EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/
H A D0011-HACK-ozone-wayland-Force-disable-implicit-external-s.patch22 - EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
24 + EGLSyncKHR fence = InsertFence(/* has_implicit_external_sync_ */ false);
H A D0010-Create-new-fence-when-there-s-no-in-fences.patch21 +void WaitForEGLFence(EGLDisplay display, EGLSyncKHR fence) {
50 + EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0012-HACK-ozone-wayland-Force-disable-implicit-external-s.patch22 - EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
24 + EGLSyncKHR fence = InsertFence(/* has_implicit_external_sync_ */ false);
H A D0011-Create-new-fence-when-there-s-no-in-fences.patch21 +void WaitForEGLFence(EGLDisplay display, EGLSyncKHR fence) {
50 + EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/
H A D0010-HACK-ozone-wayland-Force-disable-implicit-external-s.patch22 - EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
24 + EGLSyncKHR fence = InsertFence(/* has_implicit_external_sync_ */ false);
H A D0009-Create-new-fence-when-there-s-no-in-fences.patch21 +void WaitForEGLFence(EGLDisplay display, EGLSyncKHR fence) {
50 + EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/
H A D0010-HACK-ozone-wayland-Force-disable-implicit-external-s.patch22 - EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
24 + EGLSyncKHR fence = InsertFence(/* has_implicit_external_sync_ */ false);
H A D0009-Create-new-fence-when-there-s-no-in-fences.patch21 +void WaitForEGLFence(EGLDisplay display, EGLSyncKHR fence) {
52 + EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0011-HACK-ozone-wayland-Force-disable-implicit-external-s.patch22 - EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
24 + EGLSyncKHR fence = InsertFence(/* has_implicit_external_sync_ */ false);
H A D0010-Create-new-fence-when-there-s-no-in-fences.patch21 +void WaitForEGLFence(EGLDisplay display, EGLSyncKHR fence) {
52 + EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0011-HACK-ozone-wayland-Force-disable-implicit-external-s.patch22 - EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
24 + EGLSyncKHR fence = InsertFence(/* has_implicit_external_sync_ */ false);
H A D0010-Create-new-fence-when-there-s-no-in-fences.patch21 +void WaitForEGLFence(EGLDisplay display, EGLSyncKHR fence) {
52 + EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0010-HACK-ozone-wayland-Force-disable-implicit-external-s.patch22 - EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
24 + EGLSyncKHR fence = InsertFence(/* has_implicit_external_sync_ */ false);
H A D0009-Create-new-fence-when-there-s-no-in-fences.patch21 +void WaitForEGLFence(EGLDisplay display, EGLSyncKHR fence) {
52 + EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0010-HACK-ozone-wayland-Force-disable-implicit-external-s.patch22 - EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);
24 + EGLSyncKHR fence = InsertFence(/* has_implicit_external_sync_ */ false);
H A D0009-Create-new-fence-when-there-s-no-in-fences.patch21 +void WaitForEGLFence(EGLDisplay display, EGLSyncKHR fence) {
52 + EGLSyncKHR fence = InsertFence(has_implicit_external_sync_);