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

12

/external/deqp/framework/egl/
H A DegluUnique.cpp58 EGLU_CHECK_CALL(eglMakeCurrent(display, draw, read, context));
63 EGLU_CHECK_CALL(eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
H A DegluApiPrototypes.inl29 EGLBoolean eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
H A DtcuEgl.cpp247 eglMakeCurrent(m_display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
255 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display.getEGLDisplay(), draw.getEGLSurface(), read.getEGLSurface(), m_context));
H A DegluGLContextFactory.cpp541 EGLU_CHECK_CALL(eglMakeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
615 EGLU_CHECK_CALL(eglMakeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
660 EGLU_CHECK_CALL(eglMakeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
673 EGLU_CHECK_CALL(eglMakeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
682 eglMakeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp20 eglMakeCurrent(fOldDisplay, fOldSurface, fOldSurface, fOldEGLContext);
38 eglMakeCurrent(fDisplay, 0, 0, 0);
94 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext);
107 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
/external/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp20 eglMakeCurrent(fOldDisplay, fOldSurface, fOldSurface, fOldEGLContext);
38 eglMakeCurrent(fDisplay, 0, 0, 0);
91 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext);
104 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp19 eglMakeCurrent(fOldDisplay, fOldSurface, fOldSurface, fOldEGLContext);
37 eglMakeCurrent(fDisplay, 0, 0, 0);
149 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
150 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError());
173 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
/external/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp19 eglMakeCurrent(fOldDisplay, fOldSurface, fOldSurface, fOldEGLContext);
37 eglMakeCurrent(fDisplay, 0, 0, 0);
140 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
141 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError());
164 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
/external/chromium_org/ui/gl/
H A Dgl_context_egl.cc106 if (!eglMakeCurrent(display_,
110 DVLOG(1) << "eglMakeCurrent failed with error "
144 eglMakeCurrent(display_,
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp167 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
182 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
200 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
261 eglMakeCurrent(m_display.getEGLDisplay(), m_surface.getEGLSurface(), m_surface.getEGLSurface(), m_context.getEGLContext());
268 eglMakeCurrent(m_display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
357 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
H A DteglSurfacelessContextTests.cpp117 if (!eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, context))
123 log << TestLog::Message << " eglMakeCurrent() failed with EGL_BAD_MATCH. Context doesn't support surfaceless mode." << TestLog::EndMessage;
135 TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
H A DteglMemoryStressTests.cpp217 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, surface, surface, context));
225 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
279 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, surface, surface, context));
287 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
H A DteglRenderTests.cpp735 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
747 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
761 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
777 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
847 eglMakeCurrent(m_display.getEGLDisplay(), m_surface.getEGLSurface(), m_surface.getEGLSurface(), m_context.getEGLContext());
854 eglMakeCurrent(m_display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
945 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
952 eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
960 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
966 eglMakeCurrent(displa
[all...]
H A DteglSwapBuffersTests.cpp301 TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), *surface, *surface, *context));
420 TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
424 TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
H A DteglNativeColorMappingTests.cpp327 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context));
348 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
369 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context));
388 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
409 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context));
429 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
H A DteglNativeCoordMappingTests.cpp375 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context));
395 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
421 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context));
439 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
465 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context));
484 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
H A DteglNegativeApiTests.cpp74 // * eglMakeCurrent()
798 TEGL_ADD_API_CASE(make_current, "eglMakeCurrent() negative tests",
805 expectFalse(eglMakeCurrent(EGL_NO_DISPLAY, DE_NULL, DE_NULL, DE_NULL));
808 expectFalse(eglMakeCurrent((EGLDisplay)-1, DE_NULL, DE_NULL, DE_NULL));
826 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, (EGLSurface)-1, DE_NULL));
831 expectFalse(eglMakeCurrent(display, surface, (EGLSurface)-1, DE_NULL));
834 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, surface, DE_NULL));
844 expectFalse(eglMakeCurrent(display, surface, surface, (EGLContext)-1));
H A DteglTestPackage.cpp174 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_eglTestCtx.getDisplay().getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
H A DteglGLES2SharedRenderingPerfTests.cpp528 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_testCtx.getDisplay().getEGLDisplay(), m_eglSurface, m_eglSurface, m_eglContext));
605 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_testCtx.getDisplay().getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
659 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, m_eglSurface, m_eglSurface, m_eglContext));
664 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
673 eglMakeCurrent(display, m_eglSurface, m_eglSurface, m_eglContext);
728 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
/external/chromium_org/third_party/angle/util/
H A DEGLWindow.cpp162 eglMakeCurrent(mDisplay, mSurface, mSurface, mContext);
195 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/external/chromium_org/gpu/config/
H A Dgpu_info_collector_android.cc79 if (!eglMakeCurrent(display_, draw_surface_, read_surface_, context_))
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) {
105 LOGW("Unable to eglMakeCurrent");
150 eglMakeCurrent(engine->display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) {
105 LOGW("Unable to eglMakeCurrent");
150 eglMakeCurrent(engine->display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp469 if (!eglMakeCurrent(display, surface, surface, context)) {
499 if (eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
516 eglMakeCurrent(fDisplay, EGL_NO_SURFACE , EGL_NO_SURFACE , EGL_NO_CONTEXT);
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp468 if (!eglMakeCurrent(display, surface, surface, context)) {
498 if (eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
515 eglMakeCurrent(fDisplay, EGL_NO_SURFACE , EGL_NO_SURFACE , EGL_NO_CONTEXT);

Completed in 1578 milliseconds

12