/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL15.spec | 1 EGLSync eglCreateSync ( EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list ) 2 // eglGetSyncAttrib pulled in with eglCreateSync stubs
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateSync.java | 3 public static native EGLSync eglCreateSync( in eglCreateSync() method
|
D | eglCreateSync.nativeReg | 1 {"eglCreateSync", "(Landroid/opengl/EGLDisplay;I[JI)Landroid/opengl/EGLSync;", (void *) android_egl…
|
D | eglCreateSync.cpp | 31 _returnValue = eglCreateSync( in android_eglCreateSync()
|
D | EGLExtHeader.java-if | 63 * * If <display> does not match the display passed to eglCreateSync
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL15.java | 81 public static native EGLSync eglCreateSync( in eglCreateSync() method in EGL15
|
/frameworks/libs/native_bridge_support/android_api/libEGL/ |
D | stubs_riscv64.cc | 75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateSync); 194 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateSync); in init_stub_library()
|
D | stubs_arm64.cc | 75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateSync); 194 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateSync); in init_stub_library()
|
D | stubs_arm.cc | 75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateSync); 194 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateSync); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 21 eglCreateSync; # introduced=29
|
D | platform_entries.in | 47 EGL_ENTRY(EGLSync, eglCreateSync, EGLDisplay, EGLenum, const EGLAttrib*)
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 53 EGL_ENTRY(EGLSyncKHR, eglCreateSync, EGLDisplay, EGLenum, const EGLAttrib *)
|
D | eglApi.cpp | 408 EGLSyncKHR eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib* attrib_list) { in eglCreateSync() function 412 return cnx->platform.eglCreateSync(dpy, type, attrib_list); in eglCreateSync()
|
D | egl_display.cpp | 295 !cnx->egl.eglCreatePlatformPixmapSurface || !cnx->egl.eglCreateSync || in initialize()
|
D | egl_platform_entries.cpp | 1752 if (cnx->egl.eglCreateSync) { in eglCreateSyncImpl() 1754 cnx->egl.eglCreateSync); in eglCreateSyncImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_lis…
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL15.cpp | 226 _returnValue = eglCreateSync( in android_eglCreateSync()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 29673 …method public static android.opengl.EGLSync eglCreateSync(android.opengl.EGLDisplay, int, long[], …
|