Home
last modified time | relevance | path

Searched refs:eglDestroyContext (Results 1 – 18 of 18) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl15 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
DeglwStaticLibrary15.inl20 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
DeglwInitCore.inl20 dst->destroyContext = (eglDestroyContextFunc) loader->get("eglDestroyContext");
DeglwApi.inl25 #define eglDestroyContext eglwDestroyContext macro
/external/mesa3d/src/egl/main/
Degl.def11 eglDestroyContext
Deglapi.c445 eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
879 { "eglDestroyContext", (_EGLProc) eglDestroyContext }, in eglGetProcAddress()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp693 expectFalse(eglDestroyContext(EGL_NO_DISPLAY, DE_NULL)); in init()
696 expectFalse(eglDestroyContext((EGLDisplay)-1, DE_NULL)); in init()
703 expectFalse(eglDestroyContext(display, DE_NULL)); in init()
706 expectFalse(eglDestroyContext(display, (EGLContext)-1)); in init()
908 eglDestroyContext(display, context); in init()
975 expectTrue(eglDestroyContext(display, context)); in init()
1037 expectTrue(eglDestroyContext(display, context)); in init()
1374 expectTrue(eglDestroyContext(display, context)); in init()
DteglApiCase.cpp124 eglDestroyContext(getDisplay(), got); in expectNoContext()
DteglGetProcAddressTests.inl18 "eglDestroyContext",
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp122 eglDestroyContext(fDisplay, fContext); in destroyGLContext()
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp162 eglDestroyContext(fDisplay, fContext); in destroyGLContext()
/external/skia/src/views/win/
DSkOSWindow_win.cpp68 eglDestroyContext(fDisplay, fContext); in ~SkOSWindow()
521 eglDestroyContext(fDisplay, fContext); in detachANGLE()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c152 eglDestroyContext(engine->display, engine->context); in engine_term_display()
/external/mesa3d/include/EGL/
Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl20 eglw::EGLBoolean eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx);
DegluCallLogWrapper.inl152 eglw::EGLBoolean CallLogWrapper::eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx) function in CallLogWrapper
155 …m_log << TestLog::Message << "eglDestroyContext(" << dpy << ", " << ctx << ");" << TestLog::EndMes…
/external/drm_hwcomposer/
Dglworker.cpp554 if (eglDestroyContext(egl_display_, egl_ctx_) == EGL_FALSE) in ~GLWorkerCompositor()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java718 egl.eglDestroyContext(display, context); in destroyContext()