Home
last modified time | relevance | path

Searched refs:eglCreateSync (Results 1 – 14 of 14) 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()
/frameworks/base/opengl/java/android/opengl/
DEGL15.java81 public static native EGLSync eglCreateSync( in eglCreateSync() method in EGL15
/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.cpp412 EGLSyncKHR eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib* attrib_list) { in eglCreateSync() function
416 return cnx->platform.eglCreateSync(dpy, type, attrib_list); in eglCreateSync()
Degl_display.cpp329 !cnx->egl.eglCreateSync || in initialize()
Degl_platform_entries.cpp1838 if (cnx->egl.eglCreateSync) { in eglCreateSyncImpl()
1840 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.cpp225 _returnValue = eglCreateSync( in android_eglCreateSync()
/frameworks/base/api/
Dcurrent.txt31130 …method public static android.opengl.EGLSync eglCreateSync(android.opengl.EGLDisplay, int, long[], …