/frameworks/native/opengl/libs/ |
D | platform_entries.in | 8 EGL_ENTRY(EGLSurface, eglCreateWindowSurface, EGLDisplay, EGLConfig, NativeWindowType, const EGLint… 9 EGL_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay, EGLConfig, void*, const EGLAttrib… 10 EGL_ENTRY(EGLSurface, eglCreatePixmapSurface, EGLDisplay, EGLConfig, NativePixmapType, const EGLint… 11 EGL_ENTRY(EGLSurface, eglCreatePlatformPixmapSurface, EGLDisplay, EGLConfig, void*, const EGLAttrib… 12 EGL_ENTRY(EGLSurface, eglCreatePbufferSurface, EGLDisplay, EGLConfig, const EGLint*) 13 EGL_ENTRY(EGLBoolean, eglDestroySurface, EGLDisplay, EGLSurface) 14 EGL_ENTRY(EGLBoolean, eglQuerySurface, EGLDisplay, EGLSurface, EGLint, EGLint*) 15 EGL_ENTRY(void, eglBeginFrame, EGLDisplay, EGLSurface) 18 EGL_ENTRY(EGLBoolean, eglMakeCurrent, EGLDisplay, EGLSurface, EGLSurface, EGLContext) 21 EGL_ENTRY(EGLSurface, eglGetCurrentSurface, EGLint) [all …]
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 8 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 …]
|
D | eglApi.cpp | 106 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, in eglCreateWindowSurface() 114 EGLSurface eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurface() 122 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface() 130 EGLSurface eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void* native_pixmap, in eglCreatePlatformPixmapSurface() 138 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferSurface() 145 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) { in eglDestroySurface() 152 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value) { in eglQuerySurface() 159 void EGLAPI eglBeginFrame(EGLDisplay dpy, EGLSurface surface) { in eglBeginFrame() 182 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) { in eglMakeCurrent() 203 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() [all …]
|
D | egl_object.h | 127 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref; 129 egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, EGLSurface surface, 147 EGLSurface surface; 198 void onMakeCurrent(EGLSurface draw, EGLSurface read); 203 EGLSurface read; 204 EGLSurface draw; 219 static inline egl_surface_t* get_surface(EGLSurface surface) { in get_surface()
|
D | egl_display.h | 75 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, EGLSurface read, 76 EGLContext ctx, EGLSurface impl_draw, EGLSurface impl_read, 136 EGLBoolean validate_display_surface(EGLDisplay dpy, EGLSurface surface);
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 9 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/ |
D | EGL14.java | 37 public static EGLSurface EGL_NO_SURFACE = null; 231 private static native EGLSurface _eglCreateWindowSurface( in _eglCreateWindowSurface() 239 private static native EGLSurface _eglCreateWindowSurfaceTexture( in _eglCreateWindowSurfaceTexture() 247 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() 264 EGLSurface surface; in eglCreateWindowSurface() 281 public static native EGLSurface eglCreatePbufferSurface( in eglCreatePbufferSurface() 291 public static native EGLSurface eglCreatePixmapSurface( in eglCreatePixmapSurface() 303 EGLSurface surface in eglDestroySurface() 310 EGLSurface surface, in eglQuerySurface() 339 public static native EGLSurface eglCreatePbufferFromClientBuffer( in eglCreatePbufferFromClientBuffer() [all …]
|
D | EGLSurface.java | 24 public class EGLSurface extends EGLObjectHandle { class 25 private EGLSurface(long handle) { in EGLSurface() method in EGLSurface 32 if (!(o instanceof EGLSurface)) return false; in equals() 34 EGLSurface that = (EGLSurface) o; in equals()
|
D | EGLLogWrapper.java | 28 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/libs/hwui/renderthread/ |
D | EglManager.h | 50 Result<EGLSurface, EGLint> createSurface(EGLNativeWindowType window, ColorMode colorMode, 52 void destroySurface(EGLSurface surface); 56 bool isCurrent(EGLSurface surface) { return mCurrentSurface == surface; } in isCurrent() 58 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr, bool force = false); 59 Frame beginFrame(EGLSurface surface); 68 bool setPreserveBuffer(EGLSurface surface, bool preserve); 98 EGLint queryBufferAge(EGLSurface surface); 106 EGLSurface mPBufferSurface; 107 EGLSurface mCurrentSurface;
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 96 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(0); 99 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers() 101 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); in eglCreatePbufferSurface() 103 …EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int… in eglCreatePixmapSurface() 104 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface() 106 boolean eglDestroySurface(EGLDisplay display, EGLSurface surface); in eglDestroySurface() 111 EGLSurface eglGetCurrentSurface(int readdraw); in eglGetCurrentSurface() 115 …boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext contex… in eglMakeCurrent() 118 boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value); in eglQuerySurface() 122 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 72 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 …]
|
D | egltypes.h | 8 typedef void *EGLSurface; typedef 20 #define EGL_NO_SURFACE ((EGLSurface)0)
|
/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 32 if (!(o instanceof EGLSurface)) return false; in equals() 34 EGLSurface that = (EGLSurface) o; in equals()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.h | 51 bool makeCurrent(EGLSurface surface); 54 sp<GLConsumer>* surfaceTexture, EGLSurface* surface, 58 sp<SurfaceControl>* surfaceControl, EGLSurface* surface); 60 void destroySurface(EGLSurface* surface); 62 bool swapBuffers(EGLSurface surface); 71 sp<GLConsumer>* surfaceTexture, EGLSurface* surface); 79 EGLSurface mDummySurface;
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 59 typedef void *EGLSurface; typedef 100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) 122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTy… 124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLi… 125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi… 126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi… 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 read, EGL… 140 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute… [all …]
|
D | eglext.h | 248 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, con… 249 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface); 251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *… 252 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface); 263 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACE64KHRPROC) (EGLDisplay dpy, EGLSurface surface, … 265 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface64KHR (EGLDisplay dpy, EGLSurface surface, EGLint attr… 282 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETDAMAGEREGIONKHRPROC) (EGLDisplay dpy, EGLSurface surface,… 284 EGLAPI EGLBoolean EGLAPIENTRY eglSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *re… 433 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC) (EGLDisplay dpy, EGLConf… 435 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, … [all …]
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 29 import javax.microedition.khronos.egl.EGLSurface; 38 …public native boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, i… in eglQuerySurface() 46 public native boolean eglDestroySurface(EGLDisplay display, EGLSurface surface); in eglDestroySurface() 47 …public native boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGL… in eglMakeCurrent() 49 public native boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers() 51 …public native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pix… in eglCopyBuffers() 70 …public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list)… in eglCreatePbufferSurface() 78 …public EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixma… in eglCreatePixmapSurface() 87 …public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_windo… in eglCreateWindowSurface() 147 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() [all …]
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | RenderTarget.java | 36 import javax.microedition.khronos.egl.EGLSurface; 47 private static HashMap<Object, EGLSurface> mSurfaceSources = new HashMap<Object, EGLSurface>(); 67 private EGLSurface mSurface; 76 private static HashMap<EGLContext, EGLSurface> mDisplaySurfaces 77 = new HashMap<EGLContext, EGLSurface>(); 91 EGLSurface eglSurface = createSurface(egl, eglDisplay, width, height); in newTarget() 120 EGLSurface eglSurf = null; in forSurfaceHolder() 139 EGLSurface eglSurf = null; in forSurfaceTexture() 158 EGLSurface eglSurf = null; in forSurface() 194 EGLSurface currentSurface = mDisplaySurfaces.get(mContext); in registerAsDisplaySurface() [all …]
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.java | 3 private static native EGLSurface _eglCreateWindowSurface( in _eglCreateWindowSurface() 11 private static native EGLSurface _eglCreateWindowSurfaceTexture( in _eglCreateWindowSurfaceTexture() 19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() 36 EGLSurface surface; in eglCreateWindowSurface()
|
D | eglCreatePbufferFromClientBuffer.java | 3 public static native EGLSurface eglCreatePbufferFromClientBuffer( in eglCreatePbufferFromClientBuffer() 15 public static native EGLSurface eglCreatePbufferFromClientBuffer( in eglCreatePbufferFromClientBuffer()
|
D | eglCreatePbufferFromClientBuffer.nativeReg | 1 …roid/opengl/EGLDisplay;IILandroid/opengl/EGLConfig;[II)Landroid/opengl/EGLSurface;", (void *) andr… 2 …roid/opengl/EGLDisplay;IJLandroid/opengl/EGLConfig;[II)Landroid/opengl/EGLSurface;", (void *) andr…
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 128 (EGLSurface)handle == EGL_NO_SURFACE) { in toEGLHandle() 526 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurface() 600 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurfaceTexture() 682 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreatePbufferSurface() 749 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglDestroySurface() 753 (EGLSurface)surface_native in android_eglDestroySurface() 767 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglQuerySurface() 797 (EGLSurface)surface_native, in android_eglQuerySurface() 859 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreatePbufferFromClientBuffer() 928 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglSurfaceAttrib() [all …]
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.h | 105 int AddSurface(const EGLSurface& surface); 111 int AddWindowSurface(const EGLSurface& surface, WindowHandle* window_handle); 133 const EGLSurface& surface() const { in surface() 218 typedef std::pair<EGLSurface, WindowHandle*> SurfaceWindowPair;
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaGLRenderEngine.h | 52 EGLSurface placeholder, EGLContext protectedContext, 53 EGLSurface protectedPlaceholder); 88 static EGLSurface createPlaceholderEglPbufferSurface(EGLDisplay display, EGLConfig config, 124 EGLSurface mPlaceholderSurface; 126 EGLSurface mProtectedPlaceholderSurface;
|