Home
last modified time | relevance | path

Searched refs:EGLSurface (Results 1 – 25 of 77) sorted by relevance

1234

/frameworks/native/opengl/libs/EGL/
Degl_entries.in8 EGL_ENTRY(EGLSurface, eglCreateWindowSurface, EGLDisplay, EGLConfig, NativeWindowType, const EGLint…
9 EGL_ENTRY(EGLSurface, eglCreatePixmapSurface, EGLDisplay, EGLConfig, NativePixmapType, const EGLint…
10 EGL_ENTRY(EGLSurface, eglCreatePbufferSurface, EGLDisplay, EGLConfig, const EGLint *)
11 EGL_ENTRY(EGLBoolean, eglDestroySurface, EGLDisplay, EGLSurface)
12 EGL_ENTRY(EGLBoolean, eglQuerySurface, EGLDisplay, EGLSurface, EGLint, EGLint *)
15 EGL_ENTRY(EGLBoolean, eglMakeCurrent, EGLDisplay, EGLSurface, EGLSurface, EGLContext)
17 EGL_ENTRY(EGLSurface, eglGetCurrentSurface, EGLint)
22 EGL_ENTRY(EGLBoolean, eglSwapBuffers, EGLDisplay, EGLSurface)
23 EGL_ENTRY(EGLBoolean, eglCopyBuffers, EGLDisplay, EGLSurface, NativePixmapType)
30 EGL_ENTRY(EGLBoolean, eglSurfaceAttrib, EGLDisplay, EGLSurface, EGLint, EGLint)
[all …]
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) { in get_surface()
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);
DeglApi.cpp283 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
320 EGLSurface surface = cnx->egl.eglCreateWindowSurface( in eglCreateWindowSurface()
335 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface()
344 EGLSurface surface = cnx->egl.eglCreatePixmapSurface( in eglCreatePixmapSurface()
355 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
363 EGLSurface surface = cnx->egl.eglCreatePbufferSurface( in eglCreatePbufferSurface()
374 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
393 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface surface, in eglQuerySurface()
410 void EGLAPI eglBeginFrame(EGLDisplay dpy, EGLSurface surface) { in eglBeginFrame()
503 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent()
[all …]
Degl_object.cpp67 EGLNativeWindowType win, EGLSurface surface, in egl_surface_t()
100 void egl_context_t::onMakeCurrent(EGLSurface draw, EGLSurface read) { in onMakeCurrent()
Degl_display.cpp352 EGLSurface draw, EGLSurface read, EGLContext ctx, in makeCurrent()
353 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx) in makeCurrent()
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, cons…
10 EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c…
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 buff…
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 draw, EGLSurface read, EGLContext ctx )
[all …]
/frameworks/base/opengl/java/android/opengl/
DEGL14.java36 public static EGLSurface EGL_NO_SURFACE = null;
222 private static native EGLSurface _eglCreateWindowSurface( in _eglCreateWindowSurface()
230 private static native EGLSurface _eglCreateWindowSurfaceTexture( in _eglCreateWindowSurfaceTexture()
238 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface()
255 EGLSurface surface; in eglCreateWindowSurface()
272 public static native EGLSurface eglCreatePbufferSurface( in eglCreatePbufferSurface()
281 public static native EGLSurface eglCreatePixmapSurface( in eglCreatePixmapSurface()
293 EGLSurface surface in eglDestroySurface()
300 EGLSurface surface, in eglQuerySurface()
329 public static native EGLSurface eglCreatePbufferFromClientBuffer( in eglCreatePbufferFromClientBuffer()
[all …]
DEGLSurface.java24 public class EGLSurface extends EGLObjectHandle { class
25 private EGLSurface(int handle) { in EGLSurface() method in EGLSurface
34 EGLSurface that = (EGLSurface) o; in equals()
DEGLLogWrapper.java28 import javax.microedition.khronos.egl.EGLSurface;
64 public boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, in eglCopyBuffers()
94 public EGLSurface eglCreatePbufferSurface(EGLDisplay display, in eglCreatePbufferSurface()
102 EGLSurface result = mEgl10.eglCreatePbufferSurface(display, config, in eglCreatePbufferSurface()
109 public EGLSurface eglCreatePixmapSurface(EGLDisplay display, in eglCreatePixmapSurface()
118 EGLSurface result = mEgl10.eglCreatePixmapSurface(display, config, in eglCreatePixmapSurface()
125 public EGLSurface eglCreateWindowSurface(EGLDisplay display, in eglCreateWindowSurface()
134 EGLSurface result = mEgl10.eglCreateWindowSurface(display, config, in eglCreateWindowSurface()
153 public boolean eglDestroySurface(EGLDisplay display, EGLSurface surface) { in eglDestroySurface()
218 public EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface()
[all …]
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java95 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(0);
98 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers()
100 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); in eglCreatePbufferSurface()
101EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int… in eglCreatePixmapSurface()
102EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface()
104 boolean eglDestroySurface(EGLDisplay display, EGLSurface surface); in eglDestroySurface()
109 EGLSurface eglGetCurrentSurface(int readdraw); in eglGetCurrentSurface()
113 …boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext contex… in eglMakeCurrent()
116 boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value); in eglQuerySurface()
119 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers()
/frameworks/native/opengl/include/EGL/
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 surface, EGLint buffer);
[all …]
Deglext.h71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface,…
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surfac…
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h72 typedef void *EGLSurface;
81 #define EGL_NO_SURFACE ((EGLSurface)0)
206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowTyp…
207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapTyp…
208 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *…
209 GLAPI EGLBoolean APIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
210 GLAPI EGLBoolean APIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EG…
214 GLAPI EGLBoolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLCont…
216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
222 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
[all …]
Degltypes.h8 typedef void *EGLSurface; typedef
20 #define EGL_NO_SURFACE ((EGLSurface)0)
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java33 …public native boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, i… in eglQuerySurface()
41 public native boolean eglDestroySurface(EGLDisplay display, EGLSurface surface); in eglDestroySurface()
42 …public native boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGL… in eglMakeCurrent()
44 public native boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers()
46 …public native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pix… in eglCopyBuffers()
61 …public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list)… in eglCreatePbufferSurface()
69 …public EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixma… in eglCreatePixmapSurface()
78 …public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_windo… in eglCreateWindowSurface()
138 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface()
150 …private native void _eglCreatePixmapSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, … in _eglCreatePixmapSurface()
/frameworks/native/opengl/tools/glgen/static/egl/
DEGLSurface.java24 public class EGLSurface extends EGLObjectHandle { class
25 private EGLSurface(int handle) { in EGLSurface() method in EGLSurface
34 EGLSurface that = (EGLSurface) o; in equals()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp126 (EGLSurface)handle == EGL_NO_SURFACE) { in toEGLHandle()
523 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurface()
600 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurfaceTexture()
677 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreatePbufferSurface()
738 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, (EGLSurface) 0); in android_eglCreatePixmapSurface()
747 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglDestroySurface()
751 (EGLSurface)surface_native in android_eglDestroySurface()
765 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglQuerySurface()
795 (EGLSurface)surface_native, in android_eglQuerySurface()
856 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreatePbufferFromClientBuffer()
[all …]
Dandroid_view_HardwareRenderer.cpp26 EGLAPI void EGLAPIENTRY eglBeginFrame(EGLDisplay dpy, EGLSurface surface);
58 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW); in android_view_HardwareRenderer_preserveBackBuffer()
73 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW); in android_view_HardwareRenderer_isBackBufferPreserved()
107 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW); in android_view_HardwareRenderer_beginFrame()
Dcom_google_android_gles_jni_EGLImpl.cpp55 static inline EGLSurface getSurface(JNIEnv* env, jobject o) { in getSurface()
57 return (EGLSurface)env->GetIntField(o, gSurface_EGLSurfaceFieldID); in getSurface()
250 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); in jni_eglCreatePbufferSurface()
300 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base); in jni_eglCreatePixmapSurface()
334 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurface()
363 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurfaceTexture()
450 EGLSurface sur = getSurface(_env, surface); in jni_eglDestroySurface()
473 EGLSurface sdr = getSurface(_env, draw); in jni_eglMakeCurrent()
474 EGLSurface srd = getSurface(_env, read); in jni_eglMakeCurrent()
495 EGLSurface sur = getSurface(_env, surface); in jni_eglSwapBuffers()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.java3 private static native EGLSurface _eglCreateWindowSurface( in _eglCreateWindowSurface()
11 private static native EGLSurface _eglCreateWindowSurfaceTexture( in _eglCreateWindowSurfaceTexture()
19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface()
34 EGLSurface surface; in eglCreateWindowSurface()
DeglCreateWindowSurface.cpp8 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurface()
85 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurfaceTexture()
DeglCreateWindowSurface.nativeReg1 …isplay;Landroid/opengl/EGLConfig;Ljava/lang/Object;[II)Landroid/opengl/EGLSurface;", (void *) andr…
2 …isplay;Landroid/opengl/EGLConfig;Ljava/lang/Object;[II)Landroid/opengl/EGLSurface;", (void *) andr…
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.h101 int AddSurface(const EGLSurface& surface);
107 int AddWindowSurface(const EGLSurface& surface, WindowHandle* window_handle);
129 const EGLSurface& surface() const { in surface()
214 typedef std::pair<EGLSurface, WindowHandle*> SurfaceWindowPair;
/frameworks/native/opengl/libagl/
Degl.cpp54 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
128 EGLSurface read;
129 EGLSurface draw;
1229 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, in createWindowSurface()
1278 static EGLSurface createPixmapSurface(EGLDisplay dpy, EGLConfig config, in createPixmapSurface()
1324 static EGLSurface createPbufferSurface(EGLDisplay dpy, EGLConfig config, in createPbufferSurface()
1552 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
1559 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface()
1566 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
1572 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface()
[all …]

1234