Searched defs:EGLSurface (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/opengl/tools/glgen/static/egl/ |
D | EGLSurface.java | 24 public class EGLSurface extends EGLObjectHandle { class 25 private EGLSurface(long handle) { in EGLSurface() method in EGLSurface
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLSurface.java | 24 public class EGLSurface extends EGLObjectHandle { class 25 private EGLSurface(long handle) { in EGLSurface() method in EGLSurface
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGLSurface.java | 19 public abstract class EGLSurface class
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egltypes.h | 8 typedef void *EGLSurface; typedef
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1908 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface /*surface*/, in eglCopyBuffers() argument 1945 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*attribute*/, EGLint /*value*/) in eglSurfaceAttrib() argument 1954 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglBindTexImage() argument 1963 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglReleaseTexImage() argument 2032 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, in eglLockSurfaceKHR() argument 2039 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) in eglUnlockSurfaceKHR() argument
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 62 inline void eglSetSwapRectangleANDROID (EGLDisplay, EGLSurface, EGLint, EGLint, EGLint, EGLint) { in eglSetSwapRectangleANDROID() argument
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 49 typedef void *EGLSurface; typedef
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 68 typeMapping.put(new CType("EGLSurface"), new JType("EGLSurface", true, false)); in typeMapping.put()
|