Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL15.spec4 EGLBoolean eglDestroySync ( EGLDisplay dpy, EGLSync sync )
/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.cpp426 EGLBoolean eglDestroySync(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySync() function
430 return cnx->platform.eglDestroySync(dpy, sync); in eglDestroySync()
Degl_display.cpp330 !cnx->egl.eglDestroySync || in initialize()
Degl_platform_entries.cpp1873 if (cnx->egl.eglDestroySync) { in eglDestroySyncImpl()
1874 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/api/
Dcurrent.txt31132 method public static boolean eglDestroySync(android.opengl.EGLDisplay, android.opengl.EGLSync);