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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto500 eglUnlockSurfaceKHR = 2035;
/frameworks/native/opengl/include/EGL/
H A Deglext.h72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp67 { "eglUnlockSurfaceKHR",
68 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1066 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function
1078 if (s->cnx->egl.eglUnlockSurfaceKHR) {
1079 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1009 const GLMessage_Function GLMessage::eglUnlockSurfaceKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1342 static const Function eglUnlockSurfaceKHR = GLMessage_Function_eglUnlockSurfaceKHR; member in class:android::gltrace::GLMessage
/frameworks/native/opengl/libagl/
H A Degl.cpp2005 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function

Completed in 108 milliseconds