Searched refs:eglUnlockSurfaceKHR (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 126 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglUnlockSurfaceKHR); 240 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglUnlockSurfaceKHR); in init_stub_library()
|
D | stubs_arm64.cc | 126 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglUnlockSurfaceKHR); 240 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglUnlockSurfaceKHR); in init_stub_library()
|
/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 | 368 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) { in eglUnlockSurfaceKHR() function 372 return cnx->platform.eglUnlockSurfaceKHR(dpy, surface); in eglUnlockSurfaceKHR()
|
D | egl_platform_entries.cpp | 162 (__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/ |
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
|