Searched refs:eglUnlockSurfaceKHR (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp133 { "eglUnlockSurfaceKHR",
134 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1415 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function
1427 if (s->cnx->egl.eglUnlockSurfaceKHR) {
1428 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface);
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto796 eglUnlockSurfaceKHR = 2035;
/frameworks/native/opengl/include/EGL/
H A Deglext.h72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
/frameworks/native/opengl/libagl/
H A Degl.cpp2048 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) function

Completed in 102 milliseconds