Searched refs:eglDestroySync (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL15.spec | 4 EGLBoolean eglDestroySync ( EGLDisplay dpy, EGLSync sync )
|
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySync); 192 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySync); in init_stub_library()
|
D | stubs_arm64.cc | 78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySync); 192 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySync); in init_stub_library()
|
/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 | 423 EGLBoolean eglDestroySync(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySync() function 427 return cnx->platform.eglDestroySync(dpy, sync); in eglDestroySync()
|
D | egl_display.cpp | 333 !cnx->egl.eglDestroySync || in initialize()
|
D | egl_platform_entries.cpp | 1892 if (cnx->egl.eglDestroySync) { in eglDestroySyncImpl() 1893 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/non-updatable-api/ |
D | current.txt | 31426 method public static boolean eglDestroySync(android.opengl.EGLDisplay, android.opengl.EGLSync);
|
/frameworks/base/api/ |
D | current.txt | 31570 method public static boolean eglDestroySync(android.opengl.EGLDisplay, android.opengl.EGLSync);
|