Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_entries.in50 EGL_ENTRY(EGLBoolean, eglUnlockSurfaceKHR, EGLDisplay, EGLSurface)
DeglApi.cpp134 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1424 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) in eglUnlockSurfaceKHR() function
1436 if (s->cnx->egl.eglUnlockSurfaceKHR) { in eglUnlockSurfaceKHR()
1437 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface); in eglUnlockSurfaceKHR()
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto796 eglUnlockSurfaceKHR = 2035; enumerator
/frameworks/native/opengl/include/EGL/
Deglext.h72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
/frameworks/native/opengl/libagl/
Degl.cpp2048 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) in eglUnlockSurfaceKHR() function