Home
last modified time | relevance | path

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

/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.cpp371 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) { in eglUnlockSurfaceKHR() function
375 return cnx->platform.eglUnlockSurfaceKHR(dpy, surface); in eglUnlockSurfaceKHR()
Degl_platform_entries.cpp162 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1698 if (s->cnx->egl.eglUnlockSurfaceKHR) { in eglUnlockSurfaceKHRImpl()
1699 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