Home
last modified time | relevance | path

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

123

/frameworks/native/libs/gui/tests/
DSurfaceTextureGLToGL_test.cpp39 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 …]
DSurfaceTextureMultiContextGL_test.cpp37 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 …]
DSurfaceTextureMultiContextGL.h43 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()
DSurfaceTextureGLThreadToGL.h72 eglMakeCurrent(mProducerEglDisplay, mProducerEglSurface, in threadLoop()
75 eglMakeCurrent(mProducerEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, in threadLoop()
DSurfaceTextureClient_test.cpp81 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/
DGLHelper.java44 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/
DEglDisplayContext.cc96 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/
DEglWindow.cpp92 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in makeCurrent()
161 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, in eglRelease()
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp155 eglMakeCurrent(dpy, surface, surface, context); in initGraphics()
176 eglMakeCurrent(sEglDisplay, NULL, NULL, NULL); in deinitGraphics()
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp183 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/
Dtritex.cpp156 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/
DGLHelper.cpp117 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/
Dstubs_riscv64.cc108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglMakeCurrent);
227 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglMakeCurrent); in init_stub_library()
Dstubs_arm64.cc108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglMakeCurrent);
227 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglMakeCurrent); in init_stub_library()
Dstubs_arm.cc108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglMakeCurrent);
227 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglMakeCurrent); in init_stub_library()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp105 returnValue = eglMakeCurrent(dpy, surface, surface, context); in main()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp62 eglMakeCurrent(dpy, surface, surface, context); in main()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp60 eglMakeCurrent(dpy, surface, surface, context); in main()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp89 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/
DBlockingGLTextureView.java233 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in createSurface()
269 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, in destroySurfaceImp()
/frameworks/rs/driver/
DrsdGL.cpp157 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/
Dswapinterval.cpp84 eglMakeCurrent(dpy, surface, surface, context); in main()
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp195 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/
DlibEGL.map.txt49 eglMakeCurrent;
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec25 EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )

123