Home
last modified time | relevance | path

Searched defs:EGLSync (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DEGLSync.java24 public class EGLSync extends EGLObjectHandle { class
25 private EGLSync(long handle) { in EGLSync() method in EGLSync
/frameworks/native/opengl/tools/glgen/static/egl/
DEGLSync.java24 public class EGLSync extends EGLObjectHandle { class
25 private EGLSync(long handle) { in EGLSync() method in EGLSync
/frameworks/base/core/jni/
Dandroid_opengl_EGLExt.cpp106 {"eglDupNativeFenceFDANDROIDImpl", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSync;)I", (void … in eglDupNativeFenceFDANDROIDImpl()
Dandroid_opengl_EGL15.cpp540 {"eglDestroySync", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSync;)Z", (void *) android_eglDe… in eglDestroySync()
/frameworks/native/opengl/include/EGL/
Degl.h267 typedef void *EGLSync; typedef
/frameworks/native/opengl/tools/glgen/src/
DJType.java72 typeMapping.put(new CType("EGLSync"), new JType("EGLSync", true, false)); in typeMapping.put()