Searched refs:eglMakeCurrent (Results 1 - 25 of 56) 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 DSRGB_test.cpp70 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
286 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
446 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
458 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
H A DSurfaceTextureClient_test.cpp88 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext));
97 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
191 EGLBoolean success = eglMakeCurrent(mEglDisplay, eglSurface, eglSurface, mEglContext);
205 success = eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
529 eglMakeCurrent(dpy, sur, sur, ctx);
534 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
543 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
546 eglMakeCurrent(dpy, sur, sur, ctx);
774 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
802 eglMakeCurrent(mEglDispla
[all...]
H A DGLTest.cpp95 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
128 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp93 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
94 ALOGE("eglMakeCurrent failed: %#x", eglGetError());
162 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp59 eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); \
136 if (!eglMakeCurrent(display, surface, surface, context)) {
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp159 eglMakeCurrent(dpy, surface, surface, context);
160 egl_error("eglMakeCurrent");
180 eglMakeCurrent(sEglDisplay, NULL, NULL, NULL);
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp112 returnValue = eglMakeCurrent(dpy, surface, surface, context);
113 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/tritex/
H A Dtritex.cpp160 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
162 printf("eglMakeCurrent failed\n");
173 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/cmds/flatland/
H A DGLHelper.cpp116 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
138 result = eglMakeCurrent(mDisplay, surface, surface, mContext);
140 fprintf(stderr, "eglMakeCurrent error: %#x\n", eglGetError());
172 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp127 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, function
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java113 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/native/opengl/tests/textures/
H A Dtextures.cpp60 eglMakeCurrent(dpy, surface, surface, context);
/frameworks/rs/driver/
H A DrsdGL.cpp161 RSD_CALL_GL(eglMakeCurrent, dc->gl.egl.display,
339 rsc->setWatchdogGL("eglMakeCurrent", __LINE__, __FILE__);
340 ret = eglMakeCurrent(dc->gl.egl.display, dc->gl.egl.surfaceDefault,
343 ALOGE("eglMakeCurrent returned EGL_FALSE");
344 checkEglError("eglMakeCurrent", ret);
424 rsc->setWatchdogGL("eglMakeCurrent", __LINE__, __FILE__);
425 ret = eglMakeCurrent(dc->gl.egl.display, dc->gl.egl.surfaceDefault,
427 checkEglError("eglMakeCurrent", ret);
452 rsc->setWatchdogGL("eglMakeCurrent", __LINE__, __FILE__);
453 ret = eglMakeCurrent(d
[all...]
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp256 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
273 if (!eglMakeCurrent(mEglDisplay, surface, surface, mEglContext)) {
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp86 eglMakeCurrent(display(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
87 return !CheckEGLError("eglMakeCurrent");
100 ALOGV("eglMakeCurrent");
101 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.cpp341 result = c->cnx->egl.eglMakeCurrent(
350 result = cur_c->cnx->egl.eglMakeCurrent(

Completed in 1767 milliseconds

123