Searched refs:eglDestroySync (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL15.spec | 4 EGLBoolean eglDestroySync ( EGLDisplay dpy, EGLSync sync )
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL15.java | 103 public static native boolean eglDestroySync( in eglDestroySync() method in EGL15
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 29 eglDestroySync; # introduced=29
|
D | platform_entries.in | 48 EGL_ENTRY(EGLBoolean, eglDestroySync, EGLDisplay, EGLSync)
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 54 EGL_ENTRY(EGLBoolean, eglDestroySync, EGLDisplay, EGLSync)
|
D | eglApi.cpp | 426 EGLBoolean eglDestroySync(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySync() function 430 return cnx->platform.eglDestroySync(dpy, sync); in eglDestroySync()
|
D | egl_display.cpp | 330 !cnx->egl.eglDestroySync || in initialize()
|
D | egl_platform_entries.cpp | 1873 if (cnx->egl.eglDestroySync) { in eglDestroySyncImpl() 1874 return eglDestroySyncTmpl(dpy, sync, cnx->egl.eglDestroySync); in eglDestroySyncImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL15.cpp | 304 _returnValue = eglDestroySync( in android_eglDestroySync()
|
/frameworks/base/api/ |
D | current.txt | 31132 method public static boolean eglDestroySync(android.opengl.EGLDisplay, android.opengl.EGLSync);
|