Searched refs:eglLockSurfaceKHR (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp148 { "eglLockSurfaceKHR",
149 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
1699 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, function
1712 if (s->cnx->egl.eglLockSurfaceKHR) {
1713 return s->cnx->egl.eglLockSurfaceKHR(
/frameworks/native/opengl/include/EGL/
H A Deglext.h251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
/frameworks/native/opengl/libagl/
H A Degl.cpp2074 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, function

Completed in 73 milliseconds