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

123

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_egl.cpp59 glmessage.set_function(GLMessage::eglMakeCurrent);
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp121 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
154 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
1516 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1567 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1593 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
1636 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1644 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1651 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
1681 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1689 EXPECT_TRUE(eglMakeCurrent(mEglDispla
[all...]
H A DSurfaceTextureClient_test.cpp81 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext));
90 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
184 EGLBoolean success = eglMakeCurrent(mEglDisplay, eglSurface, eglSurface, mEglContext);
198 success = eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
503 eglMakeCurrent(dpy, sur, sur, ctx);
508 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
517 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
520 eglMakeCurrent(dpy, sur, sur, ctx);
725 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
753 eglMakeCurrent(mEglDispla
[all...]
/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.cpp111 returnValue = eglMakeCurrent(dpy, surface, surface, context);
112 checkEglError("eglMakeCurrent", returnValue);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp63 eglMakeCurrent(dpy, surface, surface, context);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp83 eglMakeCurrent(dpy, surface, surface, context);
/frameworks/base/services/jni/
H A Dcom_android_server_AssetAtlasService.cpp105 eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); \
178 if (!eglMakeCurrent(display, surface, surface, context)) {
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp159 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
161 printf("eglMakeCurrent failed\n");
172 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.cpp72 EGLBoolean success = eglMakeCurrent(display, dummy, dummy, ctxt);
109 eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/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/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/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java604 mEgl.eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
642 mEgl.eglMakeCurrent(mEglDisplay, tmpSurface, tmpSurface, mEglContext);
648 mEgl.eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
672 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
673 throw new RuntimeException("eglMakeCurrent failed " +
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp62 eglMakeCurrent(dpy, surface, surface, context);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp59 eglMakeCurrent(dpy, surface, surface, context);
/frameworks/rs/driver/
H A DrsdGL.cpp162 RSD_CALL_GL(eglMakeCurrent, dc->gl.egl.display,
340 rsc->setWatchdogGL("eglMakeCurrent", __LINE__, __FILE__);
341 ret = eglMakeCurrent(dc->gl.egl.display, dc->gl.egl.surfaceDefault,
344 ALOGE("eglMakeCurrent returned EGL_FALSE");
345 checkEglError("eglMakeCurrent", ret);
425 rsc->setWatchdogGL("eglMakeCurrent", __LINE__, __FILE__);
426 ret = eglMakeCurrent(dc->gl.egl.display, dc->gl.egl.surfaceDefault,
428 checkEglError("eglMakeCurrent", ret);
453 rsc->setWatchdogGL("eglMakeCurrent", __LINE__, __FILE__);
454 ret = eglMakeCurrent(d
[all...]
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1307 sEgl.eglMakeCurrent(sEglDisplay,
1319 sEgl.eglMakeCurrent(sEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
1353 if (!sEgl.eglMakeCurrent(sEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
1354 throw new IllegalStateException("eglMakeCurrent failed " +
1452 // an eglMakeCurrent to happen with a different surface/context.
1767 if (!sEgl.eglMakeCurrent(sEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
1768 Log.e(LOG_TAG, "eglMakeCurrent failed " +
1917 sEgl.eglMakeCurrent(sEglDisplay, EGL_NO_SURFACE,
2239 sEgl.eglMakeCurrent(sEglDisplay, EGL_NO_SURFACE,
2333 sEgl.eglMakeCurrent(sEglDispla
[all...]
/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.cpp330 result = c->cnx->egl.eglMakeCurrent(
339 result = cur_c->cnx->egl.eglMakeCurrent(
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp255 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
257 printf("eglMakeCurrent failed\n");
283 eglMakeCurrent( EGL_NO_DISPLAY, EGL_NO_SURFACE,
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp128 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
500 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
802 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
813 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
897 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
940 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp217 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
224 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java263 public boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, method in class:EGLLogWrapper
265 begin("eglMakeCurrent");
271 boolean result = mEgl10.eglMakeCurrent(display, draw, read, context);

Completed in 639 milliseconds

123