Searched defs:EGLSurface (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGLSurface.java19 public abstract class EGLSurface class
/frameworks/base/opengl/java/android/opengl/
H A DEGLSurface.java21 * Wrapper class for native EGLSurface objects.
24 public class EGLSurface extends EGLObjectHandle { class in inherits:EGLObjectHandle
25 private EGLSurface(long handle) { method in class:EGLSurface
32 if (!(o instanceof EGLSurface)) return false;
34 EGLSurface that = (EGLSurface) o;
/frameworks/native/opengl/tools/glgen/static/egl/
H A DEGLSurface.java21 * Wrapper class for native EGLSurface objects.
24 public class EGLSurface extends EGLObjectHandle { class in inherits:EGLObjectHandle
25 private EGLSurface(long handle) { method in class:EGLSurface
32 if (!(o instanceof EGLSurface)) return false;
34 EGLSurface that = (EGLSurface) o;
/frameworks/base/libs/hwui/renderthread/
H A DFrame.h22 typedef void *EGLSurface; typedef
50 EGLSurface mSurface;
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degltypes.h8 typedef void *EGLSurface; typedef
20 #define EGL_NO_SURFACE ((EGLSurface)0)
/frameworks/native/opengl/include/EGL/
H A Degl.h59 typedef void *EGLSurface; typedef
100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0)
122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface rea
[all...]

Completed in 200 milliseconds