Home
last modified time | relevance | path

Searched refs:eglLockSurfaceKHR (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/libs/
DlibEGL.map.txt48 eglLockSurfaceKHR;
Dplatform_entries.in41 EGL_ENTRY(EGLBoolean, eglLockSurfaceKHR, EGLDisplay, EGLSurface, const EGLint*)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in61 EGL_ENTRY(EGLBoolean, eglLockSurfaceKHR, EGLDisplay, EGLSurface, const EGLint *)
DeglApi.cpp364 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, const EGLint* attrib_list) { in eglLockSurfaceKHR() function
368 return cnx->platform.eglLockSurfaceKHR(dpy, surface, attrib_list); in eglLockSurfaceKHR()
Degl_platform_entries.cpp160 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
1681 if (s->cnx->egl.eglLockSurfaceKHR) { in eglLockSurfaceKHRImpl()
1682 return s->cnx->egl.eglLockSurfaceKHR( in eglLockSurfaceKHRImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *…
/frameworks/native/opengl/libagl/
Degl.cpp2074 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, in eglLockSurfaceKHR() function