Searched refs:eglUnlockSurfaceKHR (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 72 eglUnlockSurfaceKHR;
|
D | platform_entries.in | 42 EGL_ENTRY(EGLBoolean, eglUnlockSurfaceKHR, EGLDisplay, EGLSurface)
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 62 EGL_ENTRY(EGLBoolean, eglUnlockSurfaceKHR, EGLDisplay, EGLSurface)
|
D | eglApi.cpp | 371 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) { in eglUnlockSurfaceKHR() function 375 return cnx->platform.eglUnlockSurfaceKHR(dpy, surface); in eglUnlockSurfaceKHR()
|
D | egl_platform_entries.cpp | 162 (__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/ |
D | eglext.h | 252 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface);
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 2081 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) in eglUnlockSurfaceKHR() function
|