Searched refs:EGLSurface (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGLSurface.java19 public abstract class EGLSurface class
H A DEGL10.java95 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(0);
98 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap);
100 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list);
101 EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list);
102 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list);
104 boolean eglDestroySurface(EGLDisplay display, EGLSurface surface);
109 EGLSurface eglGetCurrentSurface(int readdraw);
113 boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context);
116 boolean eglQuerySurface(EGLDisplay display, EGLSurface surfac
[all...]
/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(int handle) { method in class:EGLSurface
34 EGLSurface that = (EGLSurface) o;
H A DEGL14.java36 public static EGLSurface EGL_NO_SURFACE = null;
220 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
222 private static native EGLSurface _eglCreateWindowSurface(
230 private static native EGLSurface _eglCreateWindowSurfaceTexture(
238 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy,
255 EGLSurface surface;
270 // C function EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
272 public static native EGLSurface eglCreatePbufferSurface(
279 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
281 public static native EGLSurface eglCreatePixmapSurfac
[all...]
H A DEGLLogWrapper.java28 import javax.microedition.khronos.egl.EGLSurface;
64 public boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface,
94 public EGLSurface eglCreatePbufferSurface(EGLDisplay display,
102 EGLSurface result = mEgl10.eglCreatePbufferSurface(display, config,
109 public EGLSurface eglCreatePixmapSurface(EGLDisplay display,
118 EGLSurface result = mEgl10.eglCreatePixmapSurface(display, config,
125 public EGLSurface eglCreateWindowSurface(EGLDisplay display,
134 EGLSurface result = mEgl10.eglCreateWindowSurface(display, config,
153 public boolean eglDestroySurface(EGLDisplay display, EGLSurface surface) {
218 public EGLSurface eglGetCurrentSurfac
[all...]
/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(int handle) { method in class:EGLSurface
34 EGLSurface that = (EGLSurface) o;
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degltypes.h8 typedef void *EGLSurface; typedef
20 #define EGL_NO_SURFACE ((EGLSurface)0)
H A Degl.h72 typedef void *EGLSurface;
81 #define EGL_NO_SURFACE ((EGLSurface)0)
206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list);
207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);
208 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
209 GLAPI EGLBoolean APIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
210 GLAPI EGLBoolean APIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
214 GLAPI EGLBoolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
216 GLAPI EGLSurface APIENTR
[all...]
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
10 EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
12 EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
13 EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value )
18 EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list )
19 EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
20 EGLBoolean eglBindTexImage ( EGLDisplay dpy, EGLSurface surface, EGLint buffer )
21 EGLBoolean eglReleaseTexImage ( EGLDisplay dpy, EGLSurface surface, EGLint buffer )
25 EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface dra
[all...]
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.java1 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
3 private static native EGLSurface _eglCreateWindowSurface(
11 private static native EGLSurface _eglCreateWindowSurfaceTexture(
19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy,
34 EGLSurface surface;
H A DeglCreateWindowSurface.cpp0 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
8 EGLSurface _returnValue = (EGLSurface) 0;
78 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
85 EGLSurface _returnValue = (EGLSurface) 0;
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h132 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref;
135 EGLNativeWindowType win, EGLSurface surface,
138 EGLSurface surface;
154 void onMakeCurrent(EGLSurface draw, EGLSurface read);
159 EGLSurface read;
160 EGLSurface draw;
179 egl_surface_t* get_surface(EGLSurface surface) {
H A Degl_object.cpp67 EGLNativeWindowType win, EGLSurface surface,
100 void egl_context_t::onMakeCurrent(EGLSurface draw, EGLSurface read) {
H A Degl_display.h91 EGLSurface draw, EGLSurface read, EGLContext ctx,
92 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx);
254 EGLBoolean validate_display_surface(EGLDisplay dpy, EGLSurface surface);
H A DeglApi.cpp283 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config,
315 // the EGL spec requires that a new EGLSurface default to swap interval
320 EGLSurface surface = cnx->egl.eglCreateWindowSurface(
328 // EGLSurface creation failed
335 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config,
344 EGLSurface surface = cnx->egl.eglCreatePixmapSurface(
355 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config,
363 EGLSurface surface = cnx->egl.eglCreatePbufferSurface(
374 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
393 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface surfac
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h101 int AddSurface(const EGLSurface& surface);
107 int AddWindowSurface(const EGLSurface& surface, WindowHandle* window_handle);
129 const EGLSurface& surface() const {
214 typedef std::pair<EGLSurface, WindowHandle*> SurfaceWindowPair;
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLSurfaceImpl.java21 public class EGLSurfaceImpl extends EGLSurface {
H A DEGLImpl.java33 public native boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value);
41 public native boolean eglDestroySurface(EGLDisplay display, EGLSurface surface);
42 public native boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context);
44 public native boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface);
46 public native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap);
61 public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list) {
69 public EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list) {
78 public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) {
138 public synchronized EGLSurface eglGetCurrentSurfac
[all...]
/frameworks/native/opengl/include/EGL/
H A Degl.h49 typedef void *EGLSurface; typedef
71 #define EGL_NO_SURFACE ((EGLSurface)0)
265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
274 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
284 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(
288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
290 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surfac
[all...]
H A Deglext.h71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
/frameworks/base/core/jni/
H A Dandroid_view_HardwareRenderer.cpp26 EGLAPI void EGLAPIENTRY eglBeginFrame(EGLDisplay dpy, EGLSurface surface);
58 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW);
73 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW);
107 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW);
H A Dandroid_opengl_EGL14.cpp68 jclass eglsurfaceClassLocal = _env->FindClass("android/opengl/EGLSurface");
99 jfieldID noSurfaceFieldID = _env->GetStaticFieldID(eglClass, "EGL_NO_SURFACE", "Landroid/opengl/EGLSurface;");
126 (EGLSurface)handle == EGL_NO_SURFACE) {
516 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
523 EGLSurface _returnValue = (EGLSurface) 0;
593 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
600 EGLSurface _returnValue = (EGLSurface) 0;
670 /* EGLSurface eglCreatePbufferSurfac
[all...]
/frameworks/rs/driver/
H A DrsdGL.h39 EGLSurface surface;
40 EGLSurface surfaceDefault;
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp72 static EGLSurface sEglSurface = EGL_NO_SURFACE;
134 EGLSurface surface;
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h96 EGLSurface getEGLSurface() const;
168 EGLSurface mSurface;

Completed in 343 milliseconds

123