Searched refs:eglLockSurfaceKHR (Results 1 – 8 of 8) sorted by relevance
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 102 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglLockSurfaceKHR); 216 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglLockSurfaceKHR); in init_stub_library()
|
D | stubs_arm64.cc | 102 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglLockSurfaceKHR); 216 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglLockSurfaceKHR); in init_stub_library()
|
/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 | 360 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, const EGLint* attrib_list) { in eglLockSurfaceKHR() function 364 return cnx->platform.eglLockSurfaceKHR(dpy, surface, attrib_list); in eglLockSurfaceKHR()
|
D | egl_platform_entries.cpp | 154 { "eglLockSurfaceKHR", (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR }, 1595 if (s->cnx->egl.eglLockSurfaceKHR) { in eglLockSurfaceKHRImpl() 1596 return s->cnx->egl.eglLockSurfaceKHR(dp->disp.dpy, s->surface, attrib_list); in eglLockSurfaceKHRImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *…
|