Home
last modified time | relevance | path

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

123

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.cpp56 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurface()
138 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurfaceTexture()
DeglCreateWindowSurface.java19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() method
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp173 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
242 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
341 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
/frameworks/native/libs/gui/tests/
DSurfaceTextureGLToGL.h40 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUpWindowAndContext()
DSRGB_test.cpp281 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, in createEGLSurface()
453 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, in TEST_F()
/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/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/textures/
Dtextures.cpp58 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp60 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp99 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL); in main()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp71 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp103 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUp()
112 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUp()
488 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in setUpEGLSurfaceFromMediaRecorder()
790 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in TEST_F()
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp53 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, anw.get(), in createWindow()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java102 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface() method
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp82 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface() function
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp150 surface = eglCreateWindowSurface(dpy, config, window, NULL); in initGraphics()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp61 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp54 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
/frameworks/native/cmds/flatland/
DGLHelper.cpp214 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL); in createNamedSurfaceTexture()
293 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL); in createWindowSurface()
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp117 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, in TEST_F()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowTyp…
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java125 public EGLSurface eglCreateWindowSurface(EGLDisplay display, in eglCreateWindowSurface() method in EGLLogWrapper
134 EGLSurface result = mEgl10.eglCreateWindowSurface(display, config, in eglCreateWindowSurface()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp123 eglSurface = eglCreateWindowSurface(display, config, window, NULL); in DisplayDevice()
491 mSurface = eglCreateWindowSurface(mDisplay, mConfig, window, NULL);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java78 …public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_windo… in eglCreateWindowSurface() method in EGLImpl

123