Searched refs:eglLockSurfaceKHR (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 48 eglLockSurfaceKHR;
|
D | platform_entries.in | 41 EGL_ENTRY(EGLBoolean, eglLockSurfaceKHR, EGLDisplay, EGLSurface, const EGLint*)
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 61 EGL_ENTRY(EGLBoolean, eglLockSurfaceKHR, EGLDisplay, EGLSurface, const EGLint *)
|
D | eglApi.cpp | 364 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, const EGLint* attrib_list) { in eglLockSurfaceKHR() function 368 return cnx->platform.eglLockSurfaceKHR(dpy, surface, attrib_list); in eglLockSurfaceKHR()
|
D | egl_platform_entries.cpp | 160 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR }, 1681 if (s->cnx->egl.eglLockSurfaceKHR) { in eglLockSurfaceKHRImpl() 1682 return s->cnx->egl.eglLockSurfaceKHR( in eglLockSurfaceKHRImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *…
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 2074 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, in eglLockSurfaceKHR() function
|