Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc102 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglLockSurfaceKHR);
216 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglLockSurfaceKHR); in init_stub_library()
Dstubs_arm64.cc102 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglLockSurfaceKHR);
216 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglLockSurfaceKHR); in init_stub_library()
/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.cpp360 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, const EGLint* attrib_list) { in eglLockSurfaceKHR() function
364 return cnx->platform.eglLockSurfaceKHR(dpy, surface, attrib_list); in eglLockSurfaceKHR()
Degl_platform_entries.cpp154 { "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/
Deglext.h251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *…