/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.cpp | 56 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurface() 138 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurfaceTexture()
|
D | eglCreateWindowSurface.java | 19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() method
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_gl_environment.cpp | 173 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/ |
D | SurfaceTextureGLToGL.h | 40 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUpWindowAndContext()
|
D | SRGB_test.cpp | 281 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, in createEGLSurface() 453 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, in TEST_F()
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | checks.spec | 5 //STUB function: //eglCreateWindowSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
|
D | EGL14.spec | 9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, cons…
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | RenderTarget.java | 124 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/ |
D | textures.cpp | 58 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 60 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 99 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL); in main()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 71 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
|
/frameworks/av/media/libstagefright/tests/ |
D | SurfaceMediaSource_test.cpp | 103 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/ |
D | EglWindow.cpp | 53 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, anw.get(), in createWindow()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 102 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface() method
|
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 82 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface() function
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 150 surface = eglCreateWindowSurface(dpy, config, window, NULL); in initGraphics()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 61 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 54 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 214 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/ |
D | EGL_test.cpp | 117 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, in TEST_F()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowTyp…
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 125 public EGLSurface eglCreateWindowSurface(EGLDisplay display, in eglCreateWindowSurface() method in EGLLogWrapper 134 EGLSurface result = mEgl10.eglCreateWindowSurface(display, config, in eglCreateWindowSurface()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 123 eglSurface = eglCreateWindowSurface(display, config, window, NULL); in DisplayDevice() 491 mSurface = eglCreateWindowSurface(mDisplay, mConfig, window, NULL);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 78 …public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_windo… in eglCreateWindowSurface() method in EGLImpl
|