Searched refs:eglCreateSync (Results 1 – 14 of 14) sorted by relevance
/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()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL15.java | 81 public static native EGLSync eglCreateSync( in eglCreateSync() method in EGL15
|
/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 | 412 EGLSyncKHR eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib* attrib_list) { in eglCreateSync() function 416 return cnx->platform.eglCreateSync(dpy, type, attrib_list); in eglCreateSync()
|
D | egl_display.cpp | 329 !cnx->egl.eglCreateSync || in initialize()
|
D | egl_platform_entries.cpp | 1838 if (cnx->egl.eglCreateSync) { in eglCreateSyncImpl() 1840 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 | 225 _returnValue = eglCreateSync( in android_eglCreateSync()
|
/frameworks/base/api/ |
D | current.txt | 31130 …method public static android.opengl.EGLSync eglCreateSync(android.opengl.EGLDisplay, int, long[], …
|