Home
last modified time | relevance | path

Searched refs:eglCreateWindowSurface (Results 1 – 25 of 65) sorted by relevance

123

/aosp12/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp155 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, in TEST_F()
281 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
329 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
421 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
721 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F()
826 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F()
859 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
906 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
937 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
944 eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
[all …]
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.cpp56 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurface()
139 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurfaceTexture()
H A DeglCreateWindowSurface.java19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() method
/aosp12/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp174 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
243 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
342 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL.h40 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUpWindowAndContext()
/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec5 //STUB function: //eglCreateWindowSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
H A DEGL14.spec9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, cons…
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java124 eglSurf = mEgl.eglCreateWindowSurface(mDisplay, eglConfig, surfaceHolder, null); in forSurfaceHolder()
143 eglSurf = mEgl.eglCreateWindowSurface(mDisplay, eglConfig, surfaceTexture, null); in forSurfaceTexture()
162 eglSurf = mEgl.eglCreateWindowSurface(mDisplay, eglConfig, surface, null); in forSurface()
/aosp12/frameworks/libs/native_bridge_support/libEGL/
H A Dstubs_arm.cc72 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateWindowSurface);
186 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateWindowSurface); in init_stub_library()
H A Dstubs_arm64.cc72 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateWindowSurface);
186 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateWindowSurface); in init_stub_library()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
H A DEglHelper.java38 import static android.opengl.EGL14.eglCreateWindowSurface;
239 return eglCreateWindowSurface(mEglDisplay, mEglConfig, holder, attrs, offset); in askCreatingEglWindowSurface()
/aosp12/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp92 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL); in main()
/aosp12/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp60 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/aosp12/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp58 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/aosp12/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp71 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/aosp12/frameworks/native/cmds/flatland/
H A DGLHelper.cpp212 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), nullptr); in createNamedSurfaceTexture()
277 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), nullptr); in createWindowSurface()
/aosp12/frameworks/native/opengl/libs/
H A DlibEGL.map.txt23 eglCreateWindowSurface;
/aosp12/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp52 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, anw.get(), in createWindow()
/aosp12/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp146 surface = eglCreateWindowSurface(dpy, config, window, NULL); in initGraphics()
/aosp12/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp61 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java104 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface() method
/aosp12/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp54 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowTyp…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java125 public EGLSurface eglCreateWindowSurface(EGLDisplay display, in eglCreateWindowSurface() method in EGLLogWrapper
134 EGLSurface result = mEgl10.eglCreateWindowSurface(display, config, in eglCreateWindowSurface()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DSurfaceTextureRenderer.java135 mEglSurface = mEgl.eglCreateWindowSurface( in initialize()

123