Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/static/egl/
DEGLSurface.java24 public class EGLSurface extends EGLObjectHandle { class
25 private EGLSurface(long handle) { in EGLSurface() method in EGLSurface
/frameworks/base/opengl/java/android/opengl/
DEGLSurface.java24 public class EGLSurface extends EGLObjectHandle { class
25 private EGLSurface(long handle) { in EGLSurface() method in EGLSurface
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGLSurface.java19 public abstract class EGLSurface class
/frameworks/native/opengl/tests/angeles/include/GLES/
Degltypes.h8 typedef void *EGLSurface; typedef
/frameworks/native/opengl/libagl/
Degl.cpp1908 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/
DDisplayDevice.cpp62 inline void eglSetSwapRectangleANDROID (EGLDisplay, EGLSurface, EGLint, EGLint, EGLint, EGLint) { in eglSetSwapRectangleANDROID() argument
/frameworks/native/opengl/include/EGL/
Degl.h49 typedef void *EGLSurface; typedef
/frameworks/native/opengl/tools/glgen/src/
DJType.java68 typeMapping.put(new CType("EGLSurface"), new JType("EGLSurface", true, false)); in typeMapping.put()