Home
last modified time | relevance | path

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

123

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp158 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, in TEST_F()
284 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
332 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
429 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
601 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F()
651 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F()
729 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F()
834 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F()
867 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
920 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
[all …]
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.cpp56 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurface()
139 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurfaceTexture()
DeglCreateWindowSurface.java19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() method
/frameworks/native/libs/gui/tests/
DSurfaceTextureGLToGL.h40 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUpWindowAndContext()
/frameworks/base/media/mca/filterfw/jni/
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()
/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec5 //STUB function: //eglCreateWindowSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
DEGL14.spec9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, cons…
/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc77 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateWindowSurface);
196 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateWindowSurface); in init_stub_library()
Dstubs_arm64.cc77 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateWindowSurface);
196 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateWindowSurface); in init_stub_library()
Dstubs_arm.cc77 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateWindowSurface);
196 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateWindowSurface); in init_stub_library()
/frameworks/av/services/camera/virtualcamera/util/
DEglDisplayContext.cc79 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, in EglDisplayContext()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp92 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL); in main()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp60 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp58 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
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()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp71 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/frameworks/native/opengl/libs/
DlibEGL.map.txt23 eglCreateWindowSurface;
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp52 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, anw.get(), in createWindow()
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp146 surface = eglCreateWindowSurface(dpy, config, window, NULL); in initGraphics()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp61 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java104 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface() method
/frameworks/native/opengl/tests/filter/
Dfilter.cpp54 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/frameworks/native/cmds/flatland/
DGLHelper.cpp215 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), nullptr); in createNamedSurfaceTexture()
274 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), nullptr); in createWindowSurface()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowTyp…
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java147 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null); in onSurfaceTextureAvailable()

123