Searched refs:eglMakeCurrent (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureMultiContextGL.h43 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
55 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
62 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
H A DSurfaceTextureGLToGL_test.cpp39 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
93 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
119 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
163 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
171 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
178 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
209 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
217 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
225 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
266 EXPECT_TRUE(eglMakeCurrent(mEglDispla
[all...]
H A DSurfaceTextureMultiContextGL_test.cpp37 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
112 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
129 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
161 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
193 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
221 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
294 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
314 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
322 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
349 ASSERT_TRUE(eglMakeCurrent(mEglDispla
[all...]
H A DSurfaceTextureGLThreadToGL.h72 eglMakeCurrent(mProducerEglDisplay, mProducerEglSurface,
75 eglMakeCurrent(mProducerEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
H A DSurfaceTextureClient_test.cpp89 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext));
98 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
192 EGLBoolean success = eglMakeCurrent(mEglDisplay, eglSurface, eglSurface, mEglContext);
206 success = eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
530 eglMakeCurrent(dpy, sur, sur, ctx);
535 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
544 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
547 eglMakeCurrent(dpy, sur, sur, ctx);
775 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
803 eglMakeCurrent(mEglDispla
[all...]
H A DGLTest.cpp97 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
130 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp92 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
93 ALOGE("eglMakeCurrent failed: %#x", eglGetError());
161 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp155 eglMakeCurrent(dpy, surface, surface, context);
156 egl_error("eglMakeCurrent");
176 eglMakeCurrent(sEglDisplay, NULL, NULL, NULL);
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
H A DEglWindowSurface.java166 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) {
167 throw new RuntimeException("eglMakeCurrent failed");
175 if (!EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE,
177 throw new RuntimeException("eglMakeCurrent failed");
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp105 returnValue = eglMakeCurrent(dpy, surface, surface, context);
106 checkEglError("eglMakeCurrent", returnValue);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp62 eglMakeCurrent(dpy, surface, surface, context);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp84 eglMakeCurrent(dpy, surface, surface, context);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp60 eglMakeCurrent(dpy, surface, surface, context);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp156 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
158 printf("eglMakeCurrent failed\n");
169 eglMakeCurrent( EGL_NO_DISPLAY, EGL_NO_SURFACE,
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec25 EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp106 EGLBoolean success = eglMakeCurrent(display, dummy, dummy, ctxt);
137 eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
160 eglMakeCurrent(mEGLDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
205 success = eglMakeCurrent(mEGLDisplay, eglSurface, eglSurface, mEGLContext) == EGL_TRUE;
215 eglMakeCurrent(mEGLDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp115 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
137 result = eglMakeCurrent(mDisplay, surface, surface, mContext);
139 fprintf(stderr, "eglMakeCurrent error: %#x\n", eglGetError());
171 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp125 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) { function
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java114 boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context); method in interface:EGL10
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp63 eglMakeCurrent(dpy, surface, surface, context);
/frameworks/rs/driver/
H A DrsdGL.cpp157 RSD_CALL_GL(eglMakeCurrent, dc->gl.egl.display,
329 rsc->setWatchdogGL("eglMakeCurrent", __LINE__, __FILE__);
330 ret = eglMakeCurrent(dc->gl.egl.display, dc->gl.egl.surfaceDefault,
333 ALOGE("eglMakeCurrent returned EGL_FALSE");
334 checkEglError("eglMakeCurrent", ret);
430 rsc->setWatchdogGL("eglMakeCurrent", __LINE__, __FILE__);
431 ret = eglMakeCurrent(dc->gl.egl.display, dc->gl.egl.surfaceDefault,
433 checkEglError("eglMakeCurrent", ret);
458 rsc->setWatchdogGL("eglMakeCurrent", __LINE__, __FILE__);
459 ret = eglMakeCurrent(d
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp89 eglMakeCurrent(display(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
90 return !CheckEGLError("eglMakeCurrent");
103 ALOGV("eglMakeCurrent");
104 eglMakeCurrent(display(), surface(), surface(), context());
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java233 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
238 logEglErrorAsWarning("EGLHelper", "eglMakeCurrent", mEgl.eglGetError());
269 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE,
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp396 result = c->cnx->egl.eglMakeCurrent(
402 result = cur_c->cnx->egl.eglMakeCurrent(
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp193 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
204 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
222 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,

Completed in 850 milliseconds

123