Searched defs:eglLockSurfaceKHR (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A Degl.cpp2032 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp148 { "eglLockSurfaceKHR",
149 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
1386 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, function
1399 if (s->cnx->egl.eglLockSurfaceKHR) {
1400 return s->cnx->egl.eglLockSurfaceKHR(

Completed in 55 milliseconds