Home
last modified time | relevance | path

Searched refs:eglCreateSync (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL15.spec1 EGLSync eglCreateSync ( EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list )
2 // eglGetSyncAttrib pulled in with eglCreateSync stubs
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateSync.java3 public static native EGLSync eglCreateSync( in eglCreateSync() method
DeglCreateSync.nativeReg1 {"eglCreateSync", "(Landroid/opengl/EGLDisplay;I[JI)Landroid/opengl/EGLSync;", (void *) android_egl…
DeglCreateSync.cpp31 _returnValue = eglCreateSync( in android_eglCreateSync()
DEGLExtHeader.java-if63 * * If <display> does not match the display passed to eglCreateSync
/frameworks/base/opengl/java/android/opengl/
DEGL15.java81 public static native EGLSync eglCreateSync( in eglCreateSync() method in EGL15
/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateSync);
194 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateSync); in init_stub_library()
Dstubs_arm64.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateSync);
194 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateSync); in init_stub_library()
Dstubs_arm.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateSync);
194 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateSync); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt21 eglCreateSync; # introduced=29
Dplatform_entries.in47 EGL_ENTRY(EGLSync, eglCreateSync, EGLDisplay, EGLenum, const EGLAttrib*)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in53 EGL_ENTRY(EGLSyncKHR, eglCreateSync, EGLDisplay, EGLenum, const EGLAttrib *)
DeglApi.cpp408 EGLSyncKHR eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib* attrib_list) { in eglCreateSync() function
412 return cnx->platform.eglCreateSync(dpy, type, attrib_list); in eglCreateSync()
Degl_display.cpp295 !cnx->egl.eglCreatePlatformPixmapSurface || !cnx->egl.eglCreateSync || in initialize()
Degl_platform_entries.cpp1752 if (cnx->egl.eglCreateSync) { in eglCreateSyncImpl()
1754 cnx->egl.eglCreateSync); in eglCreateSyncImpl()
/frameworks/native/opengl/include/EGL/
Degl.h287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_lis…
/frameworks/base/core/jni/
Dandroid_opengl_EGL15.cpp226 _returnValue = eglCreateSync( in android_eglCreateSync()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt29673 …method public static android.opengl.EGLSync eglCreateSync(android.opengl.EGLDisplay, int, long[], …