Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc131 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglUnlockSurfaceKHR);
250 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglUnlockSurfaceKHR); in init_stub_library()
Dstubs_arm64.cc131 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglUnlockSurfaceKHR);
250 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglUnlockSurfaceKHR); in init_stub_library()
Dstubs_arm.cc131 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglUnlockSurfaceKHR);
250 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglUnlockSurfaceKHR); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt72 eglUnlockSurfaceKHR;
Dplatform_entries.in42 EGL_ENTRY(EGLBoolean, eglUnlockSurfaceKHR, EGLDisplay, EGLSurface)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in62 EGL_ENTRY(EGLBoolean, eglUnlockSurfaceKHR, EGLDisplay, EGLSurface)
DeglApi.cpp367 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) { in eglUnlockSurfaceKHR() function
371 return cnx->platform.eglUnlockSurfaceKHR(dpy, surface); in eglUnlockSurfaceKHR()
Degl_platform_entries.cpp157 { "eglUnlockSurfaceKHR", (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1632 if (s->cnx->egl.eglUnlockSurfaceKHR) { in eglUnlockSurfaceKHRImpl()
1633 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface); in eglUnlockSurfaceKHRImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h252 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface);