Searched defs:EGLDisplay (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | EGLDisplay.java | 24 public class EGLDisplay extends EGLObjectHandle { class 25 private EGLDisplay(long handle) { in EGLDisplay() method in EGLDisplay
|
/frameworks/native/opengl/tools/glgen/static/egl/ |
D | EGLDisplay.java | 24 public class EGLDisplay extends EGLObjectHandle { class 25 private EGLDisplay(long handle) { in EGLDisplay() method in EGLDisplay
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGLDisplay.java | 19 public abstract class EGLDisplay class
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egltypes.h | 6 typedef void *EGLDisplay; typedef
|
/frameworks/native/libs/gui/ |
D | BufferHubConsumer.cpp | 58 EGLDisplay /*display*/, EGLSyncKHR /*fence*/, in releaseBuffer() argument
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1257 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/ |
D | egl.h | 55 typedef void *EGLDisplay; typedef
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 69 typeMapping.put(new CType("EGLDisplay"), new JType("EGLDisplay", true, false)); in typeMapping.put()
|