Searched refs:eglDestroyContext (Results 1 - 25 of 43) sorted by relevance

12

/external/deqp/framework/egl/
H A DegluUnique.cpp52 TCU_CHECK_EGL_CALL(eglDestroyContext(m_display, m_context));
H A DegluApiPrototypes.inl28 EGLBoolean eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
H A DtcuEgl.cpp249 eglDestroyContext(m_display.getEGLDisplay(), m_context);
H A DegluCallLogWrapper.inl248 EGLBoolean CallLogWrapper::eglDestroyContext (EGLDisplay param0, EGLContext param1)
251 m_log << TestLog::Message << "eglDestroyContext(" << getEGLDisplayStr(param0) << ", " << getEGLContextStr(param1) << ");" << TestLog::EndMessage;
252 EGLBoolean returnValue = ::eglDestroyContext(param0, param1);
/external/deqp/modules/egl/
H A DteglSurfacelessContextTests.cpp124 TCU_CHECK_EGL_CALL(eglDestroyContext(display.getEGLDisplay(), context));
138 TCU_CHECK_EGL_CALL(eglDestroyContext(display.getEGLDisplay(), context));
H A DteglApiCase.cpp86 eglDestroyContext(getDisplay(), got);
H A DteglCreateContextTests.cpp110 TCU_CHECK_EGL_CALL(eglDestroyContext(display.getEGLDisplay(), context));
H A DteglNegativeApiTests.cpp657 TEGL_ADD_API_CASE(destroy_context, "eglDestroyContext() negative tests",
664 expectFalse(eglDestroyContext(EGL_NO_DISPLAY, DE_NULL));
667 expectFalse(eglDestroyContext((EGLDisplay)-1, DE_NULL));
674 expectFalse(eglDestroyContext(display, DE_NULL));
677 expectFalse(eglDestroyContext(display, (EGLContext)-1));
945 expectTrue(eglDestroyContext(display, context));
H A DteglMultiThreadTests.cpp782 eglDestroyContext(m_display, m_sharedContexts[contextNdx]);
783 TCU_CHECK_EGL_MSG("eglDestroyContext()");
793 eglDestroyContext(m_display, m_contexts0[contextNdx]);
794 TCU_CHECK_EGL_MSG("eglDestroyContext()");
804 eglDestroyContext(m_display, m_contexts1[contextNdx]);
805 TCU_CHECK_EGL_MSG("eglDestroyContext()");
1219 TCU_CHECK_EGL_CALL(eglDestroyContext(m_display, contexts[contextNdx]));
1220 thread.getLog() << ThreadLog::BeginMessage << "eglDestroyContext(" << m_display << ", " << contexts[contextNdx] << ")" << ThreadLog::EndMessage;
1450 TCU_CHECK_EGL_CALL(eglDestroyContext(m_display, contexts[contextNdx]));
1451 thread.getLog() << ThreadLog::BeginMessage << "eglDestroyContext(" << m_displa
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp41 eglDestroyContext(fDisplay, fContext);
/external/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp41 eglDestroyContext(fDisplay, fContext);
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp40 eglDestroyContext(fDisplay, fContext);
/external/chromium_org/ui/gl/
H A Dgl_context_egl.cc82 if (!eglDestroyContext(display_, context_)) {
83 LOG(ERROR) << "eglDestroyContext failed with error "
/external/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp40 eglDestroyContext(fDisplay, fContext);
/external/chromium_org/third_party/angle/util/
H A DEGLWindow.cpp189 eglDestroyContext(mDisplay, mContext);
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp68 eglDestroyContext(fDisplay, fContext);
518 eglDestroyContext(fDisplay, fContext);
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp68 eglDestroyContext(fDisplay, fContext);
517 eglDestroyContext(fDisplay, fContext);
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c152 eglDestroyContext(engine->display, engine->context);
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c152 eglDestroyContext(engine->display, engine->context);
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/external/chromium_org/third_party/khronos/EGL/
H A Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java98 egl.eglDestroyContext(display, context);
/external/mesa3d/include/EGL/
H A Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Degl.cc319 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) { function

Completed in 562 milliseconds

12