/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLToGL_test.cpp | 39 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface, in TEST_F() 93 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface, in TEST_F() 119 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in TEST_F() 163 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface, in TEST_F() 171 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface, in TEST_F() 178 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in TEST_F() 209 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface, in TEST_F() 217 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface, in TEST_F() 225 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in TEST_F() 266 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface, in TEST_F() [all …]
|
D | SurfaceTextureMultiContextGL_test.cpp | 37 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in TEST_F() 112 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, in TEST_F() 129 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in TEST_F() 161 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in TEST_F() 193 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in TEST_F() 221 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in TEST_F() 294 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, in TEST_F() 314 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in TEST_F() 322 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in TEST_F() 349 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in TEST_F() [all …]
|
D | SurfaceTextureMultiContextGL.h | 43 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in SetUp() 55 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in SetUp() 62 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in SetUp()
|
D | SurfaceTextureGLThreadToGL.h | 72 eglMakeCurrent(mProducerEglDisplay, mProducerEglSurface, in threadLoop() 75 eglMakeCurrent(mProducerEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, in threadLoop()
|
D | SurfaceTextureClient_test.cpp | 81 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)); in SetUp() 90 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in TearDown() 179 EGLBoolean success = eglMakeCurrent(mEglDisplay, eglSurface, eglSurface, mEglContext); in TEST_F() 193 success = eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); in TEST_F() 517 eglMakeCurrent(dpy, sur, sur, ctx); in TEST_F() 522 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in TEST_F() 531 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in TEST_F() 534 eglMakeCurrent(dpy, sur, sur, ctx); in TEST_F() 748 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, in TearDown() 776 eglMakeCurrent(mEglDisplay, mEglSurfaces[i], mEglSurfaces[i], in TEST_F()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | GLHelper.java | 44 import static android.opengl.EGL14.eglMakeCurrent; 126 eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext); in retrieveTextureSizeFromGL() 133 eglMakeCurrent(eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in retrieveTextureSizeFromGL()
|
/frameworks/av/services/camera/virtualcamera/util/ |
D | EglDisplayContext.cc | 96 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in ~EglDisplayContext() 123 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in makeCurrent()
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 92 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in makeCurrent() 161 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, in eglRelease()
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 155 eglMakeCurrent(dpy, surface, surface, context); in initGraphics() 176 eglMakeCurrent(sEglDisplay, NULL, NULL, NULL); in deinitGraphics()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | BufferGenerator.cpp | 183 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in initialize() 192 void makeCurrent() const { eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); } in makeCurrent() 202 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in cleanup()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 156 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE ) in init_gl_surface() 169 eglMakeCurrent( EGL_NO_DISPLAY, EGL_NO_SURFACE, in free_gl_surface()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 117 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, in tearDown() 139 result = eglMakeCurrent(mDisplay, surface, surface, mContext); in makeCurrent() 173 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, in destroySurface()
|
/frameworks/libs/native_bridge_support/android_api/libEGL/ |
D | stubs_riscv64.cc | 108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglMakeCurrent); 227 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglMakeCurrent); in init_stub_library()
|
D | stubs_arm64.cc | 108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglMakeCurrent); 227 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglMakeCurrent); in init_stub_library()
|
D | stubs_arm.cc | 108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglMakeCurrent); 227 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglMakeCurrent); in init_stub_library()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 105 returnValue = eglMakeCurrent(dpy, surface, surface, context); in main()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 62 eglMakeCurrent(dpy, surface, surface, context); in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 60 eglMakeCurrent(dpy, surface, surface, context); in main()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 89 eglMakeCurrent(display(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in Deactivate() 104 eglMakeCurrent(display(), surface(), surface(), context()); in Activate()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 233 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in createSurface() 269 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, in destroySurfaceImp()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 157 RSD_CALL_GL(eglMakeCurrent, dc->gl.egl.display, in rsdGLShutdown() 330 ret = eglMakeCurrent(dc->gl.egl.display, dc->gl.egl.surfaceDefault, in rsdGLInit() 431 ret = eglMakeCurrent(dc->gl.egl.display, dc->gl.egl.surfaceDefault, in rsdGLSetInternalSurface() 459 ret = eglMakeCurrent(dc->gl.egl.display, dc->gl.egl.surface, in rsdGLSetInternalSurface()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 84 eglMakeCurrent(dpy, surface, surface, context); in main()
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaGLRenderEngine.cpp | 195 EGLBoolean success = eglMakeCurrent(display, placeholder, placeholder, ctxt); in create() 295 eglMakeCurrent(mEGLDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in ~SkiaGLRenderEngine() 330 return eglMakeCurrent(mEGLDisplay, surface, surface, context) == EGL_TRUE; in useProtectedContextImpl()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 49 eglMakeCurrent;
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 25 EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )
|