Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc126 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglUnlockSurfaceKHR);
240 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglUnlockSurfaceKHR); in init_stub_library()
Dstubs_arm64.cc126 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglUnlockSurfaceKHR);
240 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.cpp368 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) { in eglUnlockSurfaceKHR() function
372 return cnx->platform.eglUnlockSurfaceKHR(dpy, surface); in eglUnlockSurfaceKHR()
Degl_platform_entries.cpp162 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1717 if (s->cnx->egl.eglUnlockSurfaceKHR) { in eglUnlockSurfaceKHRImpl()
1718 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);
/frameworks/native/opengl/libagl/
Degl.cpp2081 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) in eglUnlockSurfaceKHR() function