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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp141 { "eglLockSurfaceKHR",
142 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
1465 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, function
1478 if (s->cnx->egl.eglLockSurfaceKHR) {
1479 return s->cnx->egl.eglLockSurfaceKHR(
/frameworks/native/opengl/include/EGL/
H A Deglext.h58 #define EGL_MAP_PRESERVE_PIXELS_KHR 0x30C4 /* eglLockSurfaceKHR attribute */
59 #define EGL_LOCK_USAGE_HINT_KHR 0x30C5 /* eglLockSurfaceKHR attribute */
71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
/frameworks/native/opengl/libagl/
H A Degl.cpp2055 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, function

Completed in 62 milliseconds