Home
last modified time | relevance | path

Searched refs:eglDestroySync (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL15.spec4 EGLBoolean eglDestroySync ( EGLDisplay dpy, EGLSync sync )
/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySync);
192 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySync); in init_stub_library()
Dstubs_arm64.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySync);
192 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySync); in init_stub_library()
/frameworks/base/opengl/java/android/opengl/
DEGL15.java103 public static native boolean eglDestroySync( in eglDestroySync() method in EGL15
/frameworks/native/opengl/libs/
DlibEGL.map.txt29 eglDestroySync; # introduced=29
Dplatform_entries.in48 EGL_ENTRY(EGLBoolean, eglDestroySync, EGLDisplay, EGLSync)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in54 EGL_ENTRY(EGLBoolean, eglDestroySync, EGLDisplay, EGLSync)
DeglApi.cpp422 EGLBoolean eglDestroySync(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySync() function
426 return cnx->platform.eglDestroySync(dpy, sync); in eglDestroySync()
Degl_display.cpp300 !cnx->egl.eglDestroySync || !cnx->egl.eglClientWaitSync || in initialize()
Degl_platform_entries.cpp1785 if (cnx->egl.eglDestroySync) { in eglDestroySyncImpl()
1786 return eglDestroySyncTmpl(dpy, sync, cnx->egl.eglDestroySync); in eglDestroySyncImpl()
/frameworks/native/opengl/include/EGL/
Degl.h288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
/frameworks/base/core/jni/
Dandroid_opengl_EGL15.cpp304 _returnValue = eglDestroySync( in android_eglDestroySync()
/frameworks/base/core/api/
Dcurrent.txt27913 method public static boolean eglDestroySync(android.opengl.EGLDisplay, android.opengl.EGLSync);