Searched defs:eglLockSurfaceKHR (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Degl.cpp2041 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp131 { "eglLockSurfaceKHR",
132 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
1404 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, function
1417 if (s->cnx->egl.eglLockSurfaceKHR) {
1418 return s->cnx->egl.eglLockSurfaceKHR(

Completed in 13 milliseconds