Home
last modified time | relevance | path

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

/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/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/include/EGL/
Degl.h240 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()