Home
last modified time | relevance | path

Searched defs:EGLDisplay (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/static/egl/
DEGLDisplay.java24 public class EGLDisplay extends EGLObjectHandle { class
25 private EGLDisplay(long handle) { in EGLDisplay() method in EGLDisplay
/frameworks/base/opengl/java/android/opengl/
DEGLDisplay.java24 public class EGLDisplay extends EGLObjectHandle { class
25 private EGLDisplay(long handle) { in EGLDisplay() method in EGLDisplay
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGLDisplay.java19 public abstract class EGLDisplay class
/frameworks/native/opengl/tests/angeles/include/GLES/
Degltypes.h6 typedef void *EGLDisplay; typedef
/frameworks/native/libs/gui/
DBufferHubConsumer.cpp58 EGLDisplay /*display*/, EGLSyncKHR /*fence*/, in releaseBuffer() argument
/frameworks/native/opengl/libagl/
Degl.cpp1257 static EGLBoolean getConfigAttrib(EGLDisplay /*dpy*/, EGLConfig config, in getConfigAttrib() argument
2074 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, in eglLockSurfaceKHR() argument
2081 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) in eglUnlockSurfaceKHR() argument
2169 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() argument
2178 EGLint eglClientWaitSyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync, EGLint /*flags*/, in eglClientWaitSyncKHR() argument
2188 EGLBoolean eglGetSyncAttribKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync, in eglGetSyncAttribKHR() argument
/frameworks/native/opengl/include/EGL/
Degl.h55 typedef void *EGLDisplay; typedef
/frameworks/native/opengl/tools/glgen/src/
DJType.java67 typeMapping.put(new CType("EGLDisplay"), new JType("EGLDisplay", true, false)); in typeMapping.put()